/* CSS Document */
/*  
Theme Name: Lasertag Cartel
Theme URI: http://www.seanhermandesign.com
Description: The Wordpress blog for Lasertag Cartel
Version: 1.0
Author: Sean Herman
Author URI: http://www.seanhermandesign.com/
*/

/* GLOBAL STYLES */

html { 
    height: 100%; 
    margin-bottom: 1px; 
}


body {
    color: #999;
    font-size: 12px;
    line-height: 1.3;
    font-family: Helvetica, "Trebuchet MS", Arial, "Times New Roman";
    background-image: url(images/lasertag_bg.jpg);
	background-position: top left;
	background-repeat: repeat;
	text-align: left;
}

#extrabg {
    background-image: url('images/bh_logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin-top: -8px;
	margin-left: -8px;
	padding: 0;
}

*:first-child+html #extrabg {
    background-image: url('images/bh_logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	top: -8px;
	left: -8px;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: #af5918;
	outline: none;
}

a:hover {
    text-decoration: underline;
    color: #af5918;
}

a img {
    border: none;
}

h2, h3 {
    font-family: helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1.2pt;
    line-height: 0.9;
    color: #af5918;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

li {
    margin-left: -40px;
    list-style-type: none;
}

/* WRAPPER AND MAIN CONTAINING DIVS */

#wrapper {
    width: 984px;
    margin: 0 auto;
    padding: 55px 0 0 0;
}

#contentfooter {
	background-image: url('images/contentfooter.png');
	background-position: top left;
	background-repeat: no-repeat;
    width: 984;
	height: 14px;
	position: relative;
	clear: both;
}

*:first-child+html #contentfooter {
    background-image: url('images/contentfooter.png');
	background-position: top left;
	background-repeat: no-repeat;
    width: 984;
	height: 14px;
	position: relative;
	top: 120px;
	margin: 0 auto;
	z-index: 50;
}

/* HEADER */

#header {
    width: 960px;
    height: 134px;
    margin: 0 auto;
    margin-bottom: -50px;
    background-image: url(images/header.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#header h1, #header h2 {
    display: none;
}

/* NAVIGATION */

#mainnav {
    width: 600px;
    height: 33px;
    position: relative;
    left: 389px;
    top: -30px;
    display: block;
}

#mainnav a {
    height: 0;
    padding-top:49px;
    overflow:hidden;
    display:block;
}

#mainnav li {
    float: left;
    margin-right: 36px;
}

#homelink {
    width: 129px;
    background-image: url(images/home.png);
	background-position: center;
	background-repeat: no-repeat;
}

#homelinkactive {
    width: 129px;
	height: 0px;
	background-image: url(images/homeover.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 49px;
	overflow: hidden;
	display: block;
}

*:first-child+html #homelinkactive {
	width: 129px;
	background-image: url(images/homeover.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#shoplink {
    width: 194px;
    background-image: url(images/products.png);
	background-position: center;
	background-repeat: no-repeat;
}

#shoplinkactive {
	width: 194px;
	height: 0px;
	background-image: url(images/productsover.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 49px;
	overflow: hidden;
	display: block;
}

*:first-child+html #shoplinkactive {
	width: 121px;
	background-image: url(images/shopover.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#bloglink {
    width: 109px;
    background-image: url(images/blog.png);
	background-position: center;
	background-repeat: no-repeat;
}

#bloglinkactive {
    width: 109px;
	height: 0px;
	background-image: url(images/blogover.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 49px;
	overflow: hidden;
	display: block;
}

*:first-child+html #bloglinkactive {
    width: 109px;
	height: 0px;
	background-image: url(images/blogover.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#contactlink {
    width: 163px;
    background-image: url(images/contact.png);
	background-position: center;
	background-repeat: no-repeat;
}

#contactlinkactive {
    width: 163px;
	height: 0px;
	background-image: url(images/contactover.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 49px;
	overflow: hidden;
	display: block;
}

*:first-child+html #contactlinkactive {
	width: 163px;
	background-image: url(images/contactover.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#homelink a {width: 129px;}
#shoplink a {width: 194px;}
#bloglink a {width: 109px;}
#contactlink a {width: 163px;}

#homelink a {
	background-image:url(images/homeover.png);
	background-position:  -130px -90px;
	background-repeat: no-repeat;
}
#shoplink a {
	background-image:url(images/productsover.png);
	background-position:  -130px -90px;
	background-repeat: no-repeat;
}
#bloglink a {
	background-image:url(images/blogover.png);
	background-position:  -130px -90px;
	background-repeat: no-repeat;
}
#contactlink a {
	background-image:url(images/contactover.png);
	background-position:  -130px -90px;
	background-repeat: no-repeat;
}

