/*   
Theme Name: YUI-Mainstream
Theme URI: http://buzzdroid.com/
Description: A minimal theme by <a href="http://buzzdroid.com">Buzzdroid.com</a> using the yahoo UI grid css and optimised for SEO, based upon the work of Ian Purton and his SEO Sandbox Theme
Author: BuzzDroid
Author URI: http://buzzdroid.com
Version: 1.0
*/
html {
background:#fff;
}

#hd {
margin-bottom:5px;
border-bottom:5px solid #d2d2d2;
}

#hd a {
color:#000;
}

.blogtitle {
font-size:3em;
letter-spacing:-1px;
}

.blogdescription {
font-family:helvetica, arial, sans-serif;
letter-spacing:-1px;
font-size:1.4em;
color:#005699;
float:right;
}

a:link,a:active,a:hover,a:visited {
color:#005699;
text-decoration:none;
}

h1 a:link,h1 a:active,h1 a:hover,h1 a:visited {
color:#78aa0d;
}

h1,h2,h3,h4 {
letter-spacing:-1px;
font-family:trebuchet ms, sans-serif;
}

h1 {
color:#78aa0d;
font-size:2em;
}

h3 {
font-size:1.6em;
}

code {
display:block;
border:1px solid #d2d2d2;
background:#fff url(images/hatch_diag.gif);
}

#topnav {
font-family:Georgia, Sans-Serif;
padding-left:10px;
margin-bottom:10px;
background:#fff url(images/hatch_diag.gif);
border:1px solid #ddd;
}

#topnav a {
text-decoration:none;
color:#;
}

#topnav ul {
padding:10px 0;
}

#topnav ul li {
display:inline;
font-size:136%;
padding:0 20px 0 0;
}

#topnav li a:hover {
text-decoration:none;
}

.story-content a:link,.story-content a:hover,.story-content a:visited {
text-decoration:underline;
}

.story-content p,.categories p,.archives p {
line-height:140%;
padding-top:5px;
padding-bottom:15px;
}

.story-content ul,ol {
margin:5px 0 5px 40px;
}

.story-content ul li,ol li {
list-style:decimal;
padding:5px;
}

.story-content ul li {
list-style:square;
}

.post-wrap {
padding-bottom:5px;
margin-bottom:15px;
background:url(images/dotted_horizontal.gif) repeat-x left bottom;
}

/*comments*/
.singlemeta {
padding-top:5px;
}

.interact {
padding-top:5px;
padding-bottom:15px;
}

#commentwrap p {
line-height:140%;
padding-top:5px;
padding-bottom:5px;
}

/*images*/
.story-content img {
border:1px solid #ccc;
padding:4px;
}

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
}

img.alignright {
display:inline;
margin:0 0 2px 7px;
padding:4px;
}

img.alignleft {
display:inline;
margin:0 7px 2px 0;
padding:4px;
}

img.alignleft.feed {
display:inline;
margin:0 7px 0 0;
}

img.fullwidth {
width:100%;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

/*widgets*/
.widget,#sidebar ul li {
border:1px solid #ddd;
margin-bottom:10px;
}

#sidebar ul li ul li {
border:none;
margin:5px;
}

.widgettitle,#sidebar ul li h2 {
padding-bottom:5px;
background:#fff url(images/hatch_diag.gif);
border-bottom:1px solid #ddd;
}

.alert {
background:#fff6bf url(images/exclamation.png) 15px center no-repeat;
text-align:left;
margin-bottom:10px;
border-top:2px solid #ffd324;
border-bottom:2px solid #ffd324;
padding:5px 20px 5px 45px;
}

blockquote {
background:url(images/quote.gif) no-repeat;
background-position:top left;
padding-left:20px;
text-align:justify;
}

p.withunquote {
background:url(images/unquote.gif) no-repeat;
background-position:bottom right;
padding-right:5px;
margin-bottom:15px;
}

#ft {
text-align:center;
background:#ccc;
}