/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

ul.really_simple_twitter_widget li {
	font-size:12px;
	font-style:italic;
	font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
	border-bottom:3px solid #e1e1e1;
	padding:5px 0;
}

ul.really_simple_twitter_widget li:last-child
{
	border-bottom:none;
	padding-bottom:0;
}


.woocommerce-tabs .panel
{
	width:100%;
	float:left;
}

.single-product-summary
{
	margin-bottom:40px;
}

.single-product-summary > div.summary.entry-summary > div > ul > li, 
#order-book-main > ul > li,
#tab-description > ul > li
{
	list-style:inside;
}

#fixme { 
    position: absolute; 
    left: 0px; 
    top: 0px;
}

#fixmetoo { 
    position: absolute; 
    right: 0px; 
    bottom: 45px; 
    z-index:50;
}

div > div#fixme { 
    position: fixed;
}

div > div#fixmetoo {
    position: fixed;
}
        
pre.fixit { 
    overflow:auto;
    border-left:1px dashed #000;
    border-right:1px dashed #000;
    padding-left:2px;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
 	
 	#top .social_bookmarks {
 		-webkit-backface-visibility: visible;
 	}
 	
	#header_main h1 {
		color: #808080;
		font-size: 21px;
		font-weight: normal;
		position: absolute;
		top: 11%;
		right: 0;
		text-align: right;
	}
	
	#header_main h1 span {
		font-size: 14px;
	}
 
	#header_main .social_bookmarks {
		position: absolute;
		top: 80%;
		right: 0;
	}

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
 	
 	#advanced_menu_toggle
 	{
 		/*position:relative;
 		float:right;*/
 		margin-right:-40px;
 	}
 	
 	.logo {
 		clear:both;
 		margin-left:-50px;
 		margin-top:-15px;
 	}
 	
	#header_main h1 {
		display:none;
	}
	
	.sale-banner {
		display:none;
	}
	
	.small-print 
	{
		font-size:12px !important;
	}
}
