
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,
b, u, i, center,
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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    background: url(images/background.jpg) center repeat-y;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear{
clear: both;
}


#header_back{
  background: url(images/header.jpg) top center no-repeat;
}
#footer_back{
  background: url(images/footer.jpg) bottom center no-repeat;
  min-height: 1000px;
}

/*header;
-----------------------------------------------------------*/
#header{
  width: 100%;
  max-width: 1205px;
  min-width: 1000px;
  margin: 0 auto;
  height: 100px;

}
#logo{
  display: block;
  width: 327px;
  height: 96px;
  background: url(images/logo.png) top left no-repeat;
  float: left;
}
#header_links{
  float: right;
  width: 100px;
  height: 9px;
  padding-top: 10px;
  margin-right: 10px;
}
#header_links a{
  display: block;
  float: left;
  margin-left: 20px;
}


#header_links .home{
  background: url(images/icon_home.png) center no-repeat;
  width: 11px;
  height: 9px;
}
#header_links .mail{
  background: url(images/icon_mail.png) center no-repeat;
  width: 11px;
  height: 9px;
}
#header_links .map{
  background: url(images/icon_map.png) center no-repeat;
  width: 11px;
  height: 9px;
}

/*HEADER SEARCH;
-----------------------------------------------------------*/
#header form{
  text-align: right;
  margin-bottom: 50px;
  vertical-align: middle;
  padding-top: 40px;
  margin-right: 10px;
}
#header form h2{
  color: #ffffff;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 16px ;
  padding-top: 10px;
}

#header form h1{
  color: #ffffff;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 16px ;
  padding-top: 10px;
}

#header #search_text{
  background: url(images/search_foot.png) no-repeat;
  width: 160px;
  height: 20px;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;

}
#header #search_but{
  background: url(images/but_foot.png) top center no-repeat;
  border: none;
  width: 76px;
  height: 28px;
  vertical-align: middle;

}
#header #search_but:hover{
  background: url(images/but_foot.png) bottom center no-repeat;
  border: none;
  width: 76px;
  height: 28px;

}

/*NAVIG;
-----------------------------------------------------------*/
#nav{
  height: 42px;
  width: 100%;
  max-width: 1205px;
  min-width: 1000px;
  margin: 0 auto;
  margin-bottom: 10px;

}
#nav .nav_l{
  background: url(images/nav_l.png) left no-repeat;
  height: 42px;
  width: 100%;
}

#nav .links{
  height: 42px;
  background: url(images/nav_back.png) repeat-x;
  width: auto;
  margin-left: 15px;

}
#nav .links a:first-child{
  margin-left: 350px;
}


#nav .links a{
  display: block;
  height: 42px;
  padding: 0 30px;
  padding-left: 32px;
  color: #2D363E;
  font-family: Arial;
  font-size: 17px;
  line-height: 40px;
  float: left;
  text-decoration: none;
  background: url(images/nav_line.png) top left no-repeat;
  font-weight: bold
}
#nav .links a:hover{
  background: url(images/nav_active.png) repeat-x;
  color: #FFFFFF
}


#nav .links #nav_feed{
  display: block;
  background: url(images/feed.png) no-repeat;
  width: 39px;
  height: 42px;
  float: right;
  padding: 0;
  margin: 0;
}
/*MAIN;
-----------------------------------------------------------*/
#main{
  width: 100%;
  max-width: 1205px;
  min-width: 1000px;
  margin: 0 auto;

}
#main .top{
  background: url(images/main_lt.png) top left no-repeat;
  height: 12px;
  width: 100%;
}
#main .top .right{
  background: url(images/main_rt.png) top right no-repeat;
  height: 12px;
  width: 100%;
}
#main .top .top_back{
  width: auto;
  height: 12px;
  background: #EFEFEF;
  margin-left: 12px;
  margin-right: 14px;
}

#main .bottom{
  background: url(images/main_lb.png) bottom left no-repeat;
  height: 18px;
  width: 100%;
}
#main .bottom .right{
  background: url(images/main_rb.png) bottom right no-repeat;
  height: 18px;
  width: 100%;
}
#main .bottom .bottom_back{
  width: auto;
  height: 18px;
  background: url(images/main_b.png) bottom repeat-x;
  margin-left: 18px;
  margin-right: 18px;
}
#main .cont{
  width: 100%;
  height: auto;
}


