@charset "utf-8";

/* STYLE RESETS
=====================================================================================
Reset browser defaults to make a more consistent experience across browsers
All rules here will be overwritten in the stylsheets imported below
http://meyerweb.com/eric/tools/css/reset/index.html
===================================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { 
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* WRAPPERS AND HIGH LEVEL LAYOUT
===================================================================================*/

body { 
	margin: 0;
    padding: 0;
	text-align: center;
	font: normal .9em/1.5em Tahoma, Verdana, Helvetica, Ariel, sans-serif;
	background: #3E3E3E url("http://www.tscpl.org/images/backgroundnew.jpg") repeat-x;
}
#webholder {
	margin: 0 auto;
    padding: 0;
	text-align: left;
	width: 980px;
}
#contentWrapper {
	margin: 0;
    padding: 0;
	background: #fff;
}
#fullWrapper {
    padding: 15px;
    background: #fff;
}

/* TYPOGRAPHY
===================================================================================*/
h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.50em;}
h4 {font-size: 1.25em;}
h4 {font-size: 1.00em;}

h3, h4 {
	margin: 0;
	padding: 1em 0 .25em 0;
}

.post_body h3, .post_body h4 { clear: both; margin: 1em 0 .5em 0; padding: 1em 0 .25em 0; font-size: 1em; border-bottom: 1px solid #C7D6DB; }

.post_body p { 
	padding: .25em 0 .75em 0;
}


h2.heading2 {
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
                color: #5e7684;
                font-size: 1.1em;
                padding: 5px 0  5px 5px;
}

/* BLOCKQUOTES
===================================================================================*/
blockquote { margin: 10px 0 10px 25px; padding: 5px; float: right; width: 200px; background: #f2f2f2; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #DCE6E8; }
.post_body blockquote h3 { margin: 0; padding: 0; font-size: 1.1em; text-transform: capitalize; text-align: center; border-bottom: 1px solid #DCE6E8; }
.post_body blockquote ul, .post_body blockquote ol { margin: 5px 0 5px 15px; padding: 0; }
.post_body blockquote li { margin: 5px 0; }

/* HORIZONTAL MENU ELEMENTS */
#modernbricksmenu a {
	font: bold .8em Arial, Tahoma, Verdana, sans-serif;
}

/* SECTION HEADERS */
.searchtitle, .searchtitle2, .featured_title, .updateheader, .post_title, #cformHeader p {
	font: bold 1em/1.5em Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
}

/* SIDEBAR LIST ITEMS */
.searchformtextlinks, #vertblockmenu li, #morePosts li {
	font: normal .9em/1.25em Verdana, Helvetica, Tahoma, Arial, sans-serif;
}

.rightholdertext {
	text-align: right;
	font: normal .75em/1.5em Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

#navleft .menutitle, #ask .righttitle {
    overflow: auto;
    padding: 0 0 0 10px;
	color: #fff;
	font-weight: bold;
    font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	background: #658C9A;
	text-transform: uppercase;
	border-bottom: 1px solid #697FD3;
}
#navleft .menutitle a, #ask .righttitle a {
    float: left;
	color: #fff;
}
#navleft .menutitle a:hover, #ask .righttitle a:hover {
	color: #AEE4E4;
	text-decoration: underline;
}

