/* Styles for http://thosepeople.blogspot.com
	Authored by Des at webandflowdesign.com for http://www.webandflowdesign.com
	Ver 0.1 */

	
/* GENERAL REDECLARATIONS ----------------------------------------------------------- */
* {
	margin:0px;
	padding:0px;
	}

body {
	background: #500000  url(i/backgrounds/top_gradient.jpg) repeat-x top left;
	color: #000;
	font: 80%/1.3em "Lucida Grande", Geneva, Verdana ,Arial, sans-serif;
	}

p {
	font-size: 1.0em;
	margin: 0px 10px 0px 30px;
	padding-bottom: 10px;
	line-height: 1.1em;
	}



h1 {
	font-size: 1.5em;
	padding-bottom: 10px;
	margin: 5px 10px 15px 17px;
	text-shadow: #888 2px 2px 3px;
	border-bottom: 1px dotted black;
	width:  100%;
	}
	
h2 {
	font-size: 1.4em;
	padding-bottom: 5px;
	margin: 0px 10px 0px 20px;
	}
	
h3 {
	font-size: 1.2em;
	padding-bottom: 5px;
	margin:  0px 5px 0px 25px;
	}

h4 {
	font-size:1.4em;
	padding-bottom: 5px;	
}
	
ol, ul, dl {
	margin:  0px 0px 0px 60px;
	padding-bottom:  10px;
	}


a:link, a:visited, a:active {
	color: #a00000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #500000;
	}
img {
	border:  none;
	}

select {
	font-size: 0.9em;
	background-color: #000;
	color:  #fff;
	}

dt {
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 3px;
}

dd {
	margin: 0px 5px 10px 10px;
	}

dd ul {
	margin: 10px 10px 10px 40px;
	font-style: italic;
	list-style-position: outside;
	list-style-type: circle;
}

/* Righ column Specific formatting ----------------------------------------------------------*/
#main_body_right h1 {
	border: none;
	font-size: 1.3em;
	margin: 0px auto 0px 5px;
	}
#main_body_right h2 {
	border: none;
	font-size: 1.1em;
	margin: 0px auto 0px 5px;
	}
	
#main_body_right p {
	font-size: 0.9em;
	margin: 0px 10px 5px 8px;
}

#main_body_right ul, #main_body_right ol, #main_body_right dl {
	margin:  2px 5px 2px 20px;
}

/* Main Layout Styles --------------------------------------------------------------*/
#center_this_div {
	margin: 0px auto 0px auto ! important;
	width: 800px;
	position: relative;
		}

#main_content {
	background: transparent url(i/backgrounds/bg_content.jpg) repeat-y 0 0;
	width: 800px;
	position:  relative;
	float:  left;
	}

#main_content_hdr {
	background: transparent url(i/backgrounds/maincontent_header_sdw.jpg) no-repeat 0 0;
	width: 800px;
	position: relative;
	top:  0;
	left: 0;
	float:  left;
	}

#main_content_body {
	background: transparent;
	width: 800px;
	padding-top: 200px;
	}
	
#main_content_body_container {
	background: transparent; /*url(i/backgrounds/bg_content.jpg) repeat-y 0 0; */
	width: 100%;
	float:  left;
	}

#main_body_left {
	width: 590px;
	float: left;
	background: transparent;
	display:  block;
	}
	
#main_body_right {
	width:  175px;
	float: right;
	background: transparent;
	display: block;
	}
	
#footer {
	background: transparent url(i/backgrounds/footer.jpg) no-repeat 0 0;
	width: 800px;
	height:  103px;
	margin: 0px auto 0px auto;
	padding-top: 40px;
	clear:  both;
	}
	
div.entry div {
	display: inline;
	background: #ddd;
}	

#post-encapsulator {
	background: #bbbbbb;
	width: 590px;
}

/* Header and Footer Supplementary Styles ------------------------------------------*/
#footer p {
	font-size: 0.9em;
	}

