

@import url(http://fonts.googleapis.com/css?family=Averia+Serif+Libre:700,700italic);

body{
	background-color: #2b2a2a;
	background-image: url(http://www.johannablackstone.com/templates/en/images/css/v2/background.png);
}

#wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#container{

	position: relative;

	width: 800px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 100px;

	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;

	min-height: 800px;

	background-image: url(http://www.johannablackstone.com/templates/en/images/css/v2/container.jpg);
	background-repeat: no-repeat;
	background-color: #9B7F4A;

	-webkit-box-shadow: 2px 4px 77px #000000;	/* webkit browser*/ 
	-moz-box-shadow: 2px 4px 77px #000000;	/* firefox */ 
	box-shadow: 2px 4px 77px #000000;	
}

#logo{
	position: relative;
	top: -35px;
	margin-bottom: -35px;
	
}

#logo h1 span{
	display: none;
}

#logo h1{
	background-image: url(http://www.johannablackstone.com/templates/en/images/css/v2/logo.png);
	background-repeat: no-repeat;
	background-position: top center;	
}

#logo h1 a{
	display: block;
	height: 125px;
}

#logo h2{
	font-family: 'Averia Serif Libre', Garamond, Times New Roman, serif;
	font-style: italic;
	font-weight: 700;
	font-size: 22px;

	color: #570B0B;
	
	text-align: center;
	
	margin-top: -30px;
	margin-bottom: 15px;
	
	padding-right: 40px;
}

#logo h2 span:before{
	content:url(http://www.johannablackstone.com/templates/en/images/css/v2/ornament_left.png)
}
#logo h2 span:after{
	content:url(http://www.johannablackstone.com/templates/en/images/css/v2/ornament_right.png)
}

#icon{
	width: 222px;
	height: 500px;

	position: absolute;
	right: -70px;
	top: -50px;

	background-repeat: no-repeat;
	background-position: top left;	
}

.icon_1{
	background-image: url(http://www.johannablackstone.com/templates/en/images/css/v2/ticket.png);
}

#menu{
	font-family: 'Averia Serif Libre', Garamond, Times New Roman, serif;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;

	text-align: center;

	border-bottom: 3px double #570B0B;

	padding-bottom: 10px;
	margin-bottom: 30px;

}

#menu ul{

}

#menu ul:nth-child(1){
	font-size: 20px;
}

#menu ul:nth-child(2){
	font-size: 16px;
}

#menu li{
	display: inline;
	border-top: 1px solid #570B0B;
	padding-right: 5px;
}

#menu li:first-child{
	padding-left: 5px;
}

#menu a{
	text-decoration: none;
	color: #570B0B;
}

#menu a:hover, #menu li.class_tag_nav_active a{
	color: black;
}

#content{
	color: black;
	
	font-size: 11pt;
	font-family: Verdana, Helvetica, Arial;
	
	clear: both;
}

#content img{
	margin: 10px;

	-webkit-box-shadow: 2px 4px 10px #000000;	/* webkit browser*/ 
	-moz-box-shadow: 2px 4px 10px #000000;	/* firefox */ 
	box-shadow: 2px 4px 10px #000000;	

}

#content img:first-child{
	margin-top: 0;
}


#content img[align=left]{
	margin-left: 0;
}

#content img[align=right]{
	margin-right: 0;
}

#content h1{
	font-family: 'Averia Serif Libre', Garamond, Times New Roman, serif;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;

	color: #570B0B;
}

#content h2{
	font-family: 'Averia Serif Libre', Garamond, Times New Roman, serif;
	font-weight: 700;
	font-size: 22px;

	color: #570B0B;
}

#content h3{
	font-family: 'Averia Serif Libre', Garamond, Times New Roman, serif;
	font-weight: 700;
	font-size: 18px;

	color: #570B0B;
}

#content h4{
	font-family: 'Averia Serif Libre', Garamond, Times New Roman, serif;
	font-weight: 700;
	font-size: 18px;
	font-style: italic;

	color: #570B0B;
}

#content p{
	margin-top: 10px;
}

#content table{
	border-collapse: collapse;
	margin: 10px 0;
}

#content td, #content th{
	padding: 5px 3px;
	border-right: 1px dotted #570B0B;
	vertical-align: top;
}

#content td:last-child, #content th:last-child{
	border-right: 0;
}

#content th{
	text-align: left;
	fotrn-weight: bold;
	color: #570B0B;
}

#content tr{
	border-bottom: 1px dotted #570B0B;
}

#content tr:last-child{
	border-bottom: 0;
}

#content blockquote{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-style: italic;
}

#facebook{
	float: right;
	clear: both;
}