#main .left{
  background: url(images/main_l.png) left repeat-y;
  width: 100%;
}
#main .left .right{
  background: url(images/main_r.png) right repeat-y;
  width: 100%;
}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 203px solid #EFEFEF;
	height: 1%;
    background: #EFEFEF;
    margin-left: 5px;
    margin-right: 5px;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 0 20px;
    padding-left: 5px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sidebar_first {
	float: left;
	width: 203px;
	margin-left: -203px;
    padding-left: 20px;
}

/* Sidebar Left      WIDGET
-----------------------------------------------------------------------------*/

.sidebar_first .widget h2{
  background: url(images/title.png);
  display: block;
  width: 183px;
  height: 24px;
}

.sidebar_first .widget h1{
  background: url(images/title.png);
  display: block;
  width: 183px;
  height: 24px;
}

.sidebar_first .widget ul li a{
  background: url(images/li.png) bottom left no-repeat;
  width: 153px;
  height: 24px;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  font-family: Arial;
  color: #2B3D67;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.8;

}
.sidebar_first .widget ul li a:hover{
  background: url(images/li.png) top left no-repeat;
  color: #FFFFFF;

}
.sidebar_first .widget .start{
  background: url(images/sidebar_top.png) left top no-repeat;
  padding-top: 20px;
}
.sidebar_first .widget ul{
  background: url(images/sidebar_bottom.png) left bottom no-repeat;
  padding-bottom: 16px;


}
.sidebar_first .widget ul li{
  //margin: 0;
  //padding: 0;
}


/* Sidebar Left      SEARCH FORM
-----------------------------------------------------------------------------*/
#form_search{
  width: 183px;
  padding-top: 20px;
}


#form_search #search_text{
  background: url(images/search.png) no-repeat;
  width: 160px;
  height: 20px;
  border: none;
  padding: 0 5px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

#form_search #search_but{
  background: url(images/but_foot.png) top  no-repeat;
  width: 80px;
  height: 28px;
  border: none;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}
#form_search  #search_but:hover{
  background: url(images/but_foot.png) bottom  no-repeat;
  color: #5F5F5F;
}
#form_search h2{
  display: none;
}

#form_search h1{
  display: none;
}

/*sidebar_top;
-----------------------------------------------------------*/
#sidebar_top{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#sidebar_top .widget{
  width: 50%;
  //width: 49%;
  height: 153px;
  float: left;
}


#sidebar_top .w_l{
  background: url(images/top_widget_l.png) bottom left no-repeat;
  height: 153px;
}
#sidebar_top .w_r{
  background: url(images/top_widget_r.png) bottom  right no-repeat;
  height: 153px;
}
#sidebar_top .w1{
  background: url(images/top_widget1.png) bottom center no-repeat;
  height: 153px;
  margin-left: 11px;
  margin-right: 15px;
}
#sidebar_top .w2{
  background: url(images/top_widget2.png) bottom center no-repeat;
  height: 153px;
  margin-left: 11px;
  margin-right: 15px;
}

#sidebar_top .widget ul{
  padding-top: 42px;

}
#sidebar_top .widget ul a{
  color: #6E7783;
  font-size: 16px;

  text-decoration: none;
  font-family: Arial;
  line-height: 20px;

}
#sidebar_top .widget ul li{
  padding-left: 10px;
}


#sidebar_top .widget ul a:hover{
  color: #000000;
  text-decoration: underline
}

/*POST BACKGROUND;
-----------------------------------------------------------*/
#post{
  width: 100%;
  height: auto;
  background: url(images/post_top.png) top repeat-x #FAFAFA;
  margin-bottom: 10px;
}
#post .post_bl{
  background: url(images/post_lb.png) bottom left no-repeat;
}
#post .post_br{
  background: url(images/post_br.png) bottom right no-repeat;
}
#post .post_b{
  background: url(images/post_b.png) bottom repeat-x;
}

#post .post_lt{
  background: url(images/post_lt.png) top left no-repeat;
}
#post .post_rt{
  background: url(images/post_rt.png) top right no-repeat;
  padding: 10px;
}
#post .post_r{
  background: url(images/post_r.png) right repeat-y;

}

/*POST CONTENT;
-----------------------------------------------------------*/


#post .post_thumb{
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 4px;
  background: url(images/thumb_back.png) bottom right no-repeat ;
  width: 227px;
  height: auto;
  text-align: center
}
#post .post_thumb img{
  display: block;
  margin-left: 7px;
}

#post .post_thumb_big{
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 4px;
  background: url(images/thumb_back_big.png) bottom right no-repeat ;
  width: auto;
  height: auto;
  text-align: center
}
#post .post_thumb_big img{
  display: block;
  margin-left: 7px;
}


