@import "reset.css";
@import "generic.css";

@import "nav.css";
@import "grid-audidetail.css";
@import "wide-theme.css";
@import "sifr-screen.css";

body {
	background:#49545f url(../images/body-bg.png) top left repeat-x;
	color:#49545f;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

/* LINKS */
a:link, a:active, a:focus,
.content a:link, .content a:active, .content a:focus {
	color: #778ca0; 
	text-decoration:underline;
}
a:visited, .content a:visited {
	color: #aaa;
}
a:hover, .content a:hover {
	color:#e56445; 
	text-decoration:underline;
}
a.blocklink, .content a.blocklink {
	display:block;
	margin:0.3em 0; 
	padding:0 7px;
	background:transparent url(../images/orange-arrow.gif) 0 0.6em no-repeat;
}

#wrap {
	margin:10px auto;
	width:820px;
	background:transparent url(../images/left-corners.png) top left no-repeat;
	text-align:left;
}

#header {
	position:relative;
	height:13em;
	margin-left:7px; 
	padding:0px 20px 30px 13px; 
	background:transparent url(../images/right-corners.png) top right no-repeat;
	font-size:1em;
}
	#header .logo {
		position:absolute;
		z-index:2;
		top:60px;
		left:15px;
	}
	#header .mainpic {
		position:absolute; 
		z-index:1;
		top:10px; 
		right:20px;
	}

.content {
	float:left;
	width:780px;
	min-height:400px;
	padding:0 20px 1.5em;
	background-color:#fff;
	xbackground:#fff url(../images/sidebar-bg.gif) top right repeat-y;
	font-size:1.1em;
}

#player {
	width: 780px;
	height:225px;
	padding-bottom:40px;
}

#sidebar {
	width:180px;
	margin:0;
}
#footer {
	clear:both;
	text-align:center;
	background:transparent url(../images/left-corners.png) bottom left no-repeat;
}
	#footer p {
		margin-left:7px;
		padding:2.5em 1.5em 1.5em;
		background:transparent url(../images/right-corners.png) bottom right no-repeat;
	}


/* TYPOGRAPHY */
.content h1 {
	margin:2px 0 10px 0;
	padding:0; 
	font-size:1.2em; 
	letter-spacing:4px;
}
.content h1.big {
	margin:0 0 10px 0; 
	padding:0; 
	font-size:1.5em; 
	letter-spacing:5px;
}
.content h2 {
	font-size:1em; 
}
.content h3 {
	margin:1.5em 0 0 0; 
	padding:0; 
	font-size:1em; 
	line-height:1.4em;
}

/* --- */

img.content-img { border:1px solid #e2e2e2; }
em {
	color:#d35030;
	font-style:normal;
}

/* LISTS */
.content ul.bulletless { margin:0; }
.content ul.bulletless li:before { content:""; }
.content ul.bulletless li {
	margin:0;
	padding:0;
	text-indent:0;
 }

/* TABLES  */
table.simple,
table.simple td,
table.simple th {
	padding:0.3em;
	border:0;
}

table.contact-table {width:100%;border:0;padding:0;margin:0;}
table.contact-table td {padding:0 0 5px 0;border:0;}
table.contact-table th {padding:0 0 10px 0;border:0;}
table.contact-table td.key {width:93px;}
table.contact-table td.value {width:273px;padding-left:5px;}
table.contact-table td.value input.txt {width:265px;border:0;padding:4px;background:url('../images/form-input-large.gif');background-repeat:no-repeat;overflow:hidden;}
table.contact-table td.value input.xsmall {width:37px;background:url('../images/form-input-xsmall.gif');background-repeat:no-repeat;overflow:hidden;}
table.contact-table td.value textarea.txt {width:265px;height:62px;border:0;padding:4px;background:url('../images/form-textarea-large.gif');background-repeat:no-repeat;overflow:auto;}


/* FORMS */
fieldset legend {
	font-weight:bold;
}
fieldset.em {
	background:#f5f5f6;
}

input.btn {
	background:url('../images/form-send.gif');
	background-repeat:repeat-x;
	padding:4px 10px 4px 10px;
	color:#fff;
	border:0;
}
