/* 
Theme Name: Delegate 2.0
Theme URL: http://delegatebob.com
Description: A blank theme for you to draw on.
Author: Tommy and Joey Marshall, info@sirestudios.com
Author URI: http://sirestudios.com
Version: 1.0.1
*/

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a{ 
margin:0;
padding:0;
outline: none;
}
fieldset,img { 
border:0;
}
ol,ul {
list-style:none;
}
a {
text-decoration:none;
}

/* Styles */
body {
background: #0E2342 url(images/head.jpg) top center no-repeat;
margin: 0;
padding: 0;
color: #000;
font: 13px/22px "Lucida Sans Unicode", Lucida, Calibri, Arial;
}

.wrapper {
display: block;
width: 980px;
margin: 0 auto;
}

#menu {
background: #bdd7ee;
height: 72px;
width: 100%;
float:left;
/*
border-top: 1px solid #b08556;
border-bottom: 1px solid #b08556;
*/
}

#header {
height: 305px;
width: 980px;
float:left;
}

	#marmsg {
	float:left;
	margin: 148px 0 0 430px;
	width: 180px;
	height: 70px;
	display:block;
	}
	
	#email {
	background: transparent;
	border: 0px solid transparent;
	border-bottom: 1px solid #fff;
	font: 14px/28px Palatino, "Palatino Linotype", Georgia;
	font-style: italic;
	color: #fff;
	width: 178px;
	}
	
	.contactsubmit {
	background: #bdd7ee url(images/blue_head.jpg) top left repeat-x;
	color: #fff;
	border: 1px solid #1a3354;
	padding: 4px 8px;
	margin: 5px 40px;
	font: 14px/28px Palatino, "Palatino Linotype", Georgia;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

#menu_inner {
width: 980px;
margin: 0 auto;
height: 72px;
}
	
	#menu_inner li {
	list-style: none;
	line-height: 72px;
	}
	
	#menu_inner li a {
	padding: 0 16px;
	font: 17px/72px Palatino, "Palatino Linotype", Georgia;
	color: #333;
	text-transform: 
	font-weight:bolder;
	text-transform: uppercase;
	float:left;
	display:block;
	}
	
	#menu_inner .current_page_item a {
	background: url(images/blue_head.jpg);
	color: #fff;
	}
	
	#menu_inner a:hover {
	text-decoration: underline;
	}
	
	#donate {
	font-weight:bold;
	background: url(images/donate.png) top right no-repeat;
	width: 100px;
	text-align:center;
	margin-left: 10px;
	}
	
	#donate span {
	padding: 0 10px 0 0 !important;
	color: #fff;
	}
	
	#donate:hover span, #menu_inner .current_page_item a:hover {
	text-shadow: 2px 2px 3px #333;
	}
	
	#donate:hover {
	background: url(images/donate_hover.png) top right no-repeat;
	text-decoration: none !important;
	}

#content {
display:block;
width: 980px;
min-height: 550px;
background: url(images/const_bg.jpg);
float:left;
border-top: 1px solid #0E2342;
}

	#left {
	float:left;
	width: 640px;
	margin: 18px 0 18px 18px;
	background: #fff url(images/blue_head.jpg) top left repeat-x;
	}

	#left_large {
	float:left;
	width: 940px;
	margin: 18px;
	background: #fff url(images/blue_head.jpg) top left repeat-x;
	}
	
		#left p a, #left li a {
		color: #603913;
		border-bottom: 1px dotted #603913;
		font-weight: bold;
		}
		
		#left a:hover {
		border-bottom: 1px solid #603913;
		}
		
		#left ul, #left ol {
		margin: 15px 45px;
		}
		
		#left li {
		padding-left: 20px;
		background: url(images/bullet_black.png) left 3px no-repeat;
		}

	#right {
	float:right;
	width: 285px;
	margin: 18px 18px 18px 0;
	}

		.widget {
		float:left;
		width: 285px;
		min-height: 125px;
		margin-bottom: 18px;
		}
		
		.red {
		background: #bdd7ee url(images/red_head.jpg) top left repeat-x;
		}
		
		.blue {
		background: #bdd7ee url(images/blue_head.jpg) top left repeat-x;
		}
		
		.widget h3 {
		font: 21px/79px Palatino, "Palatino Linotype", Georgia;
		font-weight: bold;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-shadow: 2px 2px 3px #000;
		}
		
		.widget ul {
		margin: 10px 0;
		}
		
		.widget li a {
		color: #333;
		font: 18px/32px Palatino, "Palatino Linotype", Georgia;
		border-bottom: 1px dotted #333;
		}
		
		.phplist {
		text-align:center;
		margin: 0 auto;
		}
		
		.widget li a:hover, .widget li a.active, .widget .current_page_item a {
		font-weight: bold;
		border-bottom: 1px solid #333;
		}
		
		.social {
		float:left;
		padding: 15px 0;
		width: 210px;
		margin-left: 40px;
		}
		
		.social a {
		border: 1px solid #ddd;
		background: #eee;
		padding: 4px;
		float:left;
		margin: 0 5px;
		}
		
		.social a:hover {
		border: 1px solid #bbb;
		background: #fff;
		}
		
		.email {
		padding: 2px 4px;
		font: 18px/32px Palatino, "Palatino Linotype", Georgia;
		}
		
		.action {
		text-align:center;
		}
		
		.action a {
		font: 23px/42px Palatino, "Palatino Linotype", Georgia;
		}

			#twitter_update_list span {
			color: #FFCC00;
			background: #000000;
			}
			
			.#twitter_update_list span a {
			display: inline;
			color: #000000;
			}

			#twitter_update_list span a:hover {
			text-decoration: underline;
			color: #666666;
			}
.clr {
clear:both;
height: 0px;
}

#footer {
float: left;
display: block;
width: 100%;
height: 205px;
margin: 15px auto;
color: #333;
}

#footer_inner {
width: 980px;
margin: 0 auto;
text-align:center;
font-size: 12px;
color: #fff;
}

	#footer_inner ul {
	width: 240px;
	}
	
	#footer_inner li {
	width: 100px;
	list-style: none;
	line-height: 72px;
	float:left;
	}
	
	#footer_inner li a {
	padding: 0 16px;
	font: 12px/17px Palatino, "Palatino Linotype", Georgia;
	color: #bdd7ee;
	text-transform: uppercase;
	float:left;
	display:block;
	}
	
	#footer_inner a:hover {
	color: #fff;
	}

	#thequote {
	font: 23px/36px Palatino, "Palatino Linotype", Georgia;
	}
	#thequote span {
	font-size: 17px;
	}
	
	#copy {
	font: 12px/17px Palatino, "Palatino Linotype", Georgia;
	color: #bdd7ee;
	text-transform: uppercase;
	display:block;
	}
	
	#copy a {
	color: #bdd7ee;
	border-bottom: 1px dotted #bdd7ee;
	}
	
	#copy a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
	}
	
/* Content */

h1 {
margin: 0 0 15px;
padding: 0 30px;
color: #fff;
font: 26px/79px Palatino, "Palatino Linotype", Georgia;
font-weight: bold;
text-transform: uppercase;
}

h2, h2 a {
color: #333;
font: 18px/26px Palatino, "Palatino Linotype", Georgia;
margin: 0 15px;
}

.sep {
border: 1px dotted #225289;
height: 0px;
width: 93%;
margin: 5px auto 10px;
background: #fff;
}

p {
margin: 0 30px 20px;
padding: 0;
}