/*  
Theme Name: Bonsai
Theme URI: http://www.visualstrategy.com
Description: Designed by <a href="http://www.visualstrategy.com">Lisa Simons</a> of <a href="http://www.visualstrategy.com">Re:Vision</a>.
Version: 1.0
Author: Lisa Simons
Author URI: http://www.visualstrategy.com
Tags: small government
*/

/*Copyright 2009, Lisa Simons*/

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(images/background.gif);
        background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #fff url(images/headertagline.gif); 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:121px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #mainContent { 
	margin:10px 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/*padding: 0 40px 0 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:2px dotted #ff9900;
clear: left;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #navbar { 
	background: #FFCC00;
	height:66px;
	margin:0;
	padding:0;
    font:12px Arial, Helvetica, sans-serif;
} 

#logo {
	width:107px;
	float:left;
	padding-top:12px;
}
#righty {
	width:600px;
	margin-left:115px;
	padding-top:61px;
        text-align:right;
}
#s {
	width:100px;
}
#tag {
	padding-right:40px;
	padding-top:8px;
	}
#searchbox {
width:600px;
}
.rightalign {
	text-align:right;
	}

.breadcrumb {
font:10px Arial, Helvetica, sans-serif;
}

/* Content */
#proposals {
	padding:0;
}
#proposals img {
	padding:25px 0 6px 0;
}
#proposals ul {
	list-style-image: url(images/arrow_red.gif);
	font:12px/16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px 0 0 10px;
	margin:0 0 0 10px;
}
#proposals ul.sub {
	list-style:none;
	padding:2px 0 0 0;
	margin:0;
	font-weight:normal;
}
#proposals ul li a:link, #proposals ul li a:visited {
	color:#000000;
	text-decoration:none;
}
#proposals ul li a:hover {
	color:#993300;
	text-decoration:none;
}
#headline {
	background:#f7f2e0;
	padding:10px 10px 10px 10px;
	margin:0px 30px 10px 0;
}
#headline img {
	margin:0 15px 0 0;
	padding:2px;
	float:left;
	border:1px solid #666;
}
img.floatleft {
	margin-right:5px;
	padding:2px;
	float:left;
	border:1px solid #666;
}
#headline h1 {
	font:24px Georgia, "Times New Roman";
	color:#003760;
	padding:0;
	margin:0;
}
.readmore {
	font:12px Arial, Helvetica, sans-serif;
        padding:0 0 0 10px;
}
#headline a:link, #headline a:visited {
	color:#003760;
        text-decoration:none;
}
#headline a:hover {
	color:#3399ff;
	text-decoration:underline;
}
#feature, #content {
	margin:10px 30px 10px 0px;
	padding:4px 0;
}
#feature h1 {
	font:18px Georgia, "Times New Roman";
	color:#003760;
	padding:10px 0 0 0;
	margin:0;
	border-top:1px dotted #993300;
}
#feature h2 {
	font:18px Georgia, "Times New Roman";
	color:#003760;
	padding:10px 0 0 0;
	margin:0;
	border-top:1px dotted #993300;
}
#feature img {
	margin:15px 15px 0 10px;
	padding:2px;
	float:left;
	border:1px solid #666;
}
#feature p {
	padding:0 0 0 10px;
}
#feature a:link, #feature a:visited {
	color:#003760;
        text-decoration:none;
}
#feature a:hover {
	color:#3399ff;
	text-decoration:underline;
}
#padbottom {
        padding-bottom:15px;
}
#content h1 {
	font:24px/32px Georgia, "Times New Roman";
	color:#003760;
	padding:15px 0 4px 0;
	margin:0;
}
#content li {
font:12px/18px Arial, Helvetica, sans-serif;
padding:0 0 10px 0;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color:#993300;
	text-decoration:underline;
}
.breadcrumb a:hover {
	color:#3399ff;
	text-decoration:underline;
}
.twoColFixRtHdr #pagecontent a:link, #pagecontent a:visited {
	color:#993300;
	text-decoration:underline;
}
.twoColFixRtHdr #pagecontent a:hover {
	color:#3399ff;
	text-decoration:underline;
}
#stats {
	margin-bottom:15px;
	padding:0px 0px 8px 0px;
	font:11px Arial;
	font-weight:bold;
	}

/* HTML */
p {
	font:12px/18px Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#993300;
	text-decoration:underline;
}
a:hover {
	color:#3399ff;
	text-decoration:underline;
}
img {
	border:0px;
}
h2 {
	font:18px Georgia, "Times New Roman";
	color:#003760;
	padding:10px 0 0 0;
	margin:0;
}
h3 {
font:12px/18px Arial, Helvetica, sans-serif;
font-weight:bold;
border-top:1px dotted #993300;
padding:5px 0 0 0;
margin:0;
}

