/* 
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.

*/

h3  {font-size: 16px;}

#header{padding:15px 0;clear:both;position:relative;}

#breadcrumb, .archive_header  { font-family: Helvetica, Arial, sans-serif; display: block; margin:10px 0; padding: 0 40px; font-size: 18px; font-weight: bold; color: #000; }
#breadcrumb  { font-size: 14px; font-weight: normal; padding: 0; }

.post  { position: relative; margin: 0 0 20px 0; padding: 25px 45px; background-color: #fff; border: 5px solid #efefef; }
.post .title  { width:100%; position:relative; margin: 0 0 30px 0; padding: 0 0 25px 0; color: #000; border-bottom: 1px solid #e7e7e7; font-size: 32px; }
.post .title a:link, .post .title a:visited  { color: #000; }
.post .title a:hover  { text-decoration: none; }

#tablecontents {
	background:url('images/contents.gif') repeat;
        color:#000000;
        font-size:12px;
	width:200px;
        float:left;
	text-align:left;
        padding-left:10px;
        padding-top:5px;
        padding-right:5px;
        padding-bottom:5px;
        margin-right:10px;
        margin-bottom:10px;
        border:dotted 1px;
        border-color:#000000;
	}
#backtop {
        font-size:12px;
        float:right;
        padding-right:20px;
        padding-bottom:10px;
        }
