/*  
Theme Name: Hamburger Disco Theme
Theme URI: http://mediastylists.com
Description: A custom WordPress Theme for Hamburger Disco, widget ready with right sidebar.
Version: 1.0
Author: Joyce
Author URI: http://mediastylists.com
Tags: fixed width, two columns, widgets, widget ready, right sidebar, valid XHTML, valid CSS
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: 'Trebuchet Ms', Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #585858 url('images/bg.gif');
	color: #000;
	border-top: #ec72ac 8px solid;
}

img{border: 0}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a:link, a:visited{
	text-decoration: none;
	color: #52c0e6;
}

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

h1{
	font-size: 23px;
	color: #52c0e6;
}

h1 a{
	color: #52c0e6;
}

h1 a:hover{
	text-decoration: none;
	color: #52c0e6;
}

p{
	padding: 10px 0 0 0;
}

.floatRight{
	float:right
}

.floatLeft{
	float:left
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;
	background: #fff url('images/nav_bg.gif') repeat-x;
	padding-left:5px;
	padding-right:5px
}

	.wrapper-bottom{
		clear:both;
		background:url('images/corner.gif') top no-repeat;
		height:15px;
		margin:0 auto;
		padding:0;
		width:1000px;
	}

#header{
	float: left;
	width: 984px;
	height: auto;
	
}
	#header .logo{
		float:left;
		margin-top:10px;
		margin-left:20px
	}
	
	 #header .logo a{
		color: #333333;
	}
	
	#header .logo img {
		border: none
	}

#htitle{
	float: left;
	margin: 17px 10px 0 0;
}

#desc{
	float: left;
	color: #777;
	margin: 25px 10px 0 0;
}

/*---navmenu---*/

#navmenu{
	float:right;
}

#navmenu ul{
	list-style-type: none;
	list-style-image: none;
	padding:0;
	margin:0;
}

#navmenu ul li{
	list-style-type: none;
	display: block;
	float: left;
	margin-left:10px
}

#navmenu ul li a {
	text-decoration: none;
	display: block;
	float:left;
	height:38px;
	outline:none;
}

#navmenu ul li a:hover {
	display:block;
	min-height: 1%
}

#navmenu ul li span{
	display: none
}

#navmenu li.nav-home a{
	background: url('images/nav_home.png') top no-repeat;
	width:86px;
}

#navmenu li.nav-home a:hover{
	background: url('images/nav_home.png') center no-repeat;
}

#navmenu li.nav-home a.current_page_item, #navmenu li.nav-home a:hover.current_page_item {
	background: url('images/nav_home.png') bottom no-repeat;
}

#navmenu li.nav-store a{
	background: url('images/nav_store.png') top no-repeat;
	width:89px;
}

#navmenu li.nav-store a:hover{
	background: url('images/nav_store.png') center no-repeat;
}

#navmenu li.nav-store a.current_page_item , #navmenu li.nav-store a:hover.current_page_item{
	background: url('images/nav_store.png') bottom no-repeat;
}

#navmenu li.nav-blog a{
	background: url('images/nav_blog.png') top no-repeat;
	width:86px;
}

#navmenu li.nav-blog a:hover{
	background: url('images/nav_blog.png') center no-repeat;
}

#navmenu li.nav-blog a.current_page_item , #navmenu li.nav-blog a:hover.current_page_item{
	background: url('images/nav_blog.png') bottom no-repeat;
}

#navmenu li.nav-about a{
	background: url('images/nav_about.png') top no-repeat;
	width:97px;
}

#navmenu li.nav-about a:hover{
	background: url('images/nav_about.png') center no-repeat;
}

#navmenu li.nav-about a.current_page_item , #navmenu li.nav-about a:hover.current_page_item{
	background: url('images/nav_about.png') bottom no-repeat;
}

#navmenu li.nav-contact a{
	background: url('images/nav_contact.png') top no-repeat;
	width:119px;
}

#navmenu li.nav-contact a:hover{
	background: url('images/nav_contact.png') center no-repeat;
}

#navmenu li.nav-contact a.current_page_item , #navmenu li.nav-contact a:hover.current_page_item{
	background: url('images/nav_contact.png') bottom no-repeat;
}

#container{
	float: left;
	width: 700px;
	margin: 0 15px 0 0;
}

#content{
	margin: 10px 0;
}

.post{
	padding: 10px 20px;
}

