@charset "utf-8";
/* CSS Document */
/* -----------------------------------------
  Main elements
----------------------------------------- */

*::-moz-selection{
	background:#2AC0FF;color:#fff
}
*::selection{
	background:#2AC0FF;color:#fff
}
html {
	background:url(../images/background_loop.jpg) repeat top left;
	padding:0;
	margin:0;
}
body {
	margin:0;
	width:auto;
	height:auto;
	background:url(../images/top_bg.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
img {
	border:0;
}
small {
	color:#999;
}
ol {
	list-style:none;
}
#menu li {
	list-style:none;
}
#main_wrapper {
	margin:0 auto;
	width:960px;
}
#footer_image {
	background:url(../images/footer_bg.png) no-repeat center bottom;
	padding-bottom:45px;
}
#main_area {
	margin:0px auto;
	width:960px;
	background:#221e19;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
.top_shadow {
	width:960px;
	height:7px;
	background:url(../images/top_shadow_loop.png) repeat-x top left;
	margin-top:15px;
}
.bottom_shadow {
	width:960px;
	height:12px;
	background:url(../images/bottom_shadow.png) no-repeat top left;
	margin:0px 0px 0px 0px;
	position: relative;
	right: -1px;
}
.clear {
	clear:both;
	height:0px;
	width:0px;
}
/* -----------------------------------------
  Header
----------------------------------------- */
#logo {
	margin:0px auto;
	width:960px;
	text-align:center;
}
#logo img {
	margin:30px 0px 20px 0px;
	border:0;
}
/* -----------------------------------------
  Menu
----------------------------------------- */
#menu_wrapper{
	height:66px;
	width:960px;
}
#menu_left, #menu_right{
	width:2px;
	height:66px;
	float:left;
}
#menu_left{
	background:url(../images/menu_left.jpg) top left no-repeat;
}
#menu_right{
	background:url(../images/menu_right.jpg) top left no-repeat;
}
ul#menu{
	height:66px;
	width:956px;
	float:left;
	background:url(../images/menu_loop.jpg) top left repeat;
	padding:0;
	margin:0;
	list-style:none;
}
ul#menu li{
	float:left;
	height:66px;
	padding:0px 2px 0px 0px;
	background:url(../images/menu_divider.jpg) top right no-repeat;
	
}
ul#menu li a{
	font-family:  Helvetica, Arial, sans-serif;
	font-size:18px;

	display:block;
	height:46px;
	color:#fff;
	padding:20px 20px 0px 20px;
	text-decoration:none;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
	background:url(../images/menu_hover.png) top left repeat-x;
}
ul#menu li a:hover{
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
	text-decoration:none;
	color:#ccc;
	background-position:0px -66px;
}

/*style the sub menu*/

#menu li ul {
	position:absolute;
	z-index:9999;
	visibility:hidden;
	background:url(../images/wrapper_loop.jpg) repeat top left #1c1c1c;
	border:5px solid #212121;
	margin:0;
	padding:5px 0px 5px 0px;
	width:200px;
		-webkit-box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 75);  
    box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 75);
}
#menu li ul li {
	height:auto;
	background:none;
	margin:0px 10px 0px 10px;
	padding:0;
	float:none;
	background:url(../images/menu_drop.jpg) bottom left repeat-x;
}
#menu li ul li.drop_last{
	background:none;
}
#menu li ul li a:link, .myMenu li ul li a:visited {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:auto;
	padding:10px 15px 10px 5px;
	width:auto;
	text-transform:capitalize;
	font-weight:normal;
	transition:color 0.15s ease-in-out, padding 0.15s ease-in-out;
	/* Firefox 4 */
	-moz-transition:color 0.15s ease-in-out, padding 0.15s ease-in-out;
	/* Safari and Chrome */
	-webkit-transition:color 0.15s ease-in-out, padding 0.15s ease-in-out;
	/* Opera */
	-o-transition:color 0.15s ease-in-out, padding 0.15s ease-in-out;

}
#menu li ul li a:hover {
	font-weight:normal;
	background:none;	
	color:#918563;
	padding-left:10px;
	transition:color 0.15s ease-in-out, padding 0.15s ease-in-out;
	/* Firefox 4 */
	-moz-transition:color 0.15s ease-in-out, padding 0.15s ease-in-out;
	/* Safari and Chrome */
	-webkit-transition:color 0.15s ease-in-out, padding 0.15s ease-in-out;
	/* Opera */
	-o-transition:color 0.15s ease-in-out, padding 0.15s ease-in-out;

	
}
/* -----------------------------------------
  Full page
----------------------------------------- */

