/* 
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-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#featured {
  font-size: 1.3em;
}

#featured h3 {
  font-size: 1.2em;
}

#content h3  {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#main_content #top p {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#featured .information ol li  {
	list-style-type: decimal;
}

#main_content ol li  {
	list-style-type: decimal;
}

#main_content ol li ol li  {
	list-style-type: decimal;
}

#main_content ol {
  margin-bottom: 20px;
}

.post h1 {
  font-size: 1.8em;
}
