/*
Theme Name: DR Job Fair
Theme URI: http://www.drjobfair.com/
Description: Theme for the Discovered Resources Job Fair website
Version: 0.1
Author: Justin Cook
Datum: 8/13/2008
*/

body {
	background: #8A8787 url(../img/body_bg.jpg) repeat-y scroll center top;
}

/*-----------------------------------------------------------------------------
	Text
-----------------------------------------------------------------------------*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #00A78E;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #00A78E;
}


/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/
#header {
	background: #fff url(../img/drjobfair.jpg) repeat-x;
	height: 209px;
	text-indent: -2000px;
	border-bottom: 1px solid #ddd;
}

/*-----------------------------------------------------------------------------
	Main
-----------------------------------------------------------------------------*/
#main {	background: #fff; }

/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/
#menu ul#nav {
	list-style-type: none;
	padding: 8px 0;
	margin: 0 0 0 5px;
	background-color: #0D68B3;
}

#menu ul#nav li {
	margin: 0;
	padding: 0;
}

#menu ul#nav li a {
	background-color: #0D68B3;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 1px 5px 3px;
	margin: 0;
	border-bottom: 1px solid #fff;
}

#menu ul#nav li.page-item-3 a {
	border-top: 1px solid #fff;
}

#menu ul#nav li a:hover,
#menu ul#nav li.current_page_item a {
	background-color: #7aacd9;
}
/*-----------------------------------------------------------------------------
	Content
-----------------------------------------------------------------------------*/
#content {
	font-family:"Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	color:#333;
	padding-left: 15px;
	border-left: 1px solid #eee;
}

#content .col-center {
	text-align: center;
}

/*-----------------------------------------------------------------------------	Images
-----------------------------------------------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/
#footer {
	background-color: #fff;
	font-family:"Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	color:#333;
	text-align:center;
	padding-top: 0.5em;
}