/* ROUNDED BORDERS
===================================================================================*/
.roundedBorder	{ -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #ccc; }


/* RSS ICON STYLE
===================================================================================*/

.rssholderright {
	float: right;
    width: 30px;
	overflow: hidden;
    margin: 2px 2px 0 0;
}

/* FORMS
===================================================================================*/
textarea {
	color: #233443;
	background: #fff;
	border: 1px solid #A3B8BC;
}

input {
	color: #233443;
	background: #fff;
	border: 1px solid #A3B8BC;
}

.submit, .submit2 {
	color: #fff;
	background: #306BBB;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	margin-top: 3px;
} 

.submit:hover, .submit2:hover {
	color: #000;
	background: #7AA7DC;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
}

.standardForm 
.standardForm .formRow { width: 95%; overflow: auto; margin: 5px; }
.standardForm label { float: left;  }
.standardForm input { float: right; }
.standardForm input.fullWidth, .standardForm textarea { float: none; width: 95%; margin: 0 auto; }
.standardForm input.checkbox, .standardForm input.submit { float: none; }

#logonform { margin-left: 20px;}
.req {font-size: 10px; font-weight: bold; color: #990000; }

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-image:url(http://illiad.tscpl.org/images/barcode.jpg);
background-repeat:no-repeat;
width: 221px; /*Default width of hint.*/ 
background-color:#FFFFFF;
height: 223px;
padding: 10px;
border:3px solid #990000;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
}
#hintbox2{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color:#FFFFFF;
width: 221px; /*Default width of hint.*/ 
height: 50px;
padding: 10px;
border:3px solid #990000;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}


/* TABLES
===================================================================================*/
table.policyTable { width: 445px; margin: 2px; }
table.policyTable td { border: 1px solid #999; }
table.policyTable th { color: #fff; text-align: left; background: #658C9A; border: 1px solid #666; }


/* BR HACK
===================================================================================
	Ugly hack to remove spacing from <br /> tags
===================================================================================*/

#masthead br, #post_main br { 
	line-height: 0px; 
}




/* MASTHEAD LAYOUT
===================================================================================*/

#masthead {
	height: 66px;
    margin: 6px 0 0 10px;
	text-align: center;
	overflow: hidden;
}
#logo {
	float: left;
	width: 478px;
    margin-top: 2px
}
#giveright {
	float: right;
	width: 475px;
}
.givebutton {
	float: right;
	width: 380px;
	height: 35px;
	background: url("http://www.tscpl.org/images/demo/give2.gif") no-repeat;
	color: #62A4E0;
}
.givebutton #searchform {
	margin-left: 40px;
}
.givebutton input {
	padding: 2px 0;
	font-size: .8em;
	line-height: 1.1em;
}
.givebutton input.submit {
	padding: 1px 0;
}
.givebutton select {
	font-size: .8em;
	line-height: 1.1em;
}
.mastlinks {
	clear: right;
	margin: 5px 5px 0 0;
	color: #fff;
	text-align: right;
}
.mastlinks a {
	text-decoration: none;
	color: #fff;
	font-size: .8em;
	line-height: 16px;
	vertical-align: middle;
}
.mastlinks a:hover{
	text-decoration: underline;
	color:#B8D4E5;
}
.mastlinks a img {
	vertical-align: bottom;
}


/* NAVBAR LAYOUT
===================================================================================
	Based on: Dynamic Drive CSS Library
	URL: http://www.dynamicdrive.com/style/
===================================================================================*/

#secondlevel {
	text-align:center;
	height: 31px;
	background: url("http://www.tscpl.org/images/topnav.gif") no-repeat;
	overflow: hidden;
}
#modernbricksmenu ul {
	margin: 0 0 0 10px;
    padding: 0;
	list-style: none;
}
#modernbricksmenu li {
	display: inline;
	margin: 0 2px 0 0;
	text-transform: uppercase;
}
#modernbricksmenu a {
	float: left;
	margin: 0 1px 0 0;
	height: 29px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	border-top: 1px solid #1f242a;
}
#modernbricksmenu a:hover {
	background-color:#4E879B;
	border-top: 1px solid #335866;
}
#modernbricksmenu #current a { 
	background-color: #fff;
	border-color: #fff;
	color: #000;
	background: url("http://www.tscpl.org/images/tabtop.jpg") bottom left repeat-x;
}
#modernbricksmenuline {
	clear: both;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #ccc;
}



/* SEARCHSECTION LAYOUT
===================================================================================*/

#searchsection {
	width: 100%;
	overflow: auto;
	clear: both;
	padding-bottom: 12px;
	text-align: center;
	background-color: #fff;
}
#searchsectiontop {
	margin-top: 4px;
}
#searchsectionbread, #searchsectionbread2 {
	float: left; 
	margin: 10px 0 0 20px; 
	color: #7A7A67; 
	font-size: .9em;
	line-height: 20px;
}
#searchsectionbread a, #searchsectionbread2 a { 
	color: #7A7A67; 
	text-decoration: none;
}
#searchsectionbread a:hover, #searchsectionbread2 a:hover {
	color: #900; 
	text-decoration: underline;
}
#searchsectionopentoday {
	float: right; 
	margin: 5px 20px 0 0; 
	color: #7A7A67;
	font-size: .7em;
	text-align: center;
	line-height: 12px;
}
#searchsection p {
	padding: 0;
	margin: 0;
}


/* SEARCHSECTION LEFT LAYOUT
===================================================================================*/

