/* CSS Document */

html {
padding:0px;
margin:0px;
}

p {
	padding:0px;
	margin-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

a img {
	border:none;	
}

body {
background-color:#D66401;
font-size: 11px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
line-height: 20px;
color: black;
text-align:center;
margin:0px;
padding:0px;
}

#container {
width:1003px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#header {
	width: 100%;
	height: 134px;
	margin:0px;
	padding:0px;
	border-bottom: 2px solid #333333;
	background-image:url(images/header-bg-newest.jpg);
}

#header.christine {
	width: 100%;
	height: 134px;
	margin:0px;
	padding:0px;
	border-bottom: 2px solid #333333;
	background-image:url(images/header-bg-new.jpg);
}

#header img#head {
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 0 0 0 -130px;	
}

#header p#meet {
	font-family: Georgia, Times New Roman, serif;
	font-size: 24px;
	position: absolute;
	top: 24px;
	left: 50%;
	margin: 0 0 0 25px;
}

#header p#stats, #header p#q  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	position: absolute;
	top: 65px;
	left: 50%;
	margin: 0 0 0 25px;
}

#header p#q  {
	font-size: 16px;
	font-family: Georgia, Times New Roman, serif;
	margin: 0 0 0 245px;
	width: 250px;	
}

#header a#bios {
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 0 0 0 -130px;
	width: 630px;
	height: 134px;
	display: block;
	background: none;
	z-index: 5;
	border:none;
}

#linkbar {
	width: 963px;
	height: 60px;
	margin:0px;
	padding:0px 0 0 20px;
	display:block;
}	

#footer {
	background:none
	width: 960px;
	display:block;
	clear:both;
	margin:0px 0 20px 0;
	text-align:center;
}

#footer p {
	font-size: 10px;
	font-weight: bold;
}

#footer p a {
	color: #E15FFF;
	font-weight: bold;
	text-decoration: none;
}

#content {
	width:100%;
	margin:0px;
	padding: 0 0 0 20px;
}

#content img {
	padding: 0 10px 0 0;
}

#content a:link, a:visited {
	color: yellow;
	text-decoration: none;
	font-weight:bold;
}
#content a:hover {
	background-color:#FF9933;
	text-decoration: none;
}

#content ul {
	margin:20px;
	padding:0px;
}

#content ul li {
	line-height: 14px;
	font-family:"Arial", "Times New Roman", Times, serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

#content #halfright ul li a {

}

#halfleft {
	background-color: #EA9453;
	width:430px;
	float:left;
	padding: 20px;
	margin: 0 20px 20px 0px;
}

#halfright{
	background-color: #EA9453;
	width:430px;
	float:left;
	padding: 20px;
	margin: 0 0 20px 0;
}

#quarter {
	background-color: #EA9453;
	width:215px;
	float:left;
	padding: 20px;
	margin: 0 20px 20px 0;
}

#quarter-right, #quarter-left {
	background-color: #EA9453;
	width:215px;
	float:left;
	padding: 20px;
	margin: 0 0 20px 0;
}

#quarter-left {
	margin: 0 20px 20px 0px;	
}

#quarter-left ul {
	list-style: none;
	margin: 20px 0 0 0;	
}

#quarter-left ul li {
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	cursor: pointer;
}

#quarter-left ul li:hover {
	text-decoration: underline;
}

#three-quarters-left {
	background-color: #EA9453;
	width:645px;
	float:left;
	padding: 20px;
	margin: 0 20px 20px 0px;
}

#three-quarters-breaker {
	width:605px;
	height:1px;
	border-top: 1px dashed #333;
	margin: 30px 20px;	
}

#right {
	width: 160px;
	float:right;
	display:inline;
	color: #111111;
	margin-left: 20px;
}


/* Linkbar Style */

div.linkbar {
	width: 963px;
	margin: 0px auto;
}

#linkbar li {
	display:inline;
	float:left;
}

#linkbar li a, #linkbar li a:visited  {
	text-decoration:none;
	font-size:12px;
	padding:20px 30px;	
	background:#d66401;
	cursor: pointer;
	float:left;
	color: black;
	font-weight:bold;
	font-family: "Arial";
	font-size: 14px;
}

#linkbar li.current_page_item a {
	background: #da7b28;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#da7b28), to(#D66401));	
}

#linkbar li a:hover {
	background: #d56d13;
}

/* Header Styles */

h1, h1 a {
	font-family:"Arial", "Times New Roman", Times, serif;
	letter-spacing: -2px;
	font-size: 30px;
	line-height: 1em;
	font-weight: normal;
	margin: 0px 0 18px 0;
	padding: 0px;
}

#content #three-quarters-left h1 a {
	font-weight: normal;
	color: black;
}

#content #three-quarters-left h1 a:hover {
	
} 

h2 {
	font-family:"Arial", "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	margin: 0px 0 9px 0;
	padding: 0px;
}

h3 {
	color: #999;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0;
	padding: 0px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px 0 9px 0;
	padding: 0px;
}

iframe {
	margin-bottom:20px;
}

/* blockquotes */

#right blockquote {
	width: 158px;
	margin: 0px 20px;
	padding: 20px;
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	border: #999 solid 1px;
	color:#000000;
	font-size: 10px;
}

#quote {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
}

/* Sidebar styles */

#sidebar ul {
	margin:0px 0 20px 0;
	padding:0px;	
}

#sidebar ul li {
	list-style:none;	
}

.widget_recent_entries ul li {
	margin-top: 30px;	
}

/* Comments */

textarea {
	width: 320px;
	padding: 10px;
	height: 140px;	
} 

ol.comments-form {
	margin: 20px 0px;
	padding:0px 20px;	
}

ol.comments-form li {

}

#searchsubmit {
	margin-bottom: 20px;	
}
