/*

Theme Name: Desk Mess Mirrored

Theme URI: http://buynowshop.com/

Description: Marble desktop covered with a mix of old and new items, such as some vintage papers, a stainless steel pen, and, a hot cup of coffee! Please read the included changelog.txt file for the details of the latest changes.  

Version: 1.1

Author: Edward "Cais" Caissie

Author URL: http://buynowshop.com/

Tags: brown, orange, silver, tan, light, two-columns, right-sidebar, fixed-width

.

- JB:Theme Notes

-- In comments.php -> Review the $comment->user_id code and make changes as appropriate if more than one default user/admininstrator (on or near line 30).

-- As a suggestion, use the <PRE></PRE> tags to style "code" text.

-- If the Dashboard preview appears blank or "white" please read this post: http://buynowshop.com/2009/05/use-underscores-for-wordpress-theme-folders/

.

- Changelog -> as of version 1.0.7 see changelog.txt

.	

  Original Theme Name: Desk Mess

  Original Theme URI: http://www.geekwithlaptop.com/desk-mess-wordpress-theme

.

	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:#848484 url(images/marble-bg.png) repeat top left;

	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;

	font-size: 13px;

	line-height:16px;

	color: #f4eede;

}



a:link, a:visited, a:active {

        

	color: #fada7f;

	text-decoration: none;

}

a:hover {

        

        color: #f5e3ac ;	

        text-decoration: none;

}



a:link img, a:visited img, a:active img, a:hover img {

border: 0 transparent solid;

}



h1, h2, h3, h4, h5, h6 {

	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;

	font-weight:normal;

	line-height:normal;

}



h1 {

	font-size:-10px;

	padding-bottom:10px;

        color: #8a7979;

}

h2 {

	font-size:28px;

padding-top:20px;	

        padding-bottom:2px;

        color: #f5e3ac;

}

h3 {

	font-size:13px;

	padding-top:20px;

        color: #f5e3ac;

}

h4 {

	font-size:15px;

	padding-bottom:10px;

	padding-top:12px;

}

h5 {

	font-size:13px;

	padding-bottom:10px;

	padding-top:11px;

}

h6 {

	font-size:11px;

	padding-bottom:10px;

	padding-top:10px;

}



hr{}

.hr {}



.aligncenter {

	text-align: center;

}



/* === HEADER === */

#header-container {

	width: 990px;

	margin: auto;

	padding: 0;

}

#header{

	position:relative;

	height:0px;

}



#header a:link,

#header a:visited,

#header a:hover,

#header a:active {

	text-decoration: none;

	color: inherit;

}



#headerleft {

  margin-left: -65px;

  margin-top: -62px;

	float: left;

	background: url(images/logo.png) no-repeat;

	width: 640px;

  height: 500px;

  position: relative;

  z-index: 3; /* JB:Clutter should be on top of sticky notes */

}



#cup {

  margin-right: -30px;

  margin-top: -92px;

  position: relative;

  /* float:left; */

	float: right;

	background:url(images/service.png) no-repeat;

	height: 395px;

	width: 400px;

}



/* === MENU === */



#menu {

	height:30px;

	left:345px;

	margin:0;

	padding-top:8px;

        position:absolute;

        text-transform:uppercase;

	top:240px;

        z-index:10;

}



#menu, #menu ul {

	line-height:3.5;

	list-style-image:none;

	list-style-position:outside;

	list-style-type:none;

}



#menu a, #menu a:hover {

	border:none;

	display:block;

	text-decoration:none;

}



#menu li {

        color:#89252d; /* JB:Color adjustment */

	float:left;

	height:61px;

	list-style-image:none;

	list-style-position:outside;

	list-style-type:none;

	margin-left:12px;

	margin-right:12px;

	text-align:center;

	min-width:50px; /* JB:Forces a minimum width for the menu items - looks prettier. */

	position: relative;

	white-space: nowrap;	

}



#menu a, #menu a:visited {

	color:#89252d; /* JB:Color adjustment */

	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;

	width: 977px;

	background-image: url(images/main-page-middle.png);

	background-repeat: repeat-y;

	position: relative;

}

