/*header ---------------------- */

body {
	background-image: url(../images/bgs.gif);
}
/*section 1 ---------------------- */

dl#submenu {
	background-color: Gray;                                        /*    DIFFERENT IN EACH SECTION */
	color: white;
	height: 25px;
	text-align: center;
	margin: 5px;
}

dl#submenu dd {
	float: left;
	padding: 6px 5px 0 5px;
	border-left: 1px solid silver;
	text-align: center;
	margin-left: 0;
	height: 19px;
	width: 146px;                                                       /*    DIFFERENT IN EACH SECTION */
}

.sectiontitle {
	width: 100px;                                                   /*    DIFFERENT IN EACH SECTION */
}

dl#submenu dd a, .albums a {
	color: white;
	text-decoration: none;
	text-align: center;	
}

dl#submenu dd a:hover, .albums a:hover {
	color: Silver;
	text-decoration: none;
}

.feature {
	/*background-image: url(../images/music/bg_feature.jpg);*/
	background-position: top;
	background-repeat: repeat-x;
	background-color: Silver;                                       /*    DIFFERENT IN EACH SECTION */
	color: white;
	padding: 10px;
	margin: 0 5px 5px 5px;
	width: 620px;
	display: block;
	height: 190px;
}

.feature img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #333;
}

.feature p {
	margin: 0;
}

.feature a {
	color: white;
	text-decoration: none;
}

.feature a:hover {
	color: silver;
	text-decoration: underline;
}

div.sectionl {
	float: left;
	position: relative;
	margin: 5px;
	border: 1px solid silver;
	background-color: #eaeaea;
	padding: 5px;
	display: inline;
	clear: both;
}

.sectionl h1 {
	background-color: Gray;
	color: white;
	height: 19px;
	font-family: "Trebuchet MS";
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 2px 2px 5px 25px;
	margin: 0;
	border-bottom: 5px solid Silver;	
	width: auto;
	min-width: 600px;
		background-image:url(../images/cassete.gif);
	background-repeat:no-repeat;
	background-position:left;
}



 .sectionl dl {
	margin: 0;
}

 .sectionl dd {
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
	margin: 5px 0;
}

.newsimage {
	border: 1px solid silver;
	padding: 5px;
	background-image: url(../images/bg_trans.gif);
	position: relative;
	float: right;
	background-color: white;
	margin-left: 3px;
}

.score img {
	background-color: silver;
}

/*Article ------------------- */
#article, #id, #archive {
	color: #333333;
	padding: 10px;
	margin: 0 5px 0 5px;
	text-align: justify;
	border: 1px solid silver;
	background-color: #EAEAEA;
}

#article h2 {            /*--------------------- Sponsor --------------*/
	font-family:Trebuchet MS;
	border:0;
	padding:10px;
	color:gray;
}

#archive h2, id h2 {	
	color:#fff;
	margin: 0;
	font-size: 1.5em;
}     

table.sponsortitle, table.sectionsponsortitle {
width: 615px;
background-color:gray;
height: 35px;
padding: 0 0 0 5px;}

table.sectionsponsortitle {
margin: 0 0 1px 5px;
width: 640px;}

table.sectionsponsortitle td {
text-align: right;}

table.sectionsponsortitle td.title {
text-align: left;}

table.sectionsponsortitle td h2{
margin-top: 5px;
margin-bottom: 2px;
font-size: 1.7em;
color: white;}

#archive .sponsortitle td img, table.sectionsponsortitle td img {
	border: 0;
	margin: 0;
	
}
                                 /*--------------------- Sponsor ENDS--------------*/
#article dt, #id dt  {
	margin-bottom: 5px;
}

#article img {
	float: left; 
	margin: 5px;
	border: 1px solid #333;
}

span.project {
	color: black;
}

p.label, p.genre, p.author, p.date {
	margin:0 0 1px 0;
	color: black;
	background-color: white;
	padding: 1px;
	height: 1em;
	width: auto;
}

.author, .date {
	text-align: right;
}

.author a, p.author {
	color:Gray;
	text-decoration: none;
	font-weight: bold;
}

.author a:hover {
	text-decoration: underline;
}


.news {
	background-image: url(../images/cinema/bg_feature.jpg);             /*    DIFFERENT IN EACH SECTION */
	float: right;
	margin: 10px 0 10px 10px;
	padding-bottom: 5px;
}

.news h4{
	margin: -3px 0;
	font-size: 1em;
	padding: 3px;
}

.news dt {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px dotted white;
	padding-bottom: 5px;
}

.news dt a {
	color: white;
}

.news img {
	border: 1px solidGray;                                               /*    DIFFERENT IN EACH SECTION */
	margin-bottom: 0;
}

.news h1 {
	border-top: 1px solid silver;
}

.comment {
	color:Gray;                                                           /*    DIFFERENT IN EACH SECTION */
}
.comment a {
	color:Gray;                                                           /*    DIFFERENT IN EACH SECTION */
	text-decoration: underline;
	font-weight: bold;
}

h4 {
	background-color:Gray;                                                 /*    DIFFERENT IN EACH SECTION */
	color: white;
	font-family: Trebuchet MS;
	font-size: 1.2em;
	padding-left: 5px;
}

/*RH side older articles */

#articles {
	background-image: url(../images/backpage/bg_feature.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	margin-bottom: 5px;
	background-color: gray;
}

#articles a {
	color: white;
}

#articles dt {
	margin: 0;
}


/* Contact -------------------------- */
#contact th, #contact td {
	text-align:left;
	padding: 5px;
}

#contact textarea {
	border:  1px solid gray;
}


/*Archive -------------------- */
#archive dt a {color: gray;}
