/* -- MAIN BLOGS PAGE --*/

#blog-h1 {
		float: left;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		background: none;
		font-size: 20px;
}

#blog-navigation {
		float: right;
		margin: 0 10px 20px 0;
}

#blog-navigation select {
		padding: 4px;
}

#blog-navigation a, #blog-navigation a:visited {
		background: #CDCDCD;
		padding: 5px 10px;
		color: #333;
		text-decoration: none;
}

#blog-navigation a:hover {
		background: #999;
		color: #FFF;
}

#blog-entries {
		
}

.blog-entry {
		margin: 0 10px 20px 0;
		padding-bottom: 10px;
		border-bottom: 1px solid #CDCDCD;
}

.blog-left {
		float: left;
		width: 50px;
		height: 50px; 
		background: #CDCDCD;
		position: absolute;
}

.blog-date {
		line-height: 50px;
		text-align: center;
		font-weight: bold;
		color: #333;
		text-transform: uppercase;
}

.blog-format {
		
}

.blog-right {
		float: left;
		margin: 0 10px 0 60px;
}

.blog-headline {
		
}

.blog-headline h3 {
		text-align: left !important;
		margin: 0;
		padding: 0;
}

.blog-headline h3 a .blog-headline h3 a:visited {
		color: #000 !important;
}

.blog-meta {
		margin: 8px 0;
		font-size: 11px;
}

.meta-comments {
		
}

.blog-intro {
		
}

.blog-readmore {
		padding-bottom: 10px;
		float: right;
}

.blog-readmore a, .blog-readmore a:visited {
		background: #CDCDCD;
		padding: 5px 10px;
		color: #333;
		text-decoration: none;
}

.blog-readmore a:hover {
		background: #999;
		color: #FFF;
}


/*-- BLOG POST FULL VIEW --*/

#blog-content {
		margin-top: 10px;
}

#blog-single {
		padding: 10px;
}

#blog-comments {
		margin-right: 10px;
}

.blog-text h1 {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		background: none;
}

h3.blog-comments-title {
		color: #333;
		text-align: left;
		float: left;
}

#blog-comments .user {
		float: left;
		margin-right: 10px;
}

#blog-comments .user img {
		border: 1px solid #333;
}

#blog-comments .comment-content {
		float: left;
}

.blog-comment-list {
		list-style: none;
		margin: 0 0 0 60px;
		padding: 0;
}

.blog-comment-list li {
		padding-top: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #CDCDCD;
}

.blog-comment-list li:last-child {
		padding-top: 5px;
		margin-bottom: 5px;
		border: none;
}

.blog-comment-author {
		font-size: 11px;
		font-style: italic;
		color: #666;
}

#blog-comments .children {
		list-style: none;
}

.blog-reply {
		text-align: right;
}




#blog-reply-box {
		border: 1px solid #666;
		background: #CDCDCD;
		padding: 10px;
		margin: 30px 15px 10px 60px;
}





/*-- GENERIC ---*/

.clear {
		clear: both;
		line-height: 0;
}


a.newcomment, a.newcomment:visited {
		background: #CDCDCD;
		padding: 5px 10px;
		color: #333;
		text-decoration: none;
		float: right;
		border: 1px solid #333;
}

.comment_box {
		height: auto;
}

.error {
		border: 1px solid #F00;
}

.blog-comment-container {
		margin: 5px 0 0 0; padding: 10px;
}

#blog-category-list {
		margin-top: 20px;
}

#blog-category-list a:hover {
		text-decoration: none;
}

#blog-category-list ul:first-child {
		list-style: none;
		margin: 0;
		padding: 0;
}

#blog-category-list ul:first-child > li {
		float: left;
		width: 200px;
		padding: 5px;
		background: #CDCDCD;
		margin: 10px;
}

#blog-breadcrumb {
		list-style: none;
		margin: 0 0 40px 0;
		padding: 0;
}

#blog-breadcrumb li {
		float: left;
		font-size: 10px;
		padding: 0 2px;
}

#blog-breadcrumb li a, #blog-breadcrumb li a:visited {
		font-size: 10px;
}

#blog-breadcrumb li a:hover {
		text-decoration: none;
}