/*Yahoo! Reset CSS*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*End Yahoo! Reset CSS*/

body {
  background: #1b120a url("images/bck.jpg") repeat-x top;
  font-family: Verdana, Georgia, "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
  color: #47311c;
  margin-top: 20px;
}

:focus {
	outline: 0;
}


a {
  text-decoration: none;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #47311c;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #47311c;
  margin: 12px 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

#main {
  width: 1019px;
  margin: auto;
  background: url("images/bck_main.png") no-repeat top;  
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#header {
  background: url("images/bck_head.png") no-repeat top;  
  height: 187px;
}

.logo {
  float: left;
  text-indent: -9999px;
}

.logo a {
  background: url("images/logo.png") no-repeat 0px 0px;
  width: 200px;
  height: 102px; 
  display: block;
  position: relative;
  left: 165px;
  top: 15px;
}

.logo a:hover {
  background: url("images/logo.png") no-repeat 0px -102px;
}

.nav-menu {
  float: right; 
}

.nav-menu ul {
  margin: 58px 75px 0 0; 
}

.nav-menu ul li {
  display: inline;  
  padding: 12px;
}

.nav-menu ul li a {
  display: inline-block;
}

.about {
  position: relative;
  top: 2px;
  background: url("images/about.png") no-repeat 0px 0px;
  width: 67px;
  height: 24px;
}

.about:hover {
  background: url("images/about.png") no-repeat 0px -24px;
}

.submit1 {
  position: relative;
  top: 2px;
  background: url("images/submit.png") no-repeat 0px 0px;
  width: 84px;
  height: 24px;
}

.submit1:hover {
  background: url("images/submit.png") no-repeat 0px -24px;
}

.pvmgarage {
  position: relative;
  top: 13px;
  background: url("images/pvmgarage.png") no-repeat 0px 0px;
  width: 160px;
  height: 33px;
}

.pvmgarage:hover {
  background: url("images/pvmgarage.png") no-repeat 0px -33px;
}

.contact {
  position: relative;
  top: 2px;
  background: url("images/contact.png") no-repeat 0px 0px;
  width: 95px;
  height: 22px;
}

.contact:hover {
  background: url("images/contact.png") no-repeat 0px -22px;
}
/*
.member-nav {
  margin-left: 30px;
  float: right;
  position: relative;
  top: -81px;
  right: 15px;
  display: block;
}

.login_register ul li, .profile_submit_li ul li {
  display: inline-block;
} 

li.login a {
  display: inline-block;
  width: 128px;
  height: 12px;
  text-indent: -9999px;
}

.login_img {
  background: url("images/login.png") no-repeat 0px 0px;
}

.login_img:hover {
  background: url("images/login.png") no-repeat 0px -13px;
}

li.register a {
  display: inline-block;
  width: 105px;
  height: 12px;
  text-indent: -9999px;
}

.register_img {
  background: url("images/join.png") no-repeat 0px 0px; 
}

.register_img:hover {
  background: url("images/join.png") no-repeat 0px -13px;
}

li.blank_li a {
  display: inline-block;
  width: 123px;
  height: 12px;  
  text-indent: -9999px;
}

.blank_li_img {
 background: url("images/notmember.png") no-repeat 0px 0px; 
}

li.profile a {
  display: inline-block;
  width: 115px;
  height: 12px;
  background: url("images/profile.png") no-repeat 0px 0px;  
  text-indent: -9999px;
}

li.profile a:hover {
  background: url("images/profile.png") no-repeat 0px -13px;  
}

li.submit_li a {
  display: inline-block;
  width: 117px;
  height: 12px;
  background: url("images/submitmember.png") no-repeat 0px 0px; 
  text-indent: -9999px;
}

li.submit_li a:hover {
  background: url("images/submitmember.png") no-repeat 0px -13px; 
}

li.logout_li a {
  font-size: 12px;
  color: #a58768;
  padding-right: 10px;  
}

li.logout_li a:hover {
  color: #f0eed7; 
}
*/
#down-head {
  background: url("images/bck_down_head.png") no-repeat 10px;
  height: 52px;
  margin-bottom: 8px;
}

