/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width:100%;
  max-width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}


/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 6.25%;
}

.container_12 .grid_2 {
  width: 14.58333%;
}

.container_12 .grid_3 {
  width:21%;
}

.container_12 .grid_4 {
  width: 31.25%;
}

.container_12 .grid_5 {
  width: 39.58333%;
}

.container_12 .grid_6 {
  width: 47.91666%;
}

.container_12 .grid_7 {
  width: 58.25%;
}

.container_12 .grid_8 {
  width: 64.58333%;
}

.container_12 .grid_9 {
  width: 72.91666%;
}

.container_12 .grid_10 {
  width: 81.25%;
}

.container_12 .grid_11 {
  width: 89.58333%;
}

.container_12 .grid_12 {
  width: 97.91666%;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}


/* DEFAULT CSS */

div, span, p, li,ul,a,img,input,button, fieldset,a,section,article, aside,footer ,dd,dt,dl,menu
{
	margin:0;
	padding:0;
}

img{
	border:0;
}

body {  
 font-size:87.5%;  
 font-family:Tahoma, sans-serif;  
 line-height:1.5; 
 color:#6595959;
 margin-top:0;

 }  
 
section#content > * {
	clear:both;
}
 
 input, p.readmore a,  footer.page-footer div.custom  p a {
	border: 1px solid #e2dede;
	padding:3px;


 }
 
 
 
  label {
	display:block;
	
	}

 article img {
	max-width:100%;
	
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	-moz-border-bottom-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
	border: 1px solid #e2dede;
	
	
 }
 
  div.img-intro-left {
	text-align:center;
	max-width:220px;
	float:left;
	padding-right:20px;
 }

 /* TYPOGRAPHY*/
 
 h1 a, h2 a{
	font-size:1.2em;
 }
 
 h1 a:hover, h2 a:hover{
	color:#8b91c1;
	text-decoration:none;
 }
 
 li {
	list-style-type:none;
 }
 
 a {
	text-decoration:none;
	color:#636262;
 }
 a:hover {
	text-decoration:underline;
	color:gray;
 }
 fieldset {
	border:0;
}
 
 
 
 div#wrapper {


	max-width:890px;
 }
 /* HEADER*/
 
 div#header-wrapper {
	width:100%;
	margin:0;
	height:135px;
	border-top: 10px solid #cc798a;
	top:0;
	background:white;
	border-bottom:1px solid #e2dede;
 }
  
 header.page-header {
	margin:0 auto;
	max-width: 960px;
	float:none;
	display:block;

 }
 
 
  /* HEADER >> Menu*/
 
 div#logo{
	
	margin-top:20px;
	margin-left:30px;
 }
 
 
 nav#mainMenu {
	float:right;
	margin-top:4px;
	
 }
 nav#mainMenu > ul > li {
	margin-top : 15px;
	margin-right : 10px;
 }
	nav#mainMenu > ul > li > a{
		
		color:#595959;
		font-size:0.9em;
	
	}
	
	
	
	nav#mainMenu span.separator {
		font-size:1em;
		color:#8b91c1;
		
		
		
	}
 nav#mainMenu ul  li {
	float:left;
	display:block;
 }
	nav#mainMenu ul  li  ul {
	margin-top:5px;
	}
	
	 nav#mainMenu ul  li  ul li{
	float:none;
	display:block;
	padding:3px 0;
	}
	 nav#mainMenu ul  li  ul li a{
	font-size:13px;
	font-family:"Century Gothic", sans-serif;
	}
 
 menu#socials {
	float:right;
	margin-right:6%;
	margin-top:15px;
	
	
 }
 /*HOME >> SLIDER*/
 
 div#slider{
	height:530px;
	background:url("http://blog.bgballet.com/templates/balletshop/images/2.jpg") #f4eeee no-repeat;
	background-position:50% 10px;
	border:1px solid #e2dede;
	margin-top:30px;
	

 }
 div#slider div.custom { padding:0 40px;}
 

 div#slider h1 {
	margin-top:230px;
	font-size:60px;
	font-weight:normal;
 }
	div#slider h1 strong {
		color:#8b91c1;
		font-weight:normal;
	}
	div#slider p {
		font-size: 18px;
		margin-top:-60px;
		margin-left:150px;
	}
 /*HOME >> content*/
 
 div.home-page{
	margin-top:-70px;
 }
	div.home-page p, div.home-page img {
		display:none;
		
	}
	
	div.home-page h2 {
		font-size:1.1em;
		color:#595959;
		font-weight:normal;
	}