#fpFeatured {
	width: 100%;
	overflow: auto;
	background: #fff;
}
#searchsectionleft {
	float: left;
	margin: 0 0 0 12px;
	width: 222px;
	height: 350px;
    overflow: hidden;
	font-size: .9em;
	font-weight:bold;
	text-align: left;
	background: url("http://www.tscpl.org/images/searchnavleft.jpg") no-repeat;
}
.searchtitle {
	padding: 10px 0 0 15px;
	color: #fff;
	text-transform:uppercase;
	text-align:left;
}
.searchtitle2 {
	padding: 5px 0 5px 15px;
	margin-top: 0;
	color: #fff;
	text-transform:uppercase;
	text-align:left;
	overflow: hidden;
	background: url("http://www.tscpl.org/images/searchtitleback.jpg") no-repeat;
}
#searchform2 {
	margin: 0px 5px 5px 15px;
}
.searchformtextlinks {
	padding: 0px 15px 0px 0px;
	color: #B8D4E5;
	line-height: 22px;
}
.searchformtextlinks a {
	color: #B8D4E5;
	text-decoration: none;
}
.searchformtextlinks a:hover {
	text-decoration: underline;
	color: #fff;
}


/* SEARCHSECTION RIGHT
===================================================================================*/

#searchsectionright {
	float: right;
    display: inline; /* DOUBLE MARGIN BUG FIX */
	width: 718px;
	height: 350px;
	overflow: hidden;
	margin: 0 12px 0 0;
	text-align: left;
	background: #fff url("http://www.tscpl.org/images/featuredblendcolornew.jpg") no-repeat;
}


/* EMERGENCY NOTICE
===================================================================================*/

#emergency {
	height: 89px;
	overflow: hidden;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 50px;
	text-align: center;
	background: #fff url("http://www.tscpl.org/images/weathernotice.jpg") center top no-repeat;
	color: #fff;
border-bottom: #FFF solid 10px;
}
#emergency h2, #emergency h3 {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
#emergency p {
	padding-top: 5px;
	font-size: 1em;
	line-height: 1.25em;
}

#majorevent {
	height: 89px;
	overflow: hidden;
	clear: both;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
	background: #FFFFFF;
}
#summerreading {
	height: 125px;
	overflow: hidden;
	clear: both;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	background: #FFFFFF;
}

/*===================================================================================
	Middle Area Front is wrapper div for NavLeft and FeaturedRight
===================================================================================*/

#middleareafront {
	clear: both;
	width: 980px;
	overflow: hidden;
	text-align: center;
	background: #fff url("http://www.tscpl.org/images/lowerblend.jpg") repeat-y;
	border-bottom: 12px solid #fff;
	border-top: 12px solid #fff;
}


/* MIDDLE AREA
===================================================================================*/

#middleareamain { 
	width: 100%;
	overflow: auto;
	padding: 0 0 12px 0;
	background: #fff url("http://www.tscpl.org/images/lowerblend.jpg") repeat-y;
	border-top:1px solid #c7cdcf;
}
#middleareavisions { 
	width: 100%;
	overflow: auto;
	padding: -1px 0 0 0;
	background: #fff url("http://www.tscpl.org/images/lowerblend.jpg") repeat-y;
}
#middleareascreen { 
	width: auto;
	overflow: auto;
	padding: 0 0 12px 0;
	background: #fff url("http://www.tscpl.org/images/lowerblendscreen.jpg") repeat-y;
	border-top:1px solid #c7cdcf;
}
#middleareascreen #featuredright {
	margin: 0 5px 0 0; width: 730px; }
}
#middleareascreen #newsletterTable {
	border: 1px solid #333;
}
#postmainholder {
	width: 450px; 
	padding-bottom: 4px;
	overflow: hidden; 
}
#postmainleft {
	overflow: hidden; 
	float: left; 
	padding-left: 5px;
}
#postmainright {
	width: 365px; 
	padding-top: 5px; 
	padding-left: 0; 
	overflow: hidden; 
	float: right; 
}
#post_screencast {
	margin-right: 10px;
}

/* LEFT SIDEBAR
===================================================================================*/

#navleft {
	float: left;
	text-align: left;
	width: 222px;
    overflow: hidden;
	margin: 0 0 12px 12px;
}
#navleft p {
	margin: 0 10px; 
	font-size: .825em;
}
#navleft a {
	color: #526270;
	text-decoration: none;
}
#navleft a:hover {
	text-decoration: underline;
}
#navleft ul {
	margin: 0 0 25px 0;
    padding: 0;
	list-style-type: none; 
}
#navleft li ul {
	margin-bottom: 0px;
}
#navleft ul.nospace {
	margin-top: -15px;
}
#navleft li {
	margin: 0;
}
#navleft li span {
	display: block;
	padding: 3px 5px 3px 10px;
}
#navleft li a {
	display: block;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #000;
}
#navleft #vertblockmenu li a:hover {
	background-color: #90B1D5;
	border-left-color: #1c64d1;
}
#navleft li li a {
	padding-left: 25px;
}
#navleft .selected {
	background-color: #a3bcc3;
	color: #000;
	border-left: 2px solid #424345;
}
.bookmobiletextlinks {
	font: .9em/1.25em Tahoma, Verdana, Ariel, sans-serif;
	margin: 5px 10px;
}
.bookmobiletextlinks strong {
	font-weight: normal;
}
.bookmobiletextlinks a {
	font-weight: bold;
}
.bookmobiletextlinks p {
	margin: 5px 10px 10px 0px;
}
.rightholdertext {
	padding: 10px 10px 10px 0;
}


