/* @override http://justinross.net/style.css */

/*****************
	MAIN
******************/

body,h1,h2,h3,h4,h5,p,ul,ol,li,dl,div,iframe,form,table,td,th {
	padding: 0;
	margin: 0;	
}

body {
	color: #111;
	font: normal 80%/1.5em verdana, sans-serif;
	background: #3333FF url(/images/background.jpg) 0 0 repeat-x;
	text-align: center;
}

/*****************
	TEXT STYLES
******************/

h2 {
	font-family: georgia, serif;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	margin: .25em 0;
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	margin: .5em 0;
}

p {
	margin: 1em 0;
}

.post ul {
	margin: 1em 0;
	padding-left: 2em;
}

img a:hover {
	background:none;
}

a {
	color: #377fcc;
}

p a {
	padding: 3px;
}

p a:hover {
	text-decoration: none;
	background-color: #377fcc;
	color: #FFF;
	padding: 3px;
	line-height: 1.4em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
}

a.imglink, #medrect a, #linkscol a, #statscol a {
	border: 0;
	background: none;
}

a.imglink img, #medrect a img, #linkscol a img, #statscol a img {
	border: 0;
	background: none;
}

#linkscol, #statscol {
	font: normal .9em arial, helvetica, sans-serif;
}

table {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#leader h1 {
	font-family: georgia, serif;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #888;
}

#leader p {
	padding: 10px;
	line-height: 1.4em;
	margin: 0;
}

/*****************
	FONT CLASSES
******************/

p.byline {
	color: #999;
	margin: 0;
	font-size: .9em;
}

/*****************
	LAYOUT
******************/

#container {
	width: 893px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(/images/sideshadow.png) 0 0 repeat-y;
}

#above {
	width: 893px;
	margin: 8px auto 0 auto;
	height: 23px;
	background: transparent url(/images/topshadow.png) 0 0 no-repeat;
}

#below {
	width: 893px;
	margin: 0 auto 8px auto;
	height: 23px;
	background: transparent url(/images/bottomshadow.png) left bottom no-repeat;
}

#header {
	padding: 0 9px;
	height: 100px;
}

#branding {
	height: 110px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #666;
}

#content {
	float: left;
	width: 462px;
	margin: 5px 10px 5px 19px;
	padding: 1px;
	overflow: hidden;
}

#sections {
	margin-top: 30px;
	overflow:hidden;
	padding: 0px;
}

.section {
	width:219px;
	margin: 0 auto;
}

.section_img {
width:219px;
height:250px;
border:0px;
}

#footer {
	padding: 20px 9px 9px 9px;
	clear: left;
	text-align: center;
	font-weight: bold;
}

#legal {
	padding: .5em 0;
	background: #fff;
	border-top: 1px solid #666;
}

#footer p {
	margin: .25em 0;
}

#base {
	width:100%;
	height:25px;
	color:#FFFFFF;
	border-bottom:#09C solid 2px;
}

#base a{
	color: #00FFFF;
}

#leader {
	margin: 0 10px;
}

.compoption {
min-height: 425px;
width:550px;
border:dashed thin #CCCCCC;
padding: 15px;
margin-top: 15px;
float:left;
}

.compright {
float:right;
margin-top: 15px;
padding: 15px;
border: dashed thin #CCCCCC;
min-height: 200px;
width: 225px;
font: smaller small-caps;
}

.compbottom {
float:right;
width:225px;
padding:15px;
margin-top: 15px;
border: thin dashed #CCCCCC;
text-align:center;
}

.hiddenlink{
text-decoration:none;
color:#000000;
}

.logo {
	background: url('/images/logo.png') no-repeat #FFF;
	border:0px;
	width:215px;
	height:90px;
	float: left;
	padding-top: 5px;
	margin-left: 15px;
}

#secret {
	display: none;
}


/***************
	IE stuff
****************/

/* only win \*/

* html #content, * html subcontent, * html #linkscol, * html #statscol {
	display: inline;
}

* html #container {
	background-image: url(/images/sideshadow.gif);
	font-weight:normal;
}

* html #above {
	background-image: url(/images/topshadow.gif);
}

* html #below {
	background-image: url(/images/bottomshadow.gif);
}

* html body {
	color: #000;
	font: normal 80%/1.5em verdana, sans-serif;
	background: #3333FF url(/images/background.jpg) 0 0 repeat-x;
	text-align: center;
}

* html .logo {
background-image: url(/images/logo.gif);
border:0px;
width:215px;
height:90px;
}

a.imglink, #medrect a, #linkscol a, #statscol a {
	border: 0;
}

a.imglink img, #medrect a img, #linkscol a img, #statscol a img {
	border: 0;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* end */