/*  
Theme Name: MESS DESK v.2
Description: MESS DESK theme for Wordpress
Version: 1.0
Author: GeekWithLaptop 
Author URI: http://www.geekwithlaptop.com/ 
Tags:  light, white, brown, two-columns, fixed-width, photoblogging
*/

/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th { font-weight: normal; font-style: normal; }
ul,ol,li { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 225px;
	text-align: center;
}


/* LAYOUT */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
hr.hidden {
	clear:both;
  	visibility:hidden;
	margin:0px;
 	padding:0px;
}
p  {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: left;
}
body	{
	font: normal 12.5px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color:#D17838;
	color:#494949;
	background-repeat: repeat;
	background-image: url(images/bg.jpg);
	background-position: center top;
}
body a:link {
	color:#a82320;
	text-decoration:none;
}
body a:visited {
	color:#a82320;
	text-decoration:none;
}
body a:hover	{
	color:#a82320;
	text-decoration:underline;
}
h1 {
	color: #A82320;
	font: bold 34px/40px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	clear: both;
	overflow: hidden;
	display: block;
	font-style: italic;
	}
#logo h1 {
	color: #3D3735;
	font: bold 34px/40px Georgia, "Times New Roman", Times, serif;
	clear: both;
	font-style: none;
	}
#logo h1 a:link, #logo h1 a:visited, #logo h1 a:hover {
	color: #3D3735;
	text-decoration: none;
	}
h2 {
	color: #A82320;
	font: bold 28px/36px Georgia, "Times New Roman", Times, serif;
	clear: both;
	font-style: italic;
	}
h3 {
	color: #A82320;
	font: bold 16px/22px Georgia, "Times New Roman", Times, serif;
	clear: both;
	}
h4 {
	color: #A82320;
	font: bold 14px/22px Georgia, "Times New Roman", Times, serif;
	clear: both;
	}
h5 {
	color: #A82320;
	font: bold 10px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	clear: both;
	}
h6 {
	color: #A82320;
	font: bold 8px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	clear: both;
	}
#sidebar h2 {
	color: #5b574f;
	font: bold 22px/22px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	clear: both;
	overflow: hidden;
	display: block;
	font-style: italic;
	background-image: url(images/bg_sidebar_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 30px 0px 10px 45px;
	float: left;
	width: 255px;
	}
#outerwrapper {
	width:100%;
	height:auto !important; /* real browsers */
	padding: 0px;
	margin: 0px;
	background-image:url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	width:960px;
	height:auto !important; /* real browsers */
	padding: 0px;
	margin: 0px  auto;
}


#header {
	padding:0px;
	width: 960px;
	margin: 0px;
	height: 393px;
	float: left;
}


#logo	{
	float: left;
	width: 290px;
	padding: 200px 0px 11px 50px;
	height: 100px;
	color: #a82320;
	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	overflow: hidden;
	}
#logo p {
	text-align: center;
	}
#bottomcontainer {
	padding:0px 0px 65px 0px;
	width: 960px;
	margin: 0px;
	float: left;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
	
}
#container {
	padding:10px 0px 0px 0px;
	width: 960px;
	margin: 0px;
	float: left;
	background-image: url(images/bg_container.png);
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	
	
	
}
#sidebar	{
	float: right;
	width: 300px;
	padding: 0px 50px 0px 0px;
	}
#content	{
	float: left;
	width: 520px;
	padding: 0px 0px 10px 50px;
	position: relative;
	}
#content ol{
	padding: 10px 0px 20px 20px;
	margin: 0px 0px 0px 20px;
	}
#content ol li {
	padding: 0px 0px 0px 0px;
	}
#content ul {
	padding: 10px 0px 20px 20px;
	margin: 0px 0px 0px 0px;
	}
#content ul li {
	padding: 0px 0px 0px 0px;
	}
.post	{
	float: left;
	width: 520px;
	margin: 0px 0px 25px 0px;
	display: inline;
	border-bottom: 2px dashed #d1c9c2;
	position: relative;
}
.post img	{
	border: 1px solid #e1e1e1;
	padding: 6px;
	background-color: #ffffff;
	}
#footer {
	width:960px;
	margin: 0px auto;
	padding: 10px 0px 30px 0px;
	float: left;
	text-align: center;
	color: #F8F8F6;
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}
#footer a:link, #footer a:visited {
	color: #F8F8F6;
	text-decoration: none;
	}
#footer a:hover	{
	color: #F8F8F6;
	text-decoration: underline;
	}
