/*
Theme Name: One Bad Bitch
Theme URI: http://www.vectordefector.com
Description: A totally custom theme designed and developed specifically for One Bad Bitch!.
Version: 1.0
Author: Tom Benway
Author URI: http://www.vectordefector.com
*/

body {
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url(images/site-bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 0;
}

a {
	color:#ffffff;
	font-weight: bold;
}

.clear {
	clear: both;	
}

h1,h2,h3 {
	font-weight: normal;
}

#page {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float:left;
	width: 950px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 254px;
	height: 131px;
	margin-top: 10px;
	margin-left: 20px;
}

#logoType {
	float:left;
	width:380px;
	height:131px;
	margin-top: 10px;
}

#emailBox {
	float:right; 
	width:280px;
	height: 38px;
	margin-top: 25px;
	margin-right: 10px;
	text-align: right;
	background-image: url(images/searchbox-bg.png);
}

#searchBox {
	float:right; 
	width:280px;
	height: 38px;
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	background-image: url(images/searchbox-bg.png);
}

.field {
	color:#b0adad;
	height: 24px;
	padding-left: 5px;
	background-image: url(images/search-field-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#navigation {
	float:left;
	width: 950px;
	height:46px;
	margin-top: 15px;
}

#navigation li {
	float:left;
	height:30px;
	padding-top: 14px;
	padding-left:21px;
	padding-right:21px; 
	margin-right: 2px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-moz-border-radius: 6px;
	border-radius: 6px;
	list-style: none;
}

#navigation li a{
	font-family: "Myriad", "Myriad Pro", Verdana;
	color: #ffffff;
	font-size: 15px; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#cartBox {
	float:left !important; 
	width:179px;
	height:46px;
	background-image: url(images/cart-box-bg.gif);
	background-color:#fff;
}

#cartBoxData {
	float:left;
	margin-left: 40px;
	margin-top: 8px;
	font-size: 10px;
}

#cartBoxBtn {
	float:left;
	margin-top: 15px;
	margin-left: 20px;
}

#content {
	float:left;
	width: 950px;
	min-height: 400px;
	margin-top: 15px;
}

#content b,strong {
	color: #990000;
}

#rightContent {
	float:left;
	width: 585px;
	margin-left: 60px;
}	

.pageDivider {
	float:left;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(images/page-divider.gif);
	background-repeat: repeat-x;
}

/* home specific elements */

#homeFlash {
	float:left;
	width:583px;
	height:328px;
}

#fueledHome {
	float:left;
	width:100%;
	margin-top: 25px;
	text-align: center;	
}

.specialsBox {
	float:left;
	width:284px;
	height:113px;
	margin-top:25px;
	margin-left: 5px;
	background-image: url(images/specials-box.gif);	
}

.specialsBox h2 {
	float:left;
	width:284px;
	margin-top: 15px;
	text-align:center;
}

.specialsBox p {
	padding: 10px;	
}

.longHeader {
	float:left;
	width: 575px;
	height: 28px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 10px;
	background-image:url(images/content-headline-bg.gif);
	background-repeat: repeat-x;
	border-top-right-radius: 6px !important;	
    -moz-border-radius-topright: 6px !important; 	
    -webkit-border-top-right-radius: 6px !important;
}

#blogEntries {
	float:left;	
	width: 585px;
	margin-top: 25px;
}

.blogEntryImg {
	float:left;
	height:85px;
	overflow:hidden;
	margin-right: 8px;
	border:1px solid #7a0000;	
}

#blogEntriesHeader {
	float:left;
	width: 100%;
	height: 33px;
	background-image:url(images/content-headline-bg.gif);
	background-repeat: repeat-x;
	border-top-right-radius: 6px !important;	
    -moz-border-radius-topright: 6px !important; 	
    -webkit-border-top-right-radius: 6px !important;
}

#blogEntriesHeader h2 {
	float:left;
	width: 400px;
	margin-top: 5px;
	margin-left: 10px;
}

#blogEntriesRSS {
	float:right;	
	margin-top: 5px;
	margin-right: 5px;
}

.blogEntry {
	float:left;
	width: 585px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.blogEntry .alignleft {
	width: 80px;
	height: 80px;
}

/* - home - */

#breadCrumbs {
	float:left;
	width: 950px;
	height: 35px;
	color: #990000;
}

#breadCrumbs .header {
	font-weight: bold;
	color: #ffffff;
}

#breadCrumbs a {
	font-weight: normal !important;	
}

#sidebar {
	float:left;
	width: 285px;
	margin-left: 10px;
}	

.sideBarBox {
	float:left;
	width: 285px;
	margin-top: 15px;
	margin-bottom: 15px;
} 

.connect_widget {
	border: 1px solid #000 !important;	
}

/* shop cart items */

#productList h1,h2 {
	margin-top: 0px;
	padding-top: 0px;
}

