/*  
Theme Name: Bots 4 Tots
Theme URI: 
Description: Bots4Tots.org Launch Theme
Version: 1.0
Author: Don Thacker
Author URI: http://www.skinnytie.com	
 */

#topbar {
padding-right:25px;
height:45px;
text-align:right;
background-color:#fff;
overflow:hidden;
}

.post {
padding-bottom:25px;
}

.post .authbar {
display:inline-block;
display:-moz-inline-box;
margin-bottom:15px;
padding:3px;
font-size:1.0em;
color:#bfff00;
background:#649d00;
}

.post h2 a, 
.post h2 a:link, 
.post h2 a:hover {
padding:3px;
color:#649d00;
font-size:.85em;
text-decoration:none;
background:#fff;
}

.post .subquote {
font-size:1.2em;
font-weight:bold;
margin-bottom:15px;
}

.post img.postimg {
padding:0;
border:solid 8px #fff;
border-collapse:collapse;
}

.tagsbar {
font-size:.85em;
margin-bottom:15px;
}

.recent-posts {
padding:5px;
}

.recent-posts ul {
padding:0;
list-style:none;
}

.recent-posts li {
padding:0;
list-style:none;
}

.recent-posts .date {
padding:0 3px 0 3px;
font-size:.9em;
width:5em;
text-align:right;
color:#649d00;
background:#ffcc00;
}

.recent-posts a {
padding:0 10px 0 10px;
}

.recent-posts .comment {
display:none;
padding-left:5px;
color:#8fc93d;
font-size:.85em;
}

.postnav {
border-top:solid 1px #fff;
font-size:.85em;
overflow:hidden;
}

#postnavprev {
float:left;
}

#postnavnext {
float:right;
}

.sexy-bookmarks {
background:none;
}

.btn-donate {
margin-left:-25px;
padding:15px;
}

#donateplusform {
clear:both;
display:block;
margin:0;
padding:20px 20px 20px 20px;
text-align:left;
}

.donate_amount {
float:left;
}

.donate_amount small {
display:block;
}

.submit {
float:left;
padding-left:10px;
}

.wpcf7 {

}

.wpcf7 .label {
padding-right:10px;
font-size:.95em;
}

.wpcf7 .label small {
display:none;
}

.wpcf7 .signuptext, 
.wpcf7 .signupemail {
width:15em;
}

.wpcf7 .input {
padding-bottom:8px;
}

.wpcf7 .signuptextarea {
width:25em;
height:10em;
}

.btn_current_donations {
float:right;
}


/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
height: 100%;
}
 
body {
font:medium/1.5em Helvetica, Arial, Verdana, sans-serif;
color:#fff;
background:#649d00 url(images/bg_body.png) repeat-x center 0;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	font-size:3em;
	line-height:1.5em;
	font-weight:bold;
	padding-bottom:10px;
	color:#fff;
}

h2 {
	font-size:2.5em;
	line-height:1.3em;
	font-weight:bold;
	margin-bottom:10px;
	color:#fff;
}
 
h3 {
	font-size:2.0em;
	line-height:1.3em;
	font-weight:bold;
	padding-bottom:10px;
	color:#fff;
}

h3#respond {
	font-size:1.5em;
	line-height:1.3em;
	font-weight:bold;
	padding:15px 0 10px 0;
	color:#fff;
}

h4 {
	font-size:1.75em;
	line-height:1.3em;
	font-weight:bold;
	padding-bottom:10px;
	color:#fff;
}

h5 {
	font-size:1.5em;
	line-height:1.3em;
	font-weight:bold;
	padding-bottom:10px;
	color:#fff;
}

.h5 {
	font-size:1.5em;
	line-height:1.3em;
	font-weight:bold;
	color:#fff;
}

h6 {
	font-size:1.1em;
	line-height:1.5em;
	font-weight:bold;
	padding-bottom:0;
	color:#fff;
}

.h6 {
	font-size:1.1em;
	line-height:1.5em;
	font-weight:bold;
	color:#fff;
}

.subhead1 {
	font-size:.85em;
	color:#7db4da;
}


/***** Common Formatting *****/

p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
dl, dt, dd {
margin:0;
padding:0;
}

dd { padding-bottom:15px; }

blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}

a {
color:#c0f915;
}

a:link {
color:#c0f915;
}

a:hover {
color:#fff;
}

 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:930px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding      { padding:0; }
.padding-top    { padding-top:.75em; }
.padding-right  { padding-right:0; }
.padding-bottom { padding-bottom:0; }
.padding-left   { padding-left:0; }


.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.inline        { display:inline; padding-right:10px; }
.darkgreen     { color:#649d00; }
.green         { color:#c0f915; }
.yellow        { color:#ffcc00; }

.photo-border  { border:solid 8px #fff; }


/***** Wrapper *****/
 
#wrap {
	position:relative;
	padding:0;	
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -100px;
	width:930px;
	font-weight:normal;
	text-align:left;
	background:#8fc400 url(images/bg_robot_rightside01.png) no-repeat right bottom;
}

#header {
	position:relative;
	padding:0 0 0 0;
	width:930px;
	height:139px;
	background:#fff;
	overflow:hidden;
}

#logo {
	position:relative;
	float:left;
	width:247px;
	height:139px;
	text-indent:-9999px;
	overflow:hidden;
}

#logo a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	background:url(images/b4t_logo_beta.png) no-repeat 0 0;
}

