/*
Theme Name: wcblind-rev1
Theme URI: http://wcblind.org/
Description: A semi-accessible theme. Two columns. modified for Visually Impaired
Version: 1.0
Author: Fredric Gluck
Author URI: http://wcblind.org/
Tags: blue, custom header, fixed width, two columns, widgets

	The original CSS, XHTML and design was the Wordpress default theme

*/
 /* Core Layout Blocks -- Body, header, sidebar, content, footer -- */
body {
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	padding:0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	background: #F9F9F9 url(http://www.wcblind.org/sitecontent/images/BG_Body.jpg) repeat-x scroll 0 0;
}

#page_wrapper {
	width:970px;
	margin:0px auto;
	font-size:1.3em;
	position:relative;
	background-color:#ffffff;
	background:url(wcb_theme_bkgnd.jpg) repeat-y;
}

#header_wrapper {
	background-color: #e2dff0;
}

#accessible_nav_wrapper {
	width:100%;
	background: #000000;
	height:37px;
}

#sidebar_wrapper {
	background-color: #e2e1dd;
	width:171px;
	float:left;	
	min-height:100%;
}

#content_wrapper {
	width:789px;
	float:right;
	/*min-height:500px; */
	background-color:#ffffff;
	text-align:left;	
}

#footer_wrapper {
	clear:both;
	text-align:center;
	width:100%;
}

/* Site Header Images */

#header_image {
	/* background-image:url(/sitecontent/images/site_header_1000_200.jpg);
	background-repeat:no-repeat; */
	height:200px;
	clear:both;
}

#header_image img{
	float:left;
	border:0;
}

/* ***** H Tags ***** */

H1  {
	font-size:150%;
	font-weight:bold;
}

H2 {
	font-size:130%;
	font-weight:bold;
}

H3 {
	font-size:100%;
	font-weight:bold;
}

H4 {
	font-size:76%;
	font-weight:bold;
	
}


/* ***** ***** Accessible navigation tabs ***** */
#accessible_nav {
	float: right;
	width:412px;
	top: 0px;
	position: relative;
	height: 37px;
	font-size:20px;
}

#accessible_nav ul {
	margin: 0px;
	list-style-type: none;
	padding:3px 0px;
}

#accessible_nav li {
	display:inline;
	background: url(/sitecontent/images/tab_background.gif) left top no-repeat;
	float:left;
	height:37px;
	width:206px;
	text-align: center;
	padding-top: 5px;
}

#accessible_nav ul li {
	color:#FFFFFF;
	font-weight:bold;
}

#accessible_nav a {
	text-decoration:none;
	color:#FFFFFF;
}

#accessible_nav a:hover {
	font-weight:normal;
}

/* ***** Sidebar Content ***** */
#side_menu {
	font-size:80%;
	line-height: 1.8em;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#side_menu ul {
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
	margin-left:0px;
}

#side_menu>ul>li {
	list-style:none;
}

#side_menu a {
	text-decoration:none;
	font-weight:normal;
	color:#000000;
}

#side_menu a:hover {
	font-weight:normal;
	color:#000000;
	border-bottom-style:dotted;
	border-bottom-color:#666666;
	border-bottom-width:2px;
}

#side_menu h2.widgettitle {
	padding-left:10px;
	margin-top:0px;
	background: #393636;
	color: #FFFFFF;
	line-height:150%;
}

#side_menu ul li {
	border-bottom: 1px solid #B0C4DE;
	border-top: 1px solid white;
	padding-top:10px;
	padding-bottom:10px;	
	list-style-type:none;
	margin-left:5px;
}

.archive_summary	{
	border-bottom: thin dotted #999999;
	padding-bottom: 10px;

}

/* Search Form */

form#searchform {
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 20px;
}

.search_meta_results {
	padding-left:10px;
	font-size:.75em;
}

label.screen-reader-text {
	line-height:115%;
}

/* search results */


/* ***** Page List Menu on Sidebar ***** */

.menu, .extra_menu {
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}


/* First and second level menu items are covered here */
.menu>ul, .menu>ul>li>ul {
	padding-left:5px;
	line-height:100%;
	list-style-type:none;
	color:#003448;
}

/* Extra Menu generated by TEXT Widget */

.extra_menu {
/*	text-indent:2px;	*/
	background-color: #393636;
	text-align:center;
}
/*
.extra_menu ul {

	color:#FFFFFF;
	padding-top:5px;
}

*/
#side_menu .extra_menu a {
	font-size:130%;
	font-weight:bold;
	color:#FFFFFF;
	line-height:110%;
	text-decoration:none;
}

#side_menu .extra_menu a:hover{
	border-bottom-style:dotted;
	border-bottom-color:#FFFFFF;
	border-bottom-width:2px;
	color:#FFFFFF;
	font-weight:bold;
}


#side_menu .extra_menu ul li {
	border:none;
}

#side_menu .extra_menu a img {
	border:none;
	padding-left:6px;
}

.page_item {
/* 	padding-top:5px; */
}

/* IE 7 will ignore this entry */
.menu>ul>li  {		/* level 1 page links */

}

.menu>ul>li>ul>li, .extra_menu>ul>li>ul>li	{ /* level 2 page links */
	list-style-type:none;
	padding-left:5px;
	text-indent: -5px;
	line-height:1.5em;
	padding-bottom:5px;
}
	
.menu>ul>li>a, .menu>ul>li>ul>li>a,
.extra_menu>ul>li>a, .extra_menu>ul>li>ul>li>a {
	padding-left:5px;	/* shift the text inside its background */
	text-decoration:none;
	font-weight:bold;
	color:#003448;
}

