
/*-----------------------------------------------------------
      {--------} Single Content {--------}
-------------------------------------------------------------*/
.single-post-image {
    width: 585px;
    padding:15px 15px 20px 15px;
    border-left: 1px solid#eee;
    border-right: 1px solid#eee;
    border-top: 1px solid#eee;
	margin-bottom:20px;
	background:#fff url(../images/postcc.png) bottom no-repeat;	
	overflow:hidden;
}
.single-post-image img {
    width:580px;
    height:400px;
}
.single-post-image-fullscreen{
    padding-top: 12px;
    text-align: center;
}

/*-------------------------------------------------------------------
    {--------}  Single Post Description  {--------}
----------------------------------------------------------------------*/
.single-post-description {
     overflow: hidden;
     padding: 15px 0px 20px 0px;
     background: transparent url('../images/indent.png') repeat-x center bottom;
}
.single-post-description img {
     max-width: 100%
}
.single-post-description h1,.single-post-description h2,.single-post-description h3,.single-post-description h4,.single-post-description h5,.single-post-description h6 {
     padding: 20px 0px 15px 0px;
     color: #191919
}
.single-post-description h2{
     color: #000;
     font-family: "Helvetica Neue",Arial,sans-serif;
     margin-top: 20px;
     padding-bottom: 10px;
     margin-bottom: 15px;
     background-image: url('../images/indent.gif');
     background-repeat: repeat-x;
     background-position: bottom;
     font-size: 20px                
}
.single-post-description h3{
     margin-top: 20px;
     padding-bottom: 10px;
     margin-bottom: 15px;
     background-image: url('../images/indent.gif');
     background-repeat: repeat-x;
     background-position: bottom;
     font-size: 18px;
     color: #605d57
}
.single-post-description h1{
     display: none
}
.single-post-description h2,.single-post-description h3,.single-post-description h4,.single-post-description  h5{
     padding-left: 1px
}
.single-post-description ul,.single-post-description ol{
	 margin-bottom:6px;
	 margin-top:6px;
     list-style-position:outside;
}
.single-post-description ul{
     list-style-type:square;
	 margin-left:20px;
}
.single-post-description ol{
	 list-style-type:decimal;
	 margin-left:30px;
}
.single-post-description ol li,.single-post-description ul li{
	 padding-left:8px;
	 margin-bottom:2px;	
}
.single-post-description ul.RSSlist li{
	 margin-bottom:5px;	
}
.single-post-description ul.RSSlist li li{
	 margin-bottom:2px;	
}
.single-post-description em{
     font-family:Arial,sans-serif;
	 font-style:italic;
	 color:#000;
}
.single-post-description strong{
	 color:#343434;
	 font-weight:bold;
}
.single-post-description blockquote{
	 border-left:1px solid;
	 border-color:#423021;
	 padding-left:20px;
	 margin-bottom:10px;
	 font-style:italic;
	 font-family:Arial,sans-serif;
     color:#777;
}
.single-post-description blockquote a.byline{
	 color:#777;
	 text-decoration:underline;
	 font-weight:bold;
}