/* 
Theme Name: Desk Mess
Theme URI: http://www.geekwithlaptop.com/desk-mess-wordpress-theme
Description: Casual work-desk theme for a different blogging experience. 
Version: 1.2
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;
	padding: 0;
	background-color:#abddf5;
	font-family: verdana,"Lucida Grande";
	font-size: 13px;
	line-height:16px;
	color:#ebf3e4;
}
a:link, a:visited, a:active {
	color: #347680;
	text-decoration: none;
       
}
a:hover {
	color: #cc3333;
}
h1 {
	font-size:26px;
	font-family:arial;
	font-weight:normal;
	line-height:normal;
	padding-bottom:2px;
}
h2 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:11px;
	padding-top:15px;

}
h3 {
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:10px;
	padding-top:14px;
}
/* === HEADER === */
#header-container {
	width: 950px;
	padding: 0;
	
}
#header{
background: url(images/header.jpg) no-repeat;
width: 950px;
height:363px;
	position:relative;		
}

/* === MENU === */

#menu {
        width:750px;
	height:30px;
	left:140px; 
	top:325px;
	position:relative;
	}
	
#menu li {
   
    position:relative;
    font-family:verdana, arial;
    font-size:17px;
    width:750px;
    display:inline;
    padding:20px 0 0 20px;
	}
	

#menu li a, #menu li a:visited {
    padding: 8px 8px 8px 8px; 
    text-decoration:none;font-weight:bold;color:#CC3333;
    }
#menu li a:hover, #menu li a:active {color: #ebf3e4;text-decoration:none;font-weight:bold;}	

/* === MAIN AREA == */ 
.clear {
	position: relative;
	clear: both;
	height: 5px;
}
#wrapper {
        position: relative;
	width: 950px;
	
	
}
#mainwrap{
background-image: url(images/body.gif);	
	width:950px;
	margin:0 auto;
	}
#maintop {
	margin: 0 auto;
	position: relative;
	width: 950px;
}

#content {
        width: 900px;
	position:relative;
        padding: 0 0 0 25px;



}

/* === MAIN BLOG === */

#main-blog {
	float:left;
	width:670px;
	padding:10px 0px 0px 0px;

}
#main-blog h1 {
	font-size:20px;
	font-family:verdana, arial;
	font-weight:bold;
	padding-bottom:2px;
	color:#e5d35d;
}
#main-blog h1 a, #main-blog h1 a:visited, #main-blog h1 a:active{
	color:#e5d35d;
	text-decoration:none;
	
}
#main-blog h1 a:hover{
	color:#3a3a5a;
	text-decoration:none;
}

#cont {
    margin:10px 0 0 0px;
    padding: 60px 0 0 60px;
    width:475px;
    height:475px;
    background: url(images/form.gif) no-repeat;

}
.postdata {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #4a4131;
}
.post {
       
	margin-bottom:30px;
}

.post p {
        
       margin:0;
       padding:0 0 10px;
	
}

post ul {
	margin-left:35px;
}
.post-comments {
	float: right;
	width: 80px;
	height: 40px;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
        padding:5px 0 0 7px;
	background: url(images/comment.jpg) no-repeat;
	
}
.post-social {
	float: right;
	width: 78px;
	height: 74px;
	margin:-22px 30px 0 0;
	background: url(images/socialbck.png) no-repeat;
}
.rss {	

		background: url(images/rssicon.png) no-repeat 0 50%;
		padding-left:20px;
		padding-top:1px;
}

.post-comments a:link, .post-comments a:visited, .post-comments a:active{
	color: #347680;
	
}
.post-comments a:hover {
	color:#d21600;
	
}

/* === SIDEBAR == */

#sidebar {
        padding:10px 0 0 0;
	width:200px;
        float:right;
        
}		

#search{

}

#busqueda{
  background:url(images/widtop.gif) no-repeat;
    padding:12px 0 0 3px;
    height:31px;

}

.form-input {

}

.form-input:focus {
	background:#f2f0f0;
	border: 1px solid #b5b4b2;	
}

