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

	!!! THIS IS THE PRINT STYLE SHEET FOR WBC THEME !!!

*/
 /* Core Layout Blocks -- Body, header, sidebar, content, footer -- */
body {
	width:100%;
	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:100%;
	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;
}

#header_image {
	display:none;
	/* background-image:url(/sitecontent/images/site_header_1000_200.jpg);
	background-repeat:no-repeat;
	height:200px; */
}

#sidebar_wrapper {
	display:none
	/* background-color: #e2e1dd;
	width:171px;
	float:left;	
	min-height:100%; */
}

#content_wrapper {
	width:100%;
	/* float:right; */
	/*min-height:500px; */
	background-color:#ffffff;
	text-align:left;	
}

#footer_wrapper {
	/* clear:both; */
	text-align:center;
	width:100%;
}

/* ***** 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;
	z-index: 3;
	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;
}

/* Search Form */

form#searchform {
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 20px;
}

label.screen-reader-text {
	line-height:115%;
}

/* ***** Page List Menu on Sidebar ***** */

.menu, .extra_menu {
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.extra_menu {
	line-height:15px;
	text-indent:-5px;
	padding-left:0px;
}

/* First and second level menu items are covered here */
.menu>ul, .menu>ul>li>ul,
.extra_menu>ul, .extra_menu>ul>li>ul {
	padding-left:5px;
	line-height:100%;
	list-style-type:none;
	color:#003448;
}

.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;
}

.extra_menu a {
	text-decoration:none;
	color:#003448;
}

.extra_menu a:hover{
	text-decoration:underline;
	color:#003448;
}

li.current_page_item>a {		/* Level 1 current page item */
	padding:5px;
	border-left: 3px solid #5E8729;
}

.menu>ul>li.current_page_item>ul>li {
	background-color:#E2E1DD;

}	

.current_page_item a {
}



/* ***** Main content area */
#content {
	padding:5px;
}

#content li {
padding-bottom:1em;
}

.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;
	margin-bottom:5px;
	margin-top:5px
}

#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:100%;
	color:white;
/*	background-color:#003547; */
	
}

/* ***** 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:344px;
	height:200px;
	margin-top:40px;
	padding: 5px;
	background-color:#e2e1dd;
	position:relative;
}

#home_page_news {
	/* margin-top: 50px; */
	padding-left:10px;
	position:relative;
}
	
.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;
}

.home_page_news_item a:hover {
	border-bottom-width:2px;
}

.home_page_news_content {
	padding-left:15px;
}

/* ***** 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%;
}



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