/* Comments*/
#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 250px;
	margin-top:5px;
	}
.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	
.commentlist blockquote {
	background:#ededed;
	}			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}
.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}
li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}
.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}	
.commentlist small {
	background:#e9e9e9;
	}
.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	
#comment {
	width:250px;
	background:#fff;
	}

/* Footer */
.twoColFixRtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f3f3f3;
	/*border-top:2px dotted #ff9900;*/
	text-align:center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:10px Arial, Helvetica, sans-serif;
	color:#666;
}
.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited { 
	text-decoration:none;
	color:#666;
} 
.twoColFixRtHdr #footer a:hover { 
	text-decoration:underline;
	color:#000;
}

/* Sidebar */
.twoColFixRtHdr #sidebar1, .twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:10px 0 20px 10px;
}
#sgn {
	background:#ffffcc;
	padding:10px;
}
#sgn img {
	padding:0 0 10px 0;
}
#subscribe {
	width:150px;
}
#adblock {
padding:25px 0;
}
#sidebar-topnews ul {
	list-style-image: url(images/arrow_red.gif);
	font:12px/16px Arial, Helvetica, sans-serif;
	padding:2px 0 0 10px;
	margin:0 0 0 10px;
}
#sidebar-topnews ul li {
	padding:3px 0 3px 0;
}

#sidebar-topnews ul li a:link, #sidebar-topnews ul li a:visited {
	color:#000000;
	text-decoration:none;
}
#sidebar-topnews ul li a:hover {
	color:#993300;
	text-decoration:none;
}

/*suckerfish*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 200px;
        font-size:11px;
}

#nav a:link, #nav a:visited {
	display: block;
	width: 230px;
	color:#993300;
	text-decoration:none;
}
#nav a:hover {
	display: block;
	width: 230px;
	color:#3399ff;
	text-decoration:none;
}
#nav li {
	float: left;
	width: 260px;
}
#nav li ul {
	position: absolute;
	width: 260px;
	left: -999em;
        background-color:#ffcc00;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
.ddlist li {
border-top:1px dotted #fff;
padding:8px;
}
.ddlist a:link, .ddlist a:visited {
text-decoration:none;
}

/* Mini Nav */
.twoColFixRtHdr #mininav ul { 
	list-style:none;
	padding:0;
	margin:0;
}
.twoColFixRtHdr #mininav ul li { 
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	color:#333;
	font:11px Arial, Helvetica, sans-serif;
	padding:0px 1px 0 0;
/*background-color:#ffcc00;*/
padding:5px 2px;
border:1px solid #fff;
}
.twoColFixRtHdr #mininav ul li.pop:hover {
/*background-color:#3399cc;*/
padding:5px;
border:1px solid #3399ff;
}
.twoColFixRtHdr #mininav a:link, a:visited { 
	color:#666;
	text-decoration:none;
}
.twoColFixRtHdr #mininav a:hover { 
	color:#000;
	text-decoration:none;
}
.twoColFixRtHdr #mininav ul li.pop { 
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	color:#333;
	font:11px Arial, Helvetica, sans-serif;
	padding:0px 1px 0 0;
/*background-color:#99cc00;*/
padding:5px;
border:1px solid #ff9900;
margin-left:5px;
}
/*.twoColFixRtHdr #mininav ul li.pop {
background-color:#ffcc00;
padding:5px;
border:3px double #ff9900;
}*/
/*.twoColFixRtHdr #mininav ul li a.pop:link, .twoColFixRtHdr #mininav ul li a.pop:visited, {
background-color:#ffcc00;
}
.twoColFixRtHdr #mininav ul li a.pop:hover, .twoColFixRtHdr #mininav ul li a.pop:active, {
background-color:#3399cc;
}*/
/* fixes */
#headwrap {
width:760px;
height:121px;
padding: 0 0 0 20px;
overflow:visible;
background: #fff url(images/headertagline.gif) no-repeat;
}
#logo {
width:107px;
float:left;
padding-top:12px;
}
#headright {
margin-left:115px;
overflow:visible;
}
#mininav {
width:400px;
padding:90px 0 0 0;
margin:0;
}
#searchwrap {
margin:0;
float:right;
padding:60px 0 0 0;
width:200px;
}
.clearfloat {
clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#adbutton {
margin-top:10px;
}
.adborder {
border:1px solid #3399cc;
}
    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;
    }
