/*
THEME NAME: dbcombos
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: 
VERSION: 1.6.1
AUTHOR: Sandbox
AUTHOR URI:
*/




/* ------------------------------- reset.css ------------------------------- */
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table
{
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}

table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; } 


/* ---------------------- BODY ---------------------- */


	body {
		background: #002a50 url(images/back-shadow-outer.jpg) no-repeat center top; 
		font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height:18px; 
		color: #3b3b3b;
	}



/* -------------------------------- PAGE BODY -------------------------------- */
div#wrapper
{
	width:987px;
	margin: 0 auto;
	left: 50%;
	margin-left: -494px;
	position: absolute;
	/* border: white solid 2px; */
	background: #002a50 url(images/back-shadow-outer.jpg) no-repeat;
	background-position: center top;
}







div#underpattern
{
	width:987px;
	padding: 0 0 0 0;
	/* border: white solid 2px; */
	background-image: url(images/vertical-tile.jpg);
	background-repeat: repeat-y;
	background-position: 31px 0;
}




div#corner-gap {
	width:987px; 
	padding: 0 0 0 0; 
	background-image: url(images/corner-gap.jpg);	
	background-repeat: no-repeat; 
	background-position: 707px 0;
}

div#container {
	width:707px;
	float:left;
	margin:0 0 0 0;
	/* border: red solid 3px; */
}

div#content {
	margin:0 0 0 31px;
	padding: 20px 20px 0 30px;
	background: url(images/content-background.jpg) no-repeat center top;
	/* border: yellow solid 3px; */
}

#as-seen-in {
	float:left;
	width:676px; 
	height:135px;
	background:url(images/sponsor-background.jpg) top no-repeat;  
	margin: 0 0 0 31px; 
	text-align:center;
}
	
#as-seen-in h3 {
	font-size:15px; 
	margin:46px 0 5px 0;
}

#clear-footer {
	clear:both; 
	height:35px;
	background-image:url(images/sponsor-background.jpg);
	background-repeat: no-repeat;
	background-position: 31px -133px;
}






/* -------------------------------- SIDEBAR -------------------------------- */

div.sidebar {
	float:right;
	overflow:hidden;
	width:249px;
	text-align:center;
}

div#primary {
	margin: 100px 31px 0 0;
	background: url(images/sidebar-primary-background.jpg) no-repeat center top;
}

/* div#primary:after {
	content: url(images/sidebar-primary-base.jpg);
} */


div#primary-button {
	width:152px;
	height:22px;
	margin-top:10px;
	margin-left:50px;
}

#primary-base-cap {
	margin-top: 10px;
	margin-left: 0px;
}



div#secondary {
	margin:0 31px 0 0;
	background: #666666 url(images/sidebar-secondary-background.jpg) repeat-y ;
	color:#fff;
}



div#container {
margin-top:0em;
}

ul {
display:block;
margin-left:30px;
margin-bottom:10px;
}

div.sidebar h3 {
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	line-height:16px;
}

div#primary h3 {
	margin:20px 0 8px 0;
	font-size:16px;
}

div#secondary h3 {
	margin:0 15px 8px 15px;
	font-size:13px;
	color:#62c2ff;
}


div#secondary p {
	display:block;
	padding:0px 12px 6px 18px;
	text-align:left;
	font-size:11.5px;
	line-height:14px;
}


div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 0 0;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}

hr {
	display:block;
	width:220px;
	height:1px;
	margin:8px 0 10px 14px;
	font-size:.1em;
	border:none;
	border-top: #ccc dotted 1px;
	text-align:center;
}









/* ------------------------------- MAIN NAVIGATION MENU ------------------------------- */

#header-container {
	width: 987px;
	height:189px;
	margin: 0 auto;
	text-align:left;
	/* border: pink dotted 1px; */
}

#shadow, #header, #container-outer {
	margin: 0 auto; 
}

#shadow {
	width: 987px; 
	position: relative 
}

/* *** NAVIGATION / LINKS *** */	
	#globalnav {position: absolute;	top: 0px; height: 42px; left: 42px; width: 800px; }
	#globalnav ul ul {display: none; }
	#globalnav ul {list-style: none; }
	#globalnav ul li {float: left; padding: 0 14px 0 0; line-height: 42px; }
	#globalnav a:link, #globalnav a:visited {color: #a5a5a5; text-decoration: none; font-weight: normal;}
	#globalnav a:active, #globalnav a:hover {color: #fff; }
	#redlink a:link, #redlink a:visited {color: #62c2ff; text-decoration: none; font-weight: normal;}
	#redlink a:active, #redlink a:hover {color: #fff; }







div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:891px;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
background:#EEE;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header{
width:891px;
text-align:left;
margin-top:20px;
}


/* ------------------------------- FOOTER NAVIGATION MENU ------------------------------- */


div#footer {
	text-align: left;
	clear: both;
	width: 987px;
	height:170px;
	padding-top: 28px;
	font-size:10px;
	letter-spacing: -0.1px;
	line-height:14px;
	background: url(images/footer-background.jpg) no-repeat center top;
}




#links {
	float:left; 
	width:600px; 
	margin:90px 0 0 70px; 
	color:#999; 
	font-size:9px; 
	font-weight:normal;
}

#links a:link, #links a:visited {
	color: #62c2ff; 
	text-decoration: none; 
	font-weight: bold; 
	font-size:12px;
}

#links a:active, #links a:hover {
	color: red; 
}

#sponsors {
	float:right;
	margin:0 70px 0 0;
}







div#footernav {
height:16px;
margin:0;
width:891px;
}

div#footernav ul,div#footernav ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#footernav ul a {
display:block;
margin-right:1em;
padding:0.2em 0;
text-decoration:none;
}

div#footernav ul ul ul a {
font-style:italic;
}

div#footernav ul li ul {
left:-999em;
position:absolute;
visibility:hidden;
}

div#footernav ul li:hover ul {
text-align:center;
}

div#footernav ul li {
float:left;
}




div.gallery dl,div.navigation div.nav-previous {
float:left;
}





/* ------------------------------- TYPOGRAPHY ------------------------------- */

h1 {
display:block;
font-size: 28px;
line-height:30px;
color:#555;
font-weight:bold;
margin-bottom:14px;
}

h2 {
font-size: 16px;
line-height:18px;
color:#555;
font-weight:bold;
margin-bottom:10px;
}

h3 {
font-size: 14px;
line-height:28px;
color:#555;
}

a:link, a:visited {
	color:#03588b;
	font-weight:bold;
	text-decoration:underline;
}

a:hover, a:active {
/* background-color:#7b3695; */
color:red;
}

#blog-description {
font-size:12px;
text-transform:uppercase;
letter-spacing:4px;
}

h1#blog-title {
font-size:28px;
letter-spacing:1px;
line-height:32px;
}


.current_page_item a {
font-weight:bold;
color:#7e4234;
}

p {
display:block;
padding-bottom:10px;
}

strong {
	font-weight:bold;
	font-size:14px;
}

.entry-content li {
	margin-bottom:8px;
}




.entry-title,.entry-meta {
clear:both;
}


form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
	text-align:right;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
	font-style:italic;
	font-size:11px;
	text-align:right;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

