@charset "utf-8";
/* CSS Document */
#title-blogs-main{
background:url(images/title-blogs.gif) no-repeat ;
width:450px;
height:36px;
margin-bottom:5px;
}
#title-blogs-newest{
background:url(images/title-blog-newest.gif) no-repeat ;
width:450px;
height:36px;
margin-top:20px;
}
#title-blogs-previous{
background:url(images/title-blog-previous.gif) no-repeat ;
width:450px;
height:36px;
margin-top:40px;
}
#blognewest-date{
text-align:left;
color:#af0000;
padding:0px 5px 5px;
font-weight:bold;
font-size:14px;
}
#blognewest-title {
padding:5px 5px 0px;
text-align:left;
}
.blognewest-title{
color:#ffffff;
font-weight:bold;
font-size:16px;
}
#title-blogs-garrett{
background:url(images/title-blog-garrett.gif) no-repeat ;
width:450px;
height:36px;
margin-top:40px;
}
#title-blogs-heath{
background:url(images/title-blog-heath.gif) no-repeat ;
width:450px;
height:36px;
margin-top:40px;
}
#containerblogs{
width:455px;
margin-bottom:5px;
text-align:left;
padding-left:10px;
background:url(http://www.sensesfail.com/css/images/news-top.gif) top center no-repeat;
}
#blogfull{
margin-left:110px;
width:330px;
}
#containerblogs-newest{
width:455px;
margin-bottom:20px;
text-align:left;
padding-left:10px;
background:url(http://www.sensesfail.com/css/images/news-top.gif) top center no-repeat;
height:200px;
}
#blog-comments{
border-bottom:1px solid #242424;
padding:5px;
margin-top:5px;
text-align:right;}
.blog-comments{
color:#dfd4b3;
font-size:10px;
}
.blog-comments a {
color:#dfd4b3;}
.blog-comments a:visited{
color:#c8bfa2;
}
.blog-comments a:hover{
color:#e8e4d8;
text-decoration:none;
background:#121212;}
#blogavatar{
width:100px;
height:100px;
overflow:hidden;
float:left;
border:solid 3px #131112;
margin-right:5px;
margin-bottom:5px;
}
#blognewest{
float:right;
width:330px;
padding-right:10px;
}
.blog-article {
font-size:12px;
color:#f3f3f3;
}
.blog-article a {
color:#bebebe;
font-weight:bold;}
.blog-article a:visited{
color:#c8bfa2;
font-weight:bold;}
.blog-article a:hover{
color:#ffffff;
font-weight:bold;
text-decoration:none;
background:#121212;}
#prevupList {
	margin: 0;
	padding: 0;
	list-style:none;
	width:455px;
}
#prevupList li {
	margin: 0;
	width:455px;
	list-style-type:none;
	margin-bottom:3px;
	color:#bebebe;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #242424;
}
#prevupList li a {
	color:#bebebe;
    text-decoration:none;
	}
#prevupList li a:hover {
	color:#ffffff;
    text-decoration:none;
	background:#121212;
	}
#prevupDate{
text-align:left;
color:#af0000;
margin-right:10px;
}
#prevupAuthor{
color:#dfd4b3;
}
#commentscontainer{
width:443px;
padding:5px;
border-bottom:1px solid #242424;
}
.cn_comment_odd {
background:#121212;
}
.cn_comment_even {
background:#191919;
}
#commenttopinfo{
background: url(http://www.sensesfail.com/css/images/comment-name.gif) no-repeat #330000;
background-position: .4em .4em;
border:1px solid #430a0a;
padding:2px 7px 2px 20px;}
#commentdate{
float:right;
background:url(http://www.sensesfail.com/css/images/comment-date.gif) no-repeat;
background-position: .4em .2em;
width:90px;
text-align:right;
font-size:11px;
}
#commentrequired{
float:right;
width:90px;
text-align:right;
font-size:10px;
}
#commentcomment{
background:url(http://www.sensesfail.com/css/images/comment-comment.gif) no-repeat;
background-position: .5em .6em;
padding:5px 0px 5px 25px;
}