/* 
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.

*/

p {font-size: 120%;}

a:link {color:#B3D9FF;}      /* unvisited link */
a:visited {color:#B3D9FF;}  /* visited link */
a:hover {color:#FFFFFF;}  /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */

#header {
	width: 100%;
	height: 155px;
	padding-top: 25px;
	clear: both;
	position: relative;
	margin-bottom:30px;
}

#main h3.title-featured { background:url(images/h3-latest.png) no-repeat top left; width:400px; height:34px; }
#archive h3.title-recent { background:url(images/h3-music.png) no-repeat top left; width:250px; height:34px; }

