/*
Theme Name: deColor
Theme URI: http://webdemar.com/demo/?wptheme=deColor
Description: Clean greyscale Theme by <a href="http://webdemar.com">webdemar</a>
Version: 0.8.1
Author: webdemar
Author URI: http://webdemar.com
Tags: simple, clean, widgets, widget-ready, two columns, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: black repeat-x left top;
	font-size: 62.5%;
}

a {
	color:#3366cc;
	background: transparent;
	outline: none;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #5e5e5e;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#wrap {
	width: 940px;
	margin: 0 auto;
	font:normal 1.2em/1.6em Arial, sans-serif;
	color: #5e5e5e;
}

#header-top {
	height: 30px;
	background: url(img/bg-header-top.gif) no-repeat left top;
}
	
#header {
	position: relative;
	height: 150px;
	background: #f3f6f8;
}

#content {
	padding: 10px 0 0 0;
	background: #f3f6f8;
}

#content-left {
	float: left;
	width: 80%;
}

#content-right {
	float: right;
	width: 20%;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 100px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}

h1 a {
	text-decoration: none;
}

h2#blog-description {
	position: absolute;
	bottom: 80px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	font:normal 1.0em/1.0em Arial, sans-serif;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0 20px;
}

h3 {
	margin: 0 0 20px 0;
        font-size: 20px;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
}

/*	##################################
   	HEADER
	################################## */
	
#header ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	margin: 0px;
	list-style: none;

}

#header li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0px;
}

#header li#first {
	background: url(img/bg-menu-a.gif) no-repeat left top;
}

#menu .page_item a {
	display: block;
	float: left;
	height: 27px;
	margin: 0px;
	padding: 8px 22px 0 22px;
	background: url(img/bg-menu-a.gif) no-repeat right top;
	text-decoration: none;
	text-align: center;
}

#menu .page_item a:hover {
	text-decoration: underline;
}

#rss {
	bottom: 80px;
	right: 0px;
	height: 40px;
	text-align: right;
        padding: 0 10px 0 0px;
}

#rss p {
	margin: 0px;
	padding: 1px 0 0 0;
}

#rss img {
	float: right;
	margin: 0 0 0 10px;
}

/*	##################################
   	CONTENT
	################################## */
	
/** content left */

.box-left {
	margin: 0 0 20px 20px;
}





	
.meta {
	clear: both;
	padding: 10px;
	background: #f3f6f8 url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
        width: 95%;
}

.meta-date {
	padding: 0 10px 0 0px;
	color: #a4a3a3;
}

.meta-date2 {
	padding: 0 10px 0 15px;
}

.meta-edit a {
	color: #e72020;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-share {
	padding: 0 10px 0 15px;
	background: url(img/share.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** content right */

.box-right {
	margin: 0 20px 40px 0;
}

.box-right a {
	color:#5e5e5e;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	display: inline; /* white space bug IE6 */
}

.box-right li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
	text-decoration: none;
}

.box-right li a:hover {
	background: #f7f7f7;
}

.box-right li ul {
	margin: 0px;
	padding: 0 0 0 20px;
}


.box-right2 {
	margin: 0 20px 40px 0;
}

.box-right2 a {
	color:#3366cc;
}













.box-right2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right2 li {
	display: inline; /* white space bug IE6 */
}

.box-right2 li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
	text-decoration: none;
}

.box-right2 li a:hover {
	background: #f7f7f7;
}

.box-right2 li ul {
	margin: 0px;
	padding: 0 0 0 20px;
}



.box-right3 {
	margin: 0 20px 40px 0;
}

.box-right3 a {
	color:#f3f6f8;
}

.box-right3 a:hover {
	color:#5e5e5e;
}

.box-right3 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right3 li {
	display: inline; /* white space bug IE6 */
}

.box-right3 li a {
	display: block;
	margin: 0px;
	text-decoration: none;
}

