/*
	Theme Name: Banner
	Theme URL: http://www.schoolwebworks.com/
	Description: Banner is a 2 or 3-column Widget-ready theme created for WordPress.
	Author: School Webworks
	Author URI: http://www.schoolwebworks.com
	Version: 1.0
	Tags: 
*/

body {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap-home {
   margin: 0px auto 0px;
   padding: 0px;
   position: relative;
   display: table;
   min-width: 960px;
   width: 100%;
   }
	
#wrap {
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	width:980px;
	}
	

.hilite { background-color:yellow }


/************************************************
*  Hyperlinks									*
************************************************/

a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*  Header  									    *
************************************************/



#header {
	background: url(header00.png);
	width: 960px;
	height: 120px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header #imageheader {
	width: 700px;
	height: 120px;
	text-indent: -10000px;
	}

#header #imageheader a {	
	display: block;
	width: 325px;
	height: 120px;
	}

#header h1, #header h1 a, #header h1 a:visited, #header h4, #header h4 a, #header h4 a:visited {
	color: #CCCCCC;
	font-size: 50px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-shadow: #000000 0px -2px 2px;
	}
	
#header h1 a:hover, #header h4 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

.headertext {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}
	
.headerleft {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft p {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 20px;
	text-shadow: #000000 0px -2px 2px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 250px;
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

.headerright p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright a, .headerright a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerright a:hover {
	text-decoration: underline;
	}
	
.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*  Navbar      								    *
************************************************/



#navbar {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
.navbarleft {
	width: 780px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.navbarright {
	width: 170px;
	float: right;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: right;
	}
	
.navbarright a, .navbarright a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	}
	
.navbarright a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
    margin: 0px 30px 0px 0px;
	padding: 15px 0px 15px 0px;
	}

#nav li a:hover, #nav li a:active {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 130px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	float: none;
    margin: 0px;
	padding: 5px 10px 5px 10px;
	border: none;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	}
	
#nav li li a:hover, #nav li li a:active {
	text-decoration: none;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 120px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -25px 0 0 151px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

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

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

.rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 25px 3px 0px;
	background: url(rss_navb.png) no-repeat right center;
	}	
	
/************************************************
*  Homepage Main					     	    * 
************************************************/

#hpmainbg {
	width: 960px;
	min-height: 300px;
	margin: 0px auto 0px;
	padding: 0px;
	}

#hpmainbg h2, #hpmainbg h2 a, #hpmainbg h2 a:visited {
	color: #333333;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	}

#hpmainbg h2 a:hover {
	color: #333333;
	text-decoration: underline;
	}

.hpmain {
	width: 960px;
	margin: 10px auto 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.hpmainleft {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 30px 0px 15px 0px;
	}

a.more-link:link, a.more-link:visited {
	background: url(nav00000.png);
	float: right;
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
    margin: 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
a.more-link:hover {
	background: url(nav00000.png);
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.hpmainright {
	width: 437px;
	float: right;
	margin: 0px;
	padding: 22px 0px 15px 0px;
	}
	
.hpmainright embed, .hpmainright object {
	width: 400px; 
	height: 270px;
	margin: 0px; 
	padding: 0px;
	}
	
/************************************************
*  Homepage Bottom 					     	    * 
************************************************/


	
#hpbottom {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	}	
	
#hpbottom a, #hpbottom a:visited, #sidebar_main_widgeted a {
	font-family: Georgia, Times New Roman, Trebuchet MS;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	}
	
#hpbottom a:hover {
	text-decoration: underline;
	}
	
#hpbottom h2, #hpbottom h2 a, #hpbottom h2 a:visited {
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#hpbottom h2 a:hover {
	text-decoration: underline;
	}
	
#hpbottom h4 {
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 15px 0px;
	}
	
#hpbottom p {
	margin: 0px;
	padding: 0px;
	}

#hpbottom embed, #hpbottom object {
	width: 200px; 
	height: 140px;
	margin: 0px; 
	padding: 0px;
	}
	