/*===================================================================================
	Featured Right is wrapper div for post_main (middle) and ask (right sidebar)
===================================================================================*/

#featuredright {
	float: right;
	margin-right: 12px;
	text-align: left;
	width: 718px;

}

/* CONTENT MIDDLE
===================================================================================*/

#post_main {
	float: left;
	width: 450px;
}
.updateheader {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}


/* ID NEEDS CHANGED TO CLASSES - DELETE WHEN DONE
- Done in Single.php
- Not Done on index pages
===================================================================================*/
#post_holder, #post_holder2 {
width: 100%;
overflow: auto;
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
}
/*===================================================================================*/

#post_main h2 {
	margin: .5em 0;
	font-size: 1.25em;
	border-bottom: 1px solid #999;
}

.post_holder, .post_holder2 {
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
}
.post_title {
	clear: both;
	margin-bottom: .75em;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.post_title h2 {
	font-size: 1.1em;
	padding: 1em 0 .5em 0;
}
.post_title h2 a {
	color: #1a1a1a;
	text-decoration: none;
}
.post_title h2 a:hover {
	text-decoration: underline;
}
.post_subject {
	margin-bottom: 0;
	padding: 0;
}
.post_subject a {
	color: #B82B14;
	text-decoration: none;
}
.post_body {
	font-size: .9em;
    width: 100%; 
    overflow: hidden; 
}

.post_body p.alignLeft {
	text-align: left;
}
.post_body a {
	text-decoration: none;
}
.post_body a:hover {
	text-decoration: underline;
}
.post_body img {
	margin: 5px;
}
img.left {
	clear: left;
	float: left;
	margin: 5px 10px 5px 0;
}
img.right {
	float: right;
	margin: 5px 0 5px 10;
}
.post_body li {
	margin: 5px 0 5px 25px;
	clear: left;
}
#photo_holder2 {
	float: left;
	clear: both;
	overflow: auto;
	margin: .5em 15px 10px 0px;
}
.post_info {
	font-size: .8em;
	text-align: right;
	color: #526270;
	padding: 5px 15px;
}
.post_info a {
	text-decoration: none;
	color: #526270;
}
.post_info a:hover {
	text-decoration: underline;
	color: #990000;
}
.postmaintext p {
	font-size: .8em;
	line-height: 1.25em;
	font-weight: normal;
}
.postmaintext li {
	float: left;
	width: 70px;
	text-align: center;
}
#photoframe {
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.numbering { 
	padding: 2px 0 2px 0;
	width: 25px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.datemaintext {
	font-size: 70%; 
	letter-spacing: 1px; 
	text-align: left; 
	line-height: 12px; 
	color: #8AB5BD;
}

.posthr {
               border: 1px thin #A39D83;
}

#printcomment {
    margin: 0;
    padding: 5px 0 0 0;
    background: #C7D6DB;
    border: 1px solid #80A0AB; 
	border-width: 1px 0;
    text-align: center;
}
#printcomment ul {
	list-style: none;
}
#printcomment a {
	color: #00c;
	line-height: 30px;
    vertical-align: middle;
}
.prevPost { 
	float: left;
    width: 80px;
    height: 30px;
    overflow: hidden;
}
.nextPost {
	float: right;
    width: 80px;
    height: 30px;
    overflow: hidden;
}

/*FOUNDATION NEWSLETTER
===================================================================================*/

