/*
Theme Name: CSST Simple Blue
Theme URI: http://www.csstinderbox.com
Description: Basic template frame with three total columns: sidebar left column / main content / sidebar right column. With multiple widget locations defined.
Version: 1.0
Author: CSS Tinderbox
Tags: simple, fixed width, three columns, widgets

This is a seriously basic template frame with enough to get you started.
Bend, fold and manipulate in any way to make it your own. Cheers.
*/

/* //BASIC STYLES// ======================================================================================== */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:120%;
	background-color:#5796A7;
	background-image: url(/images/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link, a:visted {
color:#39C;
text-decoration:underline;
}

a:hover, a:active {
color:#333333;
text-decoration:none;
}

h1 {
	margin:0;
	padding:0;
	font-size:20px;
	color: #5796A7;
}

h2 {
	margin:0;
	padding:0;
	font-size:18px;
	color: #5796A7;
}

h3 {
	margin:0;
	padding:0;
	font-size:16px;
	color: #5796A7;
}

p {
margin:5px 0 10px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

blockquote {
margin:0;
padding:4px;
font-size:12px;
font-style:italic;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

ul, ol {
margin:0;
padding:0;
}

ul li, ol li {
margin:0;
padding:0;
}

ul li ul, ol li ol {
margin:0;
padding:0;
}

ul li ul li, ol li ol li {
margin:0;
padding:0;
}

ul li {
list-style-type:disc;
}

ul li ul li {
list-style-type:circle;
}

ol li {
list-style-type:decimal;
}

ol li ol li {
list-style-type:lower-alpha;
}

/* //MAIN STRUCTURE// ======================================================================================== */

#pageWrap {
	margin:0 auto;
	padding:0;
	width:960px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:960px;
	height:173px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#mainBody {
	float:left;
	margin:0;
	padding:0px;
	width: 530px;
}

#sideBarWrapLeft {
	float:left;
	padding:0;
	width:195px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

#sideBarWrapRight {
float:left;
margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
padding:0;
width:195px;
}

#footer {
clear:both;
margin:0;
padding:10px 0 10px 0;
width:100%;
text-align:center;
}

/* //HEADER STRUCTURE// ======================================================================================== */

#header h1 {
	margin:0 0 0 0;
	padding:35px 0 0 10px;
	font-size:52px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #5796A7;
}

#header a:link, #header a:visited {
color:#333333;
text-decoration:none;
}

#header a:hover, #header a:active {
color:#39C;
text-decoration:none;
}

.headerDescription {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#000000;
	font-size:12px;
	z-index: 1;
	top: 120px;
	left: 20px;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 0px;
}



/* //POST STYLES// ======================================================================================== */

.post {
	border-bottom:1px dashed #cccccc;
	margin-top: 10px;
	margin-right: 10;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 6px;
	padding-left: 0;
}

.postTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-transform:capitalize;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 0;
	line-height: 24px;
}

.postTitle a:link, .postTitle a:visited {
color:#5796A7;
text-decoration:none;
}

.postTitle a:hover, .postTitle a:active {
color:#39C;
text-decoration:none;
}

.postAuthor, .postMeta, {
	font-size:10px;
	color:#454545;
	line-height: 120%;
}

.postFeedback {
	font-size:10px;
	color:#454545;
	line-height: 120%;
	display: none;
}

.postAuthor a:link, .postAuthor a:visited, .postMeta a:link, .postMeta a:visited, .postFeedback a:link, .postFeedback a:visited {
color:#39C;
text-decoration:none;
}

.postAuthor a:hover, .postAuthor a:active, .postMeta a:hover, .postMeta a:active, .postFeedback a:hover, .postFeedback a:active {
color:#333333;
text-decoration:underline;
}

/* //COMMENT STYLES// ======================================================================================== */

.postCommentWrap {
margin:0 10px 0 0;
padding:0;
color:#454545;
background-color:#eeeeee;
}

.postCommentWrap input, .postCommentWrap textarea {
border:1px solid #cccccc;
background-color:#ffffff;
margin:0 0 0 15px;
}

.postCommentWrap h3 {
padding:15px 0 0 15px;
}

.commentInput  {
font-size:11px;
}

.postCommentLeave h3 {
padding:5px 0 0 15px;
margin:0 0 15px 0;
}

#postCommentList {
margin:0;
padding:0;
}

#postCommentList li {
margin:0;
padding:15px;
font-size:11px;
border-bottom:1px dashed #cccccc;
}

.commentMeta {
text-align:right;
}

.commentMeta a:link, .commentMeta a:visited, .postCommentFeed a:link, .postCommentFeed a:visited, .postCommentLog a:link, .postCommentLog a:visited {
color:#39C;
text-decoration:none;
}

.commentMeta a:hover, .commentMeta a:active, .postCommentFeed a:hover, .postCommentFeed a:active, .postCommentLog a:hover, .postCommentLog a:active {
color:#333333;
text-decoration:underline;
}

.postCommentNo {
padding:15px 0 0 25px;
font-style:italic;
}

.postCommentFeed, .postCommentLog {
padding:5px 0 0 15px;
font-size:11px;
}

/* //SIDEBAR STYLES// ======================================================================================== */

#sideBarWrapLeft ul li, #sideBarWrapLeft ol li, #sideBarWrapRight ul li, #sideBarWrapRight ol li {
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.widget {
margin:0 0 0 0;
padding:0;
font-size:13px;
}

.widgetTitle, .columnTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	background-color: #919e64;
	background-repeat: no-repeat;
	height: 19px;
	background-image: url(/images/title-bg.png);
	border: 1px solid #333333;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: -12px;
}

.widget ul li a:link, .widget ul li a:visited {
	color:#39C;
	text-decoration:none;
	margin: 0px;
	display: block;
	padding: 2px;
	width: 170px;
	text-align: left;
}

.widget ul li a:hover, .widget ul li a:active {
	color:#FFFFFF;
	background-color: #056969;
	margin: 0px;
	padding: 2px;
	width: 170px;
}

.columnText p {
font-size:11px;
}

/* //FOOTER STRUCTURE// ======================================================================================== */

#footer p {
font-size:10px;
}

#footer a:link, #footer a:visited {
color:#39C;
text-decoration:underline;
}

#footer a:hover, #footer a:active {
color:#333333;
text-decoration:none;
}

/* //NAVIGATION STYLES// ======================================================================================== */


/* Begin Images */
.post img {
	padding: 3;
	max-width: 100%;
	border: 1px solid #CCCCCC;
	}

/*	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 */

/* //OTHER STYLES// ======================================================================================== */

#subscribe form ,#subscribe input { 
	margin: 0px;
	padding: 0px;
}
#privacy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

/* //POLL STYLES// ======================================================================================== */
#poll {
	padding: 10px;
display: none;
/* THE LINE ABOVE IS AN EXAMPLE THAT WILL COMMENT OUT THE "DISPLAY NONE" OR "HIDE" COMMAND */
/* REMOVE THE SLASHES AND ASTERISKS FROM THE LINE BELOW TO SHOW POLL */ 
/* display: none;    */	
}
#poll td {
	font-size: 12px; 
}
#pollq {
	font-size: 12px;
	display: block;
	padding: 10px;
	background-image: url(/images/pollbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #CCCCCC;
}
#polla {font-size: 12px; }