.video {
	border: 5px solid #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.excerpt {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.hpbottom1 li, .hpbottom2 li, .hpbottom3 li {list-style: none;}

.hpbottom1 {
	width: 280px;
	min-height: 230px;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 19px 0px 0px;
	border-right: 1px solid #FFFFFF;
	}

	
.hpbottom2 {
	width: 280px;
	min-height: 230px;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 19px 0px 20px;
	border-right: 1px solid #FFFFFF;
	}
	
.hpbottom3 {
	width: 280px;
	min-height: 230px;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 19px 0px 20px;
	border-right: 1px solid #FFFFFF;
	}
	

.thumb-hpbottom {
	background: #FFFFFF;
	float: left;
	margin: 0px 0px 10px 0px !important;
	border: 5px solid #FFFFFF !important;
	}

/************************************************
*  Content 					     		        * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	}
	
#contentleft {
	float: left;
	width: 660px;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	}
	
#contentright {
	float: right;
	width: 660px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	}
	
#contentsplit {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px 0px 5px 20px;
	}
	
#contentfull {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content a img {
	border: none;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.breadcrumb {
	background: #F4F4F4;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.breadcrumb a, .breadcrumb a:visited {
	text-decoration: none;
	}
	
.breadcrumb a:hover {
	text-decoration: underline;
	}

.post {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	}

.post-thumbnail {width:350px; }
	
.post a, .post a:visited, .comments a, .comments a:visited, .navlink a, .navlink a:visited {
	color: #2255AA;
	text-decoration: none;
	}
	
.post a:hover, .comments a:hover, .navlink a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
.post p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.post ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.post ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.date {
	font-size: 11px;
	font-weight: bold;
	}
	
.authorbox {
	background: #F4F4F4;
	margin: 0px 0px 40px 0px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.postmeta {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}

.comments {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	
.clear {
	clear: both;
	}

.archive {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}

/************************************************
*  Headline Classes 					        * 
************************************************/

#contentleft h1, #contentright h1, #contentfull h1, #contentsplit h1 {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#contentleft h1 a, #contentleft h1 a:visited, #contentright h1 a, #contentright h1 a:visited, #contentsplit h1 a, #contentsplit h1 a:visited {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

#contentleft h1 a:hover, #contentright h1 a:hover, #contentsplit h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}
		
#contentleft h2, #contentright h2, #contentsplit h2, #contentfull h2 {
	color: #333333;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentleft h3, #contentright h3, #contentsplit h3, #contentfull h3 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#contentleft h4, #contentright h4, #contentsplit h4, #contentfull h4 {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h5, #contentright h5, #contentsplit h5, #contentfull h5 {
	color: #333333;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft h6, #contentright h6, #contentsplit h6, #contentfull h6 {
	color: #333333;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

/************************************************
*  Images  					     		        * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 4px 4px 7px 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*  Sidebar(s)                                	* 
************************************************/
	
#sidebar_main_left {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}
	
#sidebar_main_right {
	width: 270px;
	float: right;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}
	
#sidebar_split {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}
	
#sidebar_main_left .widget, #sidebar_main_right .widget, #sidebar_split .widget {
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 0px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; 
	}

#sidebar_main_left h4, #sidebar_main_right h4, #sidebar_split h4 {
	color: #333333;
	display: block;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
    margin: 0px 0px 3px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#sidebar_main_left a, #sidebar_main_left a:visited, #sidebar_main_right a, #sidebar_main_right a:visited, #sidebar_split a, #sidebar_split a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar_main_left a:hover, #sidebar_main_right a:hover, #sidebar_split a:hover {
	color: #2255AA;
	text-decoration: underline;
	}
	