#productList li {
	float:left;
	width:265px; 
	height:30px;
	padding-top: 2px;
	padding-left: 5px;
	margin-top: 1px;
	background-image: url(images/product-listing-bg.gif);
	background-repeat: repeat-x;
	border-top-right-radius: 6px !important;	
    -moz-border-radius-topright: 6px !important; 	
    -webkit-border-top-right-radius: 6px !important;
	list-style: none;
}

#productList li a{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#productList ul {
	float:left;
	width: 270px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
	background-color: #242424;	
	border-bottom-right-radius: 6px !important;	
    -moz-border-radius-bottomright: 6px !important; 	
    -webkit-border-bottom-right-radius: 6px !important;
}

#productList ul li{
	float:left;
	margin: 0px !important;
	padding-top: 10px !important;
	padding-left: 10px !important;
	background-image: none !important;
	border-top:1px solid #373737 !important;
	border-bottom:1px solid #000 !important;
	list-style-image: url(images/sub-cat-bullet.gif) !important;
	list-style-position: inside;
}

.productListHighlight {
	color:#0C0;
	font-weight:bold;	
}

/* product icons */

.iconFlame1 {
	float:left;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/icons/flame-icon1.png);
	background-repeat: no-repeat;
}

.iconFlame2 {
	float:left;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/icons/flame-icon2.png);
	background-repeat: no-repeat;
}

.iconStar1 {
	float:left;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/icons/star-icon1.png);
	background-repeat: no-repeat;
}

.iconStar2 {
	float:left;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/icons/star-icon2.png);
	background-repeat: no-repeat;
}

.iconGear1 {
	float:left;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/icons/gear-icon1.png);
	background-repeat: no-repeat;
}

.iconGear2 {
	float:left;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/icons/gear-icon2.png);
	background-repeat: no-repeat;
}

.iconLightning1 {
	float:left;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/icons/lightning-icon1.png);
	background-repeat: no-repeat;
}

.iconCross1 {
	float:left;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/icons/cross-icon1.png);
	background-repeat: no-repeat;
}

.iconSkull1 {
	float:left;
	height: 25px;
	padding-top: 5px;
	padding-left: 30px;
	background-image: url(images/icons/skull-icon1.png);
	background-repeat: no-repeat;
}

/* end icons */

.img {
	float:left;
	width: 66px;
	max-height: 100px;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}

.itemEntrySm {
	float:left;
	width: 260px;
	height: 100px;
 	border: 1px solid #6c0000;
	background-image: url(images/product-sm-bg.gif);
	background-repeat: repeat-x;
	background-color: #6c0000;
	background-position: bottom left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.itemEntrySm .text{
	float:left;
	width: 180px;
	margin-left: 10px;
	line-height: 15px;
}

.itemEntrySm .text a {
	color: #ffffff;
}

.itemEntryMed #mainImg {
	float:left;
	width: 280px;
	height: 280px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}

.itemEntryMed #availablePhotos {
	float:left;	
	width: 265px;
	height: 90px;
	padding: 10px;
	margin-left: 15px;
	background-image: url(images/product-sm-bg.gif);
	background-repeat: repeat-x;
	background-color: #6c0000;
	background-position: bottom left;
	border: 1px solid #6a0000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.itemEntryMed #availablePhotos .current {
	border: 1px solid #990000;
}

.itemEntryMed #availablePhotos img {
	padding-right: 2px;
	border: 1px solid #000;
}

.itemEntryMed #availableStyles {
	float:left;	
	width: 265px;
	min-height: 133px;
	padding: 10px;
	margin-top: 15px;
	margin-left: 15px;
	background-image: url(images/product-sm-bg.gif);
	background-repeat: repeat-x;
	background-color: #6c0000;
	background-position: bottom left;
	border: 1px solid #6a0000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

.itemEntryMed #availableStyles #stylesLeft {
	float:left;
	width: 150px;
	padding-right: 8px;
	min-height: 130px;
	border-right: 1px solid #222;
}

.itemEntryMed #availableStyles #stylesRight {
	float:left;
	width: 100px;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
}

.itemEntryMed #productDetails{
	float:left;
	width: 585px;
	font-size: 12px;
}

#associatedItems {
	float:left;
	width: 585px;
	margin-top: 15px;
}

#associatedItems .img {
	float:left;
	width: 75px;
	height: 100px;
	margin-right: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

/* end shop specific entries */


#footer {
	float:left;
	width:932px;
	height:40px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
	background-image: url(images/footer-bg.gif);
	font-size: 9px;
}

#footerLeft {
	float:left;
	width: 630px;
	margin-top: 12px;
	margin-left: 12px;
}

#footerRight {
	float:right;
	width: 290px;
	color: #434343;
	margin-top: 12px;
}	

#footer a{
	color:#960000;
	text-decoration: underline;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