#navigation {
	padding: 0px 20px;
	margin: 0px;
	height: 80px;
	float: left;
	width: 920px;
	position: relative;
	}

#navigation ul {
	float: left;
	list-style:none;
	margin: 0px;
	display: inline;
	height: 70px;
	padding: 0px;
		}

#navigation ul li {
	float: left;
	height: 70px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline;
	}

#navigation ul li a {
	float: left;
	padding: 0px 0px 0px 20px;
	width: auto;
	display: inline;
	}
#navigation ul li a span{
	font: normal 15px/65px Georgia, "Times New Roman", Times, serif;
	padding: 0px 20px 0px 0px;
	color: #533d2d;
	height: 70px;
	margin: 0px;
	float:left;
	display: block;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation ul li a span a span {
	float:none;
	}
#navigation ul li a:hover {
	text-decoration: none;
	background-image: url(images/nav_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
#navigation ul li a:hover span {
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/nav_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
	}
#navigation ul li.current_page_item, #navigation ul li.current_page_item a:hover, #navigation ul li.current_page_parent, #navigation ul li.current_page_parent a:hover 	{
	color: #ffffff;
	background-image: url(images/nav_left.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
#navigation ul li.current_page_item span, #navigation ul li.current_page_item a:hover span, #navigation ul li.current_page_parent span, #navigation ul li.current_page_parent a:hover span 	{
	color: #ffffff;
	background-image: url(images/nav_right.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	cursor:pointer;
	}

.postinfo	{
	font: bold 11.5px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}
.postinfo a:link, .postinfo a:visited, .tags a:link, .tags a:visited {
	color: #509aa0;
	text-decoration: none;
	}
.postinfo a:hover, .tags a:hover {
	color: #509aa0;
	text-decoration: underline;
	}
.tags	{
	font: normal 11.5px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 0px 0px 0px 30px;
	background-image: url(images/bg_tag.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	width: 380px;
	display: block;
	}
.comment	{
	position: absolute;
	background-image: url(images/bg_comment.png);
	width: 45px;
	height: 41px;
	padding: 35px 3px 0px 7px;
	text-align: center;
	font: bold 16px/20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	top: 7px;
	left: -70px;
	}
.comment a:link, .comment a:visited	{
	color:#ffffff;
	}
.comment a:hover	{
	color: #101010;
	text-decoration: none;
	}
.more-link 	{
	position: absolute;
	bottom: 15px;
	right: 0px;
	font: bold 9.5px/9.5px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	}
.pagination	{
	float: left;
	width: 520px;
	padding: 20px 0px 0px 0px;
	font: normal 11px/11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
.pagination .pleft	{
	float:left;
	}
.pagination .pright	{
	float:right;
	}
.pagination a:link, .pagination a:visited {
	color: #af5818;
	text-decoration: none;
	}
.pagination a:hover {
	color: #101010;
	text-decoration: none;
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 10px 0px;
	background-image: url(images/bg_sidebar_bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px;
	background-image: url(images/bg_sidebar_ul.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px 0px 0px 45px;
	float: left;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px;
	padding: 8px 0px;
	background-image: url(images/bg_sidebar_li.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 255px;
	}
#sidebar ul li ul li ul {
	margin: 0px;
	padding: 0px;
	float: left;
background-image: none;
	}

#sidebar ul li ul li ul li {
	margin: 0px;
	padding: 8px 0px 0px 10px;
	float: left;
	width: 225px;
background-image: none;
	}


.widget_tag_cloud div {
	margin: 0px;
	background-image: url(images/bg_sidebar_ul.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px 10px 10px 45px;
	float: left;
	width: 245px;
	}
.textwidget {
	margin: 0px;
	background-image: url(images/bg_sidebar_ul.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px 10px 10px 45px;
	float: left;
	width: 245px;
	}

#calendar_wrap	{
	padding: 0px 30px 10px 45px;
	background-image: url(images/bg_sidebar_ul.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	width: 225px;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	text-align: left;
	}

#wp-calendar tbody tr td {
	text-decoration: none;
	padding: 0px 0px;
	width: 30px;
	height: 20px;
	line-height: 20px;
	}
#wp-calendar tbody tr td a:link, #wp-calendar tbody tr td a:visited {
color: #A82320;
width: 30px;
height: 20px;
display: block;
background-image: url(images/bg_cal.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#wp-calendar tbody tr td a:hover {
background-image: url(images/bg_cal.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #ffffff;
	text-decoration: none;
}
#wp-calendar caption {
	font: normal 14px/34px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background-image: url(images/bg_sidebar_li.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	color: #A82320;
	text-indent: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	}
#prev	{
	text-align: right;
	}
#next	{
	text-align: left;
	}
#sidebar ul li form, #searchform {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(images/bg_sidebar_ul.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px 0px 10px 45px;
	float: left;
	width: 255px;
	}

#sidebar #searchform #s, #csearchform #s {
	width: 150px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #ececec;
	margin: 0px 5px 0px 0px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
#sidebar #searchform label	{
	float: left;
	text-align: left;
	margin: 0px;
	padding:0px;
	text-indent: -9999px;
	display: inline;
	width: 230px;
	background-image: url(images/bg_sidebar_li.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

#sidebar #searchsubmit, #csearchform #searchsubmit {
	padding: 5px;
	background-color: #A82320;
	border: 1px solid #A82320;
	color: #FFFFFF;
	font: normal 10px/12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline;
	}
.overnav	{
	position: absolute;
	width: 960px;
	z-index: 100;
	top: 42px;
	left: 3px;
	}
#content table, #content td{
	font:normal 12px Georgia, "Times New Roman", Times, serif;
}
#content table	{
	width: auto;
	border-collapse:collapse;
	margin: 0px 0px 20px 0px;
	border: 5px solid #ececec;
	}
#content th {
	text-align:center;
	padding:10px;
	color:#FFFFFF;
	background-color: #a82320;
	font-size: 12px;
	background-position: center -100px;
	font-weight: bold;
}
#content td	{
	text-align:center;
	padding:10px;
	border-bottom:1px solid #f1f1f1;
	color: #333333;
	font-size: 12px;
	background-color: #ffffff;
	border-right: 0px solid #fff;
}

