/* CSS for DifferentiationCentral.com. Designed by S.B. Brennan. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #daecf6;
	margin:0px;
	width:100%;
}
p, li {
	font-size: 12px;
}
h1, h2, h3, h4 {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
a {
	color:#09c;
}
a:visited {
	color:#000;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-image:url(images/bullet_green.gif); /* list-style-type:square; */
}
li {
	line-height: 120%;
}
hr {color: #9c6;
	background-color: #9c6;
	height: 1px;
	border:0px;
}
/*----------------------HEADER + MENUS----------------------*/
#header {
	background:url(images/header_bkgd.jpg) repeat-x;
	margin:0px auto;
	width: 100%;
}
#header_centered {
	margin:0px auto;
	width: 900px;
}
#search {
	display:inline;
	float: right;
	margin-right: 70px; /* positions the search field away from the top menu tab */
	margin-top: 14px;
}
#search .button {
	background-color: #6d97af;
	border: 2px solid #6d97af;
	color:#fff;
}
#menu_top {
	display: inline;
	background:url(images/menu_top150.jpg) no-repeat;
	width: 150px;
	float: right;
	text-align:center;
	padding: 7px 0px; /* 7px centers the links vertically in the top menu tab */
	color: #daecf6;
	margin-top: 14px; /* Makes the top menu tab touch the title background bar */
	margin-bottom: 0px;
}
#title {
	background: #166069 url(images/title_bkgd.jpg) no-repeat;
	width: 900px;
	height:120px;
	float: right;
	margin-top:7px;
	margin-bottom: 7px; /* Sets the space between the title bar and the menu bar background */
}
#title h1 {
	float:left;
	padding-left:50px;
	display:inline;
	font-size:38px;
}
#title span {
	color:#daecf6;
	font-size: small;
}
#title a, #title a:visited {
	text-decoration: none;
	color: #fff;
}
#title a:hover, #title a:visited hover {
	color:#9cc;
}
#title #rotateImage {
	float:right;
	display:inline;
}
#menu_main {
	background: url(images/menu_bkgd.jpg) no-repeat; /* Change to menu_bkgd_900.jpg when a wider menu is needed*/
	width: 758px; /* Change to 858px when the 900px menu bar is needed */
	height: 25px;
	clear:both;
	margin: 0px auto;
	color: #daecf6;
	text-align:center;
	padding: 7px 21px 0px 21px; /* 7px centers the links vertically in the menu bar */
}
#menu_main a, #menu_main a:visited, #menu_top a, #menu_top a:visited {
	padding: 1px 6px;
	margin: 1px 5px;
	text-decoration:none;
	color:#033;
}
#menu_main a:hover, #menu_main a:visited hover, #menu_top a:hover, #menu_top a:visited hover {
	color:#fff;
	border: solid 1px #4d804d;
	padding-left:5px; /* Compensates for the border addition, so there's no flickering on hover */
	padding-right: 5px; /* Compensates for the border addition, so there's no flickering on hover */
}
/*----------------------INTRO----------------------*/
#intro {
	clear: both;
	margin:0px auto;
	width: 750px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#intro h2 {
	margin-top:0px;
	margin-bottom: 0px;
	color:#105861;
}
#intro img, #introvideo {
	float: right;
	margin: 8px 0px 20px 18px;
}

/*----------------------COLUMNS----------------------*/
#content {
	width:800px;
	margin: 0px auto;
	clear:both;
}
.leftcol {
	width:380px;
	float:left;
	margin-right: 20px;
}
.rightcol {
	width:380px;
	float:right;
	margin-right: 0px;
}
.leftcol h3, .rightcol h3, #content h3 {
	background:url(images/subtitle_bkgd.jpg) no-repeat;
	color:#fff;
	padding:4px 0px 10px 55px; /* 55px sets the space between the arrow and the text */
	margin: -3px 0px;
	font-size: 16px;
	clear:both;
}
.leftcol h4, .rightcol h4, #content h4 {
	margin: 20px 10px -4px 10px;
	color:#105861;
	line-height:98%;
}
.leftcol p, .rightcol p, #content p {
	margin-left: 10px;
	margin-right: 10px;
}
.leftcol img, .rightcol img {
	float:left;
}
.center {
	text-align:center;
}
.player {
	border: 1px solid #000;
	border-bottom: 0px;
	margin: 0px auto;
	width: 294px;
	}
	
.multiplayer {
	border: 1px solid #000;
	border-bottom: 0px;
	margin: 15px auto;
	width: 294px;
	}
.morelinks {
	border-bottom: solid 1px #9c6;
	padding-bottom: 15px;
	text-align:right;
	clear:both;
}
.smalltext {font-size: x-small; color: #666;}
.thumb {border: solid 1px #9c6; margin-right: 10px;}

/*----------------------FOOTER----------------------*/
#footer {
	background:#9c6 url(images/footer_divide.jpg) repeat-x;
	text-align:center;
	padding: 10px;
	clear:both;
}
#footer a {color: #000;}

#footer a.spotlight, #content a.spotlight {
	border: solid 1px #daecf6;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	background-color:#105861;
	color:#fff;
	padding:3px 7px;
	text-decoration:none;
}
#footer a.spotlight:hover, #content a.spotlight:hover {
	border: solid 1px #4d804d;
	border-top: solid 2px #333;
	border-left: solid 2px #333;
	background-color:#4d804d;
}
