/*  
Theme Name: Teen Scene
Theme URI: http://www.bcpl.org/teens/
Description: A simple, clean layout.
Author: Rich Webster
Author URI: http://www.bcpl.org/
Tags: simple, clean, one or two columns, fixed width, valid CSS, valid XHTML
Version: 1.0
*/

/*
Licensed under GPL -- free to use and modify
*/

/***** General *****/

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.hidden
{
	/**
		display: none;
		visibility: hidden;
		...these values are NOT fully accessible;
		the following CSS comes from WAIM:
		webaim.org/techniques/css/invisiblecontent/
	**/
	position: absolute;
	left: 0px;
	top: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
	
body {
	background: #eee;
	color: #000;
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", san-serif;
	font-size: 1em;
}

a {
	color:#c7532d;
	text-decoration: none;
}
	
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
  	margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

/***** Framework *****/
	
#page {
	background: url(img/bg-page.png) no-repeat top left;
	/*border-right: 1px dashed #0ff;
	border-left: 1px dashed #0ff;*/
	margin: 0 auto;
	width: 950px;
}

#page-wrapper {
	background: #fff url(img/bg-page-wrapper.png) repeat-x top left;
	color: #000;
}

#content {
	background: transparent url(img/bg-content.png) no-repeat top center;
	width: 780px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#content-left {
	/*border: 1px dashed #0ff;*/
	float: left;
	/* ie6 hack */
		min-height: 325px;
		height: auto !important;
		height: 300px;
	width: 540px;
}

#content-right {
	float: right;
	width: 220px;
}

/***** Header *****/

#header {
	color: #000;
	margin: 0 auto;
	width: 780px;
	height: 205px;
}

#header ul {
	display: inline;
}

#header li {
	display: inline;
	font-size: 90%;
	list-style: none;
	margin: 0 20px 0 0;
}

#header-black {
	height: 30px;
	margin: 0 0 27px 0;
}

#header-black-date {
	background: transparent;
	color: #fff;
	float: left;
	font-size: 75%;
	font-weight: bold;
	padding: 7px 0 0 3px;
	width: auto;
}

#header-black-search {
	color: #fff;
	float: right;
	font-size: 90%;
	padding: 5px 0 0 0;
	width: auto;
}

#header-black-search #search {
	background: transparent;
	border: 1px dotted #ccc;
	color: #fff;
	font-size: 80%;
	height: 16px/*1.2em*/;
	padding: 0 0 0 2px;
	width: 125px;
}

#header-black-search #search-submit {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
	height: 1.2em;
	padding: 0;
}

.page_item a {
	color:#fff;
	width: 200px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.current_page_item a, .current_page_item a:hover {
	font-size: 0.8em;
	color:#000;
}

/***** Content *****/
	
/********** Left Column **********/

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #c7532d;
}

.box-left {
	/*border: 1px solid #ff0;*/
	margin: 0 0 10px 0;
	clear: both;
}

.box-left img {
	float: left;
	margin: 5px 10px 5px 0;
}

.box-left ul, ol {
	padding: 0 0 15px 30px;
}

.meta {
	font:italic 10px/12px Verdana, Tahoma;
}

.meta-date {
	padding: 0 0 0 15px;
	background: url(img/bg-date.gif) no-repeat 0px 1px;
}

.meta-categories {
	padding: 0 0 0 15px;
	background: url(img/bg-cats.gif) no-repeat 0px 1px;
}

.meta-comments {
	padding: 0 0 0 15px;
	background: url(img/bg-comments.gif) no-repeat 0px 1px;
}

.poll {
	padding: 15px 0 15px 75px;
}

#content-left ul, ol, p {
	font-size: 0.9em;
}

p {
	margin: 0 0 10px 0;
}

p.tags {
	clear: both;
}

table.generic-table {
	border: 1px solid #ccc;
	font-size: 90%;
	margin: 5px auto 5px auto;
	width: 520px;
}

