/* 
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.

*/


#sidebar  {
	float: left;
	width: 280px;
	margin: 20px 0 0 40px; 
}

/* link color */
a:link, a:visited  {color: #07679F;} 
.entry a { font-weight: bold; font-size: 12px; color: #07679F; text-decoration: underline;} 
.tags a {color: #07679F;} 

/* paragraph text and spacing */
body { margin: 0px; padding: 0px; background: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 12px;}
body {letter-spacing:1px}

/* adds background to header across the screen */
body {	
	background-image:url('images/background.png');
	background-repeat:repeat-x;
}

#footer {
	height: 110px;
}

#footer ul li a  {color: #FFFFFF;}
#footer ul li.current_page_item a, #footer ul li a:hover  a:hover {color: #FFFFFF; text-decoration: underline; } 
.post .meta  {font-size: 11px;}

/* .post .author  {margin: 0 0 20px 0; } */

.post .categories a  { }

/* h3  {font-size: 20px} */

h1 a:hover, h2 a:hover {background-color:#FFDE86; text-decoration: none;}	/* adds background color when post titles are hovered over */

/* changes the spacing between the words in the title when on two lines for the main page*/
.post h2.title  {
	margin: 8px 0 10px 0;
	line-height: 30px;
}

/* changes the spacing between the words in the title on the single page */
.post h1.title  {
	margin: 8px 0 10px 0;
	line-height: 30px;
}


#aboutAuthor {
	border: 5px solid #eeeeee;
	background-color: #f6f6f6;
	color: #7e7e7e;
	font-size: 12px;
	padding: 10px;
	width: 575px;
	margin: 20px 10px 0 0;
	line-height: 1.3em;
	clear: both;
	overflow: hidden;
}
#aboutAuthor h5 {
	font-weight: normal
	font-size: 14px;
	margin: 5px 0 5px 0;
}
#aboutAuthor img {
	margin-right: 10px;
	padding: 10px;
	background-color: #fff;
	float: left;
	-webkit-box-shadow: 0px 0px 5px #979797;
	-moz-box-shadow: 0px 0px 5px #979797;
	box-shadow: 0px 0px 5px #979797;
}

/* Makes related content title smaller */
.nr_rc_title {
	float:left;
	font-size:12px;
	margin-top:0;
	margin-bottom:5px;
}

#nav li {
	float: left;
	margin: 0 4px 0 0;
}