#mainwrap{

	width:990px;

        margin:0 auto;

}



#maintop {

	margin: 0 auto;

        position: static;

	width: 977px;

	background:url(images/main-page-top.png);

        height:304px;

}



#content {

  clear: both;

  width: 940px; /* reduced from 950px - corrects IE6 horizontal scroll */

  margin: 0 0 0 30px;



}



/* === MAIN BLOG === */



#main-blog {

	float:left;

	width:580px;

	padding:0px 10px 10px 10px;

        margin-top:-100px;

}

#main-blog h1 {

	font-size:22px;

	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-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:#4a4131;

	text-decoration:none;

	border-bottom:1px solid #b2b0a4;

}

#main-blog h1 a:hover{

	color:#d21600;

	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;

	margin-bottom:15px;

}



.post ol {

	margin-left:35px;

	margin-bottom:15px;

}



.post dl {

	margin-left:5px;

	margin-bottom:10px;

	border-right: 1px inset;

	border-bottom: 1px inset;

}



.post dl dt {

	font-weight: bold;

}



.post dl dd {

	margin-left:10px;

}



#author_link{

  padding-left: 10px;

  font-weight: bold;

  font-style: italic;

}



#author { /* add additional styling to the author's taste */

	font-style: italic;

	font-size: 14px;

	width: 570px;

	/* height: auto; */

	text-align: left;

	/* overflow: auto; */

}



#author ul {

  list-style-image:none;

	list-style-type:none;

}



.post-comments {

	float: right;

	width: 63px;

	height: 61px;

	padding:18px 0 0 20px;

	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;

}



blockquote {

	clear: both;

	margin-top: 10px;

	margin-right: 35px;

	margin-bottom: 0px;

	margin-left: 5px;

	padding-top: 10px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 40px;

	background-image: url(images/quotes.png);

	background-repeat: no-repeat;

	background-position: left 2px;

	font-family: "Times New Roman", Times, serif;

	font-style: italic;

	font-size: 14px;

	color: #606060;

}



blockquote cite {

  padding-left: 10px;

	font-weight: bold;

}



pre { /* Use for "Code" text styling */

  margin: 0px;

	padding: 5px;

	background-image: url(images/pre-bg.png);	

	border: 1px inset;

	font-style: italic;

	font-size: 14px;

	width: 570px;

	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 */

  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */

  white-space: -pre-wrap; /* Opera 4-6 */

  white-space: -o-pre-wrap; /* Opera 7 */

  /* width: 99%; */

  word-wrap: break-word; /* Internet Explorer 5.5+ */

}



/* === SIDEBAR == */

/* Organized by general layout of sidebar template */





#sidebar {

	width:305px;

        position:absolute;

	float:right;

	margin: 0 0 0 640px;

        top:2px;

}



#sidebar-top {

	background: url(images/sidebartop1.png) no-repeat;

	height: 22px;

	min-height: 22px;

        

}



#sidebar-content {

	background: url(images/sidebarmid1.png) repeat-y;

	padding:20px 8px 0px 8px;

        margin-top:-24px;

        

}

#subcolumn{

	width:255px;

}



#subcolumn ul {

	list-style-image:none;

	list-style-type:none;

}



.widget {

	width:252px;

	margin-left:-3px;

        background:url(images/widgetbck.png) repeat-y;

	border-bottom:1px solid #e3dccb;

	margin-bottom:20px;

	text-align:center;

	padding-bottom:10px;

        margin-top:10px;

}



.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 ol {

	margin:0 0 15px 0;

	padding:5px 0;

	border:none ;

	list-style:none;

}



.widget li {

list-style-image:none;

}



.widget ul li {

	padding:5px 15px 10px 15px;

	margin:0px;

  background: url(images/listseparator.png) no-repeat 25% 100%;

}



.widget ol li {

	padding:5px 15px 10px 15px;

	margin:0px;

  background: url(images/listseparator.png) no-repeat 25% 100%;

}



.widget ul li#linkcat {}

.widget ol li#linkcat {}



.widget ul li a{

	color: #d21600;

	text-decoration:none;

}