div.home-page p {
		font-size:0.9em;
		color:#595959;
}
 
 /* HOME */
 
div.home-page {
	clear:both;
}

div.home-page div.item {
	margin-bottom:15px;
	border-bottom: 1px solid #e2dede;
}
div.home-page div.item  h2  a{
	font-size:1.4em;
}
div#leftcol {
	margin-top:30px;
}
div#leftcol form{
	padding:0 20px;
	
}
div#leftcol fieldset  p {
	margin-top: 7px;
	margin:0 auto:
	
}
div#leftcol p label {
	display:block;
	width:80#;
	}

	p.readmore  a{
		float:right;
		font-size: 0.8em;
		padding: 2px 5px;
	}
	
 input.button, button {
		
			background: #dfe0eb;
			border:1px solid #e2dede;
			font-weight:bold;
			color:gray;
			padding:2px 10px;
			
			
	}
 input.button:hover, button:hover, p.readmore a, .mod-style1 p.button, .mod-style2 p.button, footer.page-footer div.custom  p a {
		background-color:#f2ecec;
		border:0;
		color:#595959;
		padding:2px 10px;
		font-size:0.8em;
		
	}



div#slider + #leftcol {
	margin-top:0;
}
#leftcol .custom img {
	max-width:95%;
	margin-top:0;
}

	
 /*BreadCrumbs*/
 div#breadcrumbs  {
	margin-left:0;
 }
 ul.breadcrumbs {
	padding-bottom:10px;
	margin:0;
	margin-bottom:20px;
	border-bottom:2px dotted  #e2dede;
	font-size:0.8em;
	color: #b0b0b0;
 }
  ul.breadcrumbs li {
	display:inline;
	
  }
 
 /*CONTENT*/
 section#content {
	border-right:1px solid #c2c2c2;
	margin:0;
	padding:20px 40px;
	margin-top:10px;
	position:relative;
	
 }
 div.blog {
	clear:both;
	
 }
 
	article {
		clear:both;
		padding-bottom: 40px;
		
	}
	

		div.time {
			float:left;
			padding-top:20px;
			
			width:60px;
			height:40px;
			background-color:#e7cad0;
			border-radius:50px;
			margin-left:-70px;
			margin-top:5px;
			color:#595959;
			font-size:0.9em;
			text-align:center;
			
			bahavior: url(http://blog.bgballet.com/css/PIE.htc);
	
		}
		.no-borderradius div.time {
			background: url("http://blog.bgballet.com/templates/balletshop/images/socials.png") no-repeat;
			background-position:0 -34px ;
		}
		
		div.about-us div.time {
			display:none;
		}
		
	article:hover div.time {
		
	}
	
	article p{
		padding-bottom:20px;
		text-align:justify;
		font-size:0.9em;
		color:#595959;
		
	}
	
	
	article p.caption {
		width:70%;
		margin: 20px auto;
		font-style: italic;
	}
	
	
		article ul.catalogue {
			width:60%;
			margin:0 auto;
			margin-bottom: -60px;
			position:relative;
			z-index:3;
		}
		
			article ul.catalogue li {
				display:inline;
				
			}
			
			article ul.catalogue li:hover img {
				border:1px solid #8b91c1;
			}
				article ul.catalogue li img{
					width:25%;
					margin: 3%;
			}
	
		article p.catalog-link {
			
			margin:0;
			padding:0;
			padding: 10px;
			padding-top:35px;
			text-align:center;
			border-bottom:1px solid #e2dede;
			border-top:1px solid  #e2dede;
		}	
			article p.article-link {
			
			margin:0;
			padding:0;
			padding: 10px;
			text-align:center;
			border-bottom:1px solid #e2dede;
			border-top:1px solid  #e2dede;
		}	
				article p.catalog-link a {
					font-size: 1.3em;
				}		
	/*BLOG*/
 article header h1, div.blog article h2 {
	font-size:1.6em;
	font-weight:normal;
	color:#777;
 }
 h1.page-heading {
	margin-top:200px;
	font-size:2.5em;
	font-weight:bold;
	color:#e3e3e3;
	margin-left:-320px;
	position:absolute;;
	z-index:-999;
transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-webkit-transform:rotate(-90deg); /* Safari and Chrome */
}

.no-csstransforms h1.page-heading {
	margin-top:0;
	margin-left:0;
	padding-top:0;
	position:static;
	font-size:1.2em;
	z-index:999;
}


div.pagination , ul.pagenav {
	float:right;
	
	margin-top:20px;
}
	p.counter {
		display:none;		
		
	}

	div.pagination  li, ul.pagenav li{
		float:left;
		padding: 2px 5px;
		font-size:0.9em;
		margin: 5px;
		color:#595959;
		
	
	}
	
		div.pagination  li:hover , ul.pagenav li:hover {
			
			color:#cc798a;
			font-weight:bold;
			
		}
			div.pagination  li:hover  a, ul.pagenav li:hover a{
			
			color:#cc798a;
			font-weight:bold;
		}
 

	/* ARTICLE */
	
dl.article-info, article p.catalog-link	, article p.article-link{
	margin:15px 0;
	border-top:1px solid #e2dede;
	margin-top:-10px;

}

	
	dt.article-info-term {
		display:none;
	}
	dl.article-info dd   {
		display:inline;
		font-size:0.8em;
		margin:5px 6px;
		color:#b2b2b2;
	}
	
	article li a, article p a, article div a, aside a{
		color:#3a5a85;
	}
article h3 {
	font-weight:normal;
	color:#595959;
}

/*Inner Left*/

div#inner-bottom {
	position:relative;
}
 ul#inner-menu > li{
	margin-left:35%;
	padding:25px 0;
	margin-bottom:10px;
	border:1px solid #e2dede;
	
}
 ul#inner-menu > li a{

	text-align:center;
	display:inline-block;
	*display: inline;
	zoom:1;
	width:100%;
	
}


	div#inner-bottom  ul#menu-image li {
		
		display:none;
		position:absolute;
		top:0;
		left:0;
	}
	
	
	 ul#inner-menu >  li:hover  {
		border: 1px solid #8b91c1;
	}
	 ul#inner-menu > li a {
		color:#c1bdbd;
	}
	 ul#inner-menu > li:hover a {
		color:#8b91c1;
		text-decoration:none;
	}
	
	ul#inner-menu > li:hover ul#menu-image li {
		display:block;
		
	}
	
	div#inner-bottom ul#menu-image li {
		width:33%;
	}
	
	div#inner-bottom ul#menu-image img {
		width:100%;
	}