.box-right3 li a:hover {
	background: #f7f7f7;
}

.box-right3 li ul {
	margin: 0px;
	padding: 0 0 0 20px;
}



/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 95%;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #fff url(img/bg-button.gif) no-repeat left top;
	border: none;
	color: #5e5e5e;
}

#commentspopup {
	background: #f3f6f8;
	color: black;
	padding: 10px 10px 0 10px;
}

.comment-meta {
	padding: 10px 10px 0 10px;
	background: #f3f6f8 url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.comment-meta .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-text p {
	margin: 0;
	padding: 10px;
}

/*	##################################
   	SEARCHFORM
	################################## */

#searchformsidebar{
	position:relative;
	float:left;
	margin-top:15px;
}

#searchformsidebar input.searchbg{
	padding:3px;
	border:1px solid #c0c0c0;
	width:175px;
	color:#999;
}

#searchmenu{
	float:left;
}

#searchsubmitbtn{
	position:relative;
	bottom:1px;
	right:10px;
	float:left;
}


	
#searchform #search {
	float: left;
	width: 186px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform #search-submit {
	width: 90px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #fff url(img/bg-button.gif) no-repeat left top;
	border: none;
	color: #5e5e5e;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	background: #f3f6f8;
	border-top: 5px solid #5e5e5e;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 380px;
	text-align: right;
}

#footer-bottom {
	width: 940px;
	height: 20px;
	margin: 0 auto;
	background: url(img/bg-footer-bottom.gif) no-repeat left bottom;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.aligncenter {
	margin: 0 0 10px 0;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f7f7f7;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0px;
   padding: 0px;
   border: none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

.entrydate .dateMonth
{
  font-size:10px;
  text-align:center;
  color:#FFF;
  margin:0;
  padding:3px 0 0;
}

.dateDay
{
  font-family:Verdana,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#888;
  margin:0;
  padding:1px 3px 0 0px;
}

.dateHour
{
  font-family:Verdana,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#888;
  margin:0;
  padding:6px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

.entrydate
{
  background:transparent url(img/date.png) repeat scroll 0 0;
  height:53px;
  margin-left:5px;
  margin-top:5px;
  width:49px;
}

.download
{
  margin-left:5px;
  text-align: left;
}





ol.commentlist {
	margin:0;
	padding: 0 0 0 15px;
	width:60%;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.mrpaulryan.com/paula/bg_comments2_cite.gif);
	border-top:1px solid #42629d;
	border-bottom:1px solid #42629d;
	color:#3b4f6e;
	}	

.commentlist a:link, .commentlist a:visited {
	color: #4073a6;

	}

.commentlist a:hover, .commentlist a:active {
	color: #4073a6;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #42629d;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: bold 1.2em Helvetica;
	text-decoration: none;
	}

.commentlist .time {
	background: url(http://www.mrpaulryan.com/paula/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #d9e2eb url(http://www.yoursite.com/paula/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #a4cbe4;
	padding: 5px 20px 1px 10px;
	color:black;
	}



ol.commentlist2 {
	margin:0;
	padding: 0 0 0 0px;
	width:95%;
	}

.commentlist2 li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist2 cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.mrpaulryan.com/paula/bg_comments2_cite.gif);
	border-top:1px solid #42629d;
	border-bottom:1px solid #42629d;
	color:#3b4f6e;
	}	

.commentlist2 a:link, .commentlist a:visited {
	color: #4073a6;

	}

.commentlist2 a:hover, .commentlist a:active {
	color: #4073a6;
	}

.commentlist2 cite img {
	padding:1px;
	border:1px solid #42629d;
	float:left;
	margin-right:9px;
	}

.commentlist2 .author {
	font: bold 1.2em Helvetica;
	text-decoration: none;
	}

.commentlist2 .time {
	background: url(http://www.mrpaulryan.com/paula/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.alignleft {
	float: left
	}

.alignright {
	float: right
	}