/*
Theme Name: ADI 2008
Description: The official theme of <a href="http://www.artesiandesigninc.com">Artesian Design Inc</a>.
Version: 0.9
Author: Artesian Design Inc
Author URL: http://www.artesiandesigninc.com
Latest updated: September 9, 2008
*/

/*#B4D670; - green
#009BDF; - blue
*/
#wrapper {
	background: url(/images/layout/lsidebar_bg.jpg) top left repeat-y;
	}
	#contentWrapper {
		width:560px;
		}
	#blogSidebar {
		float:right;
		width:200px;
		background:#eee;
		}

.day {
	color: #fff;
	font-size: 1.85em;
	font-weight: bold;
	}
.entry-date{
	float:right;
	background: url(../../../../images/layout/date_bg.jpg) no-repeat center center #fff;
	padding:7px 10px 7px 10px;
	margin:0px 20px 0 10px;
	text-align: center;
	}
.month {
	color: #fff;
	font-size: .85em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 2px;
	}
.year {
	color: #fff;
	font-size: .85em;
	margin: 0;
	}
.nav-previous {margin-left: 20px;}
.nav-next {margin-left: 20px;}

.entry-meta {
	border-top: 1px dotted #262927;
	font-size: .73em;
	color: #666;
	line-height: 1.45em;
	margin: 30px 25px 5px 16px;
	}
.formcontainer {
	margin-left: 15px;
	}
#comments {
	font-size: .73em;
	color: #666;
	line-height: 1.45em;
	}
	#comments h3 {
		font-size: 1.2em;
		}
		#comments p {
			font-size: 1em;
			color: #666;
			line-height: 1.45em;
			}
#commentform {
	margin-bottom: 20px;
	}
#commentform input {
	border: 1px solid #333;
	background: #B4D670;
	margin-top: 10px;
	color: #333;
	}
	#commentform input:hover {
		color: black;
		}
#commentform textarea {
	border: 1px dotted #333;
	}
	
