/* 
Theme Name: Desk Mess
Theme URI: http://www.wordpresstemplates.com/desk-mess/
Description: Casual work-desk theme for a different blogging experience.Brought to you <a href="http://www.wordpresstemplates.com/">Wordpres Templates</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;
	padding: 0;
	background:#ae8858 url(images/woodenbackground3.jpg) repeat;
        background-attachment: fixed;
        text-align:justify;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height:21px;
	color: #000000;
}
a:link, a:visited, a:active {
	color: #d21600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	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: 990px;
	margin: auto;
	padding: 0;
}
#header{
	position:relative;
	height:272px;
}
#cup {
	float:left;
	background:url(images/cup.png) no-repeat;
	height:305px;
	width:259px;
	margin-top:8px;
}
#logo {
	margin-left:-37px;
	float:left;
	background:url(images/logo.png) no-repeat;
	width:304px;
	height:305px;
}
#logo h2{
	font:"Copperplate Gothic Bold", Arial, sans-serif;
	font-size:0px;
	color:#fff;
	text-align:center;
	margin:70px 0 0 24px;
	width:280px;
        text-indent: -2000px; 
}
#logo p{
	color:#fff;
	margin-left:15px;
	text-align:center;
        text-indent: -2000px; 
	}
#headerright{
	float:left;
	background:url(images/righthead.png) no-repeat;
	width:534px;
	height:295px;
	margin-left:-85px;
}

/* === MENU === */

#menu {
height:55px;
left:20px;
margin:0;
padding:0;
position:absolute;
text-transform:uppercase;
top:240px;
}
#menu, #menu ul {
line-height:3.5;
-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#menu a, #menu a:hover {
border:medium none;
display:block;
text-decoration:none;
}
#menu li {
background:transparent url(images/menu_button2.png) repeat scroll 0 0;
float:left;
height:61px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-left:2px;
margin-right:2px;
text-align:center;
width:99px;
}
#menu a, #menu a:visited {
color:#332613;
display:block;
font-weight:bold;
padding:10px 12px;
}
#menu a:hover, #menu a:active {
color:#D21600;
text-decoration:none;
}









/* === MAIN AREA == */ 
.clear {
	position: relative;
	clear: both;
	height: 5px;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 977px;
	background-image: url(images/mainmidpart.png);
	background-repeat: repeat-y;
}
#mainwrap{	
	width:990px;
	margin:0 auto;
	}
#maintop {
	margin: 0 auto;
	position: relative;
	width: 977px;
}
#maintopimg {
	position: relative;
	padding:0;
	background:url(images/maintoppart.png);
	height:53px;
}
#content {
	position: relative;
	width: 950px;
	margin: 0 0 0 45px;
}


/* === MAIN BLOG === */

#main-blog {
	float:left;
	width:580px;
	padding:15px 10px 10px 10px;
}
#main-blog h1 {
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:2px;
}
#main-blog h1 a, #main-blog h1 a:visited, #main-blog h1 a:active{
	color:#191007;
	text-decoration:none;
	border-bottom:1px solid #b2b0a4;
}
#main-blog h1 a:hover{
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px solid #d21600;
}
.postdata {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #4a4131;
}
.post {
	margin-bottom:60px;
}

.post p {
	margin:0;
	padding:0 0 10px;
}

post ul {
	margin-left:35px
}
.post-comments {
	float: right;
	width: 63px;
	height: 61px;
	padding: 18px 0px 0px 14px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:-7px 20px 0 0;
	background: url(images/commentbck.png) 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:#4a4131;
	text-decoration:none;
}
.post-comments a:hover {
	color:#d21600;
	text-decoration:none;
}

/* === SIDEBAR == */
#sidebar-top {
	background: url(images/sidebartop.png) no-repeat;
	height: 41px;
	
}
#sidebar-content {
	background: url(images/sidebarmid.png) repeat-y;
	padding:9px 30px 30px 30px;
}
#sidebar-bottom {
	background: url(images/sidebarbottom.png) no-repeat;
	height: 37px;
	min-height: 37px;
	text-align:right;
	margin-left:-1px;
}
#sidebar {
	width:305px;
	position:relative;
	float:left;
	margin:-20px 0 0 -8px;	
}		
.subcolumn{
	width:255px;
}

.form-input { 
	margin: 0px 10px 10px 37px;
	width: 173px;
	padding: 2px 2px;
	background: #faf6f6;
	border: 1px solid #e3dccb;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


.form-input:focus {
	background:#f2f0f0;
	border: 1px solid #b5b4b2;	
}

.search-submit {
	margin:0 0 0 84px;
	width: 85px;	
	background: #faf6f6;
	border: 1px solid #e3dccb;
	color: #666;
	font-size:.85em;	
}
.widget {
	width:252px;
	margin-left:4px;
	background:url(images/widgetbck.png) repeat-y;
	border-bottom:1px solid #e3dccb;
	margin-bottom:20px;
	text-align:center;
	padding-bottom:10px;
	margin-top:10px;
	
}
#calendar_wrap{
	margin-left:55px;
	}
.widget p {
	padding-left:5px;
	}
	
	
.widget h2 {
	height:40px;
	width:252px;
	background:url(images/widgeth2.png) no-repeat;
	text-align:center;
	padding:22px 0 0 0;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	color:#4a4131;
	margin:0;
}
.widget ul {
	margin:0 0 15px 0;
	padding:5px 0;
	border:none ;
	list-style:none;
}
.widget ul li {
	padding:5px 15px 10px 15px;
	margin:0px;
	background: url(images/listseparator.png) no-repeat 25% 100%;
}
.widget ul li a{
	color: #d21600;
	text-decoration:none;
}
.textwidget{
	padding:0 8px 0 8px;
	}
