/* 
Theme Name: Desk Mess
Theme URI: http://www.geekwithlaptop.com/desk-mess-wordpress-theme
Description: Casual work-desk theme for a different blogging experience.Brought to you <a href="http://www.geekwithlaptop.com">Geek with Laptop</a>
Version: 1.4
Author: Geek With Laptop
Author URL: http://www.geekwithlaptop.com
Tags: valid XHTML, fixed width, wood, two columns, widgets, gravatars, right sidebar, 

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/* = GLOBAL = */
* {margin:0;padding:0;}

body {
  margin: 0 0 0 0;
  padding: 0;
  background: #daba6f url(images/bg.jpg) repeat top left;
  font: normal 13px "Trebuchet MS";
  color: #000;
}
a, a:visited, a:active, a:hover {
  color: #a0410d;
  text-decoration:underline;
  font:normal 13px "Trebuchet MS";
}

h1 {
}
h2 {
}
h3 {
}

ul, li, img, a{list-style:none;margin:0;padding:0;}
a, img{border:none;}
img{display:block;}

.clear {
  clear: both;
  height: 100%;
}

.clear-thin {
  font-size: 0;
  height: 0;
}

.clear:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

/* === MAIN AREA == */ 
#mainwrap {
  margin: 0 auto;
  width: 1024px;
}

#wrapper {
  background: transparent url("images/mainmidpart.png") repeat-y 0 0;
  padding-bottom: 40px;
  margin: 0 auto;
  width: 940px;
}

#maintop {
  margin: 0 auto;
  width: 940px;
}

#content {
  padding: 0 0 0 37px;
}

/* === MAIN BLOG === */

#main-blog {
  float:left;
  width:467px;
}
#main-blog .post h1 {
  font:normal 29px "Georgia";
  color:#d34f43;
  margin:27px 0 0px 0;
}

#main-blog .post h1 a, 
#main-blog .post h1 a:visited, 
#main-blog .post h1 a:active, 
#main-blog .post h1 a:hover{
  font:normal 29px "Georgia";
  color:#d34f43;
  text-decoration:none;
}
#main-blog .post p a, 
#main-blog .post p a:active, 
#main-blog .post p a:visited,
#main-blog .post p a:hover{
  text-decoration:none;
  border-bottom:dashed 1px #a0410d;
}

.postdata {
  border-top: 1px dotted #666;
  color: #243525;
  font: normal 13px "Georgia";
  margin-top: 10px;
  padding: 10px 0 14px 0;
}

.post {
}

.post p {
  margin:0 0 20px 0;
}

post ul {
  margin-left:35px
}
.post-comments {

}
.post-social {
  float: right;
  width: 78px;
  height: 74px;
  margin:-22px 30px 0 0;
  background: url("images/socialbck.png") no-repeat;
}

.post-comments a:link, .post-comments a:visited, .post-comments a:active, .post-comments a:hover{
  color:#4a4131;
  text-decoration:none;
}
.post-comments a:hover {
  color:#d21600;
}

/* === SIDEBAR == */
#sidebar {
  float: left;
  width: 160px;
  margin: 24px 20px 0 0;
/*   margin:0 20px 0 30px; */
}

#sidebar-content #MariasImg img{margin:0 auto 12px auto;border:solid 1px #e6544b;cursor:pointer;}

.widget {
  background:transparent url("images/icon03.gif") no-repeat 0 0;
  padding:0 0 10px 28px;
}

/*.widget + .widget {background:transparent url("images/icon.gif") no-repeat 0 0;}
.widget + .widget + .widget{background:transparent url("images/icon02.gif") no-repeat 0 0;}
.widget + .widget + .widget + .widget{background:transparent url("images/icon.gif") no-repeat 0 0;}
.widget + .widget + .widget + .widget + .widget {background:transparent url("images/icon02.gif") no-repeat 0 0;}
.widget + .widget + .widget + .widget + .widget + .widget{background:transparent url("images/icon.gif") no-repeat 0 0;
}*/

.widget p {
}
  