.post a{
	color: #666;
	text-decoration: underline
}

.post a:hover{
	color: #fff;
	text-decoration: none;
	background: #666
}

.post h2{
	font-size: 25px;
	font-weight: bold;
	/*margin-bottom:20px*/
}

.post h2 a{
	text-decoration: none;
	color: #52C0E6;
	line-height:22px
}

.post h2 a:hover{
	background:#52C0E6;
	color:#fff
}

.entry{
	line-height: 18px;
	/*border-bottom: 2px solid #eee*/
}

.post .entry {
	font-size: 15px;
	border-bottom: 3px dashed #E6E6E6;
	padding-bottom:10px
}

.single-page .post .entry{
	border-bottom: 0
}

.postmetadata{
	padding: 2px 0 2px 0;
	color: #AAA;
	font-size:12px
}

.metabox{
	float: left;
	width: 99%;
	line-height: 20px;
	margin: 15px 0;
	padding: 5px 0 5px 5px;
	font-size:11px;
	color:#999
}

.metabox a{
	text-decoration: none;
	color:#666
}

.navigation{
	clear: left;
	padding: 10px 10px;
	/*background: #ccc;*/
	width: 680px;
	height: 15px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

table#wp-calendar{
	width: 100%;
}

.commentlink{
	padding: 2px 0 2px 20px;
	background: url('images/comment.png') left center no-repeat;
	margin-left: 0;
}

.editcomment a, a.post-edit-link{
	padding: 2px 0 2px 20px;
	background: url('images/pencil.png') left center no-repeat;
	margin-left: 10px;
	text-decoration: none;
}

.editcomment a:hover, a:hover.post-edit-link{
	background:transparent url('images/pencil.png') left center no-repeat;
	text-decoration: underline;
	color:#666
}

.catlink{
	padding: 2px 0 2px 0;
	color:#999
}

.taglink{
	display: block;
	padding: 2px 0 2px 0;
}
/*Sidebar
-----------------------------------------------------*/
.sidebar{
	float: left;
	width: 235px;
	display: inline;
	color: #666;
	margin-top:10px
}

.sidebar a:hover{
	color:#ff6699
}


a.read-more-link {
	float:right;
	font-size: 11px;
	margin-top:5px;
}

.sidebar h2 span{
	display: none;
}

.sidebar .featured h2{
	background: url('images/header_featured.png') top left no-repeat;
	height:28px;
	width:228px
}

.sidebar .social h2{
	background: url('images/header_social.png') top left no-repeat;
	height:25px;
	width:228px
}

.sidebar .join-mail h2{
	background: url('images/header_mail.png') top left no-repeat;
	height:25px;
	width:228px
}

.sidebar .social, .sidebar .join-mail{
	margin-top: 20px
}

.sidebar .featured img{
	border:3px solid #e6e6e6
}

.sidebar .sidebar-widget{
	background: #e3f4fa url('images/sidebar_top.gif') top left no-repeat;
}

.sidebar .side-shopping-cart .sidebar-widget{
	background: #e3f4fa url('images/sidebar_top_cart.gif') top left no-repeat;
}

.sidebar .sidebar-widget-btm{
	background: #e3f4fa url('images/sidebar_btm.gif') top right no-repeat;
	height:24px
}
 
.sidebar .join-mail .your-email input{
	border:1px solid #ccc;
	padding:2px;
	font-size:13px;
	margin-top:30px;
	width:200px
}

.sidebar .join-mail .submit-btn input{
	background: #ccc;
	color:#fff;
	font-size:15px;
	border:0;
	cursor:pointer;
	margin-top:2px;
	text-transform: uppercase
}


.sidebar .join-mail input{
	margin-left:10px
}

.sidebar .social .sidebar-widget{
	padding-top:10px
}

.sidebar .social a{
	margin-top:15px;
	display: block;
	text-align: center
}

.sidebar .side-shopping-cart{
	margin-bottom: 20px;
}

.sidebar .side-shopping-cart .sidebar-widget{
	min-height: 50px
}	

.sidebar .side-shopping-cart ul{
	margin: 0;
	padding:0
}

.sidebar .side-shopping-cart ul li{
	display: block;
	float:left;
	list-style: none;
	margin:0;
	margin-right:10px;
	text-transform: uppercase;
	font-weight: bold
}