/*Page Footer*/


div#footer-wrapper {
	margin-top: 20px;
	width:100%;

	
}
footer.page-footer {
	width:100%;
	max-width:890px;
	margin:0 auto;
	border-top:1px solid #cacaca;
	font-size:0.9em;
	color:#595959;
}

footer.page-footer div.custom {
	width: 24.7191%;
	padding: 2.1%;
	margin: 40px 1.5%;
	border-right:1px solid #cacaca;
	display:inline-block;
	*display:inline;
	zoom:1;
	
	

}
footer.page-footer div.custom h3 {
	
	color:#595959;
}

footer.page-footer div.custom:last-child {
	border-right:0;
}

 footer.page-footer div.custom:hover img {
	border:1px solid white;
 }

footer.page-footer div.custom  p   {
	margin-top:10px;
	margin-bottom:10px;
}
footer.page-footer div.custom img {
	max-width:100%;
	border:1px solid #f0f1f4;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	-moz-border-bottom-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
}
/* Modules*/

menu#socials li {
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:20px;
	border:0;
	margin-bottom:10px;
	padding:0; 
	
}

menu#socials a {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:34px;
	height:34px;
	
}
a#social-facebook {
	background: url("http://blog.bgballet.com/templates/balletshop/images/socials.png");
	background-position: 68px 0;

}

a#social-skype {
	background: url("http://blog.bgballet.com/templates/balletshop/images/socials.png");
	background-position: 34px 0;

}

a#social-twitter {
	background: url("http://blog.bgballet.com/templates/balletshop/images/socials.png");
	background-position: 0 0;

}

 #article-bottom{
padding:5px;
	margin-top:10px;
	margin:4px 0;
	border:1px solid #e2dede;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 1%, #f7f7f7 1%, #ffffff 50%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(1%,#f7f7f7), color-stop(50%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	-moz-border-bottom-left-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
}