.widget h2,
.textwidget h2 {
  text-transform:uppercase;
  font:bold 13px "Minion Pro";
  font-stretch:extra-condensed;
}
.widget ul {
}
.widget ul li {
}
.widget_recent_entries ul li {
	padding:0 0 5px 0;
}
.widget ul li a{
	line-height:15px;
	
}
.textwidget{
}
.textwidget h2 a,
.textwidget h2 a:active,
.textwidget h2 a:visited,
.textwidget h2 a:hover{
  text-transform:uppercase;
  font:bold 13px "Minion Pro";
  font-stretch:extra-condensed;
  color:#000;
  text-decoration:none;
}
.widget ul li a:hover{

}    

.widget.widget_rss{
  background:#FFF url(images/rss.gif) no-repeat scroll 0 -2%;
  padding-left:35px;
}
.rsswidget img{display:none;}

.rss {  
}

.widget_rss a,
.widget_rss a:active,
.widget_rss a:visited,
.widget_rss a:hover{
  text-transform:uppercase;
  font:bold 13px "Minion Pro";
  font-stretch:extra-condensed;
  color:#000;
  text-decoration:none;
}

/*-- SEARCH BLOCK --*/
#form-search {
  margin-top: 5px;
}

#form-search fieldset {
  border: 0;
  margin: 0 10px 0 0;
  padding: 0;
}

#form-search-string {
  display: inline;
  float: right;
  margin-bottom: 6px;
  padding: 1px;
  width: 115px;
}

#form-search-submit {
  display: inline;
  float: right;
}

/*---AD BLOCK --*/
#ad{float:left;width:160px;margin:24px 0 0px 45px;text-align:center;}
#ad p{color:#666;font:normal 8px Verdana;margin:6px 0 0 0;}

/* --- IMAGES --- */
p img {
  padding:0;
  max-width:100%;  
}

img.aligncenter {
  margin-left:auto;
  margin-right:auto;
  display:block;
}
img.alignright {
  display:inline;
}
img.alignleft {
  display:inline;
}
.alignleft {
  float:left
}
.alignright {
  float:right;
}
.wp-caption {
  width:465px !important;
  background:#fbf7dc url("images/shadow.gif") no-repeat 100% 100%;
  padding:0 0 6px 0;
  float:left;
}
.wp-caption a{
  display:block;
}
.wp-caption img {
  float:left;
  margin-right:10px;
}

.wp-caption p.wp-caption-text {
  color: #d34f43;
  float: left;
  font: italic 13px "Trebuchet MS";
  padding: 0.5em;
}

p.single-meta{}

/* == FOOTER == */
#bottom {
  background: transparent url("images/footer.png") no-repeat 0 0;
  height: 9px;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 940px;
}

.copyright{text-align:center;color:#666;font:normal 13px "Trebuchet MS";}
.copyright a,
.copyright a:active,
.copyright a:visited,
.copyright a:hover{
  color:#666;
  font:normal 13px "Trebuchet MS";
  border-bottom:dotted 1px;
  text-decoration:none;
}

#end-page {
  height: 20px;
  width: 20px;
}

#wp-footer{
  position:absolute;
  background: url(images/footer-wp.png) no-repeat;
  width:95px;
  height:26px;
  margin-top:95px;
  margin-left:460px;
}  
#wp-footer a {
  display: block;
  height: 0;
  padding-top:26px;
  overflow: hidden;
  text-decoration: none;
  width: 95px;
}
#wp-footer a:hover {
  background: url(images/footer-wp.png)  no-repeat 0 -28px;
}

#wrapper-pvn-network {
  padding: 16px 0;
  text-align: center;
}

#wrapper-pvn-network img {
  display: inline;
}

/*------------------COMMENTS----------*/
.commentlist {
  padding: 0 0 20px 0;
  text-align: justify;
}
.commentlist p {
  margin: 0 15px 10px 2px;
  clear:both;
}
#commentform p {
  margin: 5px 0;
}

#wrapper-form-feedback .feedback-error {
  border: 1px solid #d21600;
  color: #d21600;
  font-size: 1em;
  margin: 0.5em 0;
  padding: 1em 0.5em;
}

