/* 

	Xander Blue
	
*/


body {
	font: 96% Trebuchet MS, sans-serif;
	color: #fff;
	background: #666 url('img/background.jpg') no-repeat 100% 0;
	text-align: center;
	margin: 0;
	width: 100%;
}
a img.masthead {
	padding: 0 0 0 140px;
	border: 0;
	margin: 0;
}
h4 {
	margin: 30px 0 0 0;
}
#frame {
	margin: 0 auto;
	text-align: left;
	min-width: 800px; /* this line is for good browsers */
	_width: expression(documentElement.clientWidth < 800 ? '800px' : 'auto'); /*this line is for IE */
}
#head {
	height: 100px;
	margin: 0;
	padding: 0;
}

	
	
/* Main Content */
#main {
	font: .8em 'Trebuchet MS', sans-serif;
	/*margin: 0 325px 0 0;*/
	padding: 40px 50px 50px 145px;
	float: left;
}
#main ul {
	padding: 0;
}
#main li {
	display: block;
	padding: 0;
	line-height: 21px;
}
#main p {
	width: 420px;
	line-height: 21px;
}
#main p.error {
	color: #ff0;
}


	
/* Press */
h3 {
	color: #fff;
}/* Used for press titles */
#main dl, dt, dd {
	width: 420px;
	line-height: 21px;
}
#main dt {
	margin: 24px 0 0 0;
	border-top: 1px solid #999;
}
#main dt a {
	color: #ff0;
	text-decoration: underline;
}
#main dd {
	margin: 0;
	font: .9em 'Trebuchet MS', sans-serif;
}
#sub .presslist {
	display: block;
	line-height: 21px;
	width: 320px;
	margin: 20px 0 0 0;
	padding: 0;
}
#sub .presslist li a {
	display: block;
	color: #ff0;
	text-decoration: underline;
}
#sub .presslist li a:hover {
	color: #fff;
	text-decoration: none;
}

#main p.author {
	color: #fff;
	font: .9em 'Trebuchet MS', sans-serif;
	}
	
	
/* General Links */
#main a, #sub a {
	color: #ff0;
	text-decoration: underline;
}
#main a:hover, #sub a:hover {
	color: #fff;
	text-decoration: none;
}

	
	
/* Sub Column */	
#sub {
	font: .7em 'Trebuchet MS', sans-serif;
	line-height: 17px;
	color: #ccc;
	width: 360px;
	padding: 40px 0;
	float: right;
	clear: none;
}
	

	
/* Main navigation */
#nav {
	height: 40px;
	margin: 0;
	padding-left: 135px;
	background: #fff;
}
#nav ul, li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#nav a {
	font: .8em 'Trebuchet MS', sans-serif;
	color: #666; 
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	float: left;
}
#nav a:active, a:visited {
	color: #666;
	text-decoration: none;
}
#nav a:hover {
	color: #666;
	background-color: #eee;
	text-decoration: underline;
}



	

/* Footer */
#footer {
	font: .8em 'Trebuchet MS', sans-serif;
	height: 40px;
	color: #fff;
	margin: 0;
	padding: 0 40px 40px 50px;
	clear: both;
}
#footer:after {
	display: block;
	content: '.';
	clear: both;
	height: 0;
	visibility: hidden;
}/* display floating stuff inside containing element */
#footer img {
	float: left;
	padding: 6px 20px 0 0;
}
#footer p {
	padding: 20px 0 0 0;
	margin-bottom: 4px;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer p.footerlinks {
	padding: 0;
	margin: 0;
}
#footer p.footerlinks a {
	font: .8em 'Trebuchet MS', sans-serif;
	color: #ccc;
	text-decoration: none;
}
#footer p.footerlinks a:hover {
	color: #fff;
}


	

	