/*  
Theme Name: IdealGov
Theme URI: http://www.dxw.com
Description: A theme for IdealGovernment.com, created by The Dextrous Web from an original theme, "Twelve", by Geek with Laptop (http://www.geekwithlaptop.com)
Version: 1.0
Author: The Dextrous Web
Author URL: http://www.dxw.com 
Tags: fixed width, two columns, widgets, gravatars, right sidebar, white

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

* {
margin: 0px;
padding: 0px;
border: 0px;
list-style: none;
}

body {
background: #f0f0f8;
font-family: arial, sans-serif;
font-size: 14px;
}

/* -------------------------------------------------------------------------------------------------------------------------------
														TEXT & LINK PROPERTIES												
------------------------------------------------------------------------------------------------------------------------------- */

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #5E5D5D;
text-decoration: underline;
font-weight: normal;
line-height: 36px;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: #6a85b0;
text-decoration: none;
font-weight: normal;
line-height: 24px;
text-transform: uppercase;
}

h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #5E5D5D;
text-decoration: none;
font-weight: normal;
line-height: 24px;
}

h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #9b9b9b;
text-decoration: none;
font-weight: normal;
line-height: 12px;
}

p {
font-family: arial, sans-serif;
color: #6B6b6B;
text-decoration: none;
font-size: 14px;
text-align:left;
font-weight: normal;
line-height: 19px;
margin: 10px 0 0 0;
}

a, a:link, a:active, a:visited {
font-family: arial, sans-serif;
color: #6a85b0;
text-decoration: none;
font-weight: normal;
}

a:hover {
font-family: arial, sans-serif;
color: #3B3b3B;
text-decoration: underline;
font-weight: normal;
}

.title a {
font-family: arial, sans-serif;
font-size: 20px;
color: #5E5D5D;
text-decoration: underline;
font-weight: normal;
line-height: 26px;
}

.title a:hover {
font-family: arial, sans-serif;
color: #6a85b0;
text-decoration: none;
font-weight: normal;
line-height: 26px;
}

#sidebar ul.great-orgs img
{
  width: 200px;
}


#sidebar h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #6a85b0;
text-decoration: none;
font-weight: normal;
margin: 7px 0 7px 0;
border-bottom: 1px solid #d2d2d2;
text-transform: uppercase;
}

#sidebar p {
font-family: arial, sans-serif;
font-size: 12px;
color: #3B3b3B;
text-decoration: none;
font-weight: normal;
line-height: 15px;
text-align: left;
}

#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited, .sbcontainers a {
font-family: arial, sans-serif;
color: #9B9b9B;
text-decoration: none;
font-weight: normal;
}

#sidebar a:hover, .sbcontainer a:hover {
font-family: arial, sans-serif;
color: #000000;
text-decoration: underline;
font-weight: normal;
}

ul.children
{
  padding-left: 20px;
}

li {
font-family: arial, sans-serif;
font-size: 13px;
color: #3B3b3B;
text-decoration: none;
font-weight: normal;
line-height: 15px;
}

img, img a, img a:link, img a:active, img a:visited, img a:hover {
border: none;
}

#comment p {
font-family: arial, sans-serif;
font-size: 11px;
color: #9b9b9b;
text-decoration: none;
font-weight: normal;
line-height: 24px;
}
.postcon li {
list-style-image:	none;
list-style-position:	outside;
list-style-type:	disc;
marker-offset:	auto;
}

/* -------------------------------------------------------------------------------------------------------------------------------
													LOGO & TOP CONTAINERS											
------------------------------------------------------------------------------------------------------------------------------- */

#topcontainer {
margin: auto;
width: 939px;
height: 133px;
}

#logo {
width: 939px;
height: 133px;
font-family: Georgia, Verdana, Arial;
font-size: 24px;
font-weight: bold;
color: #555454;
}

#logobox {
background: url('http://idealgovernment.com/wp-content/themes/idealgov/images/logobox.png') no-repeat;
width: 208px;
height: 8px;
margin: 111px 0 0 0;
}

/* -------------------------------------------------------------------------------------------------------------------------------
													NAVIGATION STRUCTURE & BUTTONS											
------------------------------------------------------------------------------------------------------------------------------- */

#menu {
float: right;
height: 35px;
margin: 84px 0 0 0;
}

#nav { 
height: 35px; 
display: inline; 
overflow: hidden;
white-space: nowrap;
}

#nav li { 
display: inline;
font-family: Georgia, Verdana, Arial;
font-size: 10px;
font-weight: bold;
color: #555454;
text-transform: uppercase;
}

