/*  
Theme Name: DCS5
Version: 1.0.0
Author: David Andersson
Author URI: http://davidincyberspace.com/
Tags: simple, two-columns, fixed-width, multi-threaded-comments
Description: My sleek, simple WP theme for my blog. Inspiried by others, too many to mention...
*/




/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }




/* Font Stacks -------------------------------- */
body, form *, #respond #cancel-comment-reply-link { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.content h2, h3, #postbox label, #help dd {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}
code, pre { font-family: Monaco, Consolas, "Courier New", monospace; }
/* -------------------------------------------- */




html {
	font-size: 100%;
}
body {
	font-size: 62.5%;
	background: #fff;
}
a, a:visited, h1 a:visited, a:active, #main .selected .actions a, #main .selected .actions a:link, #main .selected .actions a:visited, #help dt {
	color: #0033cc; 
}
a:hover, h1 a:hover, #main .selected .actions a:hover, #main .selected .actions a:active {
	color: #d54e21;
}




h1, h2{
    font-family: georgia, times, serif;
    font-size: 3em;
    margin: 0 0 12px 0;
}




h1 a, h2 a, h1 a:visited, h2 a:visited, h1 a:hover, h2 a:hover{
    color: #333;
    border: 0;
}




.content h2{
    margin: 6px 0;
    font-size: 1.3em;
    font-weight: 700;
    color:333;
}












h4, h5, h6 {
	font-weight: 500;
}




p{
    margin: 0 0 1em 0;
}




h1 a:hover {
	border: none;
}
a:hover {
	border-bottom: 1px solid #d54e21;
}




strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
code, pre {
	font-size: 1.1em;
}
code {
	background: #f1f1f1;
}
acronym {
	border-bottom: 1px dotted rgb(85, 85, 85);
	cursor: help;
}
blockquote {
	padding-left: 8px;
	font-style: italic;
	color: #888;
	background: #f1f1f1;
	padding: 2px 12px;
}








/* structure */
#wrapper{
    width: 980px;
    margin: 0 auto;
}




#menu{
    padding: 0 0 4em 0;
    height: 24px;
    vertical-align: middle;    
}




#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}




#menu ul li{
    float: left;
    margin: 0;
    padding: 0;
    font-size: 1em;
    text-transform:uppercase;
}




#menu ul li a{
    float: left;
    display: block;
    width: 7em;
    line-height: 1.4em;
    padding: .5em 0 1.4em 0;
    text-align: center;
    margin: 0;
    text-decoration: none;
    border: none;
    color: #333;
    letter-spacing: 1px;
}




#menu ul li a:hover{
    color:#d54e21;
    background: #f0f0f0;
}




#menu ul li.current_page_item a, #menu ul li.current_page_item a:hover {
    display: block;
    line-height: 1.4em;	    
    background: #f0f0f0;
}




#menu .left{
    float: left;
    width: 550px;
}




#menu .right{
    float: right;
    width: 270px;
    text-align: right;
}




#menu .right ul{
    text-align: right;
    padding-top: 7px;
}




#menu .right ul li{
    text-align: right;
    margin: 0 5px 0 0;
}




#menu .right ul li.mail{
    background: url(i/mail20.gif) no-repeat;
    padding: 2px 0 10px 26px;
    margin: 0;
}




#menu .right ul li.twitter{
    background: url(i/twitter20.gif) no-repeat;
    padding: 2px 8px 10px 20px;
}
#menu .right ul li.rss{
    background: url(i/rss20.gif) no-repeat;
    padding: 2px 10px 10px 20px;
}
#menu .right ul li.follow{
    padding: 2px 10px 0 0;
}




#masthead{
    background:url(images/masthead.png) no-repeat 0 0;
    height:150px;
    clear: both;
    margin-bottom: 2.8em;
}




#main{
    width: 580px;
    float: left;
    overflow:hidden;
    padding: 0 0 20px 0;
}




.content img{
    float: left;
    margin: 4px 20px 20px 0;
}








/* widgets / sidebar */
#sidebar{
    width: 310px;
    float: right;
    overflow: hidden;
    background: #f7f7f7;
    padding: 20px;
    border-top: 1px dotted #ddd;
}




#sidebar h2{
    font-size: 1.6em;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    margin: 0 0 8px 0;
}




#sidebar a:hover{
    border:0;
    text-decoration:none;
}




#sidebar ul{
    margin-bottom: 20px;
}




#sidebar ul li {
    list-style:none;
    font-size: 1.1em;
    margin: 4px 0;
}




#sidebar ul#most-read li{
    margin: 4px;
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    padding: 4px 0;
}




#sidebar .rss{
    margin: 0;
    font-size: 1.2em;
}




#sidebar .rss .left{
    float: left;
    width: 110px;
    margin: 0;
    padding: 0;
}




#sidebar .rss .right{
    float: right;
    width: 190px;
    text-align: left;
    margin: 0;
    padding: 0;
}




#sidebar .adbar_google{
    padding: 10px 0;
}




#sidebar .servint-big{
    margin: 0;
    font-size: 1em;
}




#sidebar .servint-big .left{
    float: left;
    width: 135px;
    margin: 0;
    padding: 0;
}




#sidebar .servint-big .right{
    float: right;
    width: 165px;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}




#sidebar p.subtext{
    color: #777;
    margin: -6px 0 8px 0;
}




#sidebar .links{
    margin-top: 0px;
    font-size: 1.2em;
    font-weight: 700;
}




#sidebar ul.pointlist{    
    margin: -2px 0 0 0;
    padding:0 0 10px 0;
}