#full_page_wrapper{
	width:958px;
	margin:0px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding-bottom:1px;
	border-top: 1px solid #2f2f2f;
	
}

#full_page_wrapper h1, #full_page_wrapper h2{
	float:none;
}

#full_page_wrapper #post_wrapper{
	width:930px;
	
}
#full_page_wrapper #post_wrapper a {
	color:#908565;
	text-decoration:none;}
#full_page_wrapper #post_wrapper a:hover {
	color:#fff;
	text-decoration:underline;}

#post_wrapper {
	width:100%;
	background:#d0cbc7;
	border:3px solid #716956;
	border-radius: 10px;
	margin:10px 0px 30px 10px;
	-webkit-box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 0.5);  
    box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 0.5);
	position:relative;
}

#post_wrapper #body {
	padding: 5px 20px 15px 17px;
	color: #333;
	line-height: 18px;
	background-image: url(../images/post_br.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#post_wrapper #fp_body{
	padding: 5px 20px 15px 17px;
	color: #333;
	line-height: 24px;
	background-image: url(../images/post_br.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#post_wrapper #body p{
	margin:10px 0px 20px 0px;
}

#post_wrapper #fp_body p{
	margin:10px 0px 20px 0px;
	font-size:18px;
	font-family: Arial;
}

/* ---------------------------------------------
   Headers
-----------------------------------------------*/
#full_page_wrapper .header{
	padding:10px 0px 0px 20px;
	height:45px;
	border-bottom:1px solid #110f0d;
}
#full_page_wrapper h2{
	font-family: Helvetica,  Arial, sans-serif;
	color:#fff;
	display:block;
	width:580px;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	padding:8px 0px 7px 25px;
	background:url(../images/hbullet.png) left top no-repeat;
	margin:0px 0px 0px 0px;
	position:relative;
}

#post_wrapper h1, #post_wrapper h2, #post_wrapper h3, #post_wrapper h4, #post_wrapper h5, #post_wrapper h6{
	text-shadow: none;
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;

}

#post_wrapper h1, #post_wrapper h2{
	padding: 15px 0px 10px 0px;
	width: 750px;
	color: #706954;
	display: block;
	margin: 0px 0px 0px 0px;
	background: none;
	font-size: 14px;
	font-weight: bold;
}

#post_wrapper h3, #post_wrapper h5, #post_wrapper h6{
	font-size:12px;
}

#post_wrapper h3{
	color: #706954;
}

#post_wrapper h4{
	color: #333333;
	font-size:18px;
	margin:10px 0px 10px 0px;
}

#post_wrapper h5{
	color: #666666;
}

#post_wrapper h6{
	color: #999999;
}
.post-image {
	float: right;

	border: 1px solid #000;
	margin:10px 0px 20px 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.75);
	background:#000;
}
.small {
	font-size: x-small;
}
/*-----------------------------------------------
	News
-----------------------------------------------*/

ul#news{
	list-style:none;
	padding:10px 10px 0px 10px;
	width:932px;
	margin:0px 0px 0px 0px;
}
ul#news li{
	width:100%;
	background:#d0cbc7;
	border:3px solid #716956;
	border-radius: 10px;

	margin:0px 0px 30px 0px;
	-webkit-box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 0.5);  
    box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 0.5);
	position:relative;
	background-image: url(../images/post_br.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
ul#news li .image{
	margin:15px 15px 0px 0px;
	width:175px;
	height:175px;
	border:3px solid #716956;
	background-color:#1f1f1f;
	-webkit-box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, 75);  
    box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, 75);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:right;
	overflow:hidden;
}

