/* 
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.

*/
/* GEEKGIRL'S MOD TO CHANGE HEADER HEIGHT ON FRONT PAGE */
#header  {
	width: 980px;
	margin: 0 auto;
	height: 220px;
}

#header img  {
	float: left;
	margin: 45px 0 0 0;
}

body  {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 80%;
	line-height: 1.5;  /*unitless for proper inheritance*/
}

a:link, a:visited  {
	text-decoration: none;
        color: green;
}

.entry ol li {

list-style-type: decimal;

}

.entry blockquote  {
	padding: 10px 30px;
	color: #000;
        font-style: normal;
}


.wp-caption {
	text-align: left;
}

/* GEEKGIRL'S MOD TO CHANGE SLIDER HEIGHT ON FRONT PAGE */
#slider .scroll {
        height: 200px;
}

