/*
Theme Name: GovernBest Theme
Theme URI: http://www.jstnjns.com/
Description: A theme created uniquely for GovernBest.
Version: 1.0
Author: Justin Jones
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
}

a {
outline:none;
text-decoration:none;
color:#FFF;
}

#wrap a {
border-bottom:1px dotted #CCC;
}

#wrap a:hover {
border-bottom:1px solid #CCC;
}

body {
background:#222 url('images/body.gif') 0 54px repeat-x;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
line-height:1.5em;
}

#header {
background:#772124 url('images/header.gif') 0 0 repeat-x;
width:100%;
color:#FFF;
height:54px;
padding:8px 0;
}

#header h1 {
position:absolute;
left:50%;
margin-left:-420px;
display:block;
width:304px;
height:54px;
}

#header h1 a {
display:block;
background:url('images/branding.gif') 0 0 no-repeat;
width:304px;
height:54px;
text-indent:-9999px;
}

#header p {
display:block;
border-left: 1px solid #ba9092;
position:absolute;
left:50%;
margin-left:-115px;
padding: 10px 0 10px 30px;
width:520px;
height:34px;
line-height: 17px;
font-size: 14px;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
text-transform: uppercase;
overflow: hidden;
}

#navwrap,#wrap {
width:800px;
margin:0 auto;
}

#nav {
background:#181818;
width:100%;
height:22px;
font-size:.9em;
}

#nav li {
float:left;
margin-right:3em;
}

#nav li a {
display:block;
height:22px;
line-height:22px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
padding:0 2px;
}

#nav li a:hover {
color:#FFF;
text-decoration:underline;
}

h2,h3 {
font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
font-weight:bold;
font-size:1.2em;
}

h3 {
margin-bottom:0;
font-size:.95em;
}

#footer,.possibly-related,.filedto {
display:none;
}

#content {
margin-right:10px;
width:580px;
float:left;
}

.entry {
margin:5px;
padding:10px;
}

.entrytitle {
border-bottom:1px solid #4F5158;
color:#FFF;
margin-bottom:15px;
}

.entrytitle h2,.entrytitle h3 {
display:inline;
font-weight:normal;
}

.entrytitle h2 {
color:#FFF;
font-size:1.3em;
font-weight:bold;
}

.entrytitle h2 a {
border:none!important;
}

.sticky,.entry-1 {
color:#ffffff;
}

.entrymeta {
background:#121212;
font-size:.8em;
clear:both;
margin-top:20px;
padding:10px;
}

.entry-1 .entrymeta {
display:block;
}

.filedto {
background:url('./images/file.gif') no-repeat 0 2px;
margin-left:15px;
}

.commentslink {
background:url('./images/comments.gif') no-repeat 0 3px;
margin-left:15px;
}

.navigation {
display: none; /*************************/
background:#3e3e3e;
text-align:center;
padding:5px;
}

#sidebar {
background:#3a3a3a url('./images/sidebar.png') repeat-x;
border-top:1px solid #3e3e3e;
color:#ddd;
float:left;
margin-top:15px;
padding:10px 0 10px 10px;
width:200px;
}

#sidebar h3 {
color:#CDB;
font-size:1.8em;
font-weight:normal;
margin-bottom:10px;
}

#sidebar ul {
list-style-type:none;
margin:0;
padding:0;
}

#sidebar ul li {
padding:3px;
}

.commentsblock {
font-size:1.1em;
margin:.5em;
padding:1em;
}

.commentsblock textarea {
width:410px;
}

.commentsblock input,.commentsblock textarea {
border:1px solid #d1d1d1;
}

.commentsblock textarea:focus {
background:#eee;
border:1px solid #a1a1a1;
}

.commentsblock textarea:focus,.commentsblock input:focus {
background:#eee;
border:1px solid #a1a1a1;
}

.commentauthor {
display:block;
font-size:1.5em;
}

ol.commentlist {
color:#FFF;
font-size:.9em;
list-style-type:none;
margin:1.5em 0 0;
padding:0;
}

.commentlist li {
margin-bottom:.5em;
padding:.5em 1em;
}

.commentlist li .avatar {
border:1px solid #383838;
float:right;
padding:2px;
}

.commentlist li p {
	margin: 1em;
}

#commentform {
font-size:.8em;
}

#commentform p {
margin-top: .5em;
}

.alt {
background:#121212;
padding:.5em;
}

h3#comments {
font-size:1.6em;
}

#nav:after,#wrap:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

* html #nav,* html #wrap {
height:1%;
}

img.centered,img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

img.alignright {
display:inline;
margin:0 0 2px 7px;
padding:4px;
}

img.alignleft {
display:inline;
margin:0 7px 2px 0;
padding:4px;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
margin:10px;
border-radius:3px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption p.wp-caption-text {
font-size:11px;
color:#000;
line-height:17px;
margin:0;
padding:0 4px 5px;
}