ul#news li .info{
	width:705px;
	float:left;
	margin:0px 20px 0px 10px;
	position:relative;
}
ul#news li .info h2{
	text-shadow:none;
	color:#36332e;
	font-family: Helvetica,  Arial, sans-serif;
	background:none;
	display:block;
	height:28px;
	width:670px;
	font-size:28px;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	font-weight:bold;
	text-transform:none

}
ul#news li .info .subtext{
	height:20px;
	width:670px;
	float:left;
	font-size:12px;
	color:#999999;
	border-bottom:1px solid #e0e0e0;
}
ul#news li .info p{
	display:block;
	float:left;
	width:670px;
	color:#666;
	line-height:18px;
}
ul#news li ul.social_share{
	list-style:none;
	width:100px;
	position:absolute;
	bottom:0px;
	left:18px;
	height:37px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
ul#news li ul.social_share li{
	float:left;
	height:34px;
	width:38px;
	border:0px;
	background:none;
	box-shadow:none;
}

/*-----------------------------------------------
	about
-----------------------------------------------*/

ul#about{
	list-style:none;
	padding:10px 0px 0px 10px;
	width:932px;
	margin:0px 0px 0px 0px;
}
ul#about li{
	width:100%;
	background:#d0cbc7;
	border:3px solid #716956;
	border-radius: 10px;
	height:240px;
	margin:0px 0px 30px 0px;
	-webkit-box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 0.5);  
    box-shadow:  0px 2px 5px 2px rgba(0, 0, 0, 0.5);
	position:relative;
	background-image: url(../images/post_br.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
ul#about li .image{
	margin:15px 0px 0px 15px;
	width:150px;
	height:150px;
	border:3px solid #716956;
	background-color:#1f1f1f;
	-webkit-box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, 75);  
    box-shadow:  0px 2px 3px 1px rgba(0, 0, 0, 75);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float:left;
	overflow:hidden;
}

ul#about li img {
    opacity: 0.25;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
ul#about li img:hover {
    opacity: 1.0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

ul#about li .info{
	width:680px;
	height:240px;
	float:left;
	margin-left:20px;
	position:relative;
}
ul#about li .info h2{
	text-shadow:none;
	color:#36332e;
	font-family: Helvetica,  Arial, sans-serif;
	background:none;
	display:block;
	height:20px;
	width:670px;
	font-size:22px;
	padding:15px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-transform:none

}
ul#about li .info .subtext{
	height:20px;
	width:670px;
	float:left;
	font-size:12px;
	color:#999999;
	border-bottom:1px solid #e0e0e0;
}
ul#about li .info p{
	display:block;
	float:left;
	width:670px;
	color:#666;
	line-height:18px;
	margin: 5px 0 5px 0;
}
ul#about li ul.social_share{
	list-style:none;
	width:200px;
	position:absolute;
	bottom:10px;
	left:18px;
	height:37px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
ul#about li ul.social_share li{
	float:left;
	height:34px;
	width:38px;
	border:0px;
	background:none;
	box-shadow:none;
}

/*----------------------------------------------
    Devices
-----------------------------------------------*/
a#pull {
    display: none;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    height: 57px;
	background: url(../images/menu_loop.jpg) top left repeat-x;
    color: white;
    padding: 18px 0 5px 20px;
    text-decoration: none;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
}
/*--------------------------------------------
	Footer
-----------------------------------------------*/
#footer {
	width:960px;
	margin:auto;
	text-align:center;
	display:table;
}
#footer img {
    opacity: 0.25;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
#footer img:hover {
    opacity: 1.0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
/*--------------------------------------------
	Video Page 
-----------------------------------------------*/
#video {
	width:100%;
	margin:auto;
	text-align:center;
	display:table;
}
#video img {
    opacity: 0.25;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
#video img:hover {
    opacity: 1.0;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}