/*

css/style.css

built for adam borecki's cms environment

*/

* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
	min-height:100%;
}

body {
	background:url(/img/bg/bodybg.jpg) repeat-x 0 -175px #FFF;
	color:#333;
	font-family:"Century Gothic",Verdana,sans-serif;
	text-align:center;
}

.sansserif { font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }

.serif { font-family:Georgia,"Times New Roman",Times,serif; }

a img { border:0; }

a { color:inherit; }

td { vertical-align:top; }

.clear { clear:both; }

h2 {
	color:#09456B;
	font-family:"Century Gothic",Verdana,sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16px;
}

h2 span { font-size:24px; font-weight:bold; }

h3 { border-bottom:1px solid #CCC; }

h3 span { display:block; margin:0 0 -4px; padding:0 0 0 20px; }

p, ul, ol, blockquote { margin-bottom:10px; }

.indent, ul, ol, blockquote { margin-left:40px; }

#page {
	margin:0 auto;
	z-index:100;
}

.session {
	position:absolute;
	right:16px;
	top:10px;
	color:#AAA;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
}

.session a {
	text-decoration:none;
	color:#DDD;
	padding:0 6px;
}

.session a:hover {
	text-decoration:underline;
	color:#FFF;
}

.footer {
	text-align:center;
	font-family:Verdana, sans-serif;
	font-size:10px;
	margin:38px auto 0px;
	padding-bottom:40px;
	color:#939393;
}

.footer p {
	margin-bottom:8px;
	line-height:12px;
}

.footer a {
	border:0;
	text-decoration:underline;
	color:inherit;
}

.specs {
	background:url(/img/bg/specsbg.png) #EEE;
	border:1px solid #999999;
	margin:10px 0;
	padding:4px 12px;
	width:240px;
}

.specs p {
	text-indent:-30px;
	margin:0 0 12px 30px;
}

.gloss { background:url(/img/bg/glossbg.png); border:1px solid #AAA; padding:6px 10px; width:400px;margin:10px auto;-moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1); }
.genre { margin:0;color:#AAA;text-align:right;font-style:italic;font-size:12px; }