.nav-feed {
  float: right;
  position: relative;
  top: -70px;
  right: 40px;
}

.nav-feed ul li a {
  padding: 5px;
  display: block;
}

.rss_list {
  position: relative;
  right: 130px;  
  top: 4px;
}

.twitter_list {
  position: relative;
  top: -5px;
  right: 20px;
}

.rss {
  background: url("images/rss.png") no-repeat 0px 0px;
  height: 16px;
  width: 137px;
}

.twitter {
  background: url("images/twitter.png") no-repeat 0px 0px;
  height: 16px;
  width: 144px;
}

#adv {
  margin: 0 0 0 107px;
}

#nav-cat {
  margin: 15px 10px;
  background: url("images/categories.png") no-repeat left;
  height: 37px;
}

#nav-cat ul {
  margin-left: 280px;
}

#nav-cat ul li {
  display: inline;
  padding: 5px;
  font-size: 16px;
  line-height:35px;
  color: #ebe9d4;  
  font-weight: bold;
}

#nav-cat ul li a {
  font-size: 16px;
  line-height:35px;
  color: #d18545;
}

#nav-cat ul li a:hover {
  color: #ebe9d4;
  border-bottom: 1px dotted #ebe9d4;
}

#nav-search {
  position: relative;
  top: -20px;
  left: 10px;
  float: left;
}

#s {
  background: url("images/transparent-bg.png");
  border: 1px solid #4c3620;
  width: 354px;
  margin-top: -5px;
  color: #4c3620;
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
}

p.error_post {
  padding: 20px 30px 50px 30px;
  text-align: center;
  font-size: 35px;
  color: #ebe9d4; 
}

#upd_cont {
  margin: 40px 0 0 18px;
}

.news_cont {
  height: 300px;
  width: 230px;
  background: #f0eed7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}

.date, .date_post {
  background: url("images/bck_date.png") no-repeat left;
  width: 67px;
  height: 68px;
  color: #494f4f;
  float: left;
  position: relative;
  top: -15px;
  left: 7px;
}

.date_post {
  position: relative;
  top: -15px;
  left: 22px;
}
  
.page-ribbon {
  background: url("images/page-ribbon.png") no-repeat left;
  width: 67px;
  height: 68px;
  color: #494f4f;
  float: left;
  position: relative;
  top: -15px;
  left: 22px;
}

.day {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -2px;
  padding: 0 14px;
  position: relative;
  top: 6px;
}

.month {
  font-size: 14px;
  font-weight: bold;
  padding: 0 17px;
  position: relative;
  top: 2px;
}

.cat {
  float: right;
  width: 155px;
  padding-top: 10px;
}

.cat h3 {
  font-size: 12px;
  color: #bbac90;
  margin: 0px;
}

.cat h3 a {
  color: #bbac90;
}

.cat h3 a:hover {
  border-bottom: 1px dotted #bbac90;
}

.content_post {
  margin-top: 20px;
}

.related {
  margin-left: 30px;
}

.related ul li {
  list-style: circle;
  margin-left: 30px;
}

.related ul li a {
  color: #bbac90;
  font-weight: bold;
  padding: 0 3px;
}

.related ul li a:hover {
  border-bottom: 1px dotted #bbac90;
}

.news_cont h1 { 
  padding: 0 11px;
  clear: both;
}

.news_cont h1 a {
  font-size: 18px;
  line-height: 22px;
  color: #47311c;
}

.news_cont h1 a:visited {
  color: #9b8f79;
}

.news_cont h1 a:hover {
  border-bottom: 1px dotted #47311c;;
} 

.news_cont img {
  margin: 12px;
  border: 3px solid #bbac90;
}

.news_cont img:hover {
  color: #d18545;
  background: #e6e4ca;
}

.bot-info {
  font-size: 12px;
  color: #bbac90;
  font-weight: bold;
  margin-left: 12px;
}

.bot-info a {
  color: #bbac90;
}

.bot-info a:hover {
  border-bottom: 1px dotted #bbac90;
}

.clear {
  clear:both;
  height: 5px;
}

#footer {
  background: url("images/bck_foot.jpg") repeat-x top;
  height: 333px;
  margin-bottom: 15px;
  margin-top: 5px
}