#commentform #wrapper-form-extras label {
  color: #000;
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}
.alt{
  margin-top: 1px;
  padding: 10px 10px 5px 10px;
  background: #f2f2f2;
  border: 1px solid #b2b0a4;
}
.alt2{
  margin-top: 1px;
  padding: 10px 10px 5px 10px;
  background: #ffffff;
  border: 1px solid #b2b0a4;
}
.administrator {
  margin-top: 1px;
  padding: 10px 10px 5px 10px;
  background:#e5dfcf url(images/author.png) no-repeat center ;
  border: 1px solid #7e7d75;
}
.cgravatar {
  float: left;
  width: 60px;
  height: 60px;
  margin: 0px 12px 0px 0px;
  border: 1px solid #47453a;
}
.comment-author {
  font-size: 120%;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color: #2b2d2f;
}
.comment-author a:link , .comment-author a:visited, .comment-author a:active {
  color: #d21600;
  border-bottom: 1px solid #d21600 ;
  text-decoration: none;
}
.comment-author a:hover {
  color: #635537;
  border-bottom:1px solid #b2b0a4;
  text-decoration: none;
}
.comment-date {
  margin-left:2px;
  margin-top:3px;
  font-size: .75em;
  color: #888;
}
#com{
  width:480px;
  padding: 0 0 5px 0px;
  clear: both;
}
#comhead{
  background:url(images/comh3.png) no-repeat;
  margin-bottom:10px;
  color:#271b03;
  padding:8px 0 0 40px;
  font-size:18px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  width: 175px;
  height: 36px;
  
}
#respond {
  width:580px;
  padding: 0 0 5px 10px;
  clear: both;
}
#respond {
  background:url(images/comh3.png) no-repeat;
  width: 175px;  
  height: 36px;
  margin-top:25px;
  color:#271b03;
  padding:8px 0 0 70px;
  font-size:18px;

  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;  

  
}
#commentform {  
  margin: 10px 10px 30px 0px;
  font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
  padding: 6px 0px;
  margin: 0px;
}
#commentform label{
  color: #787878;
  font-size: 87%;
}
#commentform input {
  width: 200px;
  background: #fff;
  border: 1px solid #b2b0a4;
  padding: 5px;
  margin-top: 3px;
  font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
}
#commentform textarea {
  height: 130px;
  background: #fff;
  border: 1px solid #b2b0a4;
  padding: 5px;
  margin-top: 3px;
  font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
  overflow: auto;
}

#commentform #wrapper-comment-submit {
  background: #fff;
  border: 2px solid #a20a13;
  height: 30px;
  width: 194px;
}

#commentform #submit {
  background: #a30a13;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 0.8em;
  height: 30px;
  margin: 0;
  padding: 5px 0;
  width: 194px;
}

.form-comments-list {
  width: 470px;
}

.form-comments-list dt, .form-comments-list dd {
  display: inline;
  float: left;
}

.form-comments-list dt {
  width: 210px;
}

.form-comments-list dd {
  margin-left: 10px;
  padding: 4px 0 16px 0;
  width: 240px;
}


.contactform input, .contactform textarea {
  background: #333;
  border: 1px solid #b2b0a4;
  color: #fff;
}

.contactform input:focus, .contactform textarea:focus {
  background:#444444;
  border: 1px solid #000;  
  padding-bottom:30px;
  color:#fff;
}
.contactform #contactsubmit {
  width: 85px;
  background: #111;
  border: 1px solid #666;
  color: #e3e3e3;
  font-size:.85em;
}
.contactform #contactsubmit:focus{  
  width: 85px;
  background: #333;
  border: 1px solid #666;
  color: #e3e3e3;
  font-size:.85em;

}
.contactform textarea {
  width: 340px;
  height: 200px;
  margin-bottom:10px;
}
.ddfmwrap {
  width: 450px;
  margin: 0;
  padding: 10px 0;
}

.ddfmwrap form.ddfm {
  width: 450px;
  margin: 0;
  padding: 0;
}

.ddfmwrap form.ddfm legend {
  font-size: 1.1em;
  font-weight: normal;
  color: #635537;
}

.ddfmwrap form.ddfm label {
  padding-top: 4px;
  color: #635537;
  font-weight: normal;
  line-height: normal;
}


.ddfmwrap form.ddfm fieldset {
  padding: 15px 15px 15px;
  border: 1px solid #b2b0a4;
}