.menu>ul>li>a:hover, extra_menu>ul>li>a:hover {
	text-decoration:underline;
}

#side_menu>ul>li>ul>li>ul>li {  /** level 3 page links */
	line-height:16px;
	padding-left:12px;
}

/* li.current_page_item>a */
li.current_page_item  {		/* Level 1 current page item */
	padding:5px;
	border-left: 3px solid #5E8729;
}

ul li.current_page_item	{	/*level 2 current page item */
	border-left: 3px solid #5E8729;
	}

.menu>ul>li.current_page_item>ul>li {
	background-color:#E2E1DD;

}	

.current_page_item a {
}


/* ****** Table of Contents (for Hackadelic TOC plugin */

.toc {
	width:75%;
	background-color:#F2F2F2;
	border:#999999 thin solid;
	padding:5px;
}


/* ***** Main content area */
#content {
	padding:5px;
}

#content li {
padding-bottom:1em;
}

#content_wrapper img.alignright {
	float:right;
	padding:6px 0px 6px 6px;
	border:none;
	
}

#content_wrapper .alignleft {
	float:left;
	padding:6px 6px 6px 0px;
	border:none;
}

/* Handles Captions added from WP-admin */
.wp-caption {
	background-color:#EFEFEF;
	padding:2px;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
	font-size:60%;
}
	

.narrowcolumn .entry p {
	padding-bottom:15px;
}

.narrowcolumn ul {
	margin:20px;
}

.page_title {
	font-size:150%;
	font-weight:bold;
	width:100%;
	border-bottom:thin #CCCCCC solid;
	padding-top:10px;
	clear:both;
}

#content a {
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	text-decoration:none;
	color:#333333;
}

#content a:hover {
	border-bottom-width:2px;
}

/* ***** Footer ***** */

#footer_content {
	padding-top:10px;
	padding-bottom:10px;
	font-size:75%;
	line-height:115%;
	color:white;
	background-color:#003547;

}

#footer_content a {
	color:white;
	border-bottom: 1px dotted white;
	text-decoration:none;
}

#footer_content a:hover {
	border-bottom-width: 2px;
}

/* ***** Home Page Specific Items  ***** */

#home_page_welcome {
	width:100%;
	position:relative;
	clear:both;
	height:340px;
}

#home_page_title {
	width:325px;
	clear:both;	
	padding-left:5px;
	position:relative;
}
#home_page_image {
	background-image:url(/sitecontent/images/home_page_image.jpg);
	background-repeat:no-repeat;
	float:right;
	width:445px;
	height: 305px;
	left:0px;
	top:0px;
	z-index:4;
	position:relative;
}

#home_page_message {
	float:left;
	width:334px;
	height:225px;
	margin-top:40px;
	padding: 5px;
	background-color:#e2e1dd;
	position:relative;
}

#home_page_news {
	/* margin-top: 50px; */
	padding-left:10px;
	position:relative;
	padding-right:10px;
}
	
.home_page_news_item {
	padding-bottom:20px;
}


.home_page_news_item a {
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	text-decoration:none;
	color:#333333;
	padding-top:15px;
}

.home_page_news_item a:hover {
	border-bottom-width:2px;
}

.home_page_news_content {
	padding-left:15px;
}

.home_page_news_content img.alignleft {
	float:left;
	padding: 0px 2px 2px 0px;
}
.alignright {
	float:right;
}

/* ***** Navigation in Post Content ***** */

div.content_nav {
font-size:70%;
float:right;
}

.prev_link {
padding-right:12px;
}

.next_link {

}

.more-link {
	float:right;
	text-align:right;
	margin-bottom:10px;
	margin-right:15px;
	border-bottom:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width:thin;
}

/* ***** Metadata ***** */
.post_metadata {
	font-size:70%;
	padding-bottom:5px;
}

/* ******** tags ***** */
.tags {
	font-size: 50%;
	font-weight:bold;
	border-top: #999999 thin dotted;

}


/* ***** Table of links in link library  ***** */
/* ***** For plugin: link library              */

table.linklisttable{
	border-collapse:collapse;
}

td.link_title {
	border: 1px solid #666666;
	padding: 5px;
	width:40%;
}

td.link_note {
	vertical-align:top;
	border: 1px solid #666666;
	padding:5px;
}

.link_list_cat_name {
	background-color:#E8E8E8;
	margin-left:-1px;  /* so it aligns with the table border */
	padding:5px;
	font-weight:bold;
}

#link_note {

}

/* ***** Table styling  ***** */
/* ***** for wp-table-reloaded plugin */

table.wp-table-reloaded {
	font-weight: normal;
	font-size:.85em;
	border-collapse:collapse;
}

table.wp-table-reloaded tr.odd {
background-color:#E9E9E9;
}

table.wp-table-reloaded td {
border:1px solid #333333;
padding: 3px;
}

/* Calendar of Events */

#event_entry	{
		min-height:150px;
}


#event_title {
	font-size:130%;
	font-weight:bold;
	margin-bottom:5px;
}

#event_line_2 {
	float:left;
	clear:right;
	width:100%;
	padding-bottom:5px;
}

#event_date_time {
	float:left;
	background-color:#000066;
	padding:5px;
}

#event_date {
	color:#CCCCCC;
	font-weight:bold;
}

#event_time {
	color:#CCCCCC;
	font-weight:bold;
	text-align:center;
}

#event_location {
	margin-left:5px;
	padding: 5px;
	height:20px;
	float:left;
	width:65%;
	
}
	
#event_text {
	margin-bottom:5px;
	padding-bottom:12px;
	float:left;
	clear:right;
	min-height: 100px;
}

#event_text ul {
	margin-top:0px;
	margin-bottom: 0px;
	}