/* 
	CSS Reset 
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body 
{
	line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content:"";
}
blockquote, q 
{
	quotes:"" "";
}
a img 
{
	border:none;
}


/*
	Global Layout
*/

body
{
	background: #680300;
	font-size: 13px;
	font-family: Arial,Verdana,sans-serif;
	padding: 0;
	margin: 0;
	color: #959595;
	padding-bottom: 30px;
}

a
{
	color: #E7A008;
	text-decoration: none;
}

a:hover
{
	color: #AD7908;
	text-decoration: none;
}

a:active
{
	color: #cccccc;
	text-decoration: none;
}

.error
{
	color: #940702;
	font-size: 11px;
	display: block;
}

h1, h2, h3, h4, h5
{
	color: #940702;
	font-family: Georgia,Arial,Verdana,sans-serif;
	font-style: italic;
	font-weight: 100;
}

h1
{
	font-size: 28px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 18px;
}

h5
{
	font-size: 16px;
}

.clear
{
	clear: both;
}

label
{
	font-weight: bold;
}

img.mid_align
{ 
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

img.star
{
	position: relative;
	top: 2px;
}

img.frame
{
	padding: 5px;
	border: 1px solid #ebebeb;
}

#header_wrapper
{
	margin: auto;
	width: 933px;
	height: 90px;
}

#logo_wrapper
{
	float: left;
	width: 280px;
	margin: 15px 0 0 20px;
}

.menu-main-menu-container
{
	float: right;
	margin: 13px 0 0 10px;
	width: 570px;
}

#main_menu
{
	font-family: Georgia,"Times New Roman",Times,serif;
	list-style: none;
	float: left;
	font-size: 16px;
	display: block;
	width: 100%;
	margin: 15px 0 0 0;
}

#main_menu li
{
	float: left;
	display: block;
	margin-right: 1%;
	padding: 3px 15px 5px 15px;
	text-align: center;
}

#main_menu li.current-menu-item, #main_menu li.current-menu-parent, #main_menu li:hover
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#main_menu li a
{
	display: block; /* important */
	color: #fff;
	text-shadow: 0 1px 2px #000;
}

#main_menu li:hover a
{
	color: #f6f9c4;
}

#main_menu li ul
{
	display: none;
	list-style: none;
	position:absolute;
	top: 55px;
	float: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 	padding: 15px 0 13px 0;
 	margin-left: -15px;
 	width: 200px;
 	text-shadow: 0 1px 2px #000;
 	z-index: 9999;
 	font-size: 14px;
	
}

#main_menu li ul.sub-menu li
{
	float: none;
	border: 0;
	height: 30px;
	z-index: 9999;
	width: 100%;
	text-align: left;
}

#main_menu li ul.sub-menu li:hover
{
	float: none;
	border: 0;
	background: transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#main_menu li ul.sub-menu li a
{
	color: #ffffff;
	padding: 4px 15px 0 0;
	display: block;
	text-shadow: 0 1px 2px #000;
}

#main_menu li ul.sub-menu li.current_page_item, #main_menu li ul.sub-menu li.current-menu-item
{
	background: transparent;
}

#main_menu li ul.sub-menu li:hover a
{
	color: #f6f9c4;
}

#slider_bg
{
	width: 100%;
	height: 525px;
	padding-top: 25px;
	text-align: center;
	background: transparent url('../images/30trans.png') repeat;
}

.page_caption
{
	width: 100%;
	padding: 25px 0 25px 0;
	text-align: center;
	background: transparent url('../images/30trans.png') repeat;
	text-shadow: 0 1px 2px #000;
	color: #fff;
}

.page_caption .inner
{
	width: 933px;
	margin: auto;
}

.page_caption .inner h1
{
	color: #f6f9c4;
}

#main_content
{
	width: 933px;
	background: #fff url('../images/content_bg.png') repeat-x top;
	margin: auto;
	-moz-box-shadow: 0 0 10px #333;
 	-webkit-box-shadow: 0 0 10px #333;
 	box-shadow: 0px 0 10px #333;
 	margin-top: 45px;
}

#main_content .inner_wrapper
{
	width: 90%;
	margin: auto;
	padding-top: 40px;
}

.sidebar_content
{
	width: 590px;
	float: left;
}

.sidebar_wrapper
{
	width: 210px;
	float: right;
	margin-top: -18px;
}

.sidebar_wrapper .sidebar_widget
{
	list-style: none;
	margin-left: 0;
}

.sidebar_wrapper .sidebar_widget h2
{
	font-size: 20px;
}

.sidebar_wrapper .sidebar_widget li
{
	padding: 10px 0 10px 0;
}

.sidebar_wrapper .sidebar_widget li ul
{
	margin: 15px 0 0 0;
	list-style: none;
}

.sidebar_wrapper .sidebar_widget li ul li
{
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 5px 10px;
}


#content_wrapper table#wp-calendar tr th, #content_wrapper table#wp-calendar tr td
{
	padding: 0 8px 0 7px;
}

#content_wrapper table#wp-calendar tfoot tr
{
	display: none;	
}

#content_wrapper table#wp-calendar
{
	margin: 0 0 30px 0;
}

#content_wrapper ul.posts.twitter, #content_wrapper ul.posts.blog
{
	list-style: none;
	margin: 15px 0 0 0;
}

.sidebar_wrapper .sidebar_widget li ul.twitter li, ul.posts.twitter li
{
	background: url("../images/icon_twitter3.png") no-repeat 10px top;
	padding: 0 0 0 35px;
}

.sidebar_wrapper .sidebar_widget li ul li
{
	margin: 0 0 15px 0;
}

.sidebar_wrapper .sidebar_widget li ul li
{
	margin: 0 0 15px 0;
}

.sidebar_widget .posts.blog
{
	list-style: none;
	margin-left: 0;
	margin-top: 25px;
	font-size: 11px;
}

.sidebar_widget .posts.blog li, .sidebar_widget .posts.blog li
{
	margin-bottom: 20px;
	margin-left: -10px;
	line-height: 1.7em;
	clear: both;
	border:0;
}

.posts.blog li img
{
	float: left;
	margin: 0 10px 2px 0;
	padding: 3px;
	border: 1px solid #ebebeb;
 	width: 75px;
}

.breadcrumb
{
	margin: 0 0 30px 0;
	font-family: Georgia,Arial,Verdana,sans-serif;
	font-style: italic;
	text-shadow: 0 1px 1px #fff;
}

#home_tagline
{
	width: 100%;
	min-height: 160px;
	background: transparent url('../images/tagline_bg.png') no-repeat bottom center;
}

#home_tagline .tagline_title
{
	width: 70%;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}

#home_tagline .tagline_title
{
	font-family: Georgia,Arial,Verdana,sans-serif;
	font-style: italic;
	font-size: 18px;
	font-weight: 100;
	-webkit-text-stroke: 0.5px transparent;
}

#home_tagline .tagline_title h1
{
	color: #940702;
	font-family: Georgia,Arial,Verdana,sans-serif;
	font-style: italic;
	font-size: 28px;
	font-weight: 100;
}

#home_review
{
	margin: auto;
	text-align: center;
}

.home_box_wrapper
{
	width: 90%;
	margin: auto;
	padding: 60px 0 40px 0;
}

.one_half
{
	float: left;
	width: 47%;
}

.one_half.last
{
	position: relative;
	left: 5%;
}

.one_third
{
	width: 30%;
	float: left;
	min-height: 50px;
	margin-right: 4%;
}

.one_third.last
{
	margin-right: 0;
}

.one_third .gallery_image
{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.one_third .gallery_desc
{
	width: 90%;
	margin: auto;
}

.gallery3_hover
{
	width: 250px;
	height: 187px;
	text-align: center;
	display: block;
	position: relative;
	top: 10px;
	left: 6px;
	z-index: 999;
	background: #fff;
  	cursor: pointer;
  	visibility: hidden;
}

.gallery3_hover img
{
	width: 60px;
	margin: 60px 0 0 0;
}

.two_third
{
	float: left;
	width: 64%;
	margin-right: 3%;
}

.two_third.last
{
	margin-right: 0;
}

.one_fourth
{
	width: 22.5%;
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
}

.one_fourth.last
{
	margin-right: 0;
}

.home_thumb
{
	margin: 0 0 15px 0;
}

.home_thumb img
{
	padding: 3px;
	border: 1px solid #ebebeb;
}

#footer
{
	padding: 0 0 30px 0;
	margin: auto;
	margin-top: 60px;
	background: #fff url('../images/footer_bg.png') repeat-x bottom;
}

#copyright
{
	text-align: center;
	font-size: 11px;
}

.frame_left
{
	padding: 5px;
	border: 1px solid #ebebeb;
 	float: left;
 	margin: 0 20px 10px 0;
 	text-align: center;
 	background: transparent url('../images/caption_bg.png') repeat-x bottom;
}

.frame_left .caption, .frame_right .caption, .frame_center .caption
{
	margin: 7px 0 2px 0;
	display: block;
	color: #333;
	text-shadow: 0 1px 1px #fff;
}

.frame_right
{
	padding: 5px;
	border: 1px solid #ebebeb;
 	float: right;
 	margin: 0 0 10px 20px;
 	text-align: center;
 	background: transparent url('../images/caption_bg.png') repeat-x bottom;
}

.frame_center
{
	padding: 5px;
	border: 1px solid #ebebeb;
 	margin: auto;
 	margin-top: 20px;
	margin-bottom: 20px;
 	text-align: center;
 	clear: both;
 	display: table;
 	background: transparent url('../images/caption_bg.png') repeat-x bottom;
}

.dropcap1
{
	display: block;
	float: left;
	margin: 0 8px 0 0;
	font-size: 40px;
	line-height: 40px;
}

blockquote
{
	padding-left: 60px;
	width: 90%;
	background: transparent url("../images/quote_bg.png") no-repeat top left;
	min-height: 50px;
	margin: 0 0 10px 0;
}

.arrow_list li
{
	margin: 15px 0 0 20px;
	list-style-image: url("../images/arrow_li.png");
}

.ribbon
{
	width: 970px;
	height: 63px;
	margin: auto;
	position: relative;
	left: -19px;
	color: #fff;
	font-family: Georgia,Arial,Verdana,sans-serif;
	text-align: center;
	background: transparent url("../images/ribbon_bg.png") no-repeat top center;
}

.ribbon .inner
{
	width: 90%;
	padding: 15px 0 0 40px;
	text-shadow: 0 -1px 1px #ccc;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

#content_wrapper #slider_bg #content_slider
{
	width: 933px;
	height: 500px;
	margin: auto;
	text-align: center;
	-moz-box-shadow: 0 0 20px #000;
 	-webkit-box-shadow: 0 0 20px #000;
 	box-shadow: 0px 0 20px #000;
}

#cs-buttons-content_slider
{
	width: 986px;
	height: 58px;
	background: transparent url('../images/slider_nav_bg.png') no-repeat top;
	margin-top: 20px;
	margin-left: -7px;
	text-align: center;
	display: none;
}

#cs-buttons-content_slider a
{
	display: inline-block;
	padding: 15px;
	margin: 0;
	color: #A0A0A0;
	text-shadow: 0 1px 1px #ffffff;
}

#cs-buttons-content_slider a.cs-active
{
	background: transparent url('../images/active_slide_bg.png') repeat-x top;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

/*.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }*/

.cs-title { width: 300px; height: 170px; padding:10px; background-color: #fff; color: #888; text-align: left; margin-top: 150px }
.cs-title.black {
	background: #000;
	color: #999;
}
	
.cs-title strong.header
{
	margin: 20px 10px 10px 10px;
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	color: #f6f9c4;
	font-family: Georgia,Arial,Verdana,sans-serif;
	line-height: 1.2em;
	display: block;
}

.cs-title.bottom_right, .cs-title.bottom_left, .cs-title.top_right, .cs-title.top_left
{
	height: 100px;
	overflow: hidden;
}

.cs-title.bottom_right strong.header, .cs-title.bottom_left strong.header, .cs-title.top_right strong.header, .cs-title.top_left strong.header
{
	margin: 0 10px 10px 10px;
}

.cs-title span
{
	margin: 20px 10px 10px 10px;
	display: block;
}

.cs-title.bottom_right span, .cs-title.bottom_left span, .cs-title.top_right span, .cs-title.top_left span
{
	margin: 10px;
}

.cs-prev, 
.cs-next
 { background-color: #000; color: #fff; padding: 0px 10px;  }
 
a.cs-prev:hover, a.cs-next:hover
{
	color: #999;
}

.post_wrapper
{
	width: 100%;
	margin: 0 0 70px 0;
}

.post_wrapper.single
{
	width: 100%;
	margin: 0;
}

.post_header
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.post_header .left
{
	width: 450px;
	float: left;
}

.post_header h2 a
{
	color: #940702;
}

.post_header .post_detail
{
	font-size: 11px;
	word-spacing: 1px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin: 15px 0 15px 0;
	padding: 5px 0 5px 0;
}

.post_header .post_comment
{
	float: right;
	margin: 10px 0 0 0;
	font-size: 11px;
	padding: 5px 15px 5px 15px;
	text-align: left;
}

.comment .left img.avatar
{
	padding: 3px;
	border: 1px solid #ccc;
	width: 50px;
	-moz-box-shadow: 0 1px 3px #ccc;
 	-webkit-box-shadow: 0 1px 3px #ccc;
 	box-shadow: 0px 1px 3px #ccc;

}

.comment
{
	width: 545px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-bottom: 20px;
	float: left;
}

.comment .left
{
	width: 80px;
	float: left;
}

.comment .right
{
	width: 65%;
	float: left;
	margin-top: -15px;
}

ul.children
{
	list-style: none;
}

ul.children .comment
{
	width: 70%;
	margin: -30px 0 20px 80px;
	padding: 10px 0 10px 15px;
	float: left;
	border-left: 1px solid #ebebeb;
	border-bottom: 0;
}

ul.children ul.children .comment 
{
	width: 40%;
	margin: 0 0 40px 170px;
	padding: 10px 0 10px 15px;
	float: left;
	border-left: 1px solid #ebebeb;
	border-bottom: 0;
}

.pagination
{
	margin: 50px 0 0 0;
	text-align: center;
}

.pagination p a
{
	margin: 0 10px 0 10px;
}

/*
	Input layout
*/

input[type=text], input[type=password], select
{
	background: transparent;
	padding: 5px;
	font-size: 12px;
	margin: 0;
	border: 1px solid #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f9f9f9 url('../images/bg_ip.png') repeat-x top;
	font-family: Arial,Verdana,sans-serif;
}

input[type=submit]
{
	border: 0;
	text-transform: uppercase;
}

input[type=text].blur
{
	color: #999;
	font-style: italic;
}

textarea
{
	background: transparent;
	padding: 3px 5px 3px 5px;
	font-size: 12px;
	color: #000000;
	margin: 0;
	border: 1px solid #ebebeb;
	height: 200px;
	overflow: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f9f9f9 url('../images/bg_ip.png') repeat-x top;
	font-family: Arial,Verdana,sans-serif;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover
{
	border: 1px solid #ccc;
	-moz-box-shadow: 0 1px 3px #ebebeb;
 	-webkit-box-shadow: 0 1px 3px #ebebeb;
 	box-shadow: 0px 1px 3px #ebebeb;
}

a.big_button
{
	display: block;
	width: 168px;
	height: 58px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

a.big_button span
{
	display: block;
	top: 13px;
	position: relative;
	font-weight: bold;
}

a.big_button.center
{
	margin:auto;
}

a.button, input[type=submit]
{
	display: block;
	width: 101px;
	height: 35px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

#cancel-comment-reply-link
{
	float: left;
	display: block;
	margin: 7px 0 0 10px;	
}

a.button.center
{
	margin:auto;
}

a.button span
{
	display: block;
	top: 8px;
	position: relative;
	text-transform: uppercase;
}

a.long_button
{
	display: block;
	width: 150px;
	height: 45px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

a.long_button.center
{
	margin:auto;
}

a.long_button span
{
	display: block;
	top: 14px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}

a.big_button:active, a.button:active, a.long_button:active
{
	position: relative;
	top: 1px;
	left: 1px;
}

a.big_button, a.big_button:hover
{
	color: #fff;
	background: transparent url("../images/big_btn_bg.png") no-repeat top;
}

a.button, a.button:hover, input[type=submit]
{
	color: #fff;
	background: transparent url("../images/btn_bg.png") no-repeat top;
}

a.long_button, a.long_button:hover
{
	color: #fff;
	background: transparent url("../images/long_btn_bg.png") no-repeat top;
}