.newsletter_body {
	font-size: .9em;
    width: 95%; 
    overflow: hidden; 
}
.newsletter_body p {
}
.newsletter_body p.alignLeft {
	text-align: left;
}
.newsletter_body a {
	text-decoration: none;
}
.newsletter_body a:hover {
	text-decoration: underline;
}
.newsletter_body img {
	margin: 5px;
}
.newsletter_body ol { 
	margin: 0 20px;
	list-style-type: disc;
}
.newsletter_body li {
	margin: 5px 0 5px 25px;
}
#fnewsletterTable { width: 725px; font-family: Trebuchet MS, Helvetica, Verdana, Arial, sans-serif; word-spacing: 0.1em; text-align: left; letter-spacing: 0; line-height: 1.2em; font-size: 1em; border: 0;}
#fnewsletterTable h1 { margin: 0; padding: 0; font-size: 1.5em; } /* 16x1.5 = 18px */
#fnewsletterTable h2 { margin: 0; padding: 0; font-size: 1.25em; } /* 16x1.125 = 18px */
#fnewsletterTable h3, #fnewsletterTable h4 { margin: 0; padding: 0; font-size: 1.25em; } /* 16x1 = 16px */
#fnewsletterTable h5, #fnewsletterTable h6, #fnewsletterTable p, #fnewsletterTable li, #fnewsletterTable cite, #fnewsletterTable blockquote
{ margin: 0; padding: 0; font-size: .9em; } /* 16x0.875 = 14px */
#fnewsletterTable p { margin: 0 0 1em 0; }
#fnewsletterTable td.header { border-bottom: 1px solid #333;}
#fnewsletterTable li { margin-bottom: 5px; }
#fnewsletterTable { background: #ffffff; border: 0;  }
#fnewsletterTable .header { width: inherit; overflow: auto; font-size: .875em; }
#fnewsletterTable .header p      { margin: 0; padding: 0; font-size: .75em; text-align: right; }
#fnewsletterTable .header p.mission { text-align: left; }
#fnewsletterTable .header ul     { margin: 0; padding: 0; list-style: none; }
#fnewsletterTable .header li { float: right; padding: 0 0 0 10px; }
#fnewsletterTable .body { padding: 10px 20px 10px 20px; }
#fnewsletterTable .body h2, #fnewsletterTable .body h3 { padding: 10px; }
#fnewsletterTable .postFooter p { text-align: right; margin-right: 10px; }
#fnewsletterTable .body img { margin-bottom: 5px; }
#fnewsletterTable .sidebar { border-right: 1px solid #333; }
#fnewsletterTable .sidebar h5 { padding: 10px 0; }
#fnewsletterTable .sidebar img { margin-bottom: 5px; border: 0; }
#fnewsletterTable td.footer { padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #333;}
#fnewsletterTable td.footer p { margin: 10px 0; }
#fnewsletterTable img.editorimage { float: left; padding: 0 15px 10px 0; }

/* POST COMMENT FORM
===================================================================================*/

/* OLD DELETE AFTER ALL SINGLE PAGES ARE UPDATED */
#commentform{width:450px;background-color:#324149;overflow:hidden;background-image:url(/images/commentback.jpg);background-repeat:no-repeat;}
.commentformhead{font-size:120%;color:#809FCB;padding:10px;}
.commentsize {width: 220px;}
#cleft{float:left;text-align:left;font-size:80%;color:#809FCB;width:230px;overflow:hidden;margin:0;padding:10px;}
#cright{float:right;text-align:left;font-size:80%;width:170px;color:#000;padding:10px;}
#cright p{border-top:1px dashed #BCDDF2;padding-top:10px;}
.crighttitle{color:#809FCB;font-size:90%;}
.commentinput{padding:5px;}
.commentremember{background-color:#16262C;padding:2px 4px;}
/* END OLD */

#cform input, #cform textarea {
	border: 1px solid #856D6D;
}
#cform a {
	text-decoration: none;
}
#cform ul, #cform li {
	margin: 0;
    padding: 0;
}
#cformHeader {
	background: #658C9A;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
#cformWrapper {
	width: 450px;
   	overflow: auto;
}
#cformInput {
	float: left;
    width: 240px;
    padding: 10px 0;
}
#cformInput label {
	display: block;
    overflow: auto;
    padding: 5px 0 5px 5px;
    font-weight: bold;
    border-bottom: 1px dashed #C7D6DB;
}
#cformInput label input {
	float: right;
}
#cformInput .checkbox {
	border: 0px;
}
#cformInput textarea {
	margin-top: 5px;
	width: 238px;
}
#cformRules {
	float: right;
    width: 185px;
    font-size: .8em;
}
#cformRules p {
	margin: 5px 0;
    padding: 0;
}
#cformRules strong {
	display: block;
	border-bottom: 1px dashed #ccc;
}
#cformRulesTop {
	padding: 10px 0;
}
#cformSubmit {
	padding-bottom: 10px;
}
#cformSubmitButtons {
	margin: 15px 0;
}
#cformPolicy {
	clear: both;
    margin-top: 10px;
    font-size: .8em;
}

/* POST RATING FORM
===================================================================================*/

