/*
Theme Name: SANDCASP v 2.0
Theme URI: http://wordpress.org/
Description: Custom theme for the non-profit organization SANDCASP
Version: 2.0
Author: Anne Dorko
Author URI: http://www.nonprofitcms.org
Tags: non-profit, psychology, SANDCASP, school psychology

	SANDCASP 0.1
	 http://www.sandcasp.com

	This theme was designed by Anne Dorko.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
  margin: 0;
  padding: 0;
}
body {
  font: 90%/120% 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
a {
  color: #042A3F;
}
#wrap {
  width: 781px;
  margin: 0 auto;
}
#header {
  margin: 20px 0 0 0;
  background: url(images/header_top.jpg) top center no-repeat;
}
#header span {
  display: none;
}
#header #logo {
  display: block;
  height: 190px;
}
#header #logo a {
  display: block;
  height: 90px;
  width: 390px;
  float: left;
  margin: 0 0 0 100px;
}
#header #nav {
  height: 24px;
  background: url(images/header_mid.png) no-repeat;
  text-align: center;
  padding: 5px 0 0 0;
}
#header #nav li {
  list-style: none;
  display: inline;
  margin: 0 25px;
}
#header #nav li a {
  text-decoration: none;
  color: #FFF;
  font-size: 13pt;
}
#header #extra {
  height: 21px;
  background: url(images/header_low.png) top center no-repeat;
  font-size: 9pt;
  padding: 5px 30px 0 30px;
}
#extra .left {
  display: block;
  float: left;
}
#extra .right {
  display: block;
  float: right;
}
#content {
  padding: 20px 30px;
}
#content h1 {
	font: 22pt/26pt Georgia, 'Times New Roman', Times, serif;
	color: #333;
	padding: 0 0 10px 0;
}
#content h2 {
  font-size: 16pt;
  font-weight: normal;
  color: #223F4F;
  padding: 10px 0;
}
#content h3 {
  font-size: 14pt;
  padding: 10px 0;
}
#content p, #content ul {
  font: 10pt/14pt 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  color: #444;
  padding: 0 0 12px 0;
}
#content li {
	margin: 0 0 0 15px;
}
#footer {
  clear: both;
  height: 22px;
  background: url(images/header_mid.png) no-repeat;
  margin: 0 0 20px 0;
  color: #FFF;
  font-size: 8pt;
  text-align: right;
  padding: 7px 20px 0 20px;
}

#sidebar{
width:200px;
float:right;
}

#poll {
width:250px;
float:left;
}


#polls {
width:700px;
float:left;
}


#poll ul{
list-style-type:none;
}

#content ul li {
	margin: 0 0 0 0;
}

#poll ul li{
list-style-type:none;
}
.wp-polls-form p{
padding:0;
margin:0;
text-align:left;
}

#polls .wp-polls-ans p{
padding:0;
margin:0;
text-align:left;
}


#polls ul {
  padding: 0 0 0 0;
}

#polls ul li{
padding-bottom:30px;
}


#polls ul li ul li{
padding-bottom:0px;
}

#sidebar_right{
padding-top:50px;
	width:250px;
	float:right;
}

.contnet_left{
width:470px;
float:left;
}

#sidebar_right ul li{
padding-bottom:20px;
}

#sidebar_right ul li ul li{
padding-bottom:0;
}

#vertical-response h2{
font-size:14px;
}

#vertical-response label {
display:none
}
#vertical-response #email_address{
width:200px;
}
