/*
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
---
Version 1.2 Notes
 - Added fixes to Comment dates being the Post date
---
Version 1.1 Notes
 - Images in comments do not have the 1px border
 - Comment dates are now fixed (were displaying the creation date of the post)
---
*/

/* 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; }

.smalllinks {
font-family: arial;
font-size: .8em;
text-transform: uppercase;
color: #c0c0c0;
margin-top: -15px;
}

.smalllinks2 {
font-family: arial;
font-size: .8em;
text-transform: uppercase;
color: #333;
margin-top: -5px;

}

.smalllinks3 {
font-family: arial;
font-size: .8em;
text-transform: uppercase;
color: #333;
margin-top: -25px;

}

.smalllinks33 {
font-family: arial;
font-size: .8em;
text-transform: uppercase;
color: #333;
margin-top: -5px;

}

.smalllinks4 {
font-family: arial;
font-size: .6em;
text-transform: uppercase;
color: #333;
margin-top: 0px;
}


.smalllinks5 {
font-family: arial;
font-size: .8em;
text-transform: uppercase;
color: #333;
margin-top: 5px;
}

.smalllinks a {  
        color: #000; 
	text-decoration: none;
        border-bottom: 0px dotted #eee;
}

.smalllinks a:visited {   
        color: #000;
	text-decoration: none;
        border-bottom: 0px dotted #eee;
}


.smalllinks a:hover {   
        color: #000;
	text-decoration: none;
        border-bottom: 1px dashed #FF0099;
}

.smalllinks a.bluelink:hover {   
        color: #000;
	text-decoration: none;
        border-bottom: 1px dashed #00ccff;
}

#linkbar {   
	font-size: 1.5em;
	font-weight: normal;
	font-family: Verdana, Arial, georgia;
        border-bottom: 1px solid #eee;
        padding: 10px;
        padding-left: 20px;
        background: #000;
        margin: 0px;
        border-top: 6px solid #ff00cc;
        margin-top: 20px;
}

#linkbar a {  
        color: #fff; 
	text-decoration: none;
        border-bottom: 0px dotted #eee;
}

#linkbar a:visited {   
        color: #fff;
	text-decoration: none;
        border-bottom: 0px dotted #eee;
}


#linkbar a:hover {   
        color: #fff;
	text-decoration: none;
        border-bottom: 2px solid #FF0099;
}

#linkbar a.bluelink:hover {   
        color: #fff;
	text-decoration: none;
        border-bottom: 2px solid #00ccff;
}

/* 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 { border-bottom:1px solid #eee; width:870px; padding-top: 10px; padding-bottom: 15px; }


/* Wrapper */
#wrapper { margin:2.90em 0; }

/* Content */
.post-title { font-family: Georgia, Verdana,"New Century Schoolbook","Nimbus Roman No9 L", serif;  margin-top: 0px; margin-bottom: 0px;}
#content h1 a { color: #000; text-decoration: none; border-bottom: 0px dashed #eee; text-transform: lowercase; background: #fff; padding: 2px; padding-left: 4px; padding-right: 4px;}
#content h1 a:visited { color: #000; text-decoration: none; border-bottom: 0px dashed #eee; text-transform: lowercase;  background: #fff; padding: 2px; padding-left: 4px; padding-right: 4px;}
#content h1 a:hover { color: #00ccff; text-decoration: none; border-bottom: 0px dashed #eee; text-transform: lowercase;  background: #fff; padding: 2px;padding-left: 4px; padding-right: 4px;}
#content img { border:1px solid #eee; padding:2px; }
#content .entry, .post-metadata, #navigation { font-size:1.2em; }
#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; }

#content a {
	color: #ff0099;
        text-decoration: none;
        border-bottom: 1px dashed #eee;
}

#content a:visited {
	color: #ff0099;
        text-decoration: none;
        border-bottom: 1px dashed #eee;
}

#content a:hover {
	color: #00ccff;
        text-decoration: none;
        border-bottom: 1px dashed #ccc;
}

/* 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;}

.smalltype {
padding-top: 5px;
font-weight: normal;
font-size: 1.4em;
color: #333;
line-height: 1.2em;
}

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 25px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

