/*****************************************************
 CONTENT BLOCKS
****************************************************/
#content .block {
  margin-bottom: 30px;
  border: 1px solid #f3ddac;
  background: #fff;
}
#content .block h1 {
  padding: 3px 8px;
  font-size: 2.3em;
  color: #fff;
  background: #d35210;
}
#content .block h2 {
  padding: 3px 8px;
  color: #fff;
  background: #2e1c04;
}

#content .block .content {
  padding: 0 10px 10px 10px;
}

#content .block .image {
  text-align: center;
  margin-bottom: 10px;
}
#content .block img {
  margin-right: 10px;
}


/*****************************************************
 FEATURED ARTICLES
****************************************************/
#featured-articles {
	position: relative;
	padding:0 10px 10px;
	margin:0 0 12px;
	border: 1px solid #f2dcab;
	background: #fff;
}
#featured-articles .sponsor {
  position: absolute;
  top: 3px; right: 12px;
  background: url('../images/sponsor-advantage.png') no-repeat;
}
#featured-articles .sponsor p{margin:0;}
#featured-articles .sponsor a {
  display: block;
  text-indent: -999em;
  width: 214px; height: 30px;
  overflow: hidden;
}

#featured-articles h1 {
  margin: 0 0 5px 0; padding: 0 0 3px 0;
  border-bottom: 1px solid #f3ddac;
}

#featured-articles-container {
  position: relative;
  height: 272px;
  width: 590px;
  overflow:hidden !important;
}

#featured-articles-container .image {
  height: 272px;
  overflow:hidden !important;
}
#featured-articles-container .image img{display:block;}
#featured-articles .article {
  height: 272px;
  width: 590px;
}

#featured-articles .article .content {
  position: absolute;
  bottom: 0;
  padding: 7px;
  width: 576px;
  color: #fff;
  background: url(../images/bg-feature-trans.png);
}

#featured-articles .article .content h2 {
  margin: 0; padding: 0 0 7px 0;
}

#featured-articles .article .content p {
  margin: 0; padding: 0;
}

#featured-articles .article .content a {
  color: #fff;
  text-decoration: none;
}
#featured-articles .article .content a:hover {
  text-decoration: underline;
}
#featured-articles .article .content p a {
  border-bottom: 1px dashed #fff;
  text-decoration: none;
}
#featured-articles .article .content p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}


/*****************************************************
 Article List
****************************************************/
div.article-list{
	width:100%;
	position:relative;
	margin:0 0 0 -8px;
	overflow:hidden;
}
div.article-list .article {
  position: relative;
  height:1%;
  margin:0 0 13px;
  padding:10px;
  overflow:hidden;
  background: #fff;
}
div.article-list h2 {
	margin:0 0 9px;
	padding:0 8px;
	line-height:1.6667em;
	color: #fff;
	background: #1091d3;
}
div.article-list .article h2 a {
  color: #fff;
  text-decoration: none;
}
div.article-list .article h2 a:hover {
  text-decoration: underline;
}
div.article-list div.meta p{
	font-size:1em;
	line-height:1.4em;
}
div.article-list .article div.content{
	width:100%;
	overflow:hidden;
}
div.article-list .article .image {
  float: left;
  padding: 2px;
  border: 1px solid #e1e1e1;
  width: 280px;
}
div.article-list .article .image img{display:block;}
div.article-list .article .summary {
  float: right;
  width: 290px;
  color:#888;
}
div.article-list .article .summary p{margin:0;}
div.article-list .article .read-more {
  float:left;
  width:100%;
  margin:-4px 0 0;
}
div.article-list .article .read-more a {
  float:right;
  padding: 2px 0 1px 59px;
  font-size: 0.9em;
  background: url(../images/icon-cat-bullet.png) no-repeat;
}

/*****************************************************
 Features 
****************************************************/
div.features {
	width:100%;
	margin: 0 0 0 -5px;
	padding: 0;
	overflow:hidden;
}
div.features div.groups{
	width:100%;
	padding:0 0 45px;
	overflow:hidden;
}
div.features h2{
  padding:0 8px;
  margin:0;
  color: #fff;
  font-size:1.5em;
  line-height:1.8667em;
  background: #480a5a;
}
div.features h2 a {
  color: #fff;
  text-decoration: none;
}
div.features h2 a:hover {
  text-decoration: underline;
}
div.features .group {  
  position: relative;
  float: left;  
  margin: 0;
  padding:3px;
  width: 293px;
  color:#888;
  background: #fff;
}
div.features .alt {
  float: right;
}
div.features h3 {
	margin:0;
	line-height:1.2857em;
}
div.features .article {
  height:1%;
  overflow:hidden;
  padding:7px 8px 0;
}
div.features .article .thumb {
  float: left;
  padding: 2px;
  margin: 0 5px 0 0;
  border: 1px solid #e1e1e1;
  width: 100px;
}
div.features .article .thumb img{display:block;}
div.features .article .content {
  float: right;
  width: 155px;
}
div.features .article .content p {
  font-size: 1em;
  line-height:1.8em;
}

/*****************************************************
 Articles Lists 
****************************************************/
ul.block-list {
	height:1%;
	padding:0 29px 0 11px;
	margin: 5px 0 15px 0;
	list-style: none;
	overflow:hidden;
}
ul.block-list li {
	float:left;
	width:100%;
  border-bottom: 1px dotted #d7d7d7;
}
ul.block-list li a {
  display: block;
  height:1%;
  border: 0;
  padding: 8px 5px;
  color: #727272;
}
ul.block-list a:hover {
  background: #e1e3d6;
  text-decoration: none;
  border: 0;
  color: #727272;
}

/*****************************************************
 Comments 
****************************************************/
div.comments {
  margin: 0; padding: 0;
}
div.comments h2 {
  padding: 3px 8px;
  margin-bottom: 0;
  color: #2e1c04;
  background: #fff;
}
div.comments h3 {
  padding: 3px 8px;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 1.6em;
  background: #006945;
}
div.comments h3 a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
}
div.comments h3 a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
div.comments h3 .says {
  font-size: 0.8em;
  font-style: italic;
}
div.comments .article {  
  position: relative;
  clear: left;  
  float: left;
  margin: 10px 0;
  padding: 10px;
  width: 588px;
  border: 1px solid #fdfaf2;
  background: #fff;
}

div.comments h3 {
  clear: both;
}
div.comments .article {
  clear: both;
  padding-top: 15px;
}
div.comments .article .thumb {
  float: left;
  padding: 2px;
  margin: 0 5px 0 0;
  border: 1px solid #e1e1e1;
  width: 80px; height: 80px;
}
div.comments .article .content {
  float: right;
  width: 485px;
}
div.comments .article .content p {
  font-size: 1.1em;
}


.article-page .content img {
  margin-right: 15px;
}

#login {
  margin: 10px;
  padding: 20px 20px 10px 20px;
  border: 3px solid #fdfaf2;
  background: #fff;
}
#login p{
	display:block;
}
#login label{
	float:none;
}
#login input.input{
	margin:0 0 10px;
}
#login .submit {
  margin-top: 10px;
}

#nav br { display: none; }

#backtoblog {
  float: right;
  margin-right: 10px;
}




/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


#content #main div.content h1 {
  border: 0;
  font-size: 1.6em;
}
