/* 
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.

*/

/* enlarge overall font size */
body{ 
	font: .8em "Trebuchet MS", Arial, Helvetica;
}

#footer {
  font-size: .9em !important;
}

h2{
	letter-spacing: 0px;
}

/* center intro text */
span.intro {
display:block;
text-align: center;
}

/* reduce spacing between menu items */
#nav1 li {
	margin: 0 2px 0 0;
}


/* Used to hide widget title from displaying on home page as the included page already displays the title, allows for full content editing all on the same page */

.col6 h3 {
  display:none;
}
.col6 h3.show {
  display:block;
}

/* For two column displays on standard page with sidebar */
.two-col-1 {
float:left;
width: 250px;
}
.two-col-2 {
float:right;
width: 260px;
}

.two-col-1 p,
.two-col-2 p{
	padding: 0 0 0.75em
}
