/*
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!  
Version: 1.0.3
Author: JellyBeen aka Edward Caissie
Author URL: http://jellybeen.wordpress.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.
.
- Changelog:
-- Version 1.0.3
  - removed jbLogo.php from theme and all references
-- Version 1.0.2
  - Added sample second administrator (user_id=2) code in comments.php (see above)
  - Added background image to CSS pre element
  - corrected comment on img#wpstats element; and, changed style to recommended from ../extend/plugins/stats/faq/
  - moved jbLogo required CSS to inline see file contents of jbLogo.php
  - commented out sample link in jbLogo.php; and, referenced sample image size
  - original jbLogo CSS commented out, left for reference purposes 
-- Version 1.0.1
  - Reduced credit links in footer to one (1) for submission purposes
.	
  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/bg.jpg) repeat top left;
	background-attachment:fixed;
	font-family: "verdana";
	font-size: 12px;
	line-height:21px;
	color: #635537;
}

a:link, a:visited, a:active {
	color: #d21600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size:25px;
	font-family:verdana;
	font-weight:normal;
	line-height:normal;
	padding-bottom:2px;
}
h2 {
	font-size:20px;
	font-family:verdana
	font-weight:normal;
	line-height:normal;
	padding-bottom:11px;
	padding-top:15px;
}
h3 {
	font-size:17px;
	font-family:verdana
	font-weight:normal;
	line-height:normal;
	padding-bottom:10px;
	padding-top:14px;
}

.aligncenter {
	text-align: center;
}


/* === HEADER === */
#header-container {
	width: 100%;
	
	padding: 0;
background-color: black;

height: 150px;
color: white;
}
#header{
	width:977px;
	margin: auto;
	padding: 10px  0 0 78px;
	



	

}

#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	text-decoration: none;
	color: inherit;
}

#headerleft {
}

#logo {
	
background:  url(images/all4iphone-logo.jpg) no-repeat top left;
height: 90px;
	

}

#logo h2{
	color: GREEN !important;
	padding-left: 50px;
	font-family:"Copperplate Gothic Bold", Arial, sans-serif;
	font-size:0px;


	

}

#logo p{ /* Tagline */
  font-size: 18px;
  color:#e95f00;
display: none;

}

#cup {

}

/* === MENU === */

#menu {
	height:55px;
	Float: left;
	margin:0;
	padding:0 0 0 16px;



}

 ul#menu {
	line-height:2;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position: absolute;
	top : 120px;
	z-index:1;
}

#menu ul.sub  {
position: absolute;
top: 29px;
left: 0px;
	display: none;
	margin: 0;
	margin-top: 0;
	padding: 0;

}

#menu ul.sub li  {
	width:150px;
	color black;
	background-color: black;
	margin: 0;
	padding: 0;
}


#menu li:hover ul.sub,
#menu li.over ul.sub {
	/* lists nested under hovered list items */
	display: block;
	border: 1px solid white;
	

}



#menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:10px;
	text-align:left;
	position: relative;
	padding:2px;
	border: 1px solid black;
}

#menu a, #menu a:visited {
	color: white;
	display:block;

	padding:0px 2px;
	
}
#menu a:hover, #menu a:active {
	color:#D21600;
	text-decoration:none;
	
}


#search{
	width:250px;
	height:18px;
	margin-top: 5px;
}

.form-input {
margin:0 0 0 0px;
	width: 151px;
	padding: 1px 2px;
	background: #faf6f6;
border: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
float: left;
	height:14px
}

.form-input:focus {
	background:#f2f0f0;
	border: 1px solid #b5b4b2;
}

.search-submit {
	margin:0 0 0 0px;
	width: 45px;
	padding: 1px 2px;
	background: #faf6f6;
border: none;

	color: #666;
font-size: 0.75em;
float: left;
	

}

/* === MAIN AREA == */
.clear {
	position: relative;
	clear: both;
	height: 0px;
}
#wrapper {
	margin: 50px auto 0px auto;
	width: 977px;
}

}

#maintop {


}

#content {
	/* position: relative; */
	width: 950px;
  margin: 0 0 0 45px;
}

/* === MAIN BLOG === */

#main-blog {
	float:left;
	width:580px;
	padding:0px 10px 10px 10px;

}
#main-blog h1 {
	font-size:22px;
	font-family:verdana
	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;
background: white;
padding:10px;
opacity: 0.8;
filter:alpha (opacity=80);
}

.post p {
	margin:0;
	padding:0 0 10px;
}

.post ul {
	margin-left:35px;
	margin-bottom:15px;
}

.post-comments {
	float: right;
	width: 60px;
	height: 32px;
	padding:18px 0 0 24px;
	font-size:18px;
	font-family:verdana
	font-weight:normal;
	margin:px 20px 0 0;
background-color: black;


}

.post-comments a{
color: white !important;
text-align:right;
width: 100%
}


.post-social {
	float: right;
	width: 78px;
	height: 74px;
	margin:-22px 30px 0 0;

}
.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;
	float:left;
	margin:0px 0 0 0px;
}

#sidebar ul {
	
	list-style: none;}

#sidebar-top {

}

#sidebar-content {

	padding:0px 30px 30px 30px;
	overflow : hidden;
}

#subcolumn{
	width:255px;
}



#calendar_wrap{
	margin-left:55px;
display: none;
}

.widget {
	width:252px;
	padding: 5px;
overflow: hidden;
	
	margin-bottom:20px;
	text-align:left;
	padding-bottom:10px;
  margin-bottom:10px;
background: white;
opacity: 0.8;
filter:alpha (opacity=80);
}

.widget p {
	padding-left:5px;
}

.widget h2 {
	height:40px;
	width:252px;

	text-align:center;
	padding:22px 0 0 0;
	font-size:20px;
	font-family:verdana
	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;
width: 150;

}

.widget li {

display: block;

height:70px;
border-bottom: 1px solid lightgrey;
}

.widget li img {
float:right;
}

.widget li p{
float:right;
width:170px;
margin-top: 2px;
 
}

.widget ul li a {

	color: #d21600;
	text-decoration:none;
	
}

.widget ul li#linkcat {
  
}


.textwidget{
	padding:0 8px 0 8px;
}

.widget ul li a:hover{
	color: #635537;
	text-decoration:none;
}


.widget #wp-calendar {
	empty-cells:show;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:200px;
}

.widget table#wp-calendar {
	margin: 0 auto 0 auto;
}

.widget #calendar_wrap{
	margin: 0 auto 0 auto;
}

#sidebar-bottom {

}

/* --- 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: black;
color: white
/*opacity: 0.9;
filter:alpha (opacity=90)`*/
	height:100px;
}

#bottom p{
	text-align:center;
	padding-top:100px;
  clear:both;
}

/*------------------COMMENTS----------*/

.commentlist {
	padding: 0;
	text-align: justify;
}

.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: 10px 10px 5px 10px;
	background:#e5dfcf url(images/bns-author.png) no-repeat center ;
	border: 1px solid #7e7d75;
}

.jellybeen {
	margin-top: 1px;
	padding: 10px 10px 5px 10px;
	background:#e5dfcf url(images/jb-author.png) 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:580px;
	padding: 0 0 5px 0px;
	clear: both;
}

#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;
}

.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;
}

/* 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;}