.search-submit {
	background: #faf6f6;
        color: #666;
	font-size:.85em;	
}

.widget {
	width:200px;
	margin-left:0px;
	text-align: left;
	padding:5px 0 5px 0;
        line-height: 1.3em;
        background:url(images/widbottom.gif) no-repeat;
        background-position: bottom;
	
}
#calendar_wrap{
	margin-left:55px;
	}
.widget p {
	padding-left:0px;
	}
		
.widget h2 {

	background:url(images/widtop.gif) no-repeat;
	
}

.widget h2.hl {
	font-weight: bold;
        text-align:left;
        font-size:15px;
	font-family:Verdana;
	color:#433929;
        padding-left:15px;

}
.widget ul {
  background:url(images/widcenter.gif) repeat-y;
	margin:0 0 15px 0;
	padding:0px 0;
	border:none ;
	list-style:none;
}
.widget ul li {
        background:url(images/punto.gif) no-repeat;
	padding:5px 15px 0px 25px;
	margin:0px;
	
}
.widget ul li a{
	color: #347680;
	text-decoration:none;
}
.textwidget{
        background:url(images/widcenter.gif) repeat-y
	}
.descarga {
 
        padding:0px 0px 10px 25px;
}
.cartel {
    padding:0px 0px 0px 15px;   
}
.widget ul li a:hover{
	color: #d21600;
	text-decoration:none;
}		

/* --- IMAGES --- */

img {
	
}
p img {
	padding: 0;
	max-width: 100%;	
}
img.aligncenter {
	border: 1px solid #59350b;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.alignright {
	border: 1px solid #59350b;
	margin: 0 0 13px 13px;
	display: inline;
}
img.alignleft {
	border: none;
	margin: 0 13px 13px 0;
	display: inline;
}
.alignleft {
	float: left
}
.alignright {
	float: right;
}
.wp-caption {
   border: 1px solid #59350b;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
	
/* == FOOTER == */
#bottom{
        width:950px;
	background:url(images/footer.gif) no-repeat;
	
	
	height:108px;
	
}
#bottom p{
	text-align:center;
}


/*------------------COMMENTS----------*/
.commentlist {
	padding: 0;
	text-align: justify;
}	
.commentlist p {
        color:#357680;
	margin: 0 15px 10px 2px;
	clear:both;
}
#commentform p {
        color:#ffffff;
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.alt{
        color:#e5d35d;
	margin-top: 1px;
	padding: 10px 10px 5px 10px;
	background: #ffffff;
	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 #357680;
}
.comment-author {	
	font-size: 120%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #347680;
}
.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:580px;
	padding: 0 0 5px 0px;
	clear: both;
}
#comhead{
	background:url(images/comh3.gif) no-repeat;
	margin-bottom:10px;
	color: #347680;
	padding:8px 0 0 35px;
	font-size:13px;
	font-family:verdana, arial;
	font-weight:bold;	
	width: 175px;	
	height: 36px;
	
}
#respond {
	width:580px;
	padding: 0 0 5px 0px;
	clear: both;
}
#respond {
	background:url(images/comh3.gif) no-repeat;
	width: 175px;	
	height: 36px;
	margin-top:25px;
	color: #347680;
	padding:4px 0 0 35px;
	font-size:18px;
	font-family:verdana, arial;
	font-weight:bold;	

	
}
#commentform {	
	margin: 10px 10px 30px 0px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #ffffff;
	font-size: 87%;
}
#commentform input{
        color:#347680;
	width: 200px;
	background: #fff;
	border: 1px solid #b2b0a4;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
}
#commentform textarea{
        color:#357680;
	height: 130px;
	background: #fff;
	border: 1px solid #b2b0a4;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
	overflow: auto;
}
#commentform #submit{
	cursor:pointer;
}
.contactform input,  .contactform textarea {
	
	border: 1px solid #b2b0a4;
	color: #357680;
}
.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;
}

#conForm {
        width:475px;
        height:540px;
	background:url(images/form.gif) no-repeat;
        padding: 90px 0px 0 60px;
}