#mainnav a:hover {background-position:0 0; z-index:50;}

/* HOME PAGE STYLING */

#post-35 {
    margin-top: -5px;
}

#post-35 h3 a {
    display: none;
}

#postdiv h4 {
    font-size: 12px;
    margin: 0;
}

/* BLOG POST STYLING */

#contentheader {
    width: 984px;
    height: 123px;
    background-image: url(images/contentheader.png);
	background-position: top left;
	background-position: no-repeat;
    z-index: 1;
}

#container { 
    padding-top: 50px;
    background-image: url(images/contentbg.png);
	background-position: top left;
	background-repeat: repeat-y;
}

*:first-child+html #container { 
    background-image: url(images/contentbg.png);
	background-position: top left;
	background-repeat: repeat-y;
	position: relative;
}

#contentdiv {
    margin-top: -135px;
    padding-bottom: 15px;
	position: relative;
}

#postdiv {
    float: left;
	position: relative;
}

.post {
    width: 584px;
    padding-left: 30px;
	position: relative;
	z-index: 2;
}

*:first-child+html .post {
    margin-bottom: 30px;
}

.postmetadata {
    font-size: 12px;
    margin: 0;
}

.postmetadata a {
    font-weight: bold;
}

.post h3 {
    font-size: 30px;
}
#blog .post img, 
#contact .post img {
    padding:7px;
    background-color:#F5F4F2;
    border:1px solid #c8c8c7;
}

.navigation {
    margin-left: 40px;
}

#clearingdiv {
    clear: both;
}

/* SIDEBAR STYLING */

#sidebar {
    width: 300px;
    float: right;
    font-size: 11px;
    margin-right: -20px;
    color: #af5918;
	position: relative;
}

#sidebar a {
    color: #999;
}

#sidebar h2 {
    font-size: 24px;
    color: #af5918;
    margin: 5px 0 5px -40px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

#sidebar li {
    margin-left: -10px;
    padding: 0;
}

.page_item ul {
    margin: 0;
    margin-left: 10px;
    padding: 0;
}

#home #sidebar .cat-item,
#blog #sidebar .cat-item,
#contact #sidebar .cat-item
 {
    background-color:#AF5918;
    color:#FFFFFF;
    font-size:11px;
    height:20px;
    margin:2px 0 2px -40px;
    padding-left:10px;
    padding-top:10px;
    width:290px;
}

#shop #sidebar .cat-item
 {
    background-color:#AF5918;
    color:#FFFFFF;
    font-size:11px;
    height:20px;
    margin:2px 0 2px -2px;
    padding-left:10px;
    padding-top:10px;
    width:290px;
}


#sidebar .cat-item a {
    color: #fff;
}

.PeCategories {
    margin-left: -35px;
}

#searchform {
    margin-top: -14px;
}

#s {
    border:1px solid #999999;
    background-image: url('images/input.png');
	background-position: top left;
	background-repeat: repeat-x;
    float:left;
    font-size: 18px;
    height:25px;
    margin-left:-40px;
    padding:0;
    width:212px;
    color: #333;
	position: relative
}

*:first-child+html #searchform {
	position: relative;
	left: -10px;
}

#searchsubmit {
    width: 75px;
    height: 27px;
    background-color: #af5918;
    font-size: 14px;
    border: 0;
    margin-left: 11px;
    margin-top: -14px;
    color: #fff;
	position: relative
	
}

*:first-child+html #searchsubmit {
	position: relative;
	top: -2px;
}

#search-3 .widgettitle {
    display: none;
}

#search-3 {
    margin-bottom: 20px;
}

.page-item-35 {
	display: none;
}

.page-item-40 {
	display: none;
}

#flickrbox {
    width: 300px;
    margin-left: -40px;
}

#flickrbox img {
    float: left;
    display: inline;
    margin: 5px;
}

#viewall {
    width: 150px;
    margin-left: -35px;
}

#viewall span {
    color: #af5918;
    font-weight: bold;
    width: 150px;
}