#sidebar_main_left p, #sidebar_main_right p, #sidebar_split p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left a img, #sidebar_main_right a img, #sidebar_split a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul, #sidebar_main_right ul, #sidebar_split ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul li, #sidebar_main_right ul li, #sidebar_split ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar_main_left ul ul, #sidebar_main_right ul ul, #sidebar_split ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar_main_left ul li li, #sidebar_main_right ul li li, #sidebar_split ul li li {
	background: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/arrow.png) no-repeat top left;
	padding: 0px 0px 3px 12px;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#sidebar_main_left ul li ul li, #sidebar_main_right ul li ul li, #sidebar_split ul li ul li {
	background: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/arrow.png) no-repeat top left;
	padding: 0px 0px 4px 12px;
	margin: 0px 0px 3px 0px;
	}
	
#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	width: 250px;
	color: #666666;
	margin: 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
.enews {
	background: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/enews.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
.twitter {
	background: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/twitter.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*  Search Form									*
************************************************/

#searchform-header {
	margin: 0px;
	padding: 47px 0px 0px 40px;
	}
	
#s-header {
	background: none;
	width: 175px;
	color: #666666;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	border: none;
	}

#searchform {
	color: #333333;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
	}

#s {
	background: #FFFFFF;
	width: 175px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 0px 0px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#searchsubmit {
	background: url(nav00000.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
/************************************************
*  eNews Subscribe								*
************************************************/

#subscribe {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}

#subbox {
	background: #F4F4F4 !important;
	width: 200px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#subbutton {
	background: url(nav00000.png);
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

/************************************************
*  Footer  							            *
************************************************/

#footerbg {
	height: 130px;
	}

#footer {
	width: 960px;
	margin: 0px auto 0px;
	padding: 15px 0px 15px 0px;
	line-height: 20px;
	}
	
#footer p {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
#footer a, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}
	
.footer-arrow {
	margin: 0px 0px 0px 5px;
	padding: 2px 0px 2px 18px;
	background: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/arrow_footer.png) no-repeat left center;
	}
	
.footer-rss-posts {
	margin: 0px 5px 0px 0px;
	padding: 2px 0px 2px 15px;
	background: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/rss_footer.png) no-repeat left center;
	}	
	
.footer-rss-comments {
	margin: 0px;
	padding: 2px 0px 2px 15px;
	background: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/rss_footer.png) no-repeat left center;
	}
	
.footerleft {
	width: 650px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.footerright {
	width: 280px;
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	text-align: right;
	}

/************************************************
*  Comments									    *
************************************************/

#author, #email, #url {
	background: #FFFFFF !important;
	width: 250px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#comment {
	background: #FFFFFF;
	width: 95%;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#submit {
	background: url(nav00000.png);
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 5px 0px 10px;
	padding: 3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: url(nav00000.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.reply a:hover {
	background: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/navhov.png);
	color: #FFFFFF;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
	}
	
	
	
	

/************************************************
*  Sibling Menu 							    *
************************************************/	
#siblingmenu{
	width:150px;
	font-weight:bold;
	float:right;
	background-image: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 0px;
	padding: 0;
	position: relative;
	top: -11px;
}
.noarrow #siblingmenu{

	background-image: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/spacer.gif);

}

#siblingmenu ul{
	list-style:none;
	padding:0;
	margin:0;
}

#siblingmenu li{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	font-size:12px;
	line-height:15px;
	width:150px;
	border-bottom:1px solid #000000;

}
#siblingmenu a{
	float:left;
	position:relative;
	z-index:101;
	padding:5px 8px 6px;
	text-decoration:none;
	
}
#siblingmenu a:hover,
#siblingmenu li:hover a{
	width:134px;
	padding:5px 8px 6px;
	background-image: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/arrow_down.png);
	background-position-x: 130px;
	background-position-y: 5px;
	background-repeat: no-repeat;
}

.noarrow #siblingmenu a:hover,
.noarrow #siblingmenu li:hover a{
	background-image: url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/spacer.gif);
}

