/*
Theme Name: Chamber Theme
Theme URI: http://greaterreadingchamber.org/
Description: this theme is derived from the chamber site found on greaterreadingchamber.org
Version: 1.0
Author: Bala Peterson - Designed by Andy snyder
Author URI: http://launchdm.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/

.nudgea{
	position: relative;
	top: -5px;
}

/* Begin Typography & Colors */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-size: 10px;
	line-height: 12px;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	line-height:1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
#sidebar h2{
	font-size:11px;
text-decoration:none;
text-transform:uppercase;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 12px Arial, Verdana, Arial, Sans-Serif;
	color:#464646;
	}
	.sidebar_excerpt{
		line-height:16px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
.bundle h2 a{
	text-decoration: underline;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	background-image:url(images/content_body_sidebar.png);
	background-repeat:repeat-y;
	padding:4px 16px 6px 20px;
	width:213px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/*******************CHAMBER START********/

body{ 
	background-color: #5f6974; 
	background-image: url(images/bg-fade.jpg); 
    margin: 0px; 
    padding: 0px; 
    background-repeat: repeat-x; 
    background-position: top left; 
	font-size:11px;
	font-family:Arial, verdana;
}
#wrapper{
	width: 980px;
	margin: auto;
	
	
}
#header{
	height: 87px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	text-align:right;
	padding-top:0px;
	color: #7c7c7c;
	position: relative;
	width: 990px;  
	
}
	#header a{
		color:#7C7C7C;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
	}
		#header a:hover{
			color:#7C7C7C;
			font-weight:bold;
			text-decoration:underline;
			text-transform:uppercase;
		}
	
	#searchbox{
		border: 1px solid #CCCCCC;
		height:19px;
        top:30px;
		left:749px;
		position:absolute;;
		width:192px;
		color:#7C7C7C;
		padding-left: 5px;
		font-family:Arial, verdana; 
	}
	#searchlink{
		background-image:url(images/searchgo.gif);
		background-position:right center;
		background-repeat:no-repeat;
		display:block;
		position:absolute;
		width:39px;
		height:23px;
		top:30px;
		left:947px;
		border:none;
	}
	
	#header .toplinks{
		position:relative;
		padding-top: 35px;
		width: 980px;
	}
	#header .headerlinks {
		position:absolute;
		top:73px;
		right: 3px;
		width:470px;
	}
	

	#searchdiv{
		padding-bottom:10px;
		/*padding-left:745px;*/
		/*text-align:right;*/
		width:224px;
		float:right;
		position: relative;
	}


#header_imgs{
	background-image:url(images/head_img.png);
	background-repeat:no-repeat;
	width: 990px;
	height: 295px;
	margin-bottom: 5px;
	
}
#header_imgs img,#header_imgsback img{
	padding: 5px;
}



#header_imgsback{
	background-image:url(images/backpg_head_img.png);
	background-repeat:no-repeat;
	width: 990px;
	height: 160px;
	margin-bottom: 5px;
	
}

#leftcol{
	/*background-color:purple;*/
	overflow:hidden;	
	float:left;
	padding-left:10px;
	padding-top:10px;
	width: 247px;

}

 #leftcol div {
	/*background-color:green;*/
	float:left;
	display:block;
	overflow:hidden;
	margin-left:5px;
	width:231px;	
	height:275px;
	position:relative;
	left: 1px;
}
#header_imgsback #leftcol div {
	height:140px;
	left:3px;
}

#leftcol img{
	position:absolute;
}

#leftcol #topimg {
	top:1px;
	left:-246px;
	display:block;
	padding-left: 0px;
	
}
#leftcol #botimg {
	top:139px;
	left:240px;
	display:block;	
	padding-left: 0px;
	
}


#rightcol {

	overflow:hidden;
	padding-left:0px;
	padding-top:16px;
	width:720px;
}

#rightcol #rightmask {

	position:relative;
	overflow:hidden;
	width:717px;
	height:280px;	
}

#header_imgsback #rightcol #rightmask {
	height:140px;
}

#rightcol #bigimg {
	position:absolute;
	top:11px;
	top:-275px;
	display:block;
	padding-top:0px;
	padding-left:0px;
}

