/* 
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.

*/

body{
	background: url(images/bgr.gif) #f0eee1 repeat-x top;
	color: #555555;
	font: .8em "Trebuchet MS", Arial, Helvetica;   /* This is Yttra custom - normal was .75em */
	padding: 0 0 20px;
	line-height:1.4em;   /* This is Yttra custom - normal was 1.8em */
}

p,ul,li{                                                /* This is Yttra custom - normally no style for p, ul, li other than body */
	font-family: Arial, Helvetica, "Trebuchet MS";
}

a{
	color: #738120;                /* This is Yttra custom - normal was #a4b92e */
}

h2{
	line-height:1.3em;
}

.entry a{
	font-weight: bold;
}

.nav2 li, .widget li{
	background: url(images/ico-next-gr.gif) no-repeat left 10px;
	}

#rightcol h3{
	color: #738120;
}

#rightcol h3 span{
	background: #f0eee1;
}

#search input.keyword{
	color: #738120;
}

.box2 .blank{
	font-size: 1px;
	color: #e5e3d1
} 

.box2 .blank a {
	font-size: 1px;
	color: #e5e3d1;
	font-weight: normal;
	text-decoration: none;
} 

.blank{
	font-size: 1px;
	color: #f0eee1;
} 

.blank a {
	font-size: 1px;
	color: #f0eee1;
	font-weight: normal;
	text-decoration: none;
} 