table.generic-table caption {
	background-color: #35536c;
	color: #fff;
	font-weight: bold;
}

table.generic-table th {
	background-color: #7ac142;
	color: #fff;
}

table.generic-table tr.gray {
	background-color: #eee;
	color: #000;
}

/********** Right Column **********/

.box-right {
	/*border: 1px dotted #0f0;*/
	margin: 0 0 10px 0;
	clear: both;
}

.box-right ul {
	list-style: none;
	margin: 0 0 20px 10px;
}

.box-right li {
	display: inline; /* white space bug in IE6 */
}

.box-right li a {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #eee;
	font-size: 0.8em;
	text-decoration: none;
}

.box-right li a:hover {
	background: #f0f0f0;
}

.box-right .page_item a, .box-right .current_page_item a {
	background: transparent;
	width: auto;
	height: auto;
	color:#c7532d;
	font-weight: normal;
	text-align: inherit;
}

.box-right .page-item-352 a {
	text-align: left;
}

/***** Headings *****/

h1 {
	background: transparent url(img/teen-scene.png) no-repeat;
	/*position: relative;
	top: 50px;
	left: 0px;*/
	font: bold italic 1.75em Verdana, "Times New Roman", Times, serif;
	height: 100px;
	margin: 0 0 30px 0;
	width: 500px;
}

h2#blog-description {
	/*position: relative;*/
	top: 110px;
	left: 0px;
	font: bold 1em Verdana, Tahoma;
	color: #c7532d;
}

h2 {
	margin: 0 0 20px 0;
	font: normal 14px/14px Verdana, Tahoma;
}

h3 {
	margin: 0 0 10px 0;
	font: bold 18px/18px Verdana, Tahoma;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 5px 0;
}

/*#polls
{
	font-size: 90%;
}*/

/*	Comments  */

/*.avatar {
	float: left;
	margin:0 10px 0 0!important;
}*/
	
h4#comments, h4#respond {
	margin: 0 0 20px 0;
}	
	
.comment {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #ccc;
}

.comment-details {
	margin: 0 0 10px 0;
}

/***** Comment Form *****/

#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

input.submit {
	width: auto;
	padding: 5px;
	background: #363636;
	color: #fff;
	border: 0;
}

input.text {
	width: 390px;
	margin: 0 0 10px 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

li.cat-item ul.children li a {
	padding: 5px 5px 5px 20px;
}

li.cat-item ul.children li ul.children li a {
	padding: 5px 5px 5px 40px;
}

textarea {
	width: 410px;
	height: 100px;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/***** Generic Form *****/

.form-button {
	background-color: #f6f6f6;
	color: #666;
	font-size: 90%;
	font-weight: bold;
}

.generic-form fieldset {
	margin: 0 0 10px 0;
	padding: 5px;
}

.generic-form .form-button, fieldset, input, select, textarea {
	border: 1px solid #ccc;
}

.generic-form legend {
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 0 5px 0 5px;
}

.generic-form textarea {
	color: #000;
	width: 500px;
}

/***** Search Form *****/

#search {
	background: #fff;
	border: 1px solid #ccc;
	color: #ccc;
	padding: 5px;
	width: 150px;
}

#search-submit {
	background: #f0f0f0;
	border: 1px solid #ccc;
	color: #333;
	padding: 5px;
	width: auto;
}

/***** Footer *****/

#branches
{
	font-size: 9px !important;
	margin: 0 auto;
	padding: 0;
}

#footer {
	background: transparent url(img/bg-footer.png) top no-repeat;
	font: normal 10px/10px Verdana, Tahoma;
	height: 150px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	width: 780px;
}

#footer a {
	color: #000;
}

#footer p {
	font-size: 9px !important;
	margin: 0;
	padding: 0;
}
	
#footer-wrapper {
	background: #fff url(img/bg-footer-wrapper.png) repeat-x bottom left;
	color: #000;
}

/***** Wordpress CSS *****/

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px; /*?????????*/
}

/***** wp-calendar *****/

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}