.ddfmwrap p {
  color: #635537;
}

form.ddfm .credits {
  display: none;
}

.ddfmwrap .required {
  color: #cf0e0e;
}

.ddfmwrap .fmtext, .ddfmwrap .fmtextarea, .ddfmwrap .fmselect {
  padding: 4px 5px;
  background: #fdfef6;
  border: 1px solid #b2b0a4;
  color: #635537;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 1em;
}

.ddfmwrap .fmtextarea {
  height: 200px;
}

.ddfmwrap .fmtext:focus, .ddfmwrap .fmtextarea:focus, .ddfmwrap .fmselect:focus {
  border: 1px solid #918b6e;
}

.ddfmwrap .submit {
  margin-left:-8px;
  text-align: left;
}

.ddfmwrap .submit input {
  padding: 3px 12px;
  background: #fdfef6;
  border: 1px solid #918b6e;
  color: #2b2d2f;
  font: normal 0.9em Arial, Helvetica, Geneva, sans-serif;
}

#wp-calendar {
  empty-cells:show;
  font-size:12px;
  font-weight:bold;
  margin:0;
  padding:0;
  text-align:center;
  text-decoration:none;
  width:200px;
}


/* Rodale logo in sidebar */
#sidebar #wrapper-logo-rodale {
  padding: 3px 0 10px 20px;
}


#img-header {
  
}


/*------------ Rodale Brand Wrapper ------------*/
#wrapper-brands {
  background: #f5f5f5;
  border-bottom: 1px solid #d2d2d2;
  height: 31px;
  margin: 0 0 10px 0;
  width: 100%;
}

#wrapper-brands .content {
  height: 30px;
  margin: 0 auto;
  padding-top: 1px;
  position: relative;
  width: 940px;
}

#wrapper-brands ul {
  width: 748px;
}

#wrapper-brands li {
  display: inline;
  float: left;
  margin-left: 22px;
}

#wrapper-brands li.first {
  margin-left: 0;
}

#wrapper-brands ul a {
  display: block;
  font-size: 0;
  height: 30px;
}

#link-brands-rodale, #link-brands-rodale a {
  width: 95px;
}

#link-brands-prevention, #link-brands-prevention a {
  width: 55px;
}

#link-brands-menshealth, #link-brands-menshealth a {
  width: 50px;
}

#link-brands-womenshealth, #link-brands-womenshealth a {
  width: 60px;
}

#link-brands-runnersworld, #link-brands-runnersworld a {
  width: 105px;
}

#link-brands-og, #link-brands-og a {
  width: 65px;
}

#link-brands-bicycling, #link-brands-bicycling a {
  width: 45px;
}

#link-brands-rodalebooks, #link-brands-rodalebooks a {
  width: 95px;
}

/* Single post page changes for the Facebook/Twitter buttons */
.post-single h1 {
  border-bottom: 1px dotted #666;
  padding-bottom: 8px;
}

.post-single .postdata {
  border-top: none;
  float: left;
  margin-top: 0;
  width: 200px;
}

/* Facebook / Twitter share buttons */
.wrapper-share-tools {
  background: transparent;
  float: right;
  padding: 12px 5px 20px 0;
  width: 125px;
}

.wrapper-share-facebook {
  float: left;
  margin-right: 8px;
}

.wrapper-share-tweetmeme {
  float: right;
}

/* Channel banner */
#wrapper-categories {
  background: transparent url("images/bg-banner-full.png") repeat-x 0 0;
  height: 77px;
  margin-left: -8px;
  width: 1024px;
}

#wrapper-categories .nav-list {
  padding: 33px 0 0 36px;
}

#wrapper-categories .nav-list li {
  border-left: 1px solid #cf5027;
  display: inline;
  float: left;
  margin-left: 17px;
  padding-left: 17px;
}

#wrapper-categories .nav-list .first {
  border-left: none;
/*  margin-left: 0;
  padding-left: 0; */
}

#wrapper-categories .nav-list a {
  color: #fff;
  font-family: Georgia, serif;
  text-decoration: none;
  text-transform: uppercase;
}

#wrapper-categories .nav-list a:hover {
  text-decoration: underline;
}
