/*  
Theme Name: Capitol Theme
Theme URI: http://wordpress.org/#
Description: Capitol/* Color Codes

#038 - Dark Blue
#0050b5 - Blue
#f6cb00 - Yellow

*/

/* Global Styles */

body {
  background: #038;
	margin: 0;
  font-family: arial, helvetica;
	font-size:12px;
  }

a, a:link, a:visited {
  color:#0050b5;
	}

a img {
  border:0px none;
	}

h1 {
  color: #0050b5;
	font-size: 28px;
	padding: 8px 0 4px 0;
	margin: 0 0 6px 6px;
	border-bottom: 1px solid #0050b5
	}

h2 {
  color: #0050b5;
	font-weight: normal;
	font-size: 18px;
	}

h3 {
  color: #0050b5;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	}
	
p {
  color: #000;
	padding: 8px;
	margin: 0;
	text-align:justify;
	}

span {
  color: #0050b5;
	font-weight: bold;
  }

/* Formatting Styles */

#wrap {
  width: 98%;
  margin: 0 auto 8px auto;
	padding:0;
	}

#topbar {
	background: #f6cb00;
  width: 100%;
	height: 3px;
	overflow:hidden;
	}

#header {
  width:760px;
	height:79px;
	}

#mainblue {
  background: #0050b5;
  margin: 0 0 6px 0;
	padding:0;
	height:100%;
	overflow:hidden;
  }

#mainwhite {
  margin: 6px 0 0 0;
	padding: 0 0 6px 6px;
  background:#fff;
	height:100%;
	overflow:hidden;
  }

#sidebar {
	padding:0 6px 0 0;
	margin: 6px 0 0 0;
	float:left;
	width: 175px;
	font-size: 13px;
	color: #037;
	background: url(images/bg_vline.gif) repeat-y right;
	}

#sidebar p {
  padding: 4px;
	color: #038
	}

#content {
  display:block;
  margin:0;
	padding: 0 8px 4px 183px;
	}

#content img {
  border: 1px solid #0050b5;
	padding: 4px;
	margin: 4px;
	}

#content img#right {
  float:right;
	margin-left: 8px;
  }

#content img#left {
  float:left;
	margin-right: 8px;
	}

#content img#icon {
  border: 0;
	margin: 0;
	}

#content li {
  padding: 3px 0 3px 0;
	}

#staff_photos td {
  width: 180px;
	height: 220px;
	v-align:top;
	text-align:center;
	border: 1px solid #0050b5;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
	color: #0050b5;
  }

#content #caption {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  }

#content #thumbnails {
  width: 150px;
  height: 150px;
  float: left;
  margin: 4px;
  }

#content #thumbnails img {
  width: 140px;
  height: 140px;
  }
#content #thumbnails img:hover {
  border: 1px solid #f6cb00;
  }

#news {
  margin-left: 10px;
	}

#news p {
  border-bottom: 2px solid #f6cb00;
  }

#date {
	color: #0050b5;
	font-weight: bold;
	}

#footer {
  color:#fff;
	text-align: center;
	padding: 0 0 8px 0;
	}

#nav {
  display:block;
  background: #f6cb00;
	height:22px;
	width:760px;
	}

#navextend { /*Extends the yellow nav bar across the page*/
  display:block;
	position:relative;
  background: #f6cb00;
	height:22px;
  }

/* Begin 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
	}
/* End Images */

/* Captions */
.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;
}
/* End captions */


/* Menubar Styling Begin */

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
	background: #fff; /* IE6 Bug */
	background-color:#f6cb00;
	}

#nav li {
  float: left;
  position: relative;
  z-index: 1000;
	padding:3px 0;
	text-align:center;
	width:152px;
	}

#nav li ul li { /* submenu list item formatting */
  border: 1px solid #000;
	border-top: 0px none;
	text-align:left;
	padding:3px;
	width: 145px;
	}

#nav li ul li#top {
  border: 1px solid #000;
  }

#nav li ul {
  display: none;
  position: absolute; 
  top: 22px;
  left: 0;
  }

#nav li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
  top: 22px;
  left: 0;
	}

#nav li li ul {
  position: absolute;
	left:151px;
	top:-1px;
	} 

#nav ul li:hover ul ul,
#nav ul li.over ul ul { display: none; } /* Hide sub-menus initially */

#nav li:hover ul,
#nav ul li li:hover ul,
#nav li.over ul,
#nav ul li li.over ul { display: block; } /* The Magic */


#nav li a,
#nav li:hover ul li a,
#nav li:hover ul li li a,
#nav li.over ul li a,
#nav li.over ul li li a { 
  display:block;
  color:#000;
	text-decoration: none;
	font-size: 14px;
	}

#nav li:hover a,
#nav li.over a,
#nav li ul li:hover a,
#nav li ul li li:hover a,
#nav li ul li.over a,
#nav li ul li li.over a { /*Hovered list items, but not child unordered lists */
  color:#038;
	}

#nav ul li.menuparent { background: transparent url(images/arrow.gif) right center no-repeat; }

#nav ul li:hover,
#nav ul li.menuparent:hover,
#nav ul li.over { background-color: #fff; }

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

/* Menubar Mechanics Styling End */

/* homepage rollover style */
#news_rollover a {
	display:block;
	height: 140px;
	width: 140px;
	margin: 4px 4px 12px 4px;
	float:left;
	border: 1px solid #0050b5;
	text-decoration: none;
  background: transparent url('images/rollovers/news.jpg') 0 0 no-repeat;
	}

#news_rollover a:hover {
  background: transparent url('images/rollovers/news.jpg') -140px 0 no-repeat;
	}
	
#quote_rollover a {
	display:block;
	height: 140px;
	width: 140px;
	margin: 4px 4px 12px 4px;
	float:left;
	border: 1px solid #0050b5;
	text-decoration: none;
  background: transparent url('images/rollovers/quote.gif') 0 0 no-repeat;
	}

#quote_rollover a:hover {
  background: transparent url('images/rollovers/quote.gif') -140px 0 no-repeat;
	}

#office_rollover a {
	display:block;
	height: 140px;
	width: 140px;
	margin: 4px 4px 12px 4px;
	float:left;
	border: 1px solid #0050b5;
	text-decoration: none;
  background: transparent url('images/rollovers/facility.jpg') 0 0 no-repeat;
	}

#office_rollover a:hover {
  background: transparent url('images/rollovers/facility.jpg') -140px 0 no-repeat;
	}

#careers_rollover a {
	display:block;
	height: 140px;
	width: 140px;
	margin: 4px 4px 12px 4px;
	float:left;
	border: 1px solid #0050b5;
	text-decoration: none;
  background: transparent url('images/rollovers/careers.jpg') 0 0 no-repeat;
	}

#careers_rollover a:hover {
  background: transparent url('images/rollovers/careers.jpg') -140px 0 no-repeat;
	}
/* home rollover end */