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

*/


/* 1.2 Hyperlinks */
a:link, a:visited  { color: #00a0ef; text-decoration:none;}

/* 2.1 Containers & Columns */
#wrapper  { background:#fff; }
#top { background: #222222 url(images/bggalaxy.png) no-repeat top center; }

/* 2.2 Navigation */
#nav a  { font: 15px/23px /*17px/26px*/ 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; display:block; z-index:100; padding:0 20px/*0 15px*/; color:#fff; text-decoration:none; text-transform:uppercase;}
ul#nav { margin-top:30px; }

#nav li li.current_page_item, #nav li li.current_page_parent { background: none; }

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

/* 2.6 Footer */
#footer{background:#101010; padding: 20px 0; color:#eeeeee;}

/* 2.7 Homepage */
#featured { background:url() repeat-x top; padding-top:20px; height:323px; /*Image is 940px*/ }
#featured .featured-image  { position:relative; padding-left:20px; float:right;}
#featured h2 { color:#00aeef; font-family: "trebuchet MS",sans-serif;
font-size: 40px;
font-weight: bold;
letter-spacing: 3pt;
word-spacing: -5.6pt;
line-height: 1.1;
margin-bottom:15px;
text-shadow: #121212 -7px 2px 3px;}
#featured p { color:#f6f6f6; font-family: "lucida sans unicode","lucida grande",sans-serif;
font-size: 18px;
line-height: 2.2;}

/* 3.2 Images */
.entry img, img.thumbnail { padding: 5px; border: 1px solid #e6e6e6; background:none;}  