/* HEAD AREA */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 vertical-align: baseline;
}

* {
margin: 0;
}


html, body {
height: 100%;
}

p{font-family: 'EB Garamond',Georgia,serif;}

.wrapper {
 min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}


.footer, .push {
height: 4em;
 }


body{
 background:#d2d1d0;
 background-image: url('../img/main_bg.jpg');
 background-repeat: repeat;
 color:#000;
 font:12px/18px; 
 position:relative;
}
 
/* HEADINGS */ 
 
h1, h2, h3, h4, h5, h6 {
 color:#2b2b2b !important;
 font-size:100%;
 font-style:normal;
 font-weight:normal;
 line-height:1.2em;
 margin:0 0 10px 0;
 padding:0;
 text-shadow: 0px 1px 0px #ffffff;
 font-family:"Century Gothic"}
 
h1 {
 font-size:30px;
 font-weight:500;
 }

h2 {
 font-size:24px;
 font-weight:500;
}
 
.intro h2{
 padding-bottom: 5px;
 text-transform:uppercase;
 margin-bottom:0;
}

h3, h1, h4 {
 font-size:18px;
 font-weight:500;
}
 
h3.title, h1.page-title, h4.widgettitle {
 background: url('../img/underline.png') repeat-x bottom left;
 padding: 0 0 10px;
 margin:0 0 10px;
}
 
.content h3.title {
 margin:0 0 20px;
}
 
.sidebar-widget h3.title{
 margin:0 0 10px;
}

h4 {

}
 
h4.title {
 border-bottom:1px solid #bbbbbb;
 font-size:14px;
 font-weight:bold;
 margin:0 0 3px;
 padding:5px 0;
 text-transform:uppercase;
}

.sidebar-widget h4{
 font-size:13px;
 line-height:17px;
 text-transform:none;
 margin:0 0 5px;
}

.intro h4{
 text-transform:none;
}
 
h5 {
 color:#2b2b2b;
 font-size:12px;
 font-weight:bold;
 text-transform:uppercase;
 line-height:14px;
}

h5.title {
 background: url('../img/underline.png') repeat-x bottom left;
 font-size:12px;
 font-weight:bold;
 margin:0 0 3px;
 padding:5px 0;
 text-transform:uppercase;
}

h6 {
 color:#2b2b2b;
 font-size:10px;
 font-weight:bold;
 text-transform:uppercase;
 line-height:14px;
}


/* LINKS */ 

a{
 color:#2b2b2b;
 text-decoration: underline;
}
 
a:hover{
color:#000;
 text-decoration:underline ;
}
 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 color:#2b2b2b;
 font-family: Century Gothic

}

/* HELPER CLASSES */ 
 
.center{
 width:940px;
 margin:0 auto;
 position:relative;
}
 
.cc{				/*content-center*/
 margin:0 auto;
 position:relative;
 width:100%;
}
 
/*float*/
 
.left{
 float:left;
}
 
.right{
 float:right;
}

p{
margin-bottom:10px;
}

.two_third p{
color: #444444;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 30px;
}

/* ../images */ 
 
.img-border-left{
 float:left;
 border: 1px solid #fff;
 padding:4px;
 margin: 0 7px 7px 0;
}
 
.img-border-right{
 float:right;
 border: 1px solid #bbbbbb;
 padding:4px;
 margin: 0 0 7px 7px;
}

.img-border-left:hover, .img-border-right:hover{
 background:#d9d9d9;
}
 
.img-left{
 float:left;
 margin: 0 7px 0 0;
}
 
.img-right{
 float:right;
 margin: 0 0 0 7px;
}

/* BUTTONS */ 

.btn{
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 box-shadow: inset 0 1px 9px #DDDDDD;
 -moz-box-shadow: inset 0 1px 9px #DDDDDD;
 -webkit-box-shadow: inset 0 1px 9px #DDDDDD;
 border:1px solid #DDDDDD;
 text-shadow:0 1px 0 #FFFFFF;
 padding:5px 8px;
 color:#787878;
 font-family: "Century Gothic";
}

