body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

body {
	margin:0;
	color:#fff;
	font:12px/14px Arial,Verdana,Tahoma, sans-serif;
	background:url(../images/bg-body.jpg) repeat;
}
img {border:none;}
form,fieldset{
	margin:0;
	padding:0;
}
a:focus {
	outline:none;
}
fieldset {border-style:none;}
.page {
	padding-bottom:35px;
}
.page-width {
	width:888px;
	margin:8px auto 0;
	padding:113px 0 0;
	position:relative;
	background:#371e13;
}

.facebook-like-style{
	
}

/* header */
#header {
	position: absolute;
	left:0;
	top:0;
	width:888px;
	height:113px;
	background:url(../images/bg-header.gif) repeat-x 0 100%;
}
/* logo */
#header strong.logo {
	position:absolute;
	left:61px;
	top:44px;
	width:426px;
	height:68px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
}
#header strong.logo a {
	display:block;
	width:426px;
	height:68px;
}
#header strong.title {
	position:absolute;
	left:272px;
	top:14px;
	width:223px;
	height:83px;
	text-indent:-9999px;
	overflow:hidden;
	z-index: 500;
	background:url(../images/title.gif) no-repeat;
}
#header span {
	position:absolute;
	left:585px;
	top:40px;
	width:275px;
	color:#fff;
	font-size:13px;
	line-height:16px;
}
/* columns-holder */
.columns-holder {
	overflow:hidden;
	height:1%;
	padding:0 50px;
}
/* content */
.content {
	float:left;
	width:471px;
	overflow:hidden;
}
.content h2,
.content h1 {
	margin:27px 0 0;
	font-size:26px;
	line-height:28px;
	font-weight:normal;
}
.content h3 {
	margin:0;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	margin-bottom: 10px;
}
.content h2 a,
.content h1 a {
	color:#fff;
	text-decoration:none;
}
.stories {
	overflow:hidden;
	height:1%;
	width:500px;
	margin:15px 0 0;
	padding-bottom:15px;
	border-bottom:3px solid #fff;
}
.story {
	float:left;
	width:110px;
	padding-right:12px;
}
.story img {	
	display:block;
}
.story p {
	margin:10px 0 3px;
	font-size:11px;
	line-height:12px;
}
.story a.more {
	color:#fff;
	padding-right:10px;
	font-size:10px;
	line-height:16px;
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat 100% 50%;
}
/* post */
.post {
	margin:20px 0 0;
	overflow:hidden;
	height:1%;
	border-bottom:3px solid #fff;
}
.post img {
	display:block;
	margin:15px 0 0;
}
.post p {
	margin:13px 0 0;
	font-size:13px;
	line-height:18px;
}
.post span.event {
	padding:0 3px;
	margin:0 5px 0 0;
	color:#fff;
	background:#ea7125;
	text-transform:uppercase;
}
.post a.comments {
	float:right;
	margin:15px 0 0;
	color:#ea7125;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
}
.post ul.post-info {
	float:left;
	width:390px;
	overflow:hidden;
	margin:15px 0 0;
	padding:0;
	list-style:none;
}
.post ul.post-info li {
	float:left;
	margin-right:35px;
}
.post ul.post-info a {
	color:#fff;
	padding-right:10px;
	font-size:10px;
	line-height:16px;
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat 100% 50%;
}
.cite {
	margin:7px 0 0;
	background:#522c1b;
}
.cite-top {
	background:url(../images/bg-cite-top.gif) no-repeat;
}
.cite-btm {
	padding:10px 45px 10px;
	overflow:hidden;
	height:1%;
	background:url(../images/bg-cite-btm.gif) no-repeat 0 100%;
}
.cite p {
	margin:0;
	font-size:14px;
	line-height:16px;
}
.cite em {
	float:right;
	margin:-3px 0 0;
	font-size:12px;
	line-height:12px;
}
.pagenav {
	overflow:hidden;
	height:1%;
	padding:48px 3px 0 10px;
}
.pagenav a {
	color:#fff;
	font-size:10px;
	line-height:16px;
	text-decoration:none;
	font-weight:bold;
}
.pagenav .prev a{
	float:left;
	padding:0 0 0 11px;
	background:url(../images/arrow-prev.gif) no-repeat 0 50%;
}
.pagenav .next a {
	float:right;
	padding-right:10px;
	background:url(../images/arrow-next.gif) no-repeat 100% 50%;
}
/* sidebar */
.sidebar {
	float:right;
	width:253px;
	overflow:hidden;
	padding:32px 0 0;
}
.sidebar .box {
	
	margin:0 0 10px;
}
.sidebar .box fieldset {
	padding:10px;
}
.sidebar .box input.field {
	float:left;
	margin-right:3px;
	width:157px;
	height:15px;
	padding:1px 3px;
	color:#000;
	font:12px/14px Arial, Helvetica, sans-serif;
	background:#fff;
	border:1px solid #ccc;
}
.sidebar .box input.btn {
	float:left;
}
.sidebar .box h2 {
	margin:0;
	padding-left:12px;
	color:#fff;
	font-size:16px;
	line-height:35px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../images/bg-title.gif) repeat-x;
}
.sidebar .box .text {
	padding:8px 12px 0;
}
.sidebar .box a {
	color:#ea7125;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	text-decoration:none;
}
.sidebar .box a:hover {
	text-decoration:underline;
}
.sidebar .box p {
	margin:0 0 14px;
	color:#fff;
	font-size:11px;
	line-height:15px;
}
.sidebar .box .find {
	width:238px;
	height:25px;
	overflow:hidden;
	padding:95px 0 0 13px;
	background:url(../images/img-map.gif) no-repeat;
}
.sidebar .box .find a {
	color:#fff;
	padding-right:8px;
	font-size:10px;
	background:url(../images/arrow-see.gif) no-repeat 100% 50%;
}
#wp-calendar {
	background:#fff;
	padding:10px 0 20px;
}