#viewall a {
    color: #af5918;
}

.xoxo {
    position: relative;
    left: -50px;
    text-align: right;
}

.xoxo li {
    margin-bottom: -5px;
}

.xoxo a {
    text-decoration: none;
}

.xoxo img {
    margin-top: 10px;
}

.widget_links ul {
    position: relative;
    top: -10px;
    border-bottom: 1px dashed #ccc;
}

#text-3 {
    position: relative;
    top: 20px;
}

/* SIDEBAR ITEM DISPLAY STYLING */


#shop #linkcat-6,
#home #categories-3, 
#shop #categories-3, 
#contact #categories-3,
#home #search-3, 
#shop #search-3, 
#contact #search-3,
#home #pages-3, 
#blog #pages-3, 
#contact #pages-3,
#home #wpsc_categorisation-2, 
#blog #wpsc_categorisation-2, 
#contact #wpsc_categorisation-2,
#shop #text-3,
#shop .page-item-48,
#home #shopping-cart,
#blog #shopping-cart,
#contact #shopping-cart {
    display: none;
}

#text-3 {
    margin-top: -10px;
}

.textwidget {
    margin-left: -35px;
    color: #999;
}

.textwidget img {
    margin-top: 10px;
}

/* SHOP STYLING */

#products_page_container .additional_description_span {
    margin-left: 20px;
}

#pages-3 .widgettitle {
    display: none;
}

#pages-3 .page-item-14, #pages-3 .page-item-16, #pages-3 .page-item-17 { 
    display: none;
}

#pages-3 ul {
    margin: 0;
    margin-left: 5px;
    padding: 0;
}

#pages-3 a {
    color: #fff;
    font-size: 14px;
    position: relative;
    left: 15px;
    top: 25%;
}

#pages-3 .page-item-15 {
    background-color:#AF5918;
    color:#FFFFFF;
    font-size:11px;
    margin:10px 0 2px -40px;
    height: 30px;
    width: 98px;
}

.item_image {
    padding-right: 4px;
    margin-top: 0px;
}

.item_image:hover {
    padding: 0;
    padding-top: 0px;
}

.product_grid_item a img {
    margin-left: -4px;
  }

.product_grid_item {
    padding: 0px;
    border: 3px solid #ccc;
    height: 226px;
    width: 180px;
}

.product_grid_item a {
    display: block;
    line-height: auto !important;
    overflow: hidden;
    padding: 4px;
}

.product_grid_item a:hover{
    border: 4px solid #AF5918;
    padding: 0px;
}

.product_text {
    height: 60px;
    position: relative;
    font-family: Helvetica;
    color: #fff;
    margin-left: 13px;
}

*:first-child+html .product_text {
    height: 60px;
    position: relative;
    font-family: Helvetica;
    color: #999;
    margin-left: 13px;
}

.product_grid_item .product_text {
    margin-left: 13px;
}

.product_text strong {
    color: #333;
    font-size: 13px;
}

.pricedisplay {
    font-size: 18px;
    color: #999;
    font-weight: bold;
}

.product_grid_item .pricedisplay {
    font-size: 18px;
    color: #999;
    margin-left: -15px;
    position: relative;
    top: 5px;
	font-weight: bold;
}

*:first-child+html .product_grid_item .pricedisplay {
    font-size: 18px;
    color: #999;
	position: relative;
    top: 5px;
	margin: 0;
	white-space: normal;
	font-weight: bold;
}

.single_product_display .product_image {
    padding:7px;
    margin-left: -10px;
    background-color:#F5F4F2;
    border:1px solid #c8c8c7;
}

.producttext .prodtitles {
    font-size: 16px;
    letter-spacing: 0;
    color: #333;
}

.wpsc_description {
    position: relative;
    top: 15px;
}

.wpsc_description p {
    padding-right: 40px;
}

.wpsc_buy_button {
    width: 98px;
    height: 30px;
    background-color: #af5918;
    border: none;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

#products_page_container .wpsc_product_price {
    position: relative;
    top: 10px;
}

.wpcart_gallery {
    margin-top: 5px;
}

#text-4 {
    position: relative;
    top: -22px;
    display: none;
}

#shop #text-4 {
    display: block;
}

*:first-child+html #shop #text-4 {
    display: block;
	position: relative;
	top: -20px;
}