#footerSupNav {
	margin: 0px auto 0px auto;
	text-align: center;
	}

/* Navigation Styles ----------------------------------------------------------------*/


#navigation_bar {
	height:  25px;
	background: transparent;
	position:  absolute;
	padding-bottom: 20px;
	right:  5px;
	top:  160px;
	}

#nav  {
	width: 688px;
	margin: 0px auto 0px auto; 
	padding: 0;
	list-style: none;
	background: transparent;
	position: relative;
	}

#nav li			{
	display:inline;
	background: transparent;
	}
	
#nav a {
	position:absolute; 
	top:0px; 
	display:block;
	text-indent:-9000px; 
	overflow:hidden; 
	height:25px;
	background: transparent;
	 }

#nav_home a				{
	left:0px; 
	background:url(i/navigation/sprite_home.jpg) no-repeat 0 0;
	width: 86px;
	}

#nav_bio a				{
	left:86px; 
	background:url(i/navigation/sprite_bio.jpg) no-repeat 0 0;
	width: 86px;
	}

#nav_calendar a				{
	left:172px; 
	background:url(i/navigation/sprite_calendar.jpg) no-repeat 0 0;
	width: 86px;
	}

#nav_policies a				{
	left:258px; 
	background:url(i/navigation/sprite_policies.jpg) no-repeat 0 0;
	width: 86px;
	}

#nav_photos a {
	left: 344px;
	background: url(i/navigation/sprite_photos.jpg) no-repeat 0 0;
	width: 86px;	
	}

#nav_apply a {
	left: 430px;
	background: url(i/navigation/sprite_apply.jpg) no-repeat 0 0;
	width: 86px;	
	}

#nav_contact a {
	left: 602px;
	background: url(i/navigation/sprite_contact.jpg) no-repeat 0 0;
	width: 86px;	
	}

#nav_links a {
	left: 516px;
	background: url(i/navigation/sprite_links.jpg) no-repeat 0 0;
	width: 86px;	
	}

#nav_home a:hover, #nav_bio a:hover, #nav_calendar a:hover, #nav_policies a:hover,	#nav_photos a:hover, #nav_apply a:hover, #nav_contact a:hover,
#nav_links a:hover {
	background-position: -87px 0;
	}

.currentPage 
	{
	background-position: -174px 0px ! important;
	cursor: default;
	opacity: 1;
}

/* WordPress Styles ------------------------------------ */
small {
	margin: 0px 0px 0px 40px;
}

.post {
	width:  580px;
	position: relative;
	background: none;
}

.entry {
	width: 579px;
}

#s /* Search Box */
 { 
	width: 100px;
	position: absolute;
	right:  65px;
	top:  135px;
	font-size: 0.9em;
	text-align: right;	
}

#searchsubmit {
	position: absolute;
	font-size: 0.9em;
	top: 133px;
	right: 10px;
}

/* Other Styles ---------------------------------------- */


#gCalendar { /* for Google Calendar - http://www.jessefry.com/calendar */
	margin: 0px auto 0px auto ! important;
	padding-left: 25px;
}

.rightImage {
	margin: 0px 20px;
}

.fullHeading {
	width:  96%;
}

.linksTable {
	margin-left: 50px;
}

/* @group Application Styles */


#applicationForm {
	margin-left: 50px;
}

#applicationForm td {
	padding: 3px;
}

td h3 {
	margin-left: 0px;
}

.submittedInfo {
	margin-left: 50px;
	color: #000;
	background-color: #ededed;
	padding: 5px;
	border: 2px solid #898989;
}

.successMsg {
	width: 90%;
	background-color: #c0ffce;
	font-size: 1.2em;
	text-align: center;
	margin: 10px auto 10px auto;
	padding: 8px;
	border: 2px solid #898989;
}

.errorMsg {
	width: 90%;
	background-color: #ffc7ab;
	font-size: 1.2em;
	text-align: center;
	margin: 10px auto 10px auto;
	padding: 8px;
	border: 2px solid #898989;
}


/* @end */



