/*
Theme Name: Strathmore
Theme URI: http://www.analysethis.com.au/
Description: A WordPress Theme which uses the Blueprint CSS Framework created originally for analysethis.com.au.
Version: 1.0
Author: Prashant Raju
Author URI: http://www.analysethis.com.au
Tags: two columns, minimalistic, blueprint, clean
The CSS, HTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Globals */
a { color:#006699; }
a:hover { color:#cc0000; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.highlight { background:yellow; }
.underline { text-decoration:underline; }

/* Social links */
.rss { background:#ec7000; color:#fff; }
.rss a { color: #fff; }
.rss a:hover { text-decoration: none; }
.twitter { background:#206cff; color:#fff; }
.twitter a { color: #fff; }
.twitter a:hover { text-decoration: none; }

/* Header */
#header { background:url('images/logo.gif') no-repeat; border-bottom:1px solid #eee; height:73px; margin-top:2.90em; width:870px; }
/* Replace the image above with your own logo - make sure to keep the height to 73px and the width to 870px */
#header a { display:block; height:73px; text-indent:-9999px; width:870px; }

/* Wrapper */
#wrapper { margin:2.90em 0; }

/* Content */
.post-title { font-family:Georgia,"New Century Schoolbook","Nimbus Roman No9 L", serif; }
#content h2 a { text-decoration: none; }
#content h2 a:hover { text-decoration: underline; }
#content img { border:1px solid #eee; padding:2px; }
#content .entry, .post-metadata, #navigation { font-size:1.0em; }
#content table { border-collapse:collapse; }
#content table th { background: #eee; border: 1px solid #ddd;}
#content table td { border: 1px solid #ddd; }
#content .inline-pre { font:1em 'andale mono', 'lucida console', monospace !important; }

/* Comments */
#comments img { border: none; padding: 0; }
#comments ol { margin:0; padding:0; list-style-type:none; }
#comments ol li { padding: 1.5em; margin-bottom:1.5em; background:#f5f5f5; }
#comments ol li.alt { background:#ffcccc; }
#comments ol li p { margin:1.5em 0 0 0;}

/* Sidebar */
#sidebar ul {margin:0;}
#sidebar .top-widget {margin-top:10px;}
