/*  
Theme Name: 3rd District Theme
Description: Specialized Theme for the 3rd District Officials Organization
Author: SparkWeb Interactive
Author URI: http://www.sparkweb.net/
Version: 1.0
Tags: Sports
*/



/* Reset Stuff */
html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/* Basic Setup */

body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0;
	background: #D1C9C0 url(img/main-bg.gif) repeat-x;
}
p {
	margin-bottom: 1.2em;
	line-height: 125%;
}
h1 {
	color: #28608E;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 9px;
}

h2 {
	color: #28608E;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 10px;
}

h3, h4 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #805619;
	padding-bottom: 4px;
}

a {
	color: #D84918;
	text-decoration: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a:hover {
	text-decoration: underline;
}
.noMargin {
	margin: 0px;
}
.pad5 {
	padding: 5px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.noviz {
	width: 5px;
	visibility: hidden;
	display: inline;
}
.clr {
	clear: both;
}
#contentwrapper ul li {
	list-style: disc outside;
	margin-left: 40px;
	padding-left: 2px;
	margin-bottom: 3px;
}

#contentwrapper ul {
	margin-bottom: 1.2em;
}




/* Design and Menu */

#wrapper {
	width: 980px;
	margin: 0 auto 20px auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}

#mainwrapper {
	clear: both;
	padding: 18px 18px 18px 23px;
	min-height: 450px;
}

#main {
	float: left;
	width: 630px;
}


#sidebar {
	float: right;
	width: 250px;
	margin: 5px 5px 10px 25px;
	padding: 10px 10px 0 10px;
	background-color: #FCF1A8;
	border: 1px solid #D0CB91;
}
#sidebar ul {
	margin-bottom: 20px;
}
#sidebar ul li {
	list-style: disc outside;
	margin-left: 16px;
	padding-left: 0px;
	margin-bottom: 1px;
}

#sidebar ul {
	margin-bottom: 1.2em;
}


#footer {
	clear: both;
	padding: 13px 0;
	text-align: center;
	background-color: #28608E;
	color: #FFFFFF;
	font-size: 11px;
}
#footer p {
	margin-bottom: 5px;
}




/* Menu */

#navmenu {
	height: 47px;
	margin-left: 19px;
	background: url('img/navback.jpg') repeat-x;
}
#navmenu .first_item {
	background: url('img/navleft.jpg') no-repeat;
	padding-left: 30px;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 47px
}
	
#nav li {
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	display: block;
	padding: 15px 25px 14px;
	font-size: 15px;
	color: #FBE000;
	font-weight: bold;
}

#nav li a:hover {
	background: url('img/navback-on.jpg') repeat-x;
	color: #FBEF27;
	text-decoration: none;
	display: block;
}

#nav li ul {
	list-style: none;
	position: absolute;
	width: 150px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 185px;
}
	
#nav li li a {
	background: url('img/navback.jpg') repeat-x;
	width: 185px;
	line-height: 23px;
	font-size: 12px;
	
	margin: 0;
	padding: 5px 15px 5px 20px;
}
	
#nav li li a:hover {
	background: url('img/navback-on.jpg') repeat-x;
	color: #FBEF27;
	padding: 5px 15px 5px 20px;
}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
	position: static;
}

































/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

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

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



