/*---------------------------------------------------------
 * astonmartin-lotus.com
 *
 * @description Blog Section CSS
 *
 * @author  Craig Ruksznis [cr] <craigruk@imarc.net>
 *
 ----------------------------------------------------------*/

/* Blog */
/*--------------------------------------------------*/


.site_container .site_header {
	background: #c1c1c1 url(/sup/images/site_header_med_bg.jpg) repeat-x left top;
}

.site_container .site_header .centered_site_header { 
	background: transparent url(/sup/images/centered_site_header_med_bg.jpg) no-repeat left top;
	}


/* Primary Content */

h1 {
	display: none;
}

.site_torso .primary_content {
	width: 475px;
	padding: 10px 0 0 0;
}

.primary_content .blog_entry {
	padding: 0 0 25px 0;
}

.blog_entry .title h2 a {
	color: #5a6f95;
	padding-top: 80px;
}

.blog_entry .date {
	width: auto;
	whitespace: nowrap;
	color: #ac715a;
	font: 1.3em/14px Georgia, Arial, sans-serif;
	padding: 3px 0 4px;
	margin: 6px 0px;
}

.blog_entry .links {
	margin: 6px 0px;
}

.blog_entry .links a{
	padding: 0 15px 0 0;
	display: inline;
	width: auto;
	white-space: nowrap;
}

.primary_content.blog .comments {
	padding: 20px 0;
}

.comments .view_comments {
	padding: 8px 10px 15px 14px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	margin: 5px 0 20px 0;
	background-color: #f8f8f8;
}

.comments .view_comments .name{
	/*margin: 15px 0 0 0;
	font: bold 1.1em/1.3em Arial, Helvetica, sans-serif;
	color:#55556C;*/font: normal 1em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 8px 0;
	text-transform:uppercase;
	letter-spacing: .15em;
	display: block;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #dfd9d9;
	color: #616674;
	text-decoration: none;
	background: url(/sup/images/section_blog/pen.gif) no-repeat top left;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 5px;
	width: 438px;
}

.comments .view_comments .success{
	padding: 7px;
	color:#CC0066;
	background-color:#fff7e1;
	font: bold 1em/1.3em Arial, Helvetica, sans-serif;
	border: 1px solid #dbcfb5;
	margin: 5px 0 0 0;
}


.comments .view_comments .date{
	margin: 2px 0 7px 0;
	font: normal .8em/1.3em Georgia, "Times New Roman", Times, serif;
	color:#999;
	text-transform:uppercase;
	letter-spacing: .1em;
}

.comments .view_comments .comment{
	margin: 2px 0 25px 0;
	font: normal .95em/1.4em Arial, Helvetica, sans-serif;
	color:#454545;
}


.add_comment textarea {
	width: 400px;
}

.site_torso .secondary_content {
	padding: 14px 19px 0 0;
}


.header_recent_comments {
	display: block;
	padding: 10px 5px 0 0;
}

.blog_comment {
	font-size: 10px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	width: 178px;
}


/* What is RSS? */
/*--------------------------------------------------*/
.what_is_rss {
	width: 600px;
	padding: 0 50px 15px 50px;
}

.what_is_rss .feed_overview {
	background:transparent url(/sup/images/rss_icon.png) no-repeat left top;
	padding-left: 40px;
}

.feed_link a {
	font-size: 1.4em;
}

.rss_left {
	float: left;
	width: 275px;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid #bbb;
}

.head_rss {
	font: bold .85em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 8px 0;
	text-transform:uppercase;
	letter-spacing: .1em;
	display: block;
	width: 100%;
	color: #5c6b95;
	text-decoration: none;
	padding-bottom: 15px;
	vertical-align: middle;
	padding-top: 9px;
}

.blog_head {
	font: normal .9em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 8px 0;
	text-transform:uppercase;
	letter-spacing: .15em;
	display: block;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #bbb;
	color: #616674;
	text-decoration: none;
}
	