.btn:hover{
 background:#F4F4F4;	/*fallback*/
 background-image: -moz-linear-gradient(center top , #FFFFFF, #F4F4F4 30%, #E0E0E0);	/*mozilla gradient*/
 background-image: -webkit-gradient(center top , #FFFFFF, #F4F4F4 30%, #E0E0E0);	/*webkit gradient*/
 text-decoration:none;
 cursor:pointer;
}

.btn.current{
 background:#d9d9d9;
 text-decoration:none;
}

/* BOXES */ 
 
.box-download, .box-info, .box-warning{
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 padding:25px 25px 25px 80px;
 margin:15px 0;
}

.box-download{
 background:url('../img/download.png') no-repeat 25px 19px #E3F4DE;
 border: 1px solid #A2D392;
 color: #599847;
}

.box-info{
 background:url('../img/information.png') no-repeat 25px 19px #DEEEF7;
 border: 1px solid #82C3E6;
 color: #2F81B0;
}

.box-warning{
 background:url('../img/warning.png') no-repeat 25px 19px #F8E4E2;
 border: 1px solid #E69D94;
 color: #BB5A4D;
}
 
pre {
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 background:none repeat scroll 0 0 #EEEEEE;
 border:1px solid #bbbbbb;
 color:#777777;
 font-size:12px;
 margin-bottom:23px;
 padding:8px 15px;
}

/* HEADER */ 

header{
 border-top:1px solid #693d18;
 height:410px;
 width:100%;
 display:block;
 position:relative;
 z-index:2;
 background-color: #000000;
 background-image: url('../img/bg.jpg');
 background-repeat: repeat-x;
 
}


.content{
 background-image: url('../img/content_bg.jpg');
 background-repeat: repeat-x;
 height:134px
}
 
/* logo */

header #logo {
 display:block;
 height:100px;
 left:0;
 margin:0;
 padding:0;
 position:relative;
 top:45px;
 width:400px;
 font-family: 'EB Garamond';
 color: #f3f1de;
 text-shadow: none;
}

header #logo{
background:url('../img/logo.png') no-repeat top left;
}

header #logo a {
 /*left:0;
 text-indent:-9999px;
 top:0;*/
 color: #f3f1de;
}
 
/* main-navigation */

nav.main{
  height:30px;
 line-height:30px;
 padding-left:13px;
 position:absolute;
 right:0;
 top:5px;
 z-index:100;
 color: #F3F1DE;
 
}

nav.main ul.nav li:last-child a{
 padding-right:0
}

nav.main li{
 list-style-position:outside;
 list-style-type:none;
 float:left;
 position:relative;
}
 
nav.main ul:last-child{
 margin-right:0 !important;
}

nav.main li a{
 display:block;
 float:left;
 font-size: 12px;
 height:30px;
 line-height:30px;
 outline:medium none;
 padding:0 15px;
 position:relative;
 text-align:center;
 text-decoration:none;
 color: #f3f1de;
 font-family:"Century Gothic", Helvetica sans-serif
}

nav.main li a:hover{
 color:#404040; 
}
 
/*main sub-navigation second-level*/

nav.main li ul{
 background:url('../img/subnav.png') repeat-y top left;
 display:block;
 position:absolute;
 visibility:hidden;
 width:143px;
 padding:14px 4px 4px 4px;
 z-index:100;
}
 
nav.main li ul li{
 display:list-item;
 float:none;
}
 
nav.main li ul li a{
 font-size:12px;
 text-align:left;
 color:#eeeeee;
 margin:0;
 padding:0 5px 0 10px !important;
 width:136px;
 text-shadow:none;
} 
 
nav.main li ul li a:hover{
 background:#292929;
 color:#eeeeee;
} 

/* COLUMNS */

.last {
 margin-right:0 !important;
}
 
.fullwidth{
 width:940px;
 overflow:hidden;
 position:relative;
 margin-bottom:28px;
}
 
.one_half{
 float:left;
 width:445px;
 margin:0 50px 28px 0;
 overflow:hidden;
 position:relative; 
}
 
.one_third{
 float:left;
 width:280px;
 margin:0 20px 20px 0;
 overflow:hidden;
 position:relative;
}
 
.two_third{
    float: left;
    margin: 0 50px 28px 0;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    width: 610px;
}
 
.one_fourth{
 float:left;
 width:205px;
 margin:0 40px 28px 0;
 overflow:hidden;
 position:relative;
}
 