#post h1{
  font-size: 23px;
  font-family: Tahoma;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #F66200;
}
#post h2{
  font-size: 18px;
  font-family: Tahoma;
  text-align: center;

  color: #F66200;
}

#post h1{
  font-size: 18px;
  font-family: Tahoma;
  text-align: center;

  color: #F66200;
}

#post hr{
  color: #ffffff;
  border: 1px solid #F9F9F9;
  width: 470px;
  display: none;


}
#post a{
  color: #F66200;
  text-decoration: none;
}
#post a:hover{
  text-decoration: underline
}

#post p{
  font-size: 14px;
  font-family: Tahoma;
  color: #707070;
  margin-left: 10px;
  margin-right: 5px;
  padding-bottom: 10px;
  line-height: 1.5
}
#post p span, #post p b{
  color: #4B92CF;
}

/*RATING;
-----------------------------------------------------------*/
#post .rating{
  width: 160px;
  float: left;
  height: 19px;
}


#post .rating h6{
  color: #265681;
  font-size: 15px;
  font-family: Arial;
  width: auto;

  display: inline;
  float: left;
}
#post .rating .stars_1{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -104px;
  float: right;
}
#post .rating .stars_2{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -104px;
  float: right;
}
#post .rating .stars_3{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -208px;
  float: right;
}
#post .rating .stars_4{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -208px;
  float: right;
}

#post .rating .stars_5{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -312px;
  float: right;
}
#post .rating .stars_6{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -312px;
  float: right;
}
#post .rating .stars_7{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -416px;
  float: right;
}
#post .rating .stars_8{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -416px;
  float: right;
}
#post .rating .stars_9{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -520px;
  float: right;
}
#post .rating .stars_10{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -520px;
  float: right;
}

/*RATING; READ VISIT
-----------------------------------------------------------*/

#post .read{
  text-transform: uppercase;
  font-size: 25px;
  color: #056B88;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  text-align: center
}
#post .visit{
  text-transform: uppercase;
  font-size: 25px;
  color: #0091BC;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  text-align: center
}
#post .visit_one{
  text-transform: uppercase;
  font-size: 40px;
  color: #0091BC;
  font-family: Arial;
  font-weight: bold;
  text-decoration: underline;
  text-align: center
}
#post .visit_one:hover{
  text-decoration: none;
}


/*POST SUB INFO;
-----------------------------------------------------------*/
#post .sub_info{
  font-size: 16px;
  font-family: Tahoma;
  color: #707070;
  line-height: 1.5
}
#post .sub_info span{
  color: #006600;
  text-transform: uppercase;
  font-weight: bold
}

/*RATING TABLE;
-----------------------------------------------------------*/
#rating_table h3{
  text-indent: 150px;
  padding-bottom: 20px;
  font-family: Tahoma;
  font-size: 18px;
  color: #5F5F5F;
}
#rating_table h3 span{
  color: #F66200;
}

#rating_table{
  margin: 0 auto;
  width: 600px;
  padding-left: 30px;


}


#rating_table ul {
  float: left;

  font-family: Tahoma;
  font-size: 16px;
  color: #707070;
  line-height: 1.5;

}
#rating_table ul li{
  width: 250px;
  padding-right: 50px;
  }


#rating_table ul li div{
  margin-top: 5px;
  margin-left: 10px;
  //margin-top: -20px;
}


#rating_table .stars_1{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -104px;
  float: right;
}
#rating_table .stars_2{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -104px;
  float: right;
}
#rating_table .stars_3{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -208px;
  float: right;
}
#rating_table .stars_4{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -208px;
  float: right;
}

#rating_table .stars_5{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -312px;
  float: right;
}
#rating_table .stars_6{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -312px;
  float: right;
}
#rating_table .stars_7{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -416px;
  float: right;
}
#rating_table .stars_8{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -416px;
  float: right;
}
#rating_table .stars_9{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -520px;
  float: right;
}
#rating_table .stars_10{
  width: 103px;
  height: 19px;
  background: url(images/rating.png) -520px;
  float: right;
}
#rating_table .setrating{
  color: #2D363E;
  font-size: 18px;
  font-family: Tahoma;
  text-indent: 150px;
  padding-top: 20px;
  float: left;
}
#rating_table .setrating .input_rating{
  color: #2D363E;
  border: 2px solid #707070;
  background: #FFFFFF;
  cursor: pointer;
}
#rating_table .setrating .submit_rating{
  background: #E5E5E5;
  border: 2px solid #707070;
  cursor: pointer;
}
#rating_table .setrating .submit_rating:hover{
  background: #2D363E;
  color: #FFFFFF
}