#nav a { 
float: left;  
overflow: hidden;
color: #555454;
font-weight: bold;
padding: 0 10px 0 10px;
}

#nav a:hover { 
color: #6a85b0;
text-decoration: underline;
font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------------------------------------
													BODY CONTAINER AND MAIN CONTENT											
------------------------------------------------------------------------------------------------------------------------------- */

#container {
margin: 0 auto 20px auto;
width: 939px;
background-color: #fff;
background-position: 50% 0;
border-bottom: 4px solid #83a4d9;
overflow: hidden;
}

#maincontent {
float: left;
width: 570px;
margin: 30px;
}

.postcon {
width: 550px;
clear: both;
margin: 0 0 30px 0;
}

.postcon img {
border:none;
padding-left:5px;
padding-right:5px;
}

.postcon blockquote {
  margin: 10px 0 0 30px;
  padding: 10px;
  background: #E8F0FC;
  border-left: 2px solid #FFF07D;
  font-weight: normal;
  font-size: 0.95em;
  color: #393939;
}

.postcon blockquote p{
color: inherit;
padding: 0;
margin: 0;
font-size: inherit;
line-height: normal;
}

.title {
float: left;
width: 550px;
}

.navigation
{
float: right;
width: 220px;
margin: 8px 0 20px 0;
}

h1.catheading
{
  text-decoration: none;
  font-family: georgia, times new roman, serif;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 10px 0;
}

/* -------------------------------------------------------------------------------------------------------------------------------
													SIDEBAR CONTAINER AND CONTENT											
------------------------------------------------------------------------------------------------------------------------------- */

#sidebar {
float: left;
width: 260px;
margin: 30px 25px 30px 0;
padding: 0 0 0 20px;
border-left: 1px solid #d7d7d7;
}

#sidebar .buttons li
{
   padding: 5px 0; 
}


#sidebar .intro                   
{
   margin-bottom: 20px;
   color: #6B6B6B;
   
   background: #ffc;
   
   padding: 8px 5px 1px 5px;
}

#sidebar .intro p
{
   margin: 0 0 10px 0;
   font-family: arial, sans-serif;
   font-size: 13px;
}

.push {
margin: 0 0 20px 6px;
}

.sbcontainers {
float: left;
width: 224px;
padding: 7px 0 25px 0;
}

/* -------------------------------------------------------------------------------------------------------------------------------
														COMMMENT BOXES											
------------------------------------------------------------------------------------------------------------------------------- */

.commentcon {
float: left;
width: 550px;
background: url('images/newcommentbg.jpg') repeat;
margin: 0 0 20px 0;
}

.commenttop, .commentbottom {
float: left;
width: 550px;
height: 3px;
}

.commenttop
{
   background: url('images/newcommenttop.jpg') no-repeat;
}

.commentbottom
{
   background: url('images/newcommenttop.jpg') no-repeat 0 -3px;
}

.gravatar
{
   float: left;
   margin: 25px 0 0 25px;
}

.comment {
float: left;
background: #FFFFFF;
margin: 25px;
padding: 20px;
width: 370px;
border: 1px solid #d2d2d2;
}

div.admin .comment 
{
   border: 1px solid #83a4d9;
   background: #e8e8ff;
}

.textinput {
border: 1px solid #d2d2d2;
font-family: arial, sans-serif;
font-size: 12px;
color: #9b9b9b;
padding: 7px;
}

.submit {
border: 1px solid #d2d2d2;
background: #FFFFFF;
font-family: arial, sans-serif;
font-size: 11px;
color: #A0A0A0;
padding: 7px;
margin: 10px 0 0 0;
}

input {
border: 1px solid #d2d2d2;
font-family: arial, sans-serif;
font-size: 12px;
color: #9b9b9b;
padding: 7px;
}

/* -------------------------------------------------------------------------------------------------------------------------------
														FOOTER											
------------------------------------------------------------------------------------------------------------------------------- */

#footer {
width: 939px;
margin: auto;
padding: 0 0 20px 0;
}

#footer p {
text-align:center;
clear:both;
font-size: 12px;
}

/* -------------------------------------------------------------------------------------------------------------------------------
														MONITOR SPACING											
------------------------------------------------------------------------------------------------------------------------------- */

.monitors {
float: left;
border: 0px;
padding: 0 18px 30px 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

/* -------------------------------------------------------------------------------------------------------------------------------
														NAV LINKS											
------------------------------------------------------------------------------------------------------------------------------- */

.nav.left
{
   float: left;
}

.nav.right
{
   float: right;
}