#logo a:hover {
	background-position: 0 -139px;
}

#sidebar {
	position:relative;
	float:left;
	margin-bottom:50px;
	padding:325px 0 0 20px;
	width:227px;
	min-height:300px;
	height:auto !important;
	height:300px;
	overflow:hidden;
}

.sidebar_bg_home {
	background:url(images/bg_sidebar_home.png) no-repeat 10px 75px;
}

.sidebar_bg_donate {
	background:url(images/bg_sidebar_donate.png) no-repeat 10px 75px;
}

.sidebar_bg_myb4t {
	background:url(images/bg_sidebar_myb4t.png) no-repeat 10px 75px;
}

.sidebar_bg_stats {
	background:url(images/bg_sidebar_stats.png) no-repeat 10px 75px;
}

.sidebar_bg_what {
	background:url(images/bg_sidebar_what.png) no-repeat 10px 75px;
}

.sidebar_bg_store {
	background:url(images/bg_sidebar_store.png) no-repeat 10px 75px;
}

.sidebar-icons {
padding-left:25px;
}

#quick_donation {
	position:relative;
	width:200px;
	height:74px;
	text-indent:-9999px;
	background:url(images/btn_quick_donation.png) no-repeat 0 0;
	overflow:hidden;
}

#quick_donation a {
	display:block;
	width:100%;
	height:100%;
}

#robot_store {
	position:relative;
	margin-top:15px;
	width:200px;
	height:74px;
	text-indent:-9999px;
	background:url(images/btn_robot_store.png) no-repeat 0 0;
	overflow:hidden;
}

#robot_store a {
	display:block;
	width:100%;
	height:100%;
}

#content {
	position:relative;
	float:left;
	padding:70px 130px 25px 30px;
	width:523px;
	font-size:1em;
	line-height:1.5em;
	overflow:hidden;
}

.greenbox {
	clear:both;
	margin-bottom:50px;
	padding:20px;
	background:#649d00;
	overflow:hidden;
}

.greenbox2 {
	clear:both;
	margin-bottom:0px;
	padding:15px 15px 0 15px;
	background:#649d00;
	overflow:hidden;
}

.readmore {
	float:right;
	padding:0 25px 0 0;
	background:url(images/bg_read_more.png) no-repeat right 50%;
}

#footer {
	position:relative;
	width:930px;
	height:100px;
	margin:0 auto 0 auto;
	text-align:left;
	font-weight:bold;
	font-size:1.0em;
	color:#997f1a;
	background:#ffcc00 url(images/bg_footer_logo.png) no-repeat 73px 25px;
	overflow:hidden;
}

#footer a {
	color:#997f1a;
	text-decoration:none;
}

#footer a:link {
	color:#997f1a;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul {
	padding:55px 0 0 250px;
	list-style:none;
}

#footer li {
	float:left;
	padding-right:25px;
}

.push {
	position:relative;
	height:100px; /* .push must be the same height as .footer */
	clear:both;
}


/* ---------------------------------------------------------------------------
	
	=expandable boxes

--------------------------------------------------------------------------- */


/***** Contact Form *****/

.dt_label {
float:left;
clear:left;
padding:0 10px 0 0;
width:9em;
text-align:right;
}


.box {
position:relative;
margin:0;
padding:0;
width:419px;
}

.box_top {
position:relative;
margin:0;
padding:0;
width:419px;
height:7px;
background:url(images/bg_box_top.gif) no-repeat 0 0;
}

.box_middle {
position:relative;
margin:0 0 0 0;
padding:0 15px 0 65px;
border-right:#e83530 1px solid;
border-left:#e83530 1px solid;
background:#fff;
overflow:hidden;
}

.box_bottom {
position:relative;
margin:0 0 25px 0;
padding:0;
width:419px;
height:7px;
background:url(images/bg_box_bottom.gif) no-repeat 0 0;
}



/* ---------------------------------------------------------------------------
	
	=navigation

--------------------------------------------------------------------------- */

#navigation {
	position:relative;
	float:left;
	width:683px;
	height:139px;
	margin:0;
	padding:0;
	background:none;
	overflow:hidden;
}

#nav {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	font:1.0em/1.5em Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#333;
}

#nav li {
	float:left;
	margin:0;
	height:139px;
	text-indent:-9999px;
}

#nav li a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

#nav_donate, #nav_donate a {
	width: 180px;
	background: url(images/nav_donate.png) no-repeat 0 0;
}

#nav_b4t_news, #nav_b4t_news a {
	width: 156px;
	background: url(images/nav_b4t_news.png) no-repeat 0 0;
}

#nav_signup, #nav_signup a {
	width: 157px;
	background: url(images/nav_signup.png) no-repeat 0 0;
}

#nav_what, #nav_what a {
	width: 190px;
	background: url(images/nav_what.png) no-repeat 0 0;
}


/* hover state */

#nav li a:hover {
	background-position: 0 -139px;
}

img.postimg {
	border: 1px solid #649D00;
	padding: 3px;
	}