.widget ul li a:hover{
	color: #635537;
	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: 1px solid #59350b;
	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;
   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{
	background:url(images/footer-wp.png) no-repeat;
	
	
	height:154px;
	
}
#bottom p{
	text-align:center;
}

#bottom a {
text-decoration:none;
color: #cfcabe;
}

#bottom a:hover {
text-decoration:none;
color: #cfcabe;
}

#wp-footer{
	position:absolute;
	background: url(images/footer-wp1.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-wp1.png)  no-repeat 0 -28px;
}
/*------------------COMMENTS----------*/
/* == COMMENTS (Threaded) == */
#comments-main {margin-top: 0;}

#comments-main div#respond p.not-logged-in {
	position: relative;
	left: 180px;
	top: -25px;
}

.commentlist {
	padding: -10px;
	text-align: justify;
}

ul#singlecomments.commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul#singlecomments.commentlist li {
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

ul.children {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.children li {background-image: none;}

ul.children li.cat-item {margin-bottom: -10px;}

.comment-body {padding-right: 10px;}

.comment-body ul li {list-style: disc inside none;}

.comment-body ol li {list-style: decimal inside none;}
.comment-body ol li li {list-style: lower-roman inside none;}
.comment-body ol li li li {list-style: lower-alpha inside none;}

.avatar {
	display: inline;
	float:left;
	margin:0 10px 10px 0;
}

.comment-meta, commentmetadata {
	font-size: 75%;
	padding-top: 2px;
}

span.required {
	padding: 0 10px;
}

p.comment-form-author span.required {
	padding: 0 9px 0 10px;
}


p.comment-form-url label {
	padding-right: 13px;
}

#commentform {
	padding-top: 30px;
	font: 110% Arial, Helvetica, sans-serif;  
}
#commentform p {
	margin: 2px;
 	padding: 6px 0px;
}
#commentform input{
	width: 200px;
	background: #fff;
	border: 1px solid #b2b0a4;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
}
#commentform textarea{
	background: #fff;
	border: 1px solid #b2b0a4;
	padding: 5px;
	margin-top: 3px;
	font: 100% 'Trebuchet MS', Verdana, Sans-Serif;
	overflow-x: hidden;
	overflow-y: auto;
}
#commentform #submit {cursor:pointer;}

p.form-allowed-tags code {
	background: none;
}

a#cancel-comment-reply-link {
	position: relative;
	left: 30px;
	top: 30px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.odd, comment-text-1 {
	margin-top: 1px;
	background: #f2f2f2;
	border: 1px solid #b2b0a4;
}

.even, comment-text-2 {
	margin-top: 1px;
	background: #ffffff;
	border: 1px solid #b2b0a4;
}

.bypostauthor{}

.administrator, .user-id-1 {
	margin-top: 1px;
	background:#e5dfcf url(images/bns-author.png);
	border: 1px solid #7e7d75;
}

.jellybeen, .user-id-2 {
	margin-top: 1px;
	background:#e5dfcf url(images/jb-author.png) center; /* Rainbow */
	border: 1px solid #7e7d75;
}

.reply {
	padding-bottom: 5px;
	font-size: 85%;
}

a.comment-reply-link {
	font-size: 12px;
	font-weight: bold;
}

.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;
}

code {
	margin: 0px;
	background-color: Silver;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	overflow: auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#comments{
	background:url(images/comment-h3.png) no-repeat;
	margin-bottom:10px;
	color:#271b03;
	padding:30px 0 0 30px;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	width: 235px;
	height: 90px;	
}

#respond {
	background:url(images/comment-h3.png) no-repeat;
	color:#271b03;
	clear: both;
	margin-top:35px;	
}

#respond h3 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:30px 0 0 25px;	
}

form#commentform p.form-submit { text-align: right; }

form#commentform p.form-submit input#submit {
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
}

/* === Forms === */

fieldset {
	padding: 15px;
	border: 1px solid #b2b0a4;
	width:550px;
}

legend {
	font-size: 1.1em;
	font-weight: normal;
	color: #635537;
}

label {
	padding-top: 4px;
	color: #635537;
	font-weight: normal;
	line-height: normal;
}

input, textarea {border: 1px solid #b2b0a4;}

input#s.form-input { text-align: center; }

#main-blog input#s.form-input { margin: 0 auto; }

#main-blog input#s {
	width: 25em;
}

#main-blog .search-submit {
	padding: 2px;
	margin: 1px 0 0 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size:0.8em;
}

input:focus, textarea:focus {
	border: 1px solid #000;
	padding: 1px 0;
}

textarea {
	width: 98%;
	min-height: 84px;
}


.dtree  {
        text-align: left;
        line-height:90%;
}

.dtree a:link, .dtree a:visited, .dtree a:active {
         color:#0000ff;
         text-decoration:none;
         font-size:11px;
         
}

.dtree a:hover {
	color:red;
	text-decoration:none;
        font-weight:bold;
        font-size:12px;
        
        
}

.dtree img {
        border:0;
}

#wp-calendar {
empty-cells:show;
font-size:12px;
font-weight:bold;
margin:0;
padding:0;
text-align:center;
text-decoration:none;
width:200px;
}