#wp-calendar table {
	margin:0 0 0 50px;
	width: auto;
}
#wp-calendar table td,
#wp-calendar table th {
	color:#000;
	padding:2px 5px !important;
	font-size:11px;
	line-height14px;
	font-weight:normal;
	text-align:center;
}
#wp-calendar table a {
	font-weight:normal;
	text-decoration:none !important;
}
#wp-calendar table td#today {
	border:1px solid #999;
}
#wp-calendar table td.red {
	color:#ea7125;
}
#wp-calendar .nav {
	margin:17px 60px 0;
	width:135px;
}
* html #wp-calendar .nav {
	float:left;
	display:inline;
}
#wp-calendar .nav a {
	
	color:#746358;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	font-weight:normal;
	white-space:nowrap;
}


#wp-calendar .mounth a.link {
	display:inline;
	margin-left:25px;
}
#wp-calendar .mounth a.next {float:right;}
#wp-calendar caption a{
	margin:0 0 0 18px;
	clear:both;
	display:inline;
	white-space:nowrap;
	color:#746358;
	font-size:13px;
	line-height:18px;
	font-weight:bold;
}
#wp-calendar caption{
	text-align: center;
}
#wp-calendar strong {
	display:block;
	margin:15px 0 0 50px;
	color:#000;
	font-size:13px;
	line-height:18px;
}
#wp-calendar ul {
	margin:0 0 0 60px;
	padding:0;
	list-style:none;
}
#wp-calendar ul li {
	color:#858585;
	font-size:11px;
}
.soc-net {
	overflow:hidden;
	height:1%;
	padding:10px 0 10px;
}
.box .soc-net a {
	float:left;
	display:inline;
	margin-left:15px;
	color:#fff;
	font-weight:normal;
	white-space:nowrap;
}
.soc-net a img {
	float:left;
	margin-right:3px;
}
.list {
	padding:12px 0;
	background:#fff;
}
.list h3 {
	margin:0;
	height:28px;
	text-indent:-9999px;
	background:url(../images/logo-mini.gif) no-repeat 8px 0;
}
.list ul {
	margin:8px 0 0;
	padding:0;
	list-style:none;
}
.list ul li {
	color:#47240b;
	padding:8px 7px 4px;
	font-size:13px;
	background:url(../images/bg-dotted.gif) repeat-x;
}
.list ul li:first-child {
	background:none;
}
.box .list ul li a {
	color:#1985bb;
	font-size:12px;
	font-weight:normal;
}
.list ul li span {
	display:block;
	font-size:10px;
}
.box .link-btm {
	overflow:hidden;
	height:1%;
	padding:10px 10px 0;
}
.box .link-btm a {
	float:left;
	margin:3px 0 0;
	font-size:13px;
	line-height:16px;
	color:#47240b;
	font-weight:normal;
}
.box .link-btm a.join {
	float:right;
	margin:0;
}
.box .tags {
	padding:5px 13px 12px;
}
.box .tags ul {
	margin:0 0 10px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.box .tags ul li {
	float:left;
	padding-right:3px;
}
.box .tags ul a,
.box .tags ul li {
	color:#fff;
	font-weight:normal;
}
.box .tags select {
	margin:7px 0 0;
	color:#371e13;
	width:120px;
	height:20px;
	font:11px/15px Arial, Helvetica, sans-serif;
}
/* footer */
.footer {
	margin:10px 0 0;
	height:20px;
	border-top:4px solid #522c1b;
}