#postRateForm {
	padding-bottom: 10px;
	background: #17262D;
	border: 1px solid #C7D6DB;
	border-width: 1px 0;
	color: #fff;
	text-align: center;
}
#postRateForm p {
	margin: 0;
	padding: 5px 10px;
    text-align: left;
    text-transform: uppercase;
	font-weight: bold;
    background: #658C9A;
    border-bottom: 1px solid #ccc;
}
#postRateForm #ratingWrapper {
	margin: 10px 25px;
    overflow: hidden;
}
#postRateForm label {
	display: block;
    margin: 0;
    font-weight: bold;
}
#postRateForm input.rateradio {
	float: left;
    position: relative;
    top: -500px;
    height: 0px;
    width: 0px;
	background: none;
    border: 0px;
}
#postRateForm span {
	display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 0 2px 0;
    font-size: .7em;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #17262D url("http://www.tscpl.org/images/post/bg_starrating.png") 0 0 no-repeat;
}
#postRateForm span.hover {
    color: #000;
    background: #17262D url("http://www.tscpl.org/images/post/bg_starrating.png") 0 -45px no-repeat;
}
#postRateForm span.active {
    color: #000;
    background: #17262D url("http://www.tscpl.org/images/post/bg_starrating.png") 0 -95px no-repeat;
}



/* OLD RATING STYLES - REMOVE AFTER NEW SINGLE POST FORMATTING IMPLEMENTED */
#rating-holder {
	width: 450px; 
	background-color: #E3EDE8; 
	overflow: hidden;
}
#ratingleft { 
	float: left; 
	width: 110px; 
	padding-top: 15px; 
	padding-left: 10px; 
	text-align: center; 
	overflow: hidden;
}
#ratingright { 
	float: right; 
	width: 300px; 
	padding-top: 15px; 
	text-align: right; 
	margin-right: 25px; 
	overflow: hidden;
}
/* END OLD RATING SYSTEM */




/* SINGLE POST META INFORMATION
===================================================================================*/

#postMeta {
	margin: 10px 10px 25px 10px;
	font-size: .8em;
}
#postMetaImg {
	float: left;
	overflow: auto;
	text-align: right;
}
#postMetaAuthor {
	float: left;
}
#postMetaAuthor p {
	margin: 0;
	padding: 0;
}
#ask #authorContact {
	clear: both;
}
#ask #postMeta p {
	margin: 3px 0px;
	font-size: 1em;
}
#ask #postRateForm p {
	margin: 0;
}
#ask #authorContact p {
	margin: 10px 0 15px 0;
	font-size: 1em;
}
#postInfo {
	clear: both;
}
#postInfo p {
	margin-top: 1em;
	font-weight: bold;
    border-bottom: 1px solid #658C9A;
}
#postInfo h6 {
	font-size: 1em;
	font-weight: normal;
}
#postInfo li a, #morePosts li a {
	color: #1F242A;
}
#postInfo li a:hover, #morePosts li a:hover {
	color: #000;
    text-decoration: underline;
}
#postRating {
	margin: 10px 0;
}
#postRating p {
	font-size: .75em;
	font-style: italic;
	color: #999;
}
#morePosts {
	margin: 25px 0;
}
#morePosts ul {
	margin: 0;
    padding: 0;
}
#morePosts li a {
	display: block;
    padding: 7px 10px;
}
#morePosts li a:hover {
	text-decoration: underline;
}
ul.rssList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.rssList li {
	margin: 3px 0;
	padding-left: 25px;
	line-height: 16px;
	vertical-align: middle;
	background: url("http://www.tscpl.org/themes/cp_global_images/rss_icon.png") no-repeat;
}
ul.rssList a {
	text-decoration: none;
}

/* COMMENTS
===================================================================================*/

.commentTop {
	margin: 10px 0 0 0;
	height: 30px;
	overflow: hidden;
	background: #fff url("http://www.tscpl.org/images/post/bg_commenttop.png") no-repeat;
}
.commentNo {
	float: left;
    height: 30px;
    width: 30px;
	margin: 0 0 0 10px;
    font-size: .7em;
    font-weight: bold;
	line-height: 25px;
    vertical-align: middle;
    text-align: center;
	background: url("http://www.tscpl.org/images/post/bg_commentcount.png") no-repeat;
	color: #fff;
}
.commentBody {
	padding: 0 20px;
	background: #fff url("http://www.tscpl.org/images/post/bg_commentmiddle.png") repeat-y;
}
.commentBody p {
	padding: 0 0 .5em 0;
	margin: 0;
}
.commentFooter {
	padding: 40px 0 20px 125px;
	font-size: .8em;
	background: #fff url("http://www.tscpl.org/images/post/bg_commentbottom.png") no-repeat;
}
.commentFooter p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}


/* PAGE NAVIGATION
===================================================================================*/

.navi-pages {
	text-align: right;
	margin: 15px 0;
	font-size: .9em;
	line-height: 1.75em;
	vertical-align: middle;
}
.paginatenumber {
	padding: 0 4px;
	color: #900;
	margin: 0px 1px;
}

