/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file 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.
*/

#navigation{padding:10px 0; margin-bottom:10px;}

.nav li ul li a {
    color: #555555;
    background-color: #000000;
}

/* 2.1 Containers & Columns */
#wrapper  { padding:2px 8px 10px; }

/* 2.3 Header */
#header{padding:1px 0 0;clear:both;position:relative;}

#logo  { float:left; }
#logo img  { }
#logo .site-title { line-height: inherit; margin-bottom: 1px; }
#logo .site-title, #logo .site-description  { font-family:Georgia, serif; color: #000; display:none;  }
#logo .site-title a { color:#222; font-size:5px; line-height:5px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#999; font:italic 14px Georgia, serif; }

#topad {float:right;}

/* 3.2 Images */
.entry img, img.thumbnail { padding: 0px; border: none; }

img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; width: auto; margin: 10px 10px 10px 0; }
.alignright  { float: right; width: auto; margin: 10px 0 10px 10px; }
.aligncenter  { text-align: center; margin-bottom: 10px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

/* 2.4 Content */
#content{padding:0 0 10px; position:relative;}

#sidebar{background-color:#FFFFFF; overflow:hidden;}



/* 4.2 Generic Widgets */
.widget  { margin: 0 0 8px 0; font-size:12px; }

#footer-widgets .block { padding:15px 0 0 5px; width:225px; float:center; }