#foot_cont {
  width: 1019px;
  margin: auto;
}

.foot_box {
  background: url("images/foot_box.jpg") no-repeat top left;
  width: 400px;
  height: 333px;
  float: left;
  padding: 10px 25px;
  margin-right: -75px;
}

.foot_box h2 {
  font-size: 28px;
  font-weight: bold;
  color: #494f4f; 
}

.foot_box ul {
  padding: 10px 40px 0 5px;
}

.cloud {
  height: 263px;
  overflow: hidden;
}

.foot_box ul {
  padding: 10px 45px 0 5px;
}

.foot_box ul li a {
color: #3c4344;
}

.foot_box ul li a {
color: #3c4344;
}

.foot_box ul li a:hover {
color: #d5dbdb;
}

.foot_box_ds {
  padding-top: 40px;
  width: 280px;
  float: left;
  margin-left: 40px;
}

.foot_box_ds h2, .sidecont h2 {
  padding-bottom: 10px;
  margin-bottom: 5px;
  background: url("images/dec.png") no-repeat right bottom;
}

.foot_box_ds ul li, .sidecont ul li {
  padding: 2px 5px 5px 15px;
  border-bottom: 1px solid #bbac90;
}

.sidecont ul {
  padding-right: 20px;
}

.foot_box_ds ul li {
  margin-right: 10px;
}

.foot_box_ds ul li:hover, .sidecont ul li:hover {
  background: #e6e4ca;
}

.foot_box_ds ul li a, .sidecont ul li a {
  font-size: 12px;
  color: #665727;
}

.foot_box_ds ul li a:hover, .sidecont ul li a:hover {
  color: #d18545;
}

.icon {
  position: relative;
  top: 0px;
  left: 220px;
}

.icon_one a {
  width: 50px;
  height: 50px;
  background: url("images/wp.png") no-repeat top left;
  float: left;
  display: block;
}

.icon_two a {
  width: 49px;
  height: 51px;
  background: url("images/pvm.png") no-repeat top left;
  float: left;
  display: block;
  margin-left: 10px;
  margin-top: -4px;
}

ul.foot_links li {
  display: inline-block; 
  border: none; 
}

.link_foot_one a {
  width: 50px;
  height: 50px;
  background: url("images/css.jpg") no-repeat top left;
  float: left;
  display: block;
  margin: 0 5px 0 8px;
  border: 3px solid #bbac90;
}

.link_foot_two a {
  width: 50px;
  height: 50px;
  background: url("images/twb.jpg") no-repeat top left;
  float: left;
  display: block;
  margin: 0 5px 0 8px;
  border: 3px solid #bbac90;
}

.link_foot_three a {
  width: 50px;
  height: 50px;
  background: url("images/wdn.jpg") no-repeat top left;
  float: left;
  display: block;
  margin: 0 5px 0 8px;
  border: 3px solid #bbac90;
}

.link_foot_four a {
  width: 50px;
  height: 50px;
  background: url("images/dn.jpg") no-repeat top left;
  float: left;
  display: block;
  margin: 0 5px 0 8px;
  border: 3px solid #bbac90;
}

.back-to-top {
  background: url("images/back-to-top.png") no-repeat left;
  width: 68px;
  height: 320px;
  float: right;
  margin-top: 6px;
  position: absolute;
  right: 40px;
}

.back-to-top a {
  display: block;
  width: 68px;
  height: 50px;
}

.post_cont {
  width: 670px;
  background: #f0eed7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  float: left;
  margin-bottom: 35px;
}