.firstcol img {
    display: none;
}

/* CONTACT STYLING */

#contact {
    font-family: Helvetica;
    color: #666;
	font-size: 13px;
}

.contact-form fieldset {
    border: none;
	position: relative;
	padding-bottom: 10px;
}

.form-option {
    display: none;
}

#contact legend {
    display: none;
}

#contact input {
    border: 1px solid #999;
    width: 275px;
    height: 25px;
    background-image: url('images/input.png');
	background-position: top left;
	background-repeat: repeat-x;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

#contact .form-submit input {
    width: 98px;
    border: none;
    background-image: none;
    background-color: #af5918;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

#contact textarea {
    font-family: Helvetica;
    background-image: url('images/input.png');
	background-position: top left;
	background-repeat: repeat-x;
    border: 1px solid #999;
    color: #333;
}

#contact .form-input {
    margin-bottom: -5px;
}

#contact fieldset {
    margin-bottom: -15px;
}

#contact label {
    color: #666;
}

/* SHOPPING CART STYLES */

.visitshop,
#product,
#quantity,
#price,
.shoppingcart td,
.gocheckout a,
#shopping-cart .items,
#shopping-cart .totalhead
 {
    display: none;
}

.total {
    margin-top: -10px;
    margin-bottom: -15px;
}

.emptycart {
    margin-top: -10px;
}

#shoppingcartcontents .empty {
    margin-left: 35px;
}

#widgetshoppingcart h3 {
    display: none;
}

.wpsc_checkout_forms input,
.wpsc_checkout_forms textarea {
    background-image: url('images/input.png');
	background-position: top left;
	background-repeat: repeat-x;
    border: 1px solid #ccc;
    height: 20px;
    width: 350px;
    color: #333;
    margin: 0;
    padding-top: 5px;
}

.wpsc_checkout_forms .make_purchase {
    border: none;
    background-image: none;
    background-color: #af5918;
    width: 98px;
    height: 30px;
	font-size: 12px;
    color: #fff;
}

.wpsc_checkout_table {
    border: 1px solid;
}

/* JFlow */

#myController span{
color:#fff;
font-size: 10px;
margin-right:5px;
cursor:pointer;
position: relative;
top: -30px;
left: 525px; 
}

.jFlowNext, .jFlowPrev {
    display: none;
}

#jFlowSlide{
border:0px solid #F00;
}

#myController span.jFlowSelected  {
color : #fff;
border-bottom: 2px solid #999;
} 

.jFlowPrev, .jFlowNext{
font-size: 0.9em;
cursor:pointer;

}

/* COMMENTS STYLING */

.comments-template {
    margin-left: 30px;
    margin-top: 25px;
    width: 450px;
}

.commentbox {
    min-height: 80px;
    margin-top: 20px;
    border-bottom: 1px dashed #ccc;
}

#commentform #author,
#commentform #email,
#commentform #url 
{
    border: 1px solid #999;
    height: 25px;
	background-image: url('images/input.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#commentform #submit {
    border: none;
    background-color: #af5918;
    width: 98px;
    height: 30px;
    color: #fff;
}

#commentform label {
    color: #af5918;
    font-weight: bold;
    font-size: 14px;
}

#commentform textarea {
    font-family: Helvetica;
    color: #333;
    font-size: 14px;
    border: 1px solid #999;
    background-image: url('images/input.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#respond {
    font-size: 16px;
    padding-top: 10px;
    margin-top: 20px;
}

#commentsnumber {
    position: relative;
    top: -5px;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin-left: 10px;
}

#commentshead {
    font-family: helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1.2pt;
    line-height: 0.9;
    color: #af5918;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
}

.commentlist p {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.commentmetadata strong {
    color: #af5918;
}

.commentmetadata a {
    color: #999;
    font-style: italic;
}

.avatar {
    float: left;
    margin-right: 10px;
}

/* FOOTER STYLING */

#footer {
    width: 984px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 100px;
	position: relative;
}

*:first-child+html #footer {
    width: 984px;
    clear: both;
	position: relative;
	top: 100px;
}

#footer p {
    display: none;
}

#footerbar {
    text-align: center;
}

#footertext {
    width: 960px;
    margin: 0 auto;
    margin-top: 10px;
	position: relative;
}

#footerleft {
    float: left;
}

#footerright {
    float: right;
}