/*comment;
-----------------------------------------------------------*/
#post .comment{
  color: #2D363E;
  font-size: 14px;
  font-family: Tahoma;
  padding: 0 20px;
}
#post .commentDate{
 color: #707070;

  font-size: 14px;
  font-family: Tahoma;

}
#post .comments_count{
  color: #2D363E;
  font-size: 14px;
  font-family: Tahoma;
  padding: 0 20px;
}

#post #comments{
  width: 450px;
  margin: 0 auto;
  font-size: 14px;
  font-family: Tahoma;

}


#post #comments input,#post #comments textarea {
  background: none;
  color: #2D363E;
  border: 2px solid #707070;
  background: #FFFFFF;
  margin-bottom: 5px;
}
#post #comments .submit_comment{
  background: #E5E5E5;
  border: 2px solid #707070;
  cursor: pointer;
}
#post #comments .submit_comment:hover{
  background: #2D363E;
  color: #FFFFFF
}


/*SIDEBAR FOOTER;
-----------------------------------------------------------*/
#sidebar_footer ul li{
  display: inline;
}


#sidebar_footer{
    background: #EFEFEF;
    margin-left: 5px;
    margin-right: 5px;
  text-align: center
}

#sidebar_footer ul li a{
  color: #2B3D67;
  font-size: 14px;
  font-family: Arial;
  border-left: 1px solid #2B3D67;
  padding: 0 5px;
  text-decoration: none;
  line-height: 1.5;
  font-weight: bold
}

#sidebar_footer ul li:first-child a{
  border: none;
}
#sidebar_footer ul li a:hover{
  color: #ffffff;
  text-decoration: underline;
  background: #F66200;
  border-left: 1px solid #EFEFEF;

}
#sidebar_footer ul li:first-child a:hover{
  color: #ffffff;
  text-decoration: underline;
  background: #F66200;
  border: none;

}
#sidebar_footer h6{
  background: url(images/title_sidebar_footer.png) left no-repeat;
  width: auto;
  height: 28px;
  display: block;
  margin-left: 10px;
  margin-bottom: 10px;

}

/*FOOTER;
-----------------------------------------------------------*/
#footer{
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  font-family: Tahoma;
  text-decoration: none;
  padding-bottom: 10px;
  max-width: 1205px;
  margin: 0 auto;
  padding-top: 20px;
}
#footer a{
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover{
  text-decoration: underline
}
#footer form{
  text-align: right;
  margin-bottom: 20px;
  vertical-align: middle;
}


#footer #search_text{
  background: url(images/search_foot.png) no-repeat;
  width: 160px;
  height: 20px;
  border: none;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;

}
#footer #search_but{

  background: url(images/but_foot.png) top center no-repeat;
  border: none;
  width: 76px;
  height: 28px;
  vertical-align: middle;

}
#footer #search_but:hover{
  background: url(images/but_foot.png) bottom center no-repeat;
  border: none;
  width: 76px;
  height: 28px;

}


#footer form h2{
  display: none;
}

#footer form h1{
  display: none;
}

/*ALLCOMMENTS;
-----------------------------------------------------------*/
.one_comment h4{
  text-indent: 20px;
  padding-bottom: 10px;
  font-family: Tahoma;

}

/*SITEMAP LIST;
-----------------------------------------------------------*/
.sitemap_list{
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.sitemap_list ul{
  margin-left: 30px;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}

/*CONTACT FORM;
-----------------------------------------------------------*/
#contact_form{
  width: 515px;
  font-family: Tahoma;
  font-size: 14px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 80px;
  color: #2D363E;
}
#contact_form input,#contact_form textarea{
  color: #2D363E;
  border: 2px solid #707070;
  background: #FFFFFF;
  margin-top: 5px;
  overflow: hidden;

}
#contact_form span{
  color: #F66200;
  font-weight: bold
}
#contact_form .submit_contact{
  cursor: pointer;

}


#contact_form .submit_contact:hover{
  background: #2D363E;
  color: #FFFFFF
}

/*SPECIAL;
-----------------------------------------------------------*/
.special{

  text-align: center;
  height: 30px;
  line-height: 2;
  font-size: 18px;
  color: #2D363E;
  font-weight: bold;
  padding-bottom: 10px;
}

#paginator{
  width: auto;
}
#paginator a{

  height: auto;
  padding: 0 5px;
  text-align: center;
  color: #2D363E;
  text-decoration: none;
}
#paginator a:hover{
  background: #F66200;
  color: #FFFFFF
}

