/* 
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: #D8E6FA;
}

#navigation {
display:none;
}

#header {
padding-top:1px;
}

#pagenav a {
display:block;
z-index:100;
text-decoration:none;
text-transform:uppercase;
font-size:15px;
font-family:raleway,Rockwell,Georgia,Linotype,Palatino,"Times New Roman",Times,serif;
font-style:bold;
color:#000;
margin:0;
padding:0 10px 1px;
}

#header-image {
    clear: both;
    padding: 12px 0 0;
}

#header-image img {
border:5px solid #FBDDDF;
clear:both;
}

li .head {
font-family:raleway,Helvetica,Arial,sans-serif;
font-size:105px;
font-style:normal;
font-variant:normal;
font-weight:100;
}

.site-title {
display:none;
}

.site-title a:link,.site-title a:visited {
color:#000;
text-decoration:none;
}

.widget ul.tweets li a:link, .widget ul.tweets li a:visited {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline;
    line-height: 1.5em;
    padding: 0;
    color: #F3686D;
}

.widget ul.tweets li {
    padding: 7px 0;
}

.widget_recent_comments li, .widget_twitter li {
    border-bottom: 1px solid #FBDDDF;
}

.entry ol li {
    list-style-type: decimal;
}

.post .title {
  	margin: 0 0 15px;
    padding: 0 0 6px;
}