#menu_bar{
	background-image:url(images/menu_bar.png);
	background-repeat:no-repeat;
	/*background-color:#464646;*/
	font-weight:normal;
	height:25px;
	padding-left:25px;
	width:990px;
	margin-bottom: 5px;
	position:relative;
	z-index:10;
	display: none;
}
#main_body{
	width:990px;
}

#side_tabs{
	/*background-color:blue;*/
	float:left;
	height:400px;
	padding-right:5px;
	width:245px;
}
#side_tabsback{
	float:left;
	left:4px;
	margin-top:0;
	overflow:visible;
	position:relative;
	width:245px;
}
 .page_side{
	display: none;
}
	#side_tabs span a, #side_tabsback span a{
		cursor: pointer;
	}
	#side_tabs span, #side_tabsback span {
		display: block;
		width: 250px;
		height: 52px;
	}
	#side_tabs a span {
		
	}
	#spn_wha{
		background: transparent url(images/callouts.png) 0 6px no-repeat;
	}
	#spn_wha:hover{
		background: transparent url(images/callouts.png) 0 -396px no-repeat;
	}
	#spn_cal{
		background: transparent url(images/callouts.png) 0 -46px no-repeat;
	}
	#spn_cal:hover{
		background: transparent url(images/callouts.png) 0 -448px no-repeat;
	}
	#spn_dir{
		background: transparent url(images/callouts.png) 0 -100px no-repeat;
	}
	#spn_dir:hover{
		background: transparent url(images/callouts.png) 0 -502px no-repeat;
	}
	#spn_joi{
		background: transparent url(images/callouts.png) 0 -167px no-repeat;
	}
	#spn_joi:hover{
		background: transparent url(images/callouts.png) 0 -569px no-repeat;
	}
	#spn_log{
		background: transparent url(images/callouts.png) 0 -222px no-repeat;
	}
	#spn_log:hover{
		background: transparent url(images/callouts.png) 0 -624px no-repeat;
	}
	#spn_pod{
		background: transparent url(images/callouts.png) 0 -290px no-repeat;
	}
	#spn_msg{
		background: transparent url(images/callouts.png) 0 -344px no-repeat;
	}
	#spn_testimonials{
		background: transparent url(images/spn_testimonials.png) 0 -3px no-repeat;
	}
	#spn_testimonials:hover{
		background: transparent url(images/spn_testimonials.png) 0 -56px no-repeat;
	}
	
#content_area{
	float:right;
	height:400px;
	width:740px;
	position:relative;
	z-index:1;
}
#content_area_page{
	float:none;
	height:400px;
	margin:0 auto;
	position:relative;
	width:987px;
	z-index:1;
}
#main_text{
	margin-bottom:0px;
	
}
#testimonial_bar{
	background-image:url(images/testimonialbar.png);
	background-repeat: no-repeat;
	height:85px;
	margin-bottom:5px;
}
.top{
	background-image:url(images/content_top.png);
	background-repeat: no-repeat;
	height:10px;
	width:738px;
}
.top_page{
	background-image:url(images/content_top_page.png);
	width:987px;
	height:6px;
}
#side_tabsback .top{
	background-image:url(images/content_top_sidebar.png);
	background-repeat: no-repeat;
	height:10px;
	width:253px;
}
.bod{
	background-image:url(images/content_body.png);
	background-repeat:repeat-y;
	color:#464646;
	font-size:12px;
	letter-spacing:1px;
	line-height:17px;
	padding:5px 20px;
}
.forumpage{
	background-image:url(images/content_body_page.png);
}
.bot{
	background-image:url(images/content_bottom.png);
	background-repeat: no-repeat;
	height:10px;
	width:738px;
}
.bot_page{
	background-image:url(images/content_bottom_page.png);
	width:987px;
}
#side_tabsback .bot{
	background-image:url(images/content_bottom_sidebar.png);
	background-repeat: no-repeat;
	background-position:-2px 0;
	height:10px;
	width:249px;
}
.pad{
	padding: 10px;
}
.takemeaway, #side_tabs span .takemeaway, #side_tabsback span .takemeaway{
	/*position: relative;
	top: -1020px;*/
	display:none;
}
.homeheadline{
	background-image:url(images/home_headline.png);
	background-repeat: no-repeat;
	height:18px;
	width:577px;
	padding-bottom: 20px;
}
.homefeature{
	background-image:url(images/featured_members.png);
	background-repeat:no-repeat;
	height:11px;
	margin-top:30px;
	padding-bottom:0px;
	padding-top:10px;
	width:170px;
}
#feature_logos{
	padding-top:10px;
}
.bundle {
	padding-bottom : 30px;
}