#sidebar ul.pointlist li{
    background:url(images/icons.gif) 0 -320px no-repeat;
    padding-left:18px;
    list-style:none;
    font-size: 0.9em;
}












#footer{
    clear: both;
    padding:10px 0 20px 0;
    border-top: 1px solid #ccc;
    font-size: 1.3em;    
}




.notify{
    color: #999;
}








.fixed{
    clear: both;
}








/* posts */
.info{
    border:1px solid #ccc;
    border-width:1px 0;
    font-size: 1.1em;
    padding: 5px 2px;
    color: #777;
}




.post .content{
    font-size: 1.3em;
    margin:10px 0;
    padding:0 0 0 5px;
    line-height:145%;
    overflow:hidden;
}




.post .content img {
	max-width:560px;
}
.post .content ul,
.post .content ol {
	padding-bottom:10px;
}
.post .content ul li,
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}




.left{
    float: left;
}




.right{
    float: right;
    text-align:right;
}




.post .under {
    height:16px;
    line-height:16px;
    font-size:11px;
    margin-bottom:10px;
}




.post .foot {
	overflow:hidden;
	clear:both;
	margin:.67em 0 0;
	padding:.33em 0 6em 0;
	width:100%;
	color:#2a2a2a;
	list-style:none outside;
	border-top:1px dotted #d3d3d3;
}
.post .foot li {
	margin:0;
	padding:0;
}
.post .foot .alpha {
	float:left;
	font-size:1.4em;
	line-height:2;
	font-weight:700;
}
.post .foot .beta {
	float:right;
        padding: 5px 0 0 0;
}
.post .foot .liaison {
	margin:0;
	padding:0;
	list-style:none outside;
	line-height:1.5;
}
.post .foot .liaison li {
	padding:0 0 0 20px;
	margin:0 0 0 5px;
	float:left;
        font-size: 1.1em;
}
.post .foot .liaison li a {
	color:#2a2a2a;
}




.post .foot .liaison li a:hover{
    text-decoration: none;
    border: 0;
}




.post .foot .liaison li a:visited {
	color:#4a4a4a;
}
.post .foot .liaison .share {
	padding:0;
}
.post .foot .liaison .rss {
        padding: 0 8px 0 18px;
        background: url(images/rss20.gif) no-repeat;
}
.post .foot .liaison .twitter {
        padding: 0 8px 0 18px;
	background: url(images/twitter20.gif) no-repeat;
}
.post .foot .liaison .email {
	padding: 0 8px 0 22px;
        background: url(images/mail20.gif) no-repeat;
}
.post .foot .liaison .sharethis {
	padding: 0 8px 0 19px;
        background: url(images/sharethis20.gif) no-repeat;
}








/* Comments */
#postnavi, #pagenavi{
    background: #E0E5ED;
    padding: 10px;
    font-size: 1.4em;
    font-weight: 700;
}




#postnavi .next, #pagenavi .newer{
    float: left;
}




#postnavi .prev, #pagenavi .older{
    float: right;
    text-align: right;
}




#comments{
    background: #E0E5ED;
    padding: 10px;
    font-size: 1.2em;
    margin: 10px 0;
}




h2.comments{
    font-size: 1.4em;
    font-weight: 700;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    margin: 10px 0 8px 0;
}




ol.commentlist { list-style:none; margin:0 0 30px; padding:10px; background:#fff;}
ol.commentlist li { clear: both; padding-bottom: 16px;/* border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; */ }
ol.commentlist li div.comment-author{ background: #F3F3F3; height: 38px; width: 100%;}
ol.commentlist li div.comment-author.vcard{  float: left;  }
ol.commentlist li div.comment-bodytext{ clear: both; margin: 0 0 4px 0; padding-top:6px; border:1px solid #ccc; border-width: 0 0 1px 0;}
ol.commentlist li div.vcard cite.fn { font-size: 1.2em; font-weight: 700; color: #444; float: left; padding-top: 11px;}
ol.commentlist li div.vcard .says { display: none;}
ol.commentlist li div.reply{ font-weight: 700;}
ol.commentlist li div.vcard img.avatar { float: left; margin-right: 10px;/* background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; */}
ol.commentlist li div.comment-meta { float: left; padding-top: 11px; margin-left: 10px; /* font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; */}
ol.commentlist li div.comment-meta a { color:#777; text-decoration:none; }
ol.commentlist li p { line-height: 16px; margin:5px 0 12px; }
ol.commentlist li ul { line-height: 16px; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:10px 0 10px 40px; /* border: 1px solid #ccc; */}
ol.commentlist li ul.children li.depth-3 { margin:10px 0 10px 40px; /* border: 1px solid #ccc; */}
ol.commentlist li ul.children li.depth-4 { margin:10px 0 10px 40px; }
ol.commentlist li ul.children li.depth-5 { margin:10px 0 10px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#fff; }




textarea#comment{
    width: 98%;
}




.wpcf7{
   background: #E0E5ED;   
}




.wpcf7 form{
    padding: 0 10px 10px 10px;
}




.wpcf7 form p{
    padding-top: 10px;
}




.wpcf7 form textarea{
    width: 90%;
}


.aligncenter,
div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption.alignleft {
 float: left;
 margin: 2px 12px 6px 0;
}
.wp-caption.alignright {
 float: right;
 margin: 2px 0 6px 12px;
}
.wp-caption {
 border: 1px solid #ddd;
 text-align: center;
 background-color: #f3f3f3;
 padding-top: 4px;
 margin: 0;
 /* optional rounded corners for browsers that support it */
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}
.wp-caption img {
 margin: 0 5px 5px 5px;
 padding: 0;
 border: 0 none;
}
.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
}















