/*
Theme Name: GSSTA Theme
Theme URI: http://www.gssta.com/wordpress/wp-content/themes/gssta-theme
Description: A two column fluid width theme.
Version: 1.2
Author: Charles Brockman
Author URI: http://www.gssta.com/
Tags: blue, light, two-columns, flexible-width, right-sidebar, threaded-comments
*/
body {
	color:#000;
	background:#FFF;
	margin:0;
	padding:0;
	font: 100.1% Georgia,Utopia,Palatino,'Palatino Linotype',serif;
}
a {
	color: navy;
	text-decoration: none;
}
a:hover {
	text-decoration: underline; 
}
h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#339;
   font-family:'Trebuchet MS',Verdana,Geneva,sans-serif;
	text-align:left;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:1.0em;
}
h5 {
	font-size:1.0em;
}
h6 {
	font-size:1.0em;
}
img {
	border:0;
}
input[type=text], textarea {
	background:#FFF;
}
input[type=submit] {
	color: navy;
	background: #eee;
	float: right;
	margin-right:0;
	font: 1.1em Georgia,Utopia,Palatino,'Palatino Linotype',serif;
}
textarea {
	font-size:1.1em;
}
pre {
	font-family:Consolas,'Andale Mono','Courier New',Courier,monospace;
	overflow:auto;
}
code {
	font-family:Consolas,'Andale Mono','Courier New',Courier,monospace;
}
#page {
	min-width: 760px;
	text-align:left;
	background:#FFF;
	margin: 0 auto;
}
#wrapper {
	background:#FFF;
	padding-right:230px;
	margin: 0 5%;
}
#content {
	background: #FFF;
	float: left;
	width: 96%;
	border-right: 230px solid white;
	margin-right: -230px;
	padding: 20px 4% 20px 0;
}
#sidebar {
	float:left;
	width:190px;
	background:#f0f8ff;
	margin:0 -230px 0 0;
	padding:20px;
}
#header {
	height: 4.8em;
	color:#339;
	background: #add8e6;
	margin:0;
	padding:1em 0;
}
#headertitle {
	/*float: left;*/
	position: absolute;
	top: 1em;
	left: 5%;
}
#headertitle h1 {
	margin:0;
}
#headertitle h1 a {
	font: 1.5em Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	background: transparent;
	color: Navy;
}
#headertitle h1 a:hover {
	text-decoration:none;
}
#headertitle p {
	background: transparent;
	color: Navy;
	font-weight:700;
	font-size: 1.4em;
	margin:0;
}
.search {
	/*float: right;*/
	padding: 1.5em 5% 0 0;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display: inline;
	width: 210px;
	color:#000;
	font-size:1em;
	background:#FFF;
	margin: 0;
	padding: 0.2em 5px;
}
#searchform {
	text-align:center;
	margin: 10px auto;
	padding: 5px 3px;
}
#sidebar #searchform #search {
	display: inline;
	width: 190px;
	color:navy;
	background:#FFF;
	margin: 0;
	padding: 0.2em 5px;
	font: 1em Georgia, Utopia, Palatino,'Palatino Linotype',serif;
}
#navbar {
	background: #F0F8FF;
	height: 2.3em;
	margin:0;
	padding:0;
}
#nav {
	list-style:none;
	margin:0 5%;
	padding: 0;
}
#nav ul {
	list-style: none;
	background:transparent;
	margin:0;
	padding:0.1em 0 0;
}
#nav a {
	color: Navy;
	display: block;
	font-weight:700;
	font-size:1.2em;
	padding: 0.5em;
}
#nav a:hover {
	background: #237ab2;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.5em;
}
#nav li {
	float: left;
	/*width: 10em; */
	margin: 0;
	padding: 0 2em 0 0;
}
#nav li li {
	float: left;
	width:14em;
	margin: 0;
	padding: 0;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #165279;
	color: #c6c8c9;
	width: 14em;
	float: none;
	border-bottom:1px solid #aaa;
	margin: 0;
	padding: 0.5em ;
}
#nav li li a:hover, #nav li li a:active {
	background: #237ab2;
	color: #fff;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#sidebar ul {
	list-style: none;
	font-size:1.1em;
	margin:0;
	padding:0;
}
#sidebar ul ul {
	font-size:1em;
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin:0 0 2em;
}
#sidebar li li {
	margin:0.1em 0;
}
#sidebar li li li {
	padding-left:10px;
}
#sidebar ul h2 {
	color:#4588c4;
	font-size:1.2em;
	margin:0;
	padding:0;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	color:#000;
	padding:10px;
}
#footer a {
	color: #0000cd;
}
#footer a:hover {
   color: navy;
}
.post {
	clear:both;
	margin:0 0 4em;
}
.post p, .post ol li, .post ul li{
	margin-top: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	border-left:0.4em solid #ccc;
	font-size:0.9em;
	padding:0 0 0 2em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}
.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}
.postmetadata {
	clear: both;
	font-size: 1em;
	color: #888;
	text-align: left;
	margin:1em 0;
}
div.navigation {
	font-size:1.1em;
}
.postentry table {
	font-size:0.9em;
	border-color:#ccc;
	border-style:solid;
	border-width:0 1px 1px 0;
}
.postentry table tr td {
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0 0 1px;
	padding:5px 10px;
}
.postentry table tr th {
	background:#f4f4f4;
	color:#666;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
	border-color:#ccc;
	border-style:solid;
	border-width:1px 0 0 1px;
	padding:5px 10px;
}
.posttitle {
	font-size: 20px;
	padding-bottom: 5px;
}

.commentlist {
	border-color:#eee;
	border-style:solid;
	border-width:0 0.1em 0.1em 0;
	margin:20px 0;
	padding:0;
}
.commentlist li {
	list-style:none;
	border-color:#eee;
	border-style:solid;
	border-width:0.1em 0 0 0.1em;
	margin:0;
	padding:0;
}
li.comment div, li.pingback div {
	overflow:auto;
	padding:20px;
}
li.comment div div, li.pingback div div {
	overflow:visible;
	padding:0;
}
.commentlist li.even {
	background: #fafafa;
}
.commentlist li.odd {
	background:#f6f6f6;
}
ul.children li {
	list-style:none;
}
img.avatar {
	float:right;
	border:1px solid #eee;
	background:#fff;
	margin:0;
	padding:2px;
}
.comment-meta, .reply {
	font-size:0.8em;
	margin:0;
	padding:0;
}
.comment-author cite {
	font-weight:700;
	font-size:1.2em;
}
textarea#comment {
	font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	width:100%;
}
#comments div.navigation {
	font-size:0.9em;
}
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:700;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:400;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:700;
}
#wp-calendar tbody td.pad {
	border:none;
}
abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}
.aligncenter,div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}
.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	border:0 none;
   margin: 0;
   padding: 0;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
	margin:0;
   padding: 0 4px 5px;
}
/*input#comments {
	font-size:1.2em;
}*/
