/*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 {
	font-family: Verdana, Georgia, “Lucida Sans Unicode”, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #280C01;
	background-image: url(images/bg.jpg);
}

:focus {
	outline: 0;
}

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

a:hover {
  color: #75a7b4;
}

small {
  font-size: 10px;
}

h1 {
  color: #ca5235;
  font-size: 28px;
}

h2 {
  color: #ca5235;
  font-size: 28px;
}

h3 {
  color: #ca5235;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 14px;
  font-weight: bold;
}

h4 {
  color: #75a7b4;
  font-size: 10px;
  letter-spacing: 0px;
  line-height: 12px;
  font-weight: bold;
}

#top {
	height: 53px;
	width: 1030px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/bck_top.png);
}

  .top_left {
    position: relative;
    float: left;
  }
  
  .top_left ul {
    margin: 23px 0 0 105px;
  }
  
  .top_left ul li {
    padding:0 5px;
    display: inline;
    font-size: 12px;
  }
  
  .top_left ul li a {
    color: #706d67;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .top_left ul li a:hover {
    color: #ca5235;
    font-weight: bold;
    border-bottom: 1px dotted #ca5235;
  }
  
  .top_right {
    position: relative;
    float: right;
  }
  
  .top_right ul {
    margin: 20px 60px 0 0;
  }
  
  .top_right ul li {
    padding:0 2px;
    display: inline;
    font-size: 10px;
  }
  
  .top_right ul li a {
    color: #706d67;
  }
  
  .top_right ul li a:hover {
    color: #ca5235;
    border-bottom: 1px dotted #ca5235;
  }

#header {
	height: 244px;
	width: 1030px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/bck_head2.png);
}

  #logo {
	margin: 0 0 0 50px;
	padding: 26px;
	background-repeat: no-repeat;
	background-position: 150px center;
  }
  
  #logo a {
    width: 463px;
    height: 167px;
    display: block;      
  }
  
  #search_box {
	position:relative;
	float: left;
	top: -18px;
	margin-left: 40px;
	width: 410px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: right center;
	color: #706D67;
  }
  
  .search_input {
    border: 1px solid #c8c9d0;
    width: 150px;
    color: #c8c9d0;
    padding: 8px;
  }
  
  #feed_twitter {
	position:relative;
	float: left;
	top: -18px;
	border-left: 2px solid #c8c9d0;
	padding: 0px 5px;
	width: 340px;
	background-repeat: no-repeat;
	background-position: right center;
  }
  
  #feed_twitter ul li {
    display: inline;
    padding: 0 5px;
  }
  
  .rss_icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url(images/home.png);
  } 
  
  .rss_mail {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("images/rss_mail.png") no-repeat;
  } 

#container {
  background: url("images/bck_container.png") repeat-y top left;
  width: 1030px;
  margin: auto;
}

  #left_cont {
    float: left;
    width: 650px;
    margin: 10px 10px 10px 21px;
  }
  
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  
  #featured {
    width: 600px;
    background: url("images/img_feat_bck_big.png") no-repeat center left;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  
  #featured_title {
	width: 632px;
	height: 27px;
	margin-bottom: 25px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: left center;
	color:  #ca5235;
	font-size: 28px;
	border-bottom-color: #A4A8AC;
	font-style: normal;
	font-weight: normal;
	margin-left: 23px;
  }
  
  #news_title {
	width: 632px;
	height: 27px;
	margin-bottom: 18px;
	background-repeat: no-repeat;
	background-position: left center;
  }
  
  ul.nav { 
    float: right;
    left: 360px;
	  width: 225px; 
	  padding-top: 3px;
  }
  
  ul.nav li { 
    overflow: hidden;
    padding: 4px 1px;   
  }
  
  ul.nav li a{ 
	  display: block; 
	  height: 60px; 
	  color: #333; 
  }
  
  ul.nav li a:hover{ 
    outline: 1px dotted #ca5235;
  }
  
  ul.nav li img { 
	  float: left; 
    margin: 4px; 
    padding: 5px;
    width: 75px;
    height: 40px;
  }
  
  span.imag_list {
  	 float: left; 
     background: url("images/img_feat_bck.png") no-repeat center left;
     width: 95px;
     height: 58px;
  }
  
  span.title_list {
    color: #ca5235;
    font-size: 11px;
    font-weight: bold;
  }
  
  span.meta_info_list {
	color: #75a7b4;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 100px;
  }

  .featured_content { 
	  width: 350px; 
    height: 205px; 
  }
  
  .featured_content img { 
	  padding: 9px 8px 8px 8px;
  }
  
  .featured_content .info { 
    position: relative;
	  top: -61px; 
    left: 5px; 
	  height: 50px; 
	  width: 340px;
	  margin: 0 3px;
	  background: url("images/transparent-bg.png"); 
	  overflow: hidden;
  }
  
  .info h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px;
  }  
  
  .info h2 a {
    color: #d8d7d7;
  }
  
  #post_container, #post_container1, #post_container2 {
	margin: 0 23px 30px 23px;
	clear: both;
	min-height: 220px;
	background: url("images/post_sep.png") no-repeat bottom right;
	list-style-type: none;
  }
  
  .post_image {
    float: left; 
    margin: 10px 25px 13px 15px;
    width: 201px;
  }
  
  .post_image img {
    border: 1px solid #75a7b4;
  }
  
  .meta_tag_comment {
    padding: 3px;
    background: #75a7b4;
  }
  
  .post_image p {
    font-size: 10px;
    color: #fff;
    padding: 3px;
  }
  
  .post_image p a {
    color: #fff;
  }
  
  .post_image p a:hover {
    border-bottom: 1px dotted #fff;
  }
  
  .post_content {
    margin-top: 15px;
  }
  
  span.meta_info {
    padding: 5px;
    background: #75a7b4;
    color: #fff;
    font-size: 14px;
  }
  
  span.meta_info a {
    color: #fff;
  }
  
  .post_content p {
	margin: 15px 0 10px 0;
	font-size: 14px;
	line-height: 20px;
	padding-left: 241px;
  }
  
  span.more {
    position: relative;
    right: 293px;
    float: right;
    margin-bottom: 10px;
  }
  
  span.more a {
    font-size: 12px;
    color: #ca5235;
    font-weight: bold;
  }
  
  span.more a:hover {
    border-bottom: 1px dotted #ca5235;
  }

#sidebar {
  float: left;
  width: 335px;
}

.side_cont {
  background: url("images/side_tit1.png") no-repeat top right;  
  margin-bottom: 25px;
  padding-right: 35px;
  padding-left: 20px;
  width: 280px;
  font-size: 12px;
  line-height: 18px;
}

.side_cont h2 {
  font-size: 20px;
  color: #fff;
  padding-top: 3px;
  margin-bottom: 20px;
}

.adv {
  margin-top: 37px;
}

.adv img {
  margin: 0 10px 10px 0px;
  border: 1px solid #ccc;
}

.side_cont ul {
  margin-bottom: 15px;
}

.side_cont ul li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  display: block;
}

.side_cont ul li a {
  color: #333;
  padding: 10px 0;
}

.side_cont ul li a:hover {
  color: #ca5235;
}

.side_cont ul li:hover {
  background: #e1e1e1;
}

#footer {
  background: url("images/bck_foot.png") no-repeat top left;
  height: 113px;
  width: 1030px;
  margin: auto;
  padding-top: 48px;
}

#footer p {
  font-size: 12px;
  text-align: center;
  padding: 2px;
  color: #666;
}

#footer p a {
  border-bottom: 1px dotted #666;
  color: #666;
}
  
.ui-tabs-hide { display: none !important; }
#container #left_cont #video {
	padding-left: 80px;
	padding-bottom: 30px;
}