#content tr.even td{background:#fff;}
#content tr.odd td{background:#fff;}



#content td.over, #content tr.even td.over, #content tr.odd td.over{background:#f5f5f5;}
#content td.down, #content tr.even td.down, #content tr.odd td.down{background:#f5f5f5;}
#content td.selected, #content tr.even td.selected, #content tr.odd td.selected{background:#f9e7c3;color:#333;}
#commentform {
	margin: 10px 0px 30px 0px;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
	margin: 0px 0px 0px 10px;
}
#commentform input{
	width: 200px;
	background: #ffffff;
	border: 1px solid #e9e3d5;
	padding: 5px;
	margin-top: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#commentform textarea{
	height: 130px;
	background: #fff;
	border: 1px solid #e9e3d5;
	padding: 5px;
	margin-top: 3px;
	overflow: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#commentform #submit{
	cursor:pointer;
	width: 200px;
	background: #a82320;
	border: 1px solid #a82320;
	padding: 5px;
	margin-top: 3px;
	font: normal 10px/12px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.commentlist {
	padding: 0;
	text-align: justify;
}	
.commentlist p {
	margin: 10px 0px 0px 0px;
	clear:both;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.alt{
	margin-top: 2px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #e9e3d5;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}	
.alt2{
	margin-top: 2px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #e9e3d5;
	background-color: #FAFAFA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}	
.administrator {
	margin-top: 1px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #7e7d75;
}
.cgravatar {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0px 12px 10px 0px;
	border: 1px solid #e9e3d5;
	padding: 3px;
	background-color: #ececec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.comment-author {	
	font-size: 120%;
	color: #2b2d2f;
}
.comment-author a:link , .comment-author a:visited, .comment-author a:active {
	color: #509aa0;
	text-decoration: none;
}
.comment-author a:hover {
	color: #509aa0;
	text-decoration: underline;
}		
.comment-date {
	margin-left:2px;
	margin-top:3px;
	font-size: .75em;
	color: #888;
}
#com{
	width:520px;
	padding: 0 0 5px 0px;
	clear: both;
}
#comhead{
	margin-bottom:10px;
	color:#271b03;
	font-size:18px;
	font-weight:normal;
	height: 20px;
	padding: 0px;
}
#respond {
	width:580px;
	padding: 0 0 5px 10px;
	clear: both;
}
#respond {
	height: 30px;
	margin-top:25px;
	color:#271b03;
	font-size:18px;
	font-weight:normal;
	padding: 0px;
}
.item em	{
	font-size: 10.5px;
	color: #006699;
	}

.alignleft	{
	float: left;
	margin: 0px 10px 10px 0px;
	}
.alignright	{
	float: right;
	margin: 0px 0px 10px 10px;
	}
.aligncenter	{
	margin: 0px auto 10px auto;
	}