.widget ol li a{

	color: #d21600;

	text-decoration:none;

}



.widget ul li a:hover{

	color: #635537;

	text-decoration:none;

}



.widget ol li a:hover{

	color: #635537;

	text-decoration:none;

}



.textwidget{

	padding:0 8px 0 8px;

}





#sidebar-bottom {

	background: url(images/sidebarbottom1.png) no-repeat;

	height: 42px;

	min-height: 22px;

	text-align:right;

}



/* --- 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, img.right {

	/* border: 1px solid #59350b; */

	margin: 0 0 13px 13px;

	display: inline;

}



img.alignleft, img.left {

	/* border: 1px solid #59350b; */

	margin: 0 13px 13px 0;

	display: inline;

}



.alignleft, .left {

	float: left

}



.alignright, .right {

	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.png) no-repeat;

        margin-left:6px;

        height:100px;

	overflow:show;

}



#bottom p{

  clear:both;

	text-align:center;

	padding-top:60px;

        font-size: 10px;

        color: #3e2d30;

}



/* == COMMENTS == */



.commentlist {

	padding: 0;

	text-align: justify;

}



.commentlist pre {

  width: 540px;

}



.commentlist p {

	margin: 0 15px 10px 2px;

	clear:both;

}



#commentform p {

	margin: 5px 0;

}



.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: 5px;

	background:#e5dfcf url(images/bns-author.png);

	border: 1px solid #7e7d75;

}



.jellybeen {

	margin-top: 1px;

	padding: 5px;

	background:#e5dfcf url(images/jb-author.png) center ;

	border: 1px solid #7e7d75;

}



.cgravatar {

	float: left;

	width: 60px;

	height: 60px;

	margin: 0px 12px 0px 0px;

}



.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:580px;

	padding: 0 0 5px 0px;

	clear: both;

}



/* added in version 1.0.5 */

#com p code {

	margin: 0px;

	/* padding: 5px; */

	background-color: Silver;

	font-style: italic;

	font-size: 14px;

	width: 540px;

	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 */

	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */

	white-space: -pre-wrap; /* Opera 4-6 */

	white-space: -o-pre-wrap; /* Opera 7 */

	/* width: 99%; */

	word-wrap: break-word; /* Internet Explorer 5.5+ */

}



#comhead{

	background:url(images/comment-h3.png) no-repeat;

	margin-bottom:10px;

	color:#271b03;

	padding:24px 0 0 40px;

	font-size:20px;

	font-family:Arial, Helvetica, sans-serif;

	font-weight:normal;

	width: 175px;

	height: 88px;	

}



#respond {

	width:580px;

	padding: 0 0 5px 10px;

	clear: both;

}



#respond {

	background:url(images/comment-h3.png) no-repeat;

	width: 175px;

	height: 88px;

	margin-top:35px;

	color:#271b03;

	padding:24px 0 0 70px;

	font-size:20px;

	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;

	/* JB:Google Chrome expandable comment box stopped by setting max-width and changing overflow:auto to overflow-x:hidden */

  max-width:570px;

	overflow-x: hidden;

	overflow-y: auto;

}



#commentform #submit{

	cursor:pointer;

}



/* === Forms === */



fieldset {

	padding: 15px;

	border: 1px solid #b2b0a4;

	width:550px;

}



legend {

	font-size: 1.1em;

	font-weight: normal;

	color: #f5e3ac;

}



label {

	padding-top: 4px;

	color: #f5e3ac;

	font-weight: normal;

	line-height: normal;

}



input, textarea {

	border: 1px solid #b2b0a4;

}



input:focus, textarea:focus {

	border: 1px solid #000;

	padding-bottom:30px;

}



textarea {

	width: 550px;

	min-height: 84px;

	margin-bottom:10px;

}



/* dTree plugin */

#dtreec {

	padding: 0 0 0 20px;

}



#dtreea {

	padding: 0 0 0 20px;

}



/* Hide WP-Stats plugin smiley at bottom of screen */

img#wpstats{display:none;}

/* Akisment alignment */

#akismetwrap {margin: 0 auto;}

