/*  
Theme Name: Badge Bomb Blog Custom
Description: This theme is modified from the Corporate WP Theme. http://wordpress.org/extend/themes/corporate
Author: David Price, Ori Pearl
Author URI: http://www.oyoaha.com/
Tags: business, corporate, xhtml, css, simple, clean, clear, white, grey, orange, fixed width, intro, banner, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blueprint, blueprintcss
*/

body
{
	background: #D5D6D7 url(http://www.badgebomb.com/blog/backgrounds/side_tile5.gif) repeat scroll 0 0; 
	font-size: 11px;
	color: #525252;
}

h2, a
{
	color: #525252;
}

pre, code {white-space: normal;}


#top
{

	text-align: right;
	height: 24px;
}

#top .menu
{
	padding-top: 7px;
}

#top .menu li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#top .menu a
{
	text-decoration: none;
	color: #fff;
}

#top .menu a:hover
{
	color: #000;
}

#contenttop
{
	background: transparent url('images/topbg.png') no-repeat 0 0;
	height: 37px;
}

#contentwrapper
{
	background: transparent url('images/fw-container-bg.png') repeat-y 0 0;
	width: 927px;
	margin-left:11px;
}

#header
{
	height: 50px;
}

#header #title
{
	
}

#header #title .logo
{
	float: left;
}

#header #title #blogtitle
{
	margin-left: 68px;
}

#header #title h1
{
	font-size: 24px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 5px;
        font-family: Arial, Verdana, serif;
}

#header #title h2
{
	font-size: 14px;
	color: #525252;
}

#header #searchbar
{
	margin-top: 20px;
}

#introcontainer
{
	margin-top: 40px;
}

#intro
{
	
	height: 200px;
	background: url('images/introbg.jpg') no-repeat 0 0;
	margin-left: 7px;
        font-family: Arial, Verdana, serif;
}


#intro #introtext
{
	float: left;
	height: 165px;
	margin: 20px auto auto 20px;
	overflow: hidden;
font-family: Arial, Verdana, serif;
}


#intro #introtext h1
{
	font-size: 18px;
	color: #00599d;
	margin-bottom: 16px;
        font-family: Arial, Verdana, serif;
}

#intro #introtext p
{
	font-size: 16px;
        
}

#intro #introicon
{
	float: right;
	margin: 35px 50px;
}

.post
{
	background: #fafafa;
	border: solid 1px #eeeeee;
	margin: 40px 5px 20px 5px;	
	padding: 15px;	
	_padding: 7px;
}

.post .postheader .commentcount
{
	width: 27px;
	line-height: 12px;
	float: left;
	text-align: center;
	padding-right: 10px;
}

.post .postheader .commentcount a
{
	text-decoration: none;
	color: #4884bc;
}

.post .postheader .posttitle
{
	
	line-height: 20px;

}