#green_box { 
	margin-top: 10px;
	text-align : center;
	margin-left :auto;
	margin-right : auto;
}
a, .grn{ color:#6dab24; text-decoration: none;}
a:hover{text-decoration: none;}
.blu{ color: #221e5e;}

#content_area a:hover {
	text-decoration: underline;
}

h1{
	text-transform: uppercase;
	font-size: 22px;
	line-height: 120%;
	margin-top:0;
}
h3{
	margin-top: 2em;
	text-transform: uppercase;
	font-size: 15px;
	clear: both;
}

h3#GRKIZ-h3 {
	clear: none;
}

ul{
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.links{
	padding-top: 0px;
	color:#6dab24;
	font-weight: bold;
	clear: both;
	text-transform: uppercase;
}
/*SCROLL PANE*/
#backScrollPane {
			/*height: 495px;
			height:510px;*/
		}
		
		a.jScrollArrowUp {
			height: 9px;
			background: url(images/back-up-arrow.png) no-repeat 0 0;
		}

		a.jScrollArrowDown {
			height: 11px;
			background: url(images/back-down-arrow.png) no-repeat 0 1px;
		}		
		.left .jScrollPaneTrack {
			left: 0;
			right: auto;
		}
		.left a.jScrollArrowUp {
			left: 0;
			right: auto;
		}
		.left a.jScrollArrowDown {
			left: 0;
			right: auto;
		}
	
.contentRightCol, .contentLeftCol {
	width:340px;
	float:left;
	margin-bottom: 3em;
}

table, th, td {
	border-collapse: collapse;
}
tbody tr td {
	background-image: url("images/cellBlueBG.jpg");
}
tbody tr.even td {
	background-image: url("images/cellGreyBG.jpg");
}

tbody td {
	height: 23px;
	color: #221e5e;
	padding: 0 15px;
}
th {
	padding: 5px 15px;
	background-image: url("images/cellHeaderBG.jpg");
	color: #fff;
}

th.green_th_lt {
	padding: 5px 15px;
	background-image: url("images/cellHeaderBG.jpg");
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

th.grey_th_lt {
	padding: 5px 15px;
	background-image: url("images/cellHeaderBG-grey.jpg");
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

th.grey_th {
	padding: 5px 15px;
	background-image: url("images/cellHeaderBG-grey.jpg");
	color: #fff;
}

th.blue_th {
	padding: 5px 15px;
	background-image: url("images/cellHeaderBG-blue.jpg");
	color: #fff;
}

th.blue_th_lt {
	padding: 5px 15px;
	background-image: url("images/cellHeaderBG-blue.jpg");
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

td.dollars {
	text-align: center;
}

tbody.tbody_center, td.td_center {
	text-align: center;
}

td.td_left {
	text-align: left;
}

.con_table_1 {
	float: left;
	margin-bottom:10px;
}

.con_table_2 {
	float: left;
	border-top: 0px;
	border-left: 5px;
	border-style: solid;
	border-color: #fff;
}

}
.con_table_1 {
	margin: 0 -10px 0 0;
}

.bundle p {
	clear: both;
}

.quote {
	font-style:italic;
}

img#gryp_img {
	float: right;
	padding: 0 0 1em 1em;
}

img#GRKIZ-img {
	padding: 0 10px;
	float: right;
}
p#gryp {
	clear : none;
}
.boldit {
	font-weight: bold;
}

ol ol { 
	list-style-type: lower-alpha; 
}
ol ol ol {
	list-style-type: lower-roman; 
}

ul ul {
	list-style-type: circle;
}
#logolink {
	border:none;
	position:absolute;
	left:0;
	top:0;
	float:left;
}

.fixit {
	color : red;
}

.bundle img{ 
	border : 0px;
}

#testimonial_content {
	padding: 13px 0 0 20px;
	color:white;
}

#test_h3 {
	font-weight:normal;
	margin:0;
	padding:0;
	color:white;
}

#test_bold {
	font-weight: bold;
}

#feature_logos img{ 
	border: 0;
}

#lbswf img {border:none;}


/* temp hide search */
#header .searcharea {display:none;}




