@import "http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400, 700, 300, 200";
@import "http://fonts.googleapis.com/css?family=Anaheim";
@import "http://fonts.googleapis.com/css?family=Sanchez:400italic,400";
@import "http://fonts.googleapis.com/css?family=Lato:400,900";

/* Minimal Skin */
body {
	/*background-color:#fff;*/
	margin:33px 0 0;
	margin:0px\9;
	/*background:#E3E3E3 url(images/tile_bg.jpg) repeat ;*/
	/*background:#515050 url(images/bg.png) repeat top left fixed;*/
	background:#000 url(images/body_bg.jpg) repeat-x top left;
	
}
/*
body#home{
	background:url(images/slider-full-width-bg.png) repeat-x scroll left 250px #F5F5F5;
}
body#full,body#right_sidebar,body#left_sidebar,body#blog_entry{
	background:url(images/inner_body.jpg) repeat-x scroll left 222px #F5F5F5;
}
*/
.shadow_outer {
	/*background:url(images/shadow.png) no-repeat center 10px ;url(images/body-diagonal.png) repeat top left*/
	width:1020px;
	margin:0 auto;
	
	
	
}
.container {
	background:none;
	max-width:960px;
	width:984px\9!important;
}
header {
	padding:10px 0 !important;
	/*border-bottom:1px solid #C12F8B;*/
	overflow:hidden;
	
	position:relative;
	 
}
nav {
	padding:0 0!important;
	height:34px;
	/*	background-image: linear-gradient(bottom, #5C5C5C 6%, #454545 53%, #454545 46%);
	background-image: -o-linear-gradient(bottom, #5C5C5C 6%, #454545 53%, #454545 46%);
	background-image: -moz-linear-gradient(bottom, #5C5C5C 6%, #454545 53%, #454545 46%);
	background-image: -webkit-linear-gradient(bottom, #5C5C5C 6%, #454545 53%, #454545 46%);
	background-image: -ms-linear-gradient(bottom, #5C5C5C 6%, #454545 53%, #454545 46%);
	background-image: -webkit-gradient(linear,left bottom,left top,	color-stop(0.06, #5C5C5C),color-stop(0.53, #454545),color-stop(0.46, #454545)	);*/
	
	float:right;
	background:none !important;
}
.sf-sub-indicator {
	background:url('images/drop-down-arr.png') no-repeat top left; /* 8-bit indexed alpha png. IE6 gets solid image only */
}


#feature .has-content {
	/*padding-bottom:2.5%;*/
}
/* slider */
.slider_outer {
	background:url(images/slider-full-width-bg.png) repeat-x scroll left 55px;
	height:425px;
}
#wrapper {
	padding:0 0 2%!important;
}
.inner_header {
	height:168px;
	margin:0;
	background:#fff;
}
.inner_header img {
	margin:0;
	width:965px;
	height:167px;
	overflow:hidden;
}
#sidebar ul.nav {
	border-top:3px solid #ccc;
}
#sidebar ul.nav li {
	margin:0;
}
#sidebar ul.nav li a {
	background:none;
	border-left:none;
	border-bottom:1px solid #ccc
}
footer {
	/*background:url(images/footer-full-width-bg.png) repeat-x scroll center top #2B2B2B;*/
	/*padding:16px 0!important;*/
	
	
	margin:0 auto 40px;
	color:#666;
	text-shadow:none;
	padding:0 0 20px;
	
	border-top:2px solid #000;
	border-top:1px dashed #363636 ;
}
footer a {
	color:#666;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color:#DADADA;
	margin-bottom:25px !important;
	padding:0;
}
footer #credits {
	/*border-top:1px solid #ccc;*/
	padding-top:2%;
}
footer ul li {
	border-bottom-color:#ccc;
}
.icons {
	/*	width:45px;
	height:33px;*/
	float:left;
	margin:0;
}

/* ********************* inner pages */
#sidebar {
	
	min-height:490px;
}
* html #sidebar {
 height: expression( this.scrollHeight < 489 ? "490px" : "auto" ); /* sets min-height for IE */
}
#right_sidebar #sidebar, #blog_entry #sidebar {
	
	padding:0 0 0 18px;
}
#right_sidebar #sidebar h1, h2, h3, h4, h5, h6 {
	padding:0 ;
}
/* blog page */
.image-link {
	float:left;
	margin:0 10px 10px 0;
}
.image-link a img {
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
}
.main-content-thumb {
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #F2F2F2;
	margin:0 0 10px;
	padding:8px;
}
.main-content-thumb h4 {
	color:#333;
	font-size:11px;
	float:right;
	font-weight:normal;
}
.main-content-thumb h3 {
	font-weight:normal;
	color:#666;
}
.section_grey {
	background-color: #ee2e24;
	padding: 20px 0 0	;
	margin:0 0 20px;
	width: 100%;
}
.section_grey hr{
	background:#BABABA !important;
	margin:0 !important;
}
.section_grey .center_div{
	padding:10px 0;
}
.section_grey .center_div p{
	font-family: 'PT Sans', sans-serif  !important;
	font-style:italic;
	font-size:18px;
	line-height:30px;
	color:#ffffcc;
	
	text-shadow:0 1px #000;
}
.section_grey .center_div h1,.section_grey .center_div h2,.section_grey .center_div h3,.section_grey .center_div h4{
	color:#fff  !important;
	text-shadow:0 1px #482D2D !important;
}
.section_grey .center_div .buy_button{
	float:right;
	width:86%;
}
.buy_button {
	
	background: #BE0D76;
	border-radius: 5px;
	color: #fff;
	padding: 12px 20px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	font-family: 'PT Sans', sans-serif  !important;
	font-weight: bold;
	margin-bottom: 10px;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: 0px 5px 0px #810051, 0 5px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 5px 0px #810051, 0 5px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 5px 0px #810051, 0 5px 5px rgba(0, 0, 0, 0.75);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	
	display:block;
	text-align:center;
	font-size:25px;
	text-decoration:none;
	
	}

.buy_button:hover{
	background:#9C1C68;
	color:#fff;
}



/* gallery */
.sortable_fancybox_gallery_image{
	margin-bottom:28px !important;
}
.sortable_fancybox_gallery_image a{
	display:block;
	float:left;
	margin-bottom:20px;
}
.sortable_fancybox_gallery_image a img{
	zoom:1;
	
	background:#fff;
	padding:7px;
	
	/*-webkit-box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.49);
	-moz-box-shadow:    1px 1px 6px rgba(50, 50, 50, 0.49);
	box-shadow:         1px 1px 6px rgba(50, 50, 50, 0.49);.*/
	
    min-width: 143px;
    overflow: hidden;
	
}

/* socila icons widget */
.block-sociallinks.icons{
	border-bottom:none !important;
}
.block-sociallinks.large.icons{
	margin-top:-10px !important;
}
.block-sociallinks.large.icons li{
	margin:3px !important;
}
.block-sociallinks.large li img{
	opacity:1 !important;
}
header .icons{
	float:right !important;
}
.block-sociallinks.large.icons li a{
	height:40px !important; 
	margin-top:11px;
}
header .icons a{
	opacity:1;
}
	
/* my table */
table.my_table{
	margin:15px 0;
	padding:0;
	width:95%;
}
table.my_table td{
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #F2F2EE;
padding: 6px 6px 6px 12px;
color: #4F6B72;
}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {
 nav {
 padding:0!important;
}
 .sf-menu li {
 border-top:1px solid #ddd!important;
}
}