.post .postheader .posttitle h2
{
	font-family: Arial, Verdana, serif;
        font-weight: bold;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.post .postheader h2 a
{
	text-decoration: none;
}

.post .postheader .posttitle .postmeta
{
	font-family: Arial, Verdana, serif;
	font-size: 11px;
}

.post .postcontent
{
	margin-top: 20px;
	line-height: 17px;
}

.post .postcontent p
{
	clear: both;
	margin-bottom: 7;
}

.post .posttags, .post .posttags a
{
	color: #959595;
	clear:both;
	margin-top: 20px;
	text-align: right;
}

.commentbox
{
	background: #fff;
	border: solid 1px #eeeeee;
	margin: 10px 5px 20px 5px;
	padding: 15px;
	_padding: 7px;
}

.commentmeta .avatar
{
	float: left;
	padding-right: 6px;
	_padding-right: 3px;
}

.commenttext
{
	clear: both;
	margin-top: 10px;
}

.commentform input
{
	padding: 0;
	margin: 0;
	line-height: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

.navlinks
{
	margin: 0px 5px 40px 5px;	
}

.navlinks a
{
	text-decoration: none;
}

.navlinks img
{
	margin-right: 5px;
}

#sidebar #wrapbox
{
	background: #fafafa;
	border: solid 1px #eeeeee;	
	padding: 17px;
	margin: 40px 5px 20px 5px;
}

#sidebar .sidebarbox
{
	line-height: 20px;
	margin-bottom: 40px;
}

#sidebar .sidebarbox h3
{
	font-size: 14px;
	color: #e65a05;
	margin-bottom: 10px;
}

#sidebar .sidebarbox a
{
	text-decoration: none;
}

#sidebar .sidebarbox ul
{
	list-style-type: none;
	text-indent: -1.5em;
}

#sidebar .sidebarbox .pages ul
{
	text-indent: -3em;
}

#footer
{
	height: 52px;
	background: url('images/bottombg.png') no-repeat 0 0;
}



.searchform #searchbox
{
	float: left;
	background: #f1f1f1;
	border: solid 1px #e3e3e3;
	width: 120px;
	height: 14px;
	font-size: 11px;
}

.searchform #searchbutton
{
	height: 18px;
	width: 18px;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	background: url('images/searchbutton.jpg') no-repeat 0 0;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   background: #fafafa;
   border: solid 1px #eeeeee;
   text-align: center;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** Custom Additions **/

.fw_header_container {
margin:0 auto;
position:relative;
width:927px;
}

.fw_header_cap {
background-image:url(images/fw-header-cap-t-bg.png);
height:16px;
margin:0 auto;
overflow:hidden;
width:927px;
}

.fw_header_outer {
background-image:url(images/fw-header-b-bg.png);
margin:0 auto;
padding:0;
text-align:center;
width:927px;
}

.fw_header_inner_a {
margin:0 auto;
padding:0;
text-align:center;
}

.fw_header_inner {
background-image:url(images/fw-header-cap-b-bg.gif);
background-position:left bottom;
background-repeat:repeat-x;
font-family:arial,sans-serif;
font-size:10pt;
font-weight:bold;
height:58px;
margin:0 auto;
position:relative;
text-align:left;
width:900px;
}

.fw_header_inner .fw_header_tabs {
bottom:0;
height:42px;
margin:0;
padding:0;
position:absolute;
right:80px;
width:600px;
}

.fw_header_container .cart {
color:black;
height:64px;
left:757px;
position:absolute;
top:6px;
width:170px;
}

.fw_header_container .cart #fwh_view_cart {
height:55px;
left:0;
position:absolute;
text-align:right;
top:9px;
width:38px;
}

.fw_header_container .cart #fwh_cart_shower, .fw_header_container .cart #fwh_cart_hider {
bottom:3px;
/*bottom:8px;*/
left:0;
position:absolute;
}

.fw_header_container .cart .cart_summary {
color:black;
font-family:arial,sans-serif;
font-size:10pt;
font-weight:bold;
height:55px;
left:48px;
position:absolute;
text-align:right;
top:9px;
line-height: 1.2;
}

.fw_header_container .cart .cart_summary a {
font-weight: bold;
text-decoration: none;
font-family:Verdana,Arial,Helvetica;
}

.fw_header_container .cart .cart_summary a:hover {
font-weight: bold;
text-decoration: underline;
font-family:Verdana,Arial,Helvetica;
}

.tiny {
color:#222222;
font-family:Verdana,Arial,sans-serif;
font-size:10px;
font-weight:normal;
}

.fw_header_container .cart div.cart_summary a, .fw_header_container .cart .cart_summary a:link, .fw_header_container .cart .cart_summary a:visited {
color:black;
text-decoration:none;
}

b {
font-weight:bold;
}

.fw_header_container .cart {
color:black;
}

.fw_header_container .fw_header_nav {
color:black;
font-size:8.5pt;
margin:0;
padding:0;
position:absolute;
right:185px;
top:4px;
}

.fw_header_container .fw_header_nav form {
display:inline;
margin:0;
padding:0 0 0 10px;
}

.fw_header_container .fw_header_nav form input.search_str {
border:1px solid #BDBEC0;
font-size:8pt;
height:16px;
margin:0;
padding:0 0 0 4px;
vertical-align:middle;
width:105px;
}

.fw_header_container .fw_header_nav form input.search_go {
vertical-align:middle;
}

div.fw_header_container img.bb_logo {
left:77px;
position:absolute;
top:0;
}

div.fw_header_container div.fw_header_nav a, div.fw_header_container div.fw_header_nav a:link, div.fw_header_container div.fw_header_nav a:visited {
color:black;
text-decoration:none;
font-size: 8.5pt;
font-family: Verdana,Arial,Helvetica,sans-serif;
}

div.fw_header_container div.fw_header_nav a:hover {
text-decoration: underline;
font-size: 8.5pt;
font-family: Verdana,Arial,Helvetica,sans-serif;
}

.fw_header_nav a {
line-height: 1.3;
}

.fw_header_container .cart #fwh_view_cart {
text-align:right;
}

img, a.img {
border:medium none;
}

.fw_header_nav {
font-family:Verdana,Arial,Helvetica,sans-serif;
}

.fw_contents_outer_cap_b {
background-image:url(images/fw-container-cap-b-bg.png);
height:19px;
margin:0 auto;
overflow:hidden;
padding:0;
width:927px;
}

.fw_footer {
background: transparent url('images/fw-container-bg.png') repeat-y 0 0;
width: 927px;
margin-left:11px;
background-color:white;
clear:both;
margin:0 auto;
padding:0 0 8px;
text-align:left;
/*width:752px;*/
}

.footer a {
color:#3373B6;
}

body {
	font-size: 85%;
}

#cart-style-hack {
	font-size: 10pt;
	font-family: arial, sans-serif;
	margin-top: -1px;
}

#find-button-badges {
	font-size:120%;
	padding-bottom:12px;
}

.category_head { color:#222222; font-size:14px; font-weight:bold; font-family: Verdana, Arial, Helvetica; }


.list_link{ color:#222222; font-size: 12px; font-weight: normal; font-family: Verdana, Arial, Helvetica;}

a.list_link, a.list_link:visited { color:#FF0B36; text-decoration: none; }

a.list_link:hover {text-decoration: underline; color:#FF0B36;}

#main-popup { display:none; }