#siblingmenu li.hover .drop a,
#siblingmenu li:hover .drop a{
	width:130px;
	float:none;
	display:block;
	padding:5px 5px 5px 10px !important;
	border:0 !important;
}
#siblingmenu li.hover,
#siblingmenu li:hover{position:relative;}
#siblingmenu .drop{
	visibility:hidden;
	width:145px;
	position:absolute;
	left:0;
	top:27px;
	left:20px;
	z-index:100;
}
#siblingmenu .drop li{
	width:145px;
}

#siblingmenu .drop li.hover,
#siblingmenu .drop li:hover{background:#f0f0f0;}
#siblingmenu li.hover .drop .drop,
#siblingmenu li:hover .drop .drop{
	left:145px;
	visibility:hidden;
}
#siblingmenu li.hover .drop,
#siblingmenu li:hover .drop,
#siblingmenu li.hover .drop li.hover .drop,
#siblingmenu li:hover .drop li:hover .drop{visibility:visible;}



#formlist h3 {border:0; margin: 0;}
#stafflist .staffphoto {border: #cccccc solid 3px; width:150px;} 
.news-thumbnail {border: #cccccc solid 3px; width:150px; }
.homenews-thumbnail {border: #cccccc solid 3px; width:50px; }
.homevideo-thumbnail {border: #cccccc solid 3px; width:280px; }
.nextpost {
	margin-bottom: 25px;
	border-bottom: 1px dotted #CCCCCC;
	}

.dottedline {
	border-bottom: 1px dotted #CCCCCC;
	}
	
.eventdate {font-weight: bold;}
.eventtitle {padding: 0 0 10px 15px !important;}
#eventtable p {margin:0;padding:0;}





#featured{ 
	margin: 0;
	width:930px; 
	padding-right:0px; 
	position:relative; 
	height:275px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0px; left:575px; 
	list-style:none; 
	padding:0; margin:0; 
	width:355px; 
	height:275px;
	overflow:hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding:0;   
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:3px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{
	font-size:14px; 
	line-height:20px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:69px; 
	color:#333;  background:#fff; 
	line-height:20px;
	text-decoration: none;
}

#featured li.ui-tabs-selected{ 
	background:url('selected.gif') top left no-repeat;  
}

#featured .ui-tabs-panel{ 
	width:575px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:205px; left:0; 
	width: 575px;
	height:70px; 
	background: url('transpar.png'); 
}
#featured .info h2 a{ 
	font-size:18px !important; 
	font-family:Georgia, serif; 
	line-height: 30px;
	font-weight: bold;
	color:#ffffff; 
	padding:5px; 
	margin:0;
	overflow:hidden; 
}

#featured .info p{ 
	margin:0 5px; 
	font-family:Arial; font-size:13px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover,#featured .info a:visited{ 
	color:#ffffff; 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}


.tooltip {
	display:none;
	background:url(http://www.pcachicago.org/wp-content/themes/sww_banner/images/black_arrow_big.png);
	height:178px;
	padding:25px 30px 10px 30px;
	width:310px;
	font-size:12px;
	color:#fff;
	
}

#sidebar {
	width: 355px;
	margin:0 0 0 15px;
	float: right;
}

#widget1 {
	padding-bottom: 10px;
	margin: 0px;
}
	
#widget1 .titlebar {
	padding: 3px 0 0 5px;
	height: 20px;
	font-weight: bold;
}
#widget1 .content {
	border: #cccccc solid 1px;
	padding: 8px;

}
#widget1 .content p {
	padding-bottom: 5px;
}
.wp-polls ul li {
	background: none !important;
	list-style-type: none !important;
	border: none !important;
	}
	
	
.newsticker-jcarousellite { }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px;  !important}
.newsticker-jcarousellite .score {}
.newsticker-jcarousellite .score span.cat { display: block; font-size:10px;  }
#sidebar_main_widgeted #sww-scores .newsticker-jcarousellite ul li {color: #000000;background: 0;margin:0 0 5px 0;padding:0;border: 0; !important}

.clear { clear: both; }

#sww-text p {margin-bottom: 8px; !important}
