/*
THEME NAME: Etendi2
DESCRIPTION: Etendi's custom wordpress theme based on Sandbox 1.6
VERSION: 1.0
AUTHOR: Bindu Wavell
TAGS: etendi, sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Load blueprint style */
@import url('blueprint/screen.css'); 
.showgrid { background: none; }

/* Additional style tweaks for etendi */
body {
font-family:verdana,helvetica,clean,sans-serif;
color: #999999;
background:url('http://www.etendi.com/images/repeated-background.gif') repeat-x top left;
background-color: #FFFFFF;
}
a { text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited { color:#0000FF; }
h1, h2, h3 { margin-bottom: 0em; }
h2 { font-size: 1.5em; }

label {font-weight: normal; }
input#s { width: 100px; }
.container { 
background-color: #FFFFFF; 
padding: 1em;
}
#primary>ul.xoxo { margin: 0px; } 
#secondary>ul.xoxo { margin: 0px; } 
ul.xoxo>li { list-style:none; }
ul.blogroll>li { list-style:disc; }
#global-nav { font-size: 18px; color: #FFC450; text-align: right; }

div#blog-description {
font-family:serif;
font-size:19px;
font-style:italic;
color:#6c6c6c;
padding-top:10px;
}

h2.page-title {
color:#545454;
font-size: 2em;
font-weight: bold;
}

h2.entry-title a,h3.entry-title a {
text-decoration:none;
color:#545454;
}

div.entry-content {
color:#545454;
}

div#primary.sidebar h3,div#secondary.sidebar h3 {
color:#545454;
}

/* Hide some stuff */
#footer, li#pages, li#archives, li#meta, li#rss-links, .skip-link {
display:none;
}
