/*
Theme Name: Washington State Disability History Month
Description: Heavily modified version of default WordPress theme based on the famous Kubrick.
Author: Luke Bowerman
Author URI: http://wildcowstudios.com/
*/

/* v1.0 | 20080212 */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Reset */

/* General Styles */
.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: .9em; line-height: 1.75em; margin-bottom: 1.25em; }
.large .small { font-size: .8em; }
.hidden       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.details 		{ color: #666; font-size: .7em; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

body {
  background-color: #D8E6B3;
}

p, #content li {
  font: normal .8em/1.5 Verdana, sans-serif;
}
#content p, #content ul { margin: 0 0 1em; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin: .2em 0 .25em;
  font-family: Helvetica, Arial, sans-serif;
}
#content h1 {
  margin: .5em 0 .1em;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
}
#content h2 {
  font-size: 1.5em;
}
#content h3 {
  font-size: 1.25em;
}

#content ul {
  list-style: square;
  margin-left: 1.25em;
}


#page {
  margin: 0 auto;
  width: 900px;
  background-color: #fff;
}
#header {
  background-color: #4E7280;
  padding: 0 25px 15px;
  background-color: #4E7280;
  border-bottom: 40px solid #8F816A;
}
#header h3 {
  background: url(images/washington_icon_med.png) no-repeat;
  color: #fff;
  font: bold 1em Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 4px 0 5px 44px;
}
#header h1 {
  font: normal 2.5em Helvetica, Arial, sans-serif;
  margin: .2em 0 0 0;
}
#header h1 a { color: #CAD4D9; text-decoration: none; }
#header h1 small { 
  color: #95AAB3;
  text-transform: uppercase;
  font-size: .7em;
}
#header div.images { 
  height: 50px;
  margin: 0 -25px 25px; 
}
#header div.images img {
  float: left;
}

form.search {
  margin: 30px 0 0;
}
form.search input { padding: 2px 3px; }
form.search input.submit {
  background-color: #718E99;
  color: #fff;
  padding: 4px 5px 4px;
  font: normal .7em Arial, sans-serif;
  text-transform: uppercase;
  border: none;
}

#navigation {
  margin: 0 25px;
  height: 13em;
}
#navigation .section {
  width: 175px;
  margin: -27px 25px 0 0;
  float: left;
  position: relative;
  
}
#navigation .section h2 {
  font: normal 1em Helvetica, Arial, sans-serif;
  margin: 0 0 1em;
  background-color: #8F816A;
  color: #fff;
}
#navigation .section ul {
  font: normal .8em/1.5 Verdana, Helvetica, Arial, sans-serif;
  margin: 0 0 1em;
}
#navigation .section ul li {
  margin: 0 0 .5em;
}
#navigation .section ul li a, #navigation .subsections ul li ul li a {
  color: #000;
  text-decoration: none;
}
#navigation .section ul li a:hover, #navigation .subsections ul li ul li a:hover {
  color: #333;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
#navigation .subsections ul li  {
  font: normal .9em/1.5 Helvetica, Arial, sans-serif;
  color: #666;
  text-transform: uppercase;
  margin: .2em 0 .2em;
}
#navigation .subsections ul li a { color: #666; }

#navigation .subsections ul li ul li {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  text-transform: none;
}

#navigation .featured {
  z-index: 100;
  border: 1px solid #B3A99A;
  background-color: #fff;
  margin: -80px 0 0 0;
  width: 220px;
  padding: 10px 14px 6px;
}
#navigation .featured h2 {
  background: none;
  color: #000;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
}
#navigation .featured p {
  font: normal .9em/1.6 Verdana, Arial, sans-serif;
  margin: 0 0 .5em;
}

.clear_on_click {
  color: #777;
}

#content {
  margin: 10px 25px;
}

#footer {
  clear: both;
  margin: 0 25px;
  padding: 10px 0;
  border-top: 1px solid #999;
}
#footer p {
  font: normal .65em/1 Verdana, sans-serif;
  color: #333;
}

#content div.introduction {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
}
#content div.introduction p {
  font-size: .7em;
  margin: 0 0 1em;
  color: #444;
}

#content p.meta {
  font-size: .7em;
  color: #666;
}
#content p.control {
  font-size: .7em;
  color: #666;
}
#content .control a { color: #c00; }

#content .post {
  border-bottom: 1px solid #ccc;
  padding: 0 0 2px;
  margin-bottom: 1em;
}
#content .post h2 {
  font-size: 1em;
}
#content p.more {
  margin: -.75em 0 0;
}

#content.narrow {
  width: 660px;
  float: left;
}

#sidebar {
  background: url(images/gradient_background.gif) repeat-x;
  float: right;
  height: 400px;
  width: 150px;
  padding: 20px;
  float: right;
}
#sidebar h2 {
  font: bold .8em Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 .3em;
  color: #4D4436;
}
#sidebar ul { margin: 0 0 1em; }
#sidebar ul li {
  font: normal .8em Verdana, Helvetica, Arial, sans-serif;
  margin: 0 0 .2em;
}
#sidebar ul ul {
  margin: .3em 0 .6em;
}
#sidebar ul ul li {
  font: normal .8em Verdana, Helvetica, Arial, sans-serif;
  margin: 0 0 .3em;
}
#sidebar ul li a {
  color: #000; 
  text-decoration: none;
}
#sidebar ul li a:hover {
  color: #333; 
  border-bottom: 1px solid #999;
  text-decoration: none;
}
#sidebar ul li.cat-item {
  font: normal .7em/1.5 Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: .5em 0 0;
}
#sidebar ul li.cat-item a {
  color: #666;
}
#sidebar ul li.cat-item ul {
  margin: .2em 0 1em;
}
#sidebar ul ul li.cat-item {
  font: normal 1.14em Verdana, Helvetica, Arial, sans-serif;
  text-transform: none;
  margin: 0 0 .4em;
}
#sidebar ul ul li.cat-item a {
  color: #000;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	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: .7em;
	color: #666;
	line-height: 1.3;
	padding: 0 4px 1px;
	margin: 0;
}
/* End captions */

/*	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 */