.paginatenumber a {
	padding: 0 5px;
	background-color: #C7D6DB;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
}
.paginatenumber a:hover{
	background-color: #658C9A;
	color: #fff;
}


/* RIGHT SIDEBAR
===================================================================================*/
#ask { float: right; width: 250px; text-align: left; height: auto; color: #000; }
#ask ul { list-style-type: none; }
#ask li { list-style-type: none; list-style: none; }
#ask p { margin: 5px 10px 5px 10px; font-size: .875em; }
#ask a { color: #526270; text-decoration: none; }
.asterisk { color: #990000; font-size: 1em; font-weight: bold; }
#rightSide { font-size: .9em; margin: 0 10px; }
#rightSideInside { display: block; padding: 10px 0 15px 0; }
#ask .infoBlock { margin: 5px 10px; }
#ask .infoBlock h4 { margin: 0 0 .5em 0; padding: 0; font-size: 1.1em; }

/* LIBRARYH3LP */
#ask #libraryh3lp 										{ margin-bottom: 5px; padding: 5px; text-align: center; } 
#ask #libraryh3lp p.chatLink							{ text-align: left; }
#ask #libraryh3lp p.chatLink a							{ font-weight: bold; color: #1a1a1a; line-height: 5px; vertical-align: middle; font-size: 1.25em; }
#ask #libraryh3lp p.chatLink img						{ position: relative; top: 5px; margin: 0 10px 0 10px; }
#ask #libraryh3lp p.askMore a							{ text-align: right; font-size: .875em; }
.question {float: left; margin: 4px; }

#flickr { height: 205px; margin: 15px 0 15px 5px; text-align: center; } 
#flickr a img { float: left; width: 100px; height: 100px; margin: 0px 0px 5px 5px; padding: 4px; border: 1px solid #D2D4CF; border-right: 1px solid #8EAAB5; border-bottom: 1px solid #8EAAB5; background-color: #fff; }

#rightholder { padding-top: 5px; overflow: hidden; }


/* FOOTER
===================================================================================*/
#footer { background: #1f242a url("http://www.tscpl.org/images/footerblend.jpg") repeat-x; height: 450px; overflow: auto; clear: both; }
#footerimages { padding: 20px 0 0 70px; }
#footersectionsholder { padding-left: 10px; }
#footersectionsholder a { color: #fff; text-decoration: none; }
#footersectionsholder a:hover { color: #69f; text-decoration: underline; }
.footer_column, .footer_column2 { float: left; width: 180px; margin-right: 15px; }
.footer_column2 { margin-right: 0px; }
.footer_column h3, .footer_column2 h3 { margin: 0 0 10px 0; padding: 10px 0 0 0; font: bold .9em/1.4em Arial, Tahoma, Verdana, sans-serif; color: #fff; border-bottom: 1px solid #272C32; }
.footer_column ul, .footer_column2 ul { margin-left: 15px; padding: 0; list-style-type: disc; color: #4d5e6f; }
.footer_column li, .footer_column li li, .footer_column2 li, .footer_column2 li li { font: normal 9px/1.5em Verdana, Helvetica, Tahoma, Arial, sans-serif; }
#footerbottom { height: 23px; margin-bottom: 20px; background: url("http://www.tscpl.org/images/bottomnavfooter.gif") bottom no-repeat; }
#footerlicense { margin-bottom: 25px; font: normal .8em/1.25em Verdana, Helvetica, Tahoma, Arial, sans-serif; color: #CFDDE3; text-align: center; }
#footerlicense a { text-decoration: none; color: #fff; }
#footerlicense a:visited { color: #648294; font-weight: bold; }
#footerlicense a:hover { text-decoration: underline; }


/*==================================================================================*/
/* STYLES FOR BOOKMOBILE SCHEDULE TABS
/*==================================================================================*/
ul#bmtabs { list-style: none; }
ul#bmtabs li { display: inline; padding: 5px 25px; }
ul#bmtabs a { text-decoration: none; color: #000; font-weight: bold; font-size: 14px; }
ul#bmtabs a:hover { text-decoration: underline; color: #00c; }

#tabholder { width: 100%; overflow: auto; }
#tabimage { float: left; margin-right: 15px; }
#bookmobileTabWrapper { padding: 25px 2px; }
#bookmobileTabWrapper table { margin: 10px 0; border: 1px solid #999; border-width: 1px 0; }
#bookmobileTabWrapper th { border: 1px solid #999; border-width: 1px 0; }
#bookmobileTabWrapper td { padding: 2px 3px; font-size: 9px; border-right: 1px solid #999; }
#bookmobileTabWrapper td.tabimage { padding: 0; border-left: 1px solid #999; }
#bookmobileTabWrapper td.tabindiv, #bookmobileTabWrapper td.tabindiv2 { font-size: 12px; font-weight: bold; }

#location ul.tabholder3, #location ul.tabholder4 { margin-bottom: 20px; padding: 5px 0; font-size: 12px; border-bottom: 1px solid #ccc; }

#location ul.tabholder3 strong, #location ul.tabholder4 strong { display: block; font-size: 14px; }
#location ul.sublist { margin: 5px 25px; width: 100%; overflow: auto; }
#location ul.sublist li { float: left; clear: left; font-size: 12px; }
#location ul.sublist li.tabtime { float: right; clear: none; width: 150px; }


/*==================================================================================*/
/* STYLES FOR THE NEW GALLERY LAYOUT
/*==================================================================================*/
#galleryShowingR	{ float: right; width: 265px; margin-right: 5px; }
#galleryShowingR p { color: #fff; font-size: .875em; }
#galleryShowingR a { color: #fff; }


/*==================================================================================*/
/* STYLES FOR Podcamp 
/*==================================================================================*/
#podmap {background: url("http://www.tscpl.org/images/icons/mapframe.jpg") no-repeat; width: 450px; height: 326px; overflow: auto; padding: 23px 0 0 27px; }
.podflag {margin-left: -15px;}


/*==================================================================================*/
/* STYLES FOR WEB FILTER ACCESS DENIED FORM
/*==================================================================================*/
#accessMessage { background: #fff; border: 1px solid #333; border-width: 0 1px; }
#accessMessage .weblock { margin-left: auto; margin-right: auto; width: 500px; padding: 8px 5px 5px 5px; font-family:Tahoma; font-size:16px; overflow:hidden; }
#accessMessage .weform{text-align: left; margin-left: auto; margin-right: auto; width: 500px; padding: 8px 5px 5px 5px; font-family:Tahoma; font-size:14px; overflow:hidden; }
#accessMessage .style1 { color: #FFFFFF; font-weight: bold; }
#accessMessage span { display: block; margin: 2px 0; }
#accessMessage label { display: inline-block; width: 90px; }


/*==================================================================================*/
/* STYLES FOR FOUNDATION TESTIMONIALS
/*==================================================================================*/
.testimonial					{ margin-bottom: 25px; font-size: .9em; line-height: 1.2em; }
.testimonial img				{ float: left; margin: 0 10px 10px 10px; border: 1px solid #0E4154; }
.testimonial p.quote			
.testimonial p.cite				{ clear: left; }
.testimonial p.fact				{ margin-top: 5px; font-weight: bold; }

/*==================================================================================*/
/* STYLES FOR FACEBOOK WIDGET ON GALLERY
/*==================================================================================*/
.fan_box h3	{ font-size: .875em; font-weight: normal; }

/*==================================================================================*/
/* STYLES FOR BOOKMOBILE TABS
/*==================================================================================*/
#tabs							{ padding: 15px 0; }
#tabs ul						{ list-style: none; }
ul.tabsNav						{ width: auto; overflow: auto; border-bottom: 1px solid #ccc; }
ul.tabsNav li					{ float: left; }
ul.tabsNav a					{ display: block; width: 215px; margin-right: 5px; text-decoration: none; text-align: center; font-weight: bold; color: #000; }
.ui-tabs-hide					{ display: none; }
ul.tabholder3					{ padding: 10px 0; }



/* CLEAN ME!!!
===================================================================================*/
#clearall{clear:both;height:1px;font-size:1px;line-height:1px;}
.asterisk{color:#E1520F;font-weight:700;font-size:110%;margin:2px 0;}
#cat_holder{color:#FFF;background-color:#9B9D90;padding:5px;}
.captcha{font-size:11px;}
.captcha a:link{text-decoration:none;color:#FFF;}
.captcha a:visited{color:#FFF;text-decoration:none;}
.captcha a:hover{text-decoration:underline;color:#A5D1EC;}
#printcomment{width: 450px; overflow: hidden; border-bottom: 1px solid #C7CDCF; padding: 4px;text-align: center;}
.commentsize {width: 220px;}
#screenholder { width: 640px; padding: 25px; overflow: hidden; }
#media { margin-top: 40px; }
#noUpdate { margin: 0 auto; font-family:Arial, Helvetica, sans-serif; font-size: x-small; color: #cccccc; text-align: left; width: 210px; height: 200px; padding: 40px; }
.bigtitle {color:#4D3F2D; font-size:3em; font-weight:bold; }
#post_main br 
