/* 
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{
	background: url(images/body_bg.png) #262829 repeat-x top;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#bg {
  width: 100%;
  background: url(images/page_bg.jpg) top center no-repeat;  
}



.box .top, .box .bot, .box .spacer {
  background: rgba(256,256,256,0.9);
}

/* Pages & Posts */

.post h1 {
  margin: 5px 0 30px;
  color: #000000;
}
.post h2 {
  font-size: 20px;
  text-transform: uppercase;
}
.post h2 em {
  color: #999;
  text-transform: lowercase;
  font-weight: normal;
}

.post img {
  border: 0;
}

/* Nav */
#nav1 li ul li a {
  color:#555555;
  font-size: 14px;
  line-height:30px;
}