.post_cont_side {
  width: 280px;
  background: #f0eed7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
  margin-left: 30px;
  float: left;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.sidecont {
  padding: 20px;
}


.post_cont h1 {
  margin-top: -5px;
  margin-bottom: -10px;
  padding: 0 40px 0 25px;
}

.post_cont h1 a {
  font-size: 28px;
  line-height: 34px;
  color: #47311c;
}

.post_cont h1 a:hover {
  border-bottom: 1px dotted #47311c;
}

.post_cont p {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 40px 15px 30px;
}

.post_cont p a {
  font-size: 12px;
  font-weight: bold;
  color: #665727;
}
                        
.ads_ad {
  margin: 0px 0px 15px 30px;
}

.post_cont p a:hover {
  color: #d18545;
  border-bottom: 1px dotted #d18545;
}

.post-info {
  float: left;
  margin-left: 25px;
  padding-right: 130px;
  background: url("images/dec.png") no-repeat right bottom;  
  max-width: 420px; 
}

.post-info h3 {
  color: #bbac90; 
  font-size: 12px;
  padding-bottom: 4px;
}

.post-info h3 a {
  color: #665727; 
}

.post-info h3 a:hover {
  border-bottom: 1px dotted #665727; 
}

.post-info-page {
  margin-left: 70px; 
  margin-top: 15px; 
}

.post-info-page h1 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  color: #bbac90; 
  margin-bottom: 20px;
}

.post_cont h2 {
  margin-left: 30px;
}

.meta-info {
  margin-bottom: 25px;
  margin-top: 8px;
  padding-right: 35px;
}

.meta-info img {
  float: left;  
  border: 3px solid #bbac90; 
  margin: 0 10px 0 30px;
}

.meta-info ul {
  font-size: 11px; 
  color: #bbac90;
}

.meta-info ul li {
  padding: 1px 0;
}

.meta-info ul li a {
  font-size: 11px; 
  color: #bbac90;
  font-weight: bold;
}

.meta-info ul li a:hover {
  border-bottom: 1px dotted #bbac90;
}

.go-to {
  float: right;
  margin: 20px;
}

.go-to a {
  border: 1px solid #bbac90;
  background: #e6e4ca;
  color: #bbac90;;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.wp-pagenavi {
  position: relative;
  left: 15px;
  top: -15px;
  color: #bbac90;
  font-size: 16px;
  font-variant: small-caps;
  font-family: Verdana, Cambria, serif;
  margin: 5px 0 40px 0;
}

span.pages, span.current {
  border: 2px solid #bbac90;
  background: transparent;
  padding: 3px;
  margin: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.wp-pagenavi a {
  color: #bbac90;
  padding: 3px;
  border: 2px solid #bbac90;
  background: #f0eed7;
  margin: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #665727;
}

.wp-pagenavi a:hover {
  color: #d18545;
  background: #e6e4ca;
  border: 2px solid #d18545;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #6dd521; 
  background: #95d771;
  color: #1e5300;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
  border: 1px solid #d54e21; 
  background: #d57454;
  color: #802101;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip-no-ajax {
    color: #d54e21;
    padding: 3px;
    font-size: 14px;
    display: block;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.comcom {
    background: #e8e6d5;
    padding: 15px;
    border: 1px solid #a8a592;
    margin: 20px 50px 0 35px;
    }
    
label {
    font-size: 14px;
    color: #666;
    position: relative;
    top: 4px;
}

.comcom input, .comcom textarea {
  border: 1px solid #bbac90;
  margin: 10px;
  font-size: 14px;
  padding: 3px;
  color: #a8a592;
  background: #f9f7ea;
}

.submit_but {
  font-size: 35px;
}

.submit input {
  border: 1px solid #e6e4ca;
  background: #bbac90;
  color: #e6e4ca;
  padding: 5px;
  margin-top: 8px;
  margin-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.post_cont form {
  margin-top: 40px;
}

.post_cont input[type="text"], .post_cont input[type="password"], .post_cont textarea {
  border: 1px solid #bbac90;
  background: #e6e4ca;
  color: #665727;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 6px 5px;
}

.post_cont label {
  padding:3px;
}

ul#cycnav a {
  padding-left: 33px;
  color: #665727;
}

ul#cycnav a:hover {
  color: #d18545;
}

.clear_form {
  clear: both;
  height: 15px;
}

#login_error, .message {
  margin-top: 30px;
  margin-bottom: -20px;
  margin-left: 34px;
  width: 600px;
}

