/* 
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/1.5 "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #222222;
}

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #222222;
}

h1  {font-size: 38px} h2  {font-size: 36px} h3  {font-size: 30px}
h4  {font-size: 24px} h5  {font-size: 18px} h6  {font-size: 12px}

p  {margin: 18px 0;}


.entry blockquote  { padding: 10px 30px; margin: 0 0 18px 0; color: #373434;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}
.entry blockquote p  { margin: 0; }

.entry img  {
	border: 0px solid #bbb;
}

.entry .wp-caption {
	padding: 2px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	text-align:center;
	color: #333333;
	font: 11px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.reference { font: 9px/11px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif; color: gray;}

sup { font-size: 75%; position: relative; bottom: 0.4em;}