.two_fourth{
 float:left;
 width:450px;
 margin:0 40px 28px 0;
 overflow:hidden;
 position:relative;
}
 
.three_fourth{
 float:left;
 width:695px;
 margin:0 40px 28px 0;
 overflow:hidden;
 position:relative;
}


/* divider */

#divider{
 background:url('../img/break.png') no-repeat top center;
 display:block;
 position:relative;
 overflow:hidden;
 padding:25px 0 20px;
 width:100%;
 z-index:1;
}

#divider2{
 background:url('../img/break.png') no-repeat top center;
 display:block;
 position:relative;
 overflow:hidden;
 padding:25px 0 20px;
 width:100%;
 z-index:1;
}

/* CONTENT */

#content{
/*  background:url('../img/break.png') no-repeat top center; */
 display:block;
 position:relative;
 overflow:hidden;
 padding:20px 0 20px;
 width:100%;
 z-index:1;
}
 
.intro{
 background: url('../img/underline.png') repeat-x bottom left;
 padding: 0 0 10px;
 margin: 0 auto 20px;
}
 
/* search widget */

#search {
 background:url('../img/search-bar.png') no-repeat;
 float:right;
 height:41px;
 margin:0 0 15px;
 padding:0 0;
 width:280px;
}

#search input {
 background-color:transparent;
 border:none;
 color:#6D6F6F;
 float:left;
 font-size:13px;
 font-style:italic;
 height:23px;
 margin:9px 0 0 13px;
 padding:0 3px 2px 2px;
 width:198px;
}

#search .search_button {
 background:url('../img/search-button.png') no-repeat scroll 0 0 transparent;
 border:none;
 color:#EAEAEA;
 cursor:pointer !important;
 display:block;
 float:right;
 height:41px;
 margin:0;
 padding:7px;
 position:relative;
 right:0;
 text-decoration:none;
 text-indent:-9999px;
 text-shadow:1px 1px 0 #000000;
 text-transform:capitalize;
 top:0;
 width:53px;
}

/*list*/

ul.side-nav, ul.list {
 list-style:none outside none;
 margin-left:0;
 margin-right:0;
 overflow:hidden;
 padding:0;
 width:100%;
}

ul.side-nav li, ul.list li {
 border-bottom:1px solid #bbbbbb;
 border-top:1px solid #ebebeb;
 color:#6F6F6F;
 float:left;
 list-style-type:none;
 margin:0;
 padding:7px 0 11px 0;
 width:280px;
}

ul.side-nav li a{
 background:url('../img/bullet.gif') no-repeat scroll left 2px transparent;
 padding-left:15px;
 color:#2b2b2b;
 font-weight:bold;
}

ul.list li{
 background:url('../img/bullet-round.png') no-repeat scroll left 13px transparent;
 padding-left:12px;
 color:#2b2b2b;
 font-weight:bold;
}

ul.side-nav li.current a {
 text-decoration:underline;
}

ul.side-nav li:first-child, ul.list li:first-child {
 border-top:none;
}

ul.side-nav li:last-child, ul.list li:last-child {
 border-bottom:none;
}

/* list with ../images */

.image-list p, .feature-posts-list p{
    color: #444444;
    font-family:serif;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 30px;
}


ul.image-list, .feature-posts-list {
 list-style:none outside none;
 margin-left:0;
 margin-right:0;
 overflow:hidden;
 padding:0;
 width:100%;
}

ul.image-list li, .feature-posts-list li {
 border-bottom:1px solid #d3d1bb;
 border-top:1px solid #F4F6F6;
 color:#6F6F6F;
 float:left;
 list-style-type:none;
 margin:0;
 padding:7px 0 11px 0;
 width:280px;
}

.feature-posts-list li img
{
	float: left;
	margin-right: 5px
}

ul.image-list li:first-child, .feature-posts-list li:first-child {
 border-top:none;
}

ul.image-list li:last-child, .feature-posts-list li:last-child {
 border-bottom:none;
}

/* TYPOGRAPHY */

.cap {
 display:block;
 float:left;
 font-size:36px;
 line-height:36px;
 margin:0 5px 0 0;
}

.left_quote {
 border-left:4px solid #bbbbbb;
 float:left;
 font-size:15px;
 line-height:22px;
 margin:15px 20px 15px 0;
 padding:5px 5px 5px 10px;
 width:33%;
}