.sidebar .side-shopping-cart .wrapper{
	width:170px;
	float:right;
	margin-top:15px;
}

.sidebar .side-shopping-cart .wrapper p{
	clear:both;
	font-weight: bold;
	padding:0;
	padding-top:5px
}

.sidebar .side-shopping-cart span.cart-total{
	color: #52C0E6;
	font-size: 18px
}

.sidebar .side-shopping-cart span.cart-count{
	font-size:13px;
	color:#B3B3B3
}

.sidebar .side-shopping-cart li.checkout-link a{
	color:#39B54A
}

table.shoppingcart {
	display: none;
}

/*Tags
-----------------------------------------------------*/
.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #AAA;
	margin: 0 2px;
}

.cle{
	clear: both;
}

/*Footer
-----------------------------------------------------*/
#footer{
	clear: both;
	text-align: center;
	width: 100%;
	margin-top:10px;
	padding: 0;
	color: #333;
	background:#f2f2f2 url('images/footer_bg.png') repeat-x;
	min-height:100px;
	font-size:11px;
	border-top:#404040 5px solid;
}

#footer a{
	color:#666
}

#footer ul.footer-nav li{
	display: inline;
	margin-right:20px;
	text-align: center;
	font-size:12px;
	font-weight: bold
}

#footer .paypal-logo{
	position:absolute;
	right:20px;
	top:0;
	z-index:1;
}

#footer .footer-wrapper{
	width:980px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

#footer .footer-nav{
	max-width:800px;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto
}

#footer p{
	clear:both
}

/*Comments
-----------------------------------------------------*/

.comments-template{
	margin: 10px 0 0 0;
	/*border-top: 1px solid #ccc;*/
	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

/*Avatar
-----------------------------------------------------*/
.commentlist li .avatar {
/*float: right;*/
float:left;
border: 1px solid #EEE;
padding: 2px;
margin: 0 10px;
background: #fff;
}

/*Page
-----------------------------------------------------*/
.page .entry{
	border-bottom: none;
}

.page {
	min-height:500px;
	height:auto !important;
	height:500px;
	padding-bottom: 20px
}

.addthis_container{
	margin-top:10px
}

.single_product_display .addthis_container{
	width:150px;
	float:left
}

.single_product_display .email-this-link {
	float:left;
	margin-top:5px;
}

#search h2{
	margin-bottom: 10px
}

img.alignleft{
	margin-bottom:10px;
	margin-right:10px;
}

img.alignright{
	margin-bottom:10px;
	margin-left:10px;
}

/*----home-page---*/

.home-page .entry{
	border-bottom: 3px dashed #E6E6E6;
	padding-bottom:10px
}

a.read-more{
	float:right;
	display: block;
	width:90px;
	text-align: center;
	background: #b2b2b2;
	color:#fff;
	padding:2px;
	text-decoration: none;
	text-transform: uppercase
}

.commentlink{
	float:left;
	width:100px;
	display: block;
}

.commentlink a{
	color:#52C0E6;
	text-transform: uppercase;
	text-decoration: none;
}

.commentlink a:hover{
	background:#52C0E6;
	color:#fff
}

.post .post-links{
	clear:both;
	margin-top:10px;
	font-size: 12px
}

/*--------contact-page----------*/

.contact-page .contact-form, #commentform{
	margin-top:20px;
	width:600px;
	background: #e3f4fa url('images/form_bg.png') no-repeat;
	padding-top:20px;
	min-height:300px
}

.contact-page .contact-form p{
	margin-bottom:8px;
	clear:both;
	color:#666
}

#commentform p{
	color:#666;
	margin-left:50px
}

.contact-page .contact-form p span{
	font-size: 13px;
	color:#999;
	margin-left:5px
}

.contact-page .contact-form span.your-message{
	margin-left: 0
}

.contact-page .contact-form label{
	float:left;
	width:150px;
	text-align: right;
	margin-right:10px
}

.contact-page .contact-form input{
	float:left;
}


.contact-page .contact-form .submit-btn{
	padding:0
}

.contact-page .contact-form .submit-btn input,  #commentform #submit{
	background: #b2b2b2;
	color:#fff;
	text-transform: uppercase;
	border:0;
	padding:2px;
	cursor: pointer;
	font-size:15px;
	margin-left:160px
}

 #commentform #submit{
 	margin-left: 0
 }

