/* 
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  {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/
} 

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
           color: #ff0099; 
line-height: 1.5;  /*unitless for proper inheritance*/
}

/* 1.2 Hyperlinks */

a:link { color: #ff0099; }, a:visited  { color: #ff0099; }
a:hover  { color: #0099ff !important; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	text-decoration: none; color: #ff0099;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {color: #0099ff !important; }

#header img { margin: 10px 0; }

#header #logo  {
	float: left;
	}

/* 2.4 Introduction */

#introduction  {
	padding-bottom: 20px;
}

#about  {
	position: relative;
	z-index: 0;
	float: left;
	width: 580px;
	margin: 0 0 0 -40px;
	padding: 17px 20px 17px 40px;
}

#about h2  {
	font-size: 24px;
}

#about p  {
	line-height: 20px;
}


#about img  {
	float: left;
	margin: 0 20px 10px 0;
}

#about .fold  {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 20px;
	height: 15px;
}
