/*
Theme Name: The Quirky Socialworker
Theme URI: http://www.thequirkysocialworker.com
Description: The Quirky Socialworker Theme
Version: 1.0
Author: Richard Stanley
Author URI: http://www.thequirkysocialworker.com

	This theme was designed and built by Richard Stanley
	
*/

/*
5e8753 = dark green
9bc88e = light green
f27c33 = dark orange
f5d856 = light orange
5c5440 = dark brown
d1dbb9 = light brown / tan
*/

/* clear
----------------------------*/

.clear{clear:both;float:none;height:1%;margin:0;padding:0;}
.clearfix:after{content:".";clear:both;display:block;height:0;visibility:hidden;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

/* reset
----------------------------*/

html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,
del,dfn,em,img,q,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
body{line-height:1.5;}
table{border-collapse:collapse;border-spacing:0;}
caption,th,td{font-weight:normal;text-align:left;}
table,td,th{vertical-align:top;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
strong{font-weight:bold;}
em{font-style:italic;}
a img{border:none;}
*{outline:none;}
img{vertical-align:bottom;}

/* typography
---------------------------------*/

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#f27c33;}
h1,h2{font-weight:normal;font-size:2.2em;margin-bottom:.4em;}
h3{font-size:1.75em;}
p { font-size: 1.1em; line-height: 1.35em; padding: 0; margin: 0 0 1em 0; }
a { color: #6a9ac0; text-decoration: none; }
a:hover { text-decoration: underline; }

/* main 
---------------------------------*/

html,body{margin:0;padding:0;height:100%;}
body{background:#5c5440;font:normal .8em georgia, serif;}

#header,#main,#footer{position:relative;width:100%;}
.content{margin:0 auto;position:relative;width:960px;}

#header{background:#9bc88e;border-bottom:1px dotted #fff;height:74px;}
#header .content{height:74px;}
#header a{color:#5e8753;font-size:2.2em;font-style:italic;line-height:74px;}

#main{background:#fff url(images/main-bg.png) repeat-x;}
#main .content{padding:40px 0}
#leftcolumn{float:left;width:694px;}
#sidebar{background:#f5d856 url(images/sidebar-top.png) no-repeat;float:right;padding-top:15px;width:246px;}
#sidebarfooter{background:#f5d856 url(images/sidebar-bottom.png) no-repeat;height:3px;}

#footer{background:#5c5440 url(images/footer-bg.png) repeat-x;color:#d1dbb9;height:200px;padding-top:50px;}
#footer .content a{color:#d1dbb9;text-decoration:underline;}

/* posts 
---------------------------------*/

.post{margin-bottom:2em;}
.entry{}
.postmetadata{background:#d1dbb9;color:#333;padding:7px;}
.postmetadata a{color:#333;text-decoration:underline;}

.entry img{margin: 0 5px 5px 0;border: 3px solid #9bc88e;}
.alignleft{float:left;}
.alignright{float:right;}
.aligncenter{margin-left:auto;margin-right:auto;}

/* sidebar 
---------------------------------*/

.sidebarblock{padding:0 15px 15px 15px;}
.sidebarblock h3{border-bottom:1px dotted #f27c33;color:#f27c33;font-size:1.5em;margin-bottom:3px;padding-bottom:3px;}
.sidebarblock ul{font-size:1.2em;list-style:none;padding:0;}
.sidebarblock ul li{margin:0 0 5px 0;}
.sidebarblock a{color:#5c5440;font-style:italic;}