.contact-page .form-btm, #commentform .form-btm{
	background: url('images/form_btm.png') no-repeat;
	height:27px
}

.contact-page div.wpcf7-response-output {
	margin-top:10px
}

.sidebar div.wpcf7-response-output {
	margin:8px 0 0 8px;
	width:190px;
}

h3#comments, h3#respond{
	color:#B3B3B3;
	font-size: 22px;
}

h3#comments{
	margin-bottom: 20px
}

h3#respond{
	margin-top: 20px;
}

.comments-template ol li {
	border: 0;
	font-size:13px;
	background:#f1f1f1;
	margin-bottom:15px
}

.comments-template ol li.alt{
	background: #ffecf5;
}

.comments-template ol li p.date{
	float:right;
	color:#999;
	font-size:12px;
	margin-right:20px
}

.comments-template .commentmetadata{
	color:#999
}

.comments-template .comment-text{
	width:580px;
	float:left;
}

/*-----headings--------*/
h1.title span{
	display: none;
}

.blog-page h1{
	background: url('images/heading_blog.png') no-repeat top left;
	height:35px;
	width:660px;
	margin-left:20px;
	border-bottom: 4px dashed #E6E6E6;
	margin-bottom:10px;
	margin-top:15px
}

.about-page h1{
	background: url('images/heading_about.png') no-repeat top left;
	height:35px;
	width:660px;
	margin-left:20px;
	border-bottom: 4px dashed #E6E6E6;
	/*margin-bottom:10px;*/
	margin-top:15px
}

.contact-page h1{
	background: url('images/heading_contact.png') no-repeat top left;
	height:35px;
	width:660px;
	margin-left:20px;
	border-bottom: 4px dashed #E6E6E6;
	/*margin-bottom:10px;*/
	margin-top:15px
}

.store-page h1{
	/*background: url('images/heading_store.png') no-repeat top left;*/
	background: #fff;
	height:35px;
	width:660px;
	margin-left:20px;
	border-bottom: 4px dashed #E6E6E6;
	/*margin-bottom:10px;*/
	margin-top:15px
}

/*e-commerce styles------
body div.productdisplay {
	clear:none;
}

body div.default_product_display div.textcol {
	margin-left: 0;
	width:100px;
	float:left
}

body div.default_product_display div.textcol div.imagecol {
	margin-left:0;
	position: relative;
	
}
*/
body #sideshoppingcart h3{
	display: none
}

.page-default h2, .store-page h2{
	margin-bottom: 20px;
}

div.wpsc_product_price {
	display: none
}

p.product-price-big{
	font-size:20px;
	color:#B3D335;
	padding-top:5px;
	font-weight: bold
}

.wpsc_description{
	margin-top:20px
}

.wpsc_variation_forms{
	margin-top:20px;
	margin-bottom:20px
}

#girls-guys-link{
	position:relative;
	float:left;
	margin-top: -40px;
	margin-left:20px
}

#girls-guys-link a{
	outline: none
}

.wpsc_checkout_forms h2{
	color:#666;
	margin-top:20px
}

.wpsc_checkout_forms tr td label{
	padding-left:20px
}

.wpsc_checkout_forms h4{
	margin-top:20px;
	color:#666
}

.wpsc_checkout_forms input.make_purchase{
	margin-left:20px;
	margin-top:20px;
	font-size:0px;
	background: transparent url('https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif') no-repeat;
	height:42px;
	width:145px;
	padding: 0;
	border: 0;
	cursor: pointer
}
/*
.grid_product_info .product_text{
	width: 150px;
	font-size:12px;
	text-align:center;
}*/

.store-page .product_grid_item a:hover, .store-page .imagecol a:hover,
div.wpcart_gallery a:hover{
	background: none;
}

.email-this-link{
	float:left;
	width:120px;
}

.email-this-link img{
	top:5px;
	position: relative
}

.single-page .email-this-link{
	float:right;
	font-size:12px;
	margin-top:-20px
}

.store-page div.product_grid_display div.item_no_image {
	height:208px;
	width:208px
}

.random-banner{
	text-align: right;
	margin-bottom: 10px
}

.random-banner img{
	border:3px solid #E6E6E6;
}

.email-popup-body{
	background-image: none;
	background-color: #fff	
}

#wpsc_shopping_cart_container{
	margin-top: 20px
}

.checkout-page h4{
	color:#666666;
	font-size:15px
}