/*   
Theme Name: Boo Bicycles
Theme URI: http://boobicycles.com
Description: Boo Bicycles Theme template -- WordPress v3.0.1 -- 4/2011
Author: Cody J Landstrom
Author URI: http://codyjlandstrom.com
Version: 3.0
-
All design and files incorporated in this theme are protected by copyright laws. This theme is not free.
*/

#content-wrap {
	background: #FFF url(../images/bg/blog.jpg);
	background-repeat: no-repeat;
	}
	


		
		
#main-content {
	width: 570px;
	padding: 300px 0 350px 65px;
	}
	
	#post-title {padding-left: 100px;}
	h4 a {
		text-decoration: none;
		color: #212121;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		}
		
	.meta {
		padding-top: 12px;
		color: #b7b7b7;
		font-size: 12px;
		padding-left: 100px;
		}
		.meta a {color: #b7b7b7;}
		
		#date {
			color: #e4c78f;
			background-image: url(../images/blog/date-bg.png);
			width: 71px;
			height: 74px;
			float: left;
			}
			.day {float: left; width: 70px; padding-top: 6px; font-size: 32px; text-align: center;}
			.month {float: left; width: 71px; font-size: 10px; text-align: center; text-transform: uppercase; margin-left: -2px;}
		
		#comment-icon {
			background-image: url(../images/blog/comment.png);
			width: 32px;
			height: 34px;
			text-align: center;
			line-height: 28px;
			float: right;
			}
			#comment-icon a  {
				text-decoration: none;
				color: #e4c78f;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				}
		
	.entry {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #383838;
		line-height: 18px;
	
		padding: 30px 0 20px 100px;
		border-bottom: solid;
		border-bottom-color: #b7b7b7;
		border-bottom-width: 2px;
		}
		
		.entry a {
			color: #000;
			}
			
/*  Pagination  */

.navigation {
	margin: 20px 0 30px 0;
	}
	.navigation a {
		text-decoration: none;
		color: #000;
		}

.prev-posts {
	float: right;
	padding: 7px;
	}
	
.next-posts {
	float: left;
	padding: 7px;
	}
			
/*  Social-Network  */

 #aside {
	position: absolute;
	top: 340px;
	left: 700px;
	width: 278px;
	color: #333;
    }
	
	#social-sidebar {
		position: relative;
		float: left;
		background-color: #fff;
		padding: 10px;
		margin-bottom: 20px;
		
		background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(200,200,200,0.1) 50%, rgba(200,200,200,0) 100%); 
   		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.04)), color-stop(50%,rgba(200,200,200,0.1)), color-stop(100%,rgba(200,200,200,0)));
   		background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(200,200,200,0.1) 50%,rgba(200,200,200,0) 100%);
    	background: -o-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(200,200,200,0.1) 50%,rgba(200,200,200,0) 100%);
    	background: -ms-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(200,200,200,0.1) 50%,rgba(200,200,200,0) 100%);
    	background: linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(200,200,200,0.1) 50%,rgba(200,200,200,0) 100%);
		border-radius: 3px;
	
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
   		-webkit-box-shadow: rgba(0,0,0,0.25) 0 0 4px, rgba(0,0,0,0.30) 0 3px 4px; 
   		box-shadow: rgba(0,0,0,0.25) 0 0 4px, rgba(0,0,0,0.30) 0 3px 4px; 
   		-moz-box-shadow: rgba(0,0,0,0.25) 0 0 4px, rgba(0,0,0,0.30) 0 3px 4px;
		}
		#social-sidebar h3.wtitle a {
			color: #333;
			text-decoration: none;
			text-align: left;
			padding-bottom: 5px;
			border-bottom: 1px solid #333;
			width: 258px;
			float: left;
			margin-top: -22px;
			}
		
	.sidebar-post {
		color: #333;
		padding: 10px 10px 10px 10px;
		font-size: 13px;
		margin: 10px;
		
		border-bottom:1px solid #d3d3d3;
		float: left;
		}
		
		.sidebar-post span.date { color: #aaa; font-size: smaller;}


#bird {
	background: url(../images/blog/twitter.png);
	height: 22px;
	width: 22px;
	float: right;
	}
	
#facebook-f {
	background: url(../images/blog/facebook.png);
	height: 22px;
	width: 22px;
	float: right;
	}
	
	/*.rss {
		position: relative;
		background-image: url(../images/blog/rss.png);
		width: 169px;
		height: 56px;
		text-indent: -9999px;
		margin: 30px 0 0 48px;
		}
		
	.twitter-s {
		position: relative;
		background-image: url(../images/blog/follow.png);
		width: 187px;
		height: 56px;
		text-indent: -9999px;
		margin: 22px 48px;
		}
		
	.facebook-s {
		position: relative;
		background-image: url(../images/blog/like.png);
		width: 166px;
		height: 56px;
		text-indent: -9999px;
		margin: 0 0 30px 48px;
		}*/