p.message {
  color: #000;
  padding: 5px;
}

#login_error a {
  color: red;
}

#login_error a:hover {
  text-decoration: underline;
}

.title_login {
  margin-left: 70px; 
  font-size: 28px;
  line-height: 60px;
  font-style: italic;
  font-weight: bold;
  color: #bbac90; 
  margin-bottom: 20px;
}

.comcom_prof {
    padding: 15px;
    margin: -20px 50px 0 35px;
}

p#reg_passmail {
  padding: 10px 10px 0px 0px;
  font-size:14px;
  font-weight: bold;
  margin-left: 35px;
  color: #bbac90;
}

#nav-cat li.current-cat a {
 outline: 1px dotted #ebe9d4;
 color: #ebe9d4;
 padding: 5px;   
}

.margin_min {
  margin-bottom: 0px;
}

#author_box {
  background: url("images/transparent-bg.png");
  border: 1px solid #4c3620;
  margin: 0px 20px;  
  padding: 5px;
  width: 965px;
}

.auth_right, .auth_left {
  float:left;
  width: 450px;
  padding: 5px 15px;
}

.auth_right {
  border-left: 1px dotted #4c3620;
}

#author_box h2 {
  font-size: 20px;
  color: #ebe9d4;
  padding-bottom: 10px;
}

#author_box h3 {
  color: #ebe9d4;
}

#author_box p {
  padding-left: 96px;
  font-size: 12px;
  line-height: 1.4em;
  color: #ebe9d4;
}

#author_box p a {
  font-weight: bold;
  color: #d18545;
  border-bottom: 1px dotted #d18545;
}

#author_box p a:hover {
  font-weight: bold;
  color: #ebe9d4;
  border-bottom: 1px dotted #ebe9d4;
}

#author_box ul li a {
  display: block;
  padding: 3px 10px;
  border: none;
  font-size: 12px;
  color: #d18545;
} 

#author_box ul {
  margin-top: -10px;
}

#author_box ul li a:hover {
  color: #ebe9d4;  
}

#author_box img {
  margin-right: 10px;
  border: 3px solid #bbac90;
  float: left;  
}

.go-to-aut {
  float: right;
  margin: 20px 0px 5px 0px;
}

.go-to-aut a {
  border: 1px solid #86796c;
  background: #f0eed7;
  color: #86796c;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.go-to-aut a:hover {
  border: 1px solid #d18545;
  color: #d18545;
}

ul.memb {
  float: left;
  margin-right: 30px;
}

.tdomf_form1_message a {
	color: #d18545;
}

div#top-bar {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 30px;
  background: url("images/bck_top.png") repeat-x bottom;
  z-index: 1;
}

.top-cont {
  margin: auto;
  width: 1000px;
}

.top-ads {
  float: left;
  padding-top: 6px;
}

.member-links {
  float: right
}

.member-links ul {
  padding-top: 4px;
}

.member-links ul li {
  display: inline;
  font-size: 12px;
}

.member-links ul li a {
  color: #886849;
}

.member-links ul li a:hover {
   color: #d18545;
}

.sponsor a {
  display: block;
  width: 468px;
  height: 19px;
}

.logout {
  font-size: 10px;
  padding-left: 5px;
}

.mes-sub { 
  border: 1px dotted #bbac90; 
  padding: 10px;
  margin: 10px;
}

.mes-sub a {
  font-weight: bold;
  color: #665727;
}

.mes-sub a:hover {
  color: #d18545;
  border-bottom: 1px dotted #d18545;
}
