/* 
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;
	}

.facebook-box{
	float: left;
	width: 300px;
	margin: 0 0 30px 0;
	padding: 10px 0 10px;
	border-bottom: 1px dashed #B0B0B0;
	}

#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;
				}