.right_quote {
 border-right:4px solid #bbbbbb;
 float:right;
 font-size:15px;
 line-height:22px;
 margin:15px 0 15px 22px;
 padding:5px 15px 5px 5px;
 width:33%;
}

/* FORMS */

.content input,.content textarea{
 border-radius:4px;
 -moz-border-radius:4px;
 -webkit-border-radius:4px;
 box-shadow: inset 0 1px 9px #DDDDDD;
 -moz-box-shadow: inset 0 1px 9px #DDDDDD;
 -webkit-box-shadow: inset 0 1px 9px #DDDDDD;
 padding:8px 10px;
 border:1px solid #b3b3b3;
}

.content textarea{
 width:500px;
}

/* TABLE */

table {
 border-collapse:collapse;
 border-spacing:0;
 position:relative;
 width:100%;
 margin-bottom:25px;
}

th {
 padding:6px;

 text-align:center;

}

th.nobg {
 background:none repeat scroll 0 0 transparent;
 border:0 none;
}

td {
 color:#666666;
 padding:10px;
 vertical-align:middle;
}

td.alt, tr:nth-child(2n) td {
}

tr td.big {
 font-weight:bold;
 background:none;
 text-align:center;
 width:25%;
}

/* FOOTER */

#footer{
 color:#2b2b2b;
 display:block;
 position:relative;
 padding: 20px 0;
 width:100%;
 overflow:hidden;

 border-top:1px solid #693d18;

 width:100%;
 display:block;
 position:relative;
 z-index:2;
 background-color: #000000;
 background-image: url('../img/bg.jpg');
 background-repeat: repeat-x;
 background-position: 0px -39px
 

}

#footer ul.nav{
    list-style-position: outside;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 5;
}

#footer ul.nav li {
 float:left;
 padding-left:10px;
}

#footer ul.nav li a {
 color:#aaa;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	//See the "style-pack" for image
	background:url(../img/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	display:none;
}
#slider-wrapper {
    background:url(../img/slideBg.jpg) no-repeat;
    width:880px;
    height:260px;
    margin:0 auto;
    margin-top:40px;
}

#slider {
	position:relative;
    width:555px;
    height:235px;
    margin-left:8px;
	background:url(../img/loading.gif) no-repeat 50% 50%;
	top:7px
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:666px;
	bottom:7px;
	width:200px
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-348px;
}
a.nivo-prevNav {
	left:-43px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.slide_text {
    float: right;
    font-family: 'EB Garamond',Georgia,serif;
    font-size: 15px;
    line-height: 20px;
    margin-right: 39px;
    margin-top: 101px;
    text-align: center;
    width: 234px;
    color:#444444
    }
    
    
    #page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
    float: right;
    margin-right: 56px;
    width: 100px;
}

label {
    color: #444444;
	float: left;
    font-size: 14px;
    padding-top: 5px;
    text-align: left;
    width: 100%;
}


/* content */

.sidebar1 #content {
	width: 621px;
	float: left;
}

/* sidebar */
#sidebar {
	width: 272px;
	float: right;
	/*margin: 50px 0;*/
	padding: 20px 0;
	font-size: 95%;
}

.feature-posts-title
{
	color: #2b2b2b;
	text-transform: uppercase;
	font-family: Century Gothic;
}

/* sidebar left */
.sidebar-left #content {
	float: right;
}
.sidebar-left #content.list-post {
	padding-left: 100px;
	width: 470px;
}

#content.list-post p {

color: #444444 !important;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 30px;

	float: left;	


}

/* sidebar none */
.sidebar-none #content {
	width: 100%;
}

#memberNav	{ background: red }
#memberNav li { float: left; list-style: none; margin-top: 10px }
#memberNav a { background: #dcdbca; padding: 10px; padding-top: 100px; font-family:'Century Gothic', 'Helvetica sans-serif'; font-size:12px; cursor: pointer}

/** Events Manager styles **/
.eventful ul {
    font-size: 12px;
    list-style: none;
}

.eventful ul li a {
    font-size: 12px;
}

.wp-image-1159 {
  float: left;
  margin-right: 5px;
}

.topbar-widget, .searchform ,#searchform{
  display: none;
}

.memberBox {
  text-align: right
}