﻿/* HTML Tags */
html, body{
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	color: #1e1b18;
	background: #1e1b18 url(images/background.gif) repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5{
	letter-spacing: -0.6px;
	word-spacing: 0.1em;
	margin: 0 0 0 2px;
}
h1{font-size: 15pt;}
h2{font-size: 13pt;}
h3{font-size: 11pt;}
h4{font-size: 10pt;}
h5{font-size: 8pt;}
p{word-spacing: 2px;}
a:link{color: #85827c;}
a:visited{color: #000;}
a:hover{
	color: #64625d;
	text-decoration: none;
}
a:active{color: #000;}

/* Layout */
#wrapper{
	margin: 0 auto;
	padding: 8px 0 0 0;
	width: 800px;
	display: block;
	background-color: #f7f2e8;
	border-left: solid 1px #85827c;
	border-right: solid 1px #85827c;
	border-bottom: solid 1px #85827c;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

/* Navigation */
#navigation{
	margin: 0 auto;
	width: 770px;
	height: 35px;
	background: #f7f2e8 url(images/background-navigation.gif) no-repeat;
}
#navigation .left{
	float: left;
	padding: 6px 5px 0 8px;
}
#navigation .right{
	float: right;
	padding: 6px 8px 0 5px;
}
#navigation ul{
    padding: 0 0 0 0;
	margin: 0 0 2px 0;
}
#navigation li{
    display: inline;
	list-style-type: none;
	padding: 0 5px 0 0;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
}
#navigation a, #navigation a:link, #navigation a:hover{
	color: #f7f2e8;
	text-decoration: none;
	padding: 0 4px 0 4px;
}
#nav-home a:link, #nav-home a:visited{
	padding: 0 7px 4px 7px;
}
#nav-home a:hover, #nav-home a.selected{
	background: #1e1b18 url(images/background-navigation-about.gif) no-repeat;
	padding: 0 7px 4px 7px;
}
#nav-news a:link, #nav-news a:visited{
	padding: 0 5px 4px 4px;
}
#nav-news a:hover, #nav-news a.selected{
	background: #1e1b18 url(images/background-navigation-news.gif) no-repeat;
	padding: 0 5px 4px 4px;
}
#nav-about a:link, #nav-about a:visited{
	padding: 0 6px 4px 6px;
}
#nav-about a:hover, #nav-about a.selected{
	background: #1e1b18 url(images/background-navigation-about.gif) no-repeat;
	padding: 0 6px 4px 6px;
}
#nav-releases a:link, #nav-releases a:visited{
	padding: 0 6px 4px 6px;
}
#nav-releases a:hover, #nav-releases a.selected{
	background: #1e1b18 url(images/background-navigation-releases.gif) no-repeat;
	padding: 0 6px 4px 6px;
}
#nav-shows a:link, #nav-shows a:visited{
	padding: 0 5px 4px 5px;
}
#nav-shows a:hover, #nav-shows a.selected{
	background: #1e1b18 url(images/background-navigation-shows.gif) no-repeat;
	padding: 0 5px 4px 5px;
}
#nav-media a:link, #nav-media a:visited{
	padding: 0 5px 4px 4px;
}
#nav-media a:hover, #nav-media a.selected{
	background: #1e1b18 url(images/background-navigation-news.gif) no-repeat;
	padding: 0 5px 4px 4px;
}
#navigation .right .rss{
	vertical-align: super;
	font-size: 14px;
	font-weight: bold;
}
#navigation .right .rss a:hover{
	color: #85827c;
}

/* Header */
#header{
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	/*background: #223344 url(images/background-header.gif) repeat-x;
	width: 100%;
	height: 115px;
	border-top: solid 1px #13130f;
	border-bottom: solid 3px #c0b99a;*/
}

/* Body */
#body{
	margin: 0 auto;
	padding: 0 0 4px 0;
	width: 760px;
	font-size: 10pt;
}
#body .left{
	float: left;
	padding: 4px 5px 0 0;
}
#body .right{
	float: right;
	padding: 4px 0 0 5px;
	width: 500px;
}
#body #releases .right{
	width: 620px;
}
#body #about .left{
	width: 500px;
}
#body #about .right{
	width: 235px;
}
#body h1{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 17pt;
	margin: 0 0 -6px 2px;
	/*border-bottom: solid 2px #85827c;*/
}
#body p{
	margin: 6px 0 10px 0;
}
#body p a, #body p a:link, #body p a:active{
	color: #1e1b18;
	text-decoration: underline;
}
#body p a:hover{
	color: #85827c;
	text-decoration: none;
}
#body p a:visited{
	color: #000;
	text-decoration: underline;
}
.highlight{
	margin: 6px 0 0 0;
}
.highlight a, .highlight a:link{
	display: block;
	text-decoration: none;
	color: #1e1b18;
	padding: 4px 4px 2px 4px;
}
.highlight a:hover{
	color: #000;
	background-color: #fcf9f4;
	border: solid 1px #85827c;
	padding: 3px 3px 1px 3px;
}
.highlight div{
	margin: 4px 0 4px 0;
}
.highlight a:hover .title, .highlight a:hover .more{
	text-decoration: underline;
}
.title{
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	/*text-decoration: underline;*/
}
.subtitle{
	color: #85827c;
	font-size: 7pt;
	font-weight: bold;
	text-transform: capitalize;
}
.more{
	font-size: 10pt;
	font-weight: bold;
	/*text-decoration: underline;*/
}
.box{
	color: #000;
	background-color: #fcf9f4;
	border: solid 1px #85827c;
	padding: 3px 3px 1px 3px;
}
#releases .box{
	font-size: 8pt;
}
#releases ol{
	margin: 0 0 0 0;
	padding: 0 0 0 28px;
}
a.buynow, a.buynow:link{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 20px;
}

/* Footer */
#footer{
	color: #f7f2e8;
	margin: 2px auto;
	width: 770px;
	height: 170px;
	background: #f7f2e8 url(images/background-footer.gif) no-repeat;
	font-size: 10pt;
}
#footer h1{
	color: #a4a29d;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 17pt;
}
#footer a{
	color: #f7f2e8;
}
.boxes{
	float: left;
	display: inline;
	margin: 7px 0 0 7px;
	padding: 35px 0 0 0;
	width: 245px;
	height: 118px;
	border: solid 1px #1e1b18;
	text-align: center;
}
.boxes .vcard{
	padding: 0 4px 0 40px;
	text-align: left;
}
.boxes .vcard .org{
	font-weight: bold;
	font-size: 12pt;
}
.boxes ul{
	margin: 0 0 0 60px;
}
.boxes li{
	list-style-type: square;
	text-align: left;
}
.boxes a{
	color: #f7f2e8;
	font-weight: bold;
}
/*a:link img, a:visited img{
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}
a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}*/

/* Subfooter */
#subfooter{
	font-size: 8pt;
	font-weight: bold;
}
#subfooter .left{
	float: left;
	padding: 2px 5px 4px 18px;
}
#subfooter .right{
	float: right;
	padding: 2px 10px 0 20px;
}
#subfooter ul{
    padding: 0 0 0 0;
	margin: inherit;
}
#subfooter li{
    display: inline;
	list-style-type: none;
	padding: 0 10px 0 0;
	margin: 0 auto;
}
#subfooter a, #subfooter a:link, #subfooter a:active{
	color: #1e1b18;
	text-decoration: none;
}
#subfooter a:hover{
	color: #85827c;
	text-decoration: underline;
}
#subfooter a:visited{
	color: #000;
	text-decoration: none;
}

/* Other */
.clear{
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
