/* 
WOO CUSTOM STYLESHEET
---------------------
Instructions:
Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.
*/
/* SOCIAL NETWORKING */
.social-box{
	float: left;
	width: 300px;
	margin: 5px 0 0 0;
	padding: 7px 0 10px 0;
	border-top: 1px dashed #B0B0B0;
	border-bottom: 1px dashed #B0B0B0;
	}
.social-button-box{
	float: left;
	width: 300px;
	margin: 0;
	padding: 10px 0 8px 0;
	border-bottom: 1px dashed #B0B0B0;
	}
	.social-button-box a{
		border: none;
		text-decoration: none;
		}
	#fb-like-button {
		float: left;
		display: inline;
		/*width: 90px;*/
		height: 20px;
		margin: 0 0 0 35px;
		padding: 0;
		}
	#google-plus1-button {
		float: right;
		display: inline;
		/*width: 90px;*/
		height: 20px;
		margin: 0 25px 0 0;
		padding: 0;
		line-height: 18px;
		}
#twitter-link{
	float: left;
	margin: 0;
	padding: 0;
	}
	#twitter-link a{
		height: 38px;
		display: block;
		text-indent: -9999px;
		font-size: 80%;
		}
		#twitter-link a:active{
			background-position: center top;
			}
		#twitter-link #twitter-image a{
			float: left;
			width: 145px;
			background: url(/templates/images/icons/twitter-follow.gif) center bottom no-repeat;
			}
			#twitter-link  #twitter-image a:hover, #twitter-link  #twitter-image a:focus{
				background-position: center top;
				}
#rss-link{
	float: right;
	margin: 0;
	padding: 0;
	}
	#rss-link a{
		height: 38px;
		display: block;
		text-indent: -9999px;
		font-size: 80%;
		}
		#rss-link a:active{
			background-position: center top;
			}
		#rss-link #rss-image a{
			float: right;
			width: 145px;
			background: url(/templates/images/icons/rss-subscribe.gif) center bottom no-repeat;
			}
			#rss-link #rss-image a:hover, #rss-link  #rss-image a:focus{
				background-position: center top;
				}


#featured-on{
	float: left;
	width: 300px;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	}
#newsnow{
	display: block;
	margin: 0 0 0 90px;
	padding: 0;
	width:119px;
	font-size:11px;
	line-height:11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	}
	#newsnow a{
		color:#444;
		text-decoration:none;
		}
		#newsnow a:hover, #newsnow a:focus{
			color:#444;
			text-decoration:none;
			}
	#newsnow img{
		width:119px;
		height:47px;
		border:0;
		display:block;
		margin: 0;
		padding:0;
		}

/* Author Bio */
#post-author { float: left; width: 510px; margin: 30px 0 0 0; padding: 20px 0 0 0; border-top: 1px solid #c4c4c4; }
#post-author #author-name  {font-size: 22px; color: #222; font-weight: normal; margin: 0; padding: 0 0 10px 0;}
#post-author #author-name  a{ font-weight: normal; text-decoration: none;}
#post-author #author-name  a:hover, #post-author #author-name  a:focus{ font-weight: normal; text-decoration: underline;}
#post-author #author-avatar {float: left; margin: 0 20px 10px 0; padding: 0;}
#post-author #author-avatar img{margin: 0;vertical-align: middle;border:3px solid #eee;}


