@charset "utf-8";
/* CSS Document */

/* IMPORT EXTERNAL STYLESHEETS
=====================================================================================
	This allows new stylesheets to be added by only editing this single file
===================================================================================*/

@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, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { 
	line-height: 1;
}
ul, ol {
	list-style: none;
}
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;
}

@charset "utf-8";

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

/* 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: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

h3, h4 {
	margin: 0;
	padding: 1em 0 .25em 0;
}
p { 
	padding: .5em 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 a, #morePosts li a {
	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;
}


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


/* 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: 25px;
}
.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;
}


/*===================================================================================
	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;
}
#middleareascreen { 
	width: 100%;
	overflow: auto;
	padding: 0 0 12px 0;
	background: #fff url("http://www.tscpl.org/images/lowerblendscreen.jpg") repeat-y;
	border-top:1px solid #c7cdcf;
}
#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; 
}


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

#navleft {
	float: left;
	text-align: left;
	width: 222px;
	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 15px 0;
    padding: 0;
}
#navleft ul ul {
	margin: 0;
}
#navleft ul.nospace {
	margin-top: -15px;
}
#navleft li {
	margin: 0;
    padding: 0;
}
#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 10px 0;
	padding: 0;
	clear: both;
}
/*===================================================================================*/


.post_holder, .post_holder2 {
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
.post_title {
	clear: both;
	margin-bottom: 10px;
	padding: 5px 0;
/*    border-bottom: 1px solid #658C9A; */
}
.post_title a {
	color: #B82B14;
	text-decoration: none;
}
.post_subject {
	margin-bottom: 0;
	padding: 0;
}
.post_subject a {
	color: #B82B14;
	text-decoration: none;
}
.post_body {
	font-size: .9em;
    width: 100%; 
    overflow: auto; 
}
.post_body p {
	text-align: justify;
}
.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;
}
.post_body img.left {
	float: left;
	margin: 5px 10px 5px 0;
}
.post_body img.right {
	float: right;
	margin: 5px 0 5px 10;
}
.post_body ol { 
	margin: 0 20px;
	list-style-type: disc;
}
.post_body li {
	margin: 5px 0;
}
#photo_holder2 {
	float: left;
	clear: both;
	overflow: auto;
	margin: 0 15px 10px 0px;
	padding: 0;
	border: 1px solid #D2D4CF;
	border-right: 1px solid #8EAAB5;
	border-bottom: 1px solid #8EAAB5;
}
.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 {
	font-size: .8em;
	line-height: 1.25em;
}
.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 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;
}


/* 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;
}
#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 a {
	color: #526270;
	text-decoration: none;
}
#rightSide {
	font-size: .9em;
	margin: 0 10px;
}
#meeboholder {
	margin-top: 15px;
	text-align: center;
}
#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: 415px;
	overflow: auto;
}
#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;
}