/* 
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.

*/

/* PAGES NAVIGATION */
#pagenav  { margin-top: 25px; }
#pagenav a  { display:block; z-index:100; margin: 0; padding:0 15px 10px 15px; text-decoration: none; text-transform: uppercase; font-size: 18px; font-family: Helvetica, arial, sans-serif; color: #000;  }
#pagenav li ul a:link, #pagenav li ul a:visited  { padding: 0 0 0 10px; font-family: Helvetica, Arial, sans-serif !important; font-size: 14px; text-transform: none; border: none; }
#pagenav li.rss a  { padding-right: 25px; }

/* 2.4 Content */
#content{
   -moz-box-shadow: #000 3px 4px 3px;
	-webkit-box-shadow: #000 3px 4px 3px;
	background-image: url('images/paper.jpg');
	background-position: top;
	background-repeat: repeat-y;
	min-height:550px;
	padding:0;
	}
	
* html #content{height:550px;}

#main{width:620px;}
#main.fullwidth  { width: 940px; }

/* 2.5 Sidebar */
#sidebar{margin-right:20px;width:290px;overflow:hidden;}

.post  { position: relative; margin: 5px 5px 65px 5px; padding: 45px 50px; background-color: #fff; border: 5px solid #eee; }

#breadcrumb  { font-size: 14px; font-weight: normal; padding: 0px 0px 0px 40px; }

h1  {
	font-size: 30px;
} 

h2  {font-size: 24px; font-weight: bold;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

/* 2.7 Footer */
#footer  { font-family: Helvetica, Arial, sans-serif; font-size: 11px; padding: 20px 0; background-color: #000; color: #fff; text-transform: uppercase; }
#footer a:link, #footer a:visited  { color: #fff; }
#footer p  { margin: 5px 0 0 0; }
#footer #credit img  { vertical-align: middle; }
#footer #credit span  { display: none; }