.mod-style1 img, .mod-style2 img {
	width:100%;
	border:1px solid #cfd6d7;
}
.mod-style1 p.button, .mod-style2 p.button {
	padding-top:3px;
	background: #f2e5e7;
	text-align:center;
	color:#595959;
	
}

.mod-style1 .mod-style1, .mod-style2 .mod-style2{
	border:0;
	padding:0;
	margin:0;
}

.mod-style1 p{
	font-size:0.9em;
	color:#8b91c1;
}
.mod-style1 h3 {
	color:#cc798a;
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-size:1em;
	font-weight:normal;
}

#rightcol  li{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid  #e2dede;
	
}

#rightcol  a{
	
	font-size:0.9em;
	color: #8e8e8e;
}

#rightcol .mod-style1 p.button a,#rightcol .mod-style2 p.button a {
		font-size:1.2em;
		color:#595959;
		text-align: center;
	}
	

span.price{
	float:right;
	margin-left:0;
	display:inline-block;
	*display:inline;
	zoom:1;
	background: #dfe0eb;
	border:1px solid #e2dede;
	margin-bottom:-30px;
	margin-right:10px;
	position:relative;
	z-index:1;
}
p.product-name {

	margin:6px 0;
	font-size:0.8em;
	color:#595959;
	
}
.mod-style1{
	margin-top:30px;
	
	padding: 5px;

}

form p {
	margin-bottom:15px;

}
form  label{
	font-weight:bold;
	color: #8b91c1;
	font-size:1em;
}

#rightcol form ul li {
	padding-bottom:3px;
	margin:4px 0;
	border-top:1px solid #e2dede;
	border-bottom:1px solid #e2dede;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 1%, #f7f7f7 1%, #ffffff 50%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(1%,#f7f7f7), color-stop(50%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

#rightcol form ul li a{
		font-family: "Centyry Gothic", sans-serif;
	font-size:0.8em;
}


/* COMMENTS*/

div#comments {
	margin-right:15px;
	padding:0 15px;
	border-radius:20px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 1%, #f7f7f7 1%, #ffffff 50%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(1%,#f7f7f7), color-stop(50%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}


div#comments-list {
	margin-right: 20px;
	
}

form#comments-form label {
	font-size:0.8em;
	font-weight:normal;
	
}

form#comments-form p{
	margin-bottom:15px;
	
	
}


div.comment-body {
	font-size:1em;
}



@media screen and (min-width:960px) {
	 div#wrapper {
	padding-left:20px;
	max-width:1070px;
 }
	
  header.page-header {
	
	max-width: 1140px;
	display:block;

 }
 
footer.page-footer {
	
	max-width:1070px;
	
}
  

	 menu#socials {
		margin-right:10%;

	
 }

}

@media screen and (max-width:768px){
	 div#wrapper {
	
	max-width:602px;
 }
  header.page-header {
	
	max-width: 768px;
	display:block;

 }
  menu#socials {
	
	margin-right:18%;
	
	
	
 }
	
	section#content {
		width:80%;
		
	}
	
	aside#rightcol {
		display:none;
	}
	
	 header.page-header {
		text-align:center;
	 }
	 
	nav#mainMenu {
	float:none;
	clear:both;
	display:block;
	
	
 }
 
 
 nav#mainMenu > ul > li {
	width:100%;
	display:block;
	border-radius:20px;
	border:1px solid #e2dede;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 1%, #f7f7f7 1%, #ffffff 50%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(1%,#f7f7f7), color-stop(50%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 1%,#f7f7f7 1%,#ffffff 50%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
 }

	
		
 nav#mainMenu ul  li {
	
	display:block;
	text-align:center;
	padding:10px;
 }
	nav#mainMenu ul  li  ul {
	margin-top:5px;
	}
	
	 nav#mainMenu ul  li  ul li{
	display:inline;
	padding:3px 10px;
	border-right:1px solid #e2dede;
	}
	
	 nav#mainMenu ul  li  ul li:last-of-type{
	
	border-right:0;
	}
	 nav#mainMenu ul  li  ul li a{
	font-size:13px;
	font-family:"Century Gothic", sans-serif;
	}
 
	
	
}


@media screen and (max-width:480px){
	
	.container_12{
		max-width:460px;
	}
	
	div#wrapper {
		padding-left:20px;
	}
	section#content{
		padding:20px;
	}
	div.time{
		margin-left:-50px;
	}
	
	article div.img-intro-left {
		display:none;
	}
	
	
}