* {
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}

body {
	font-size: 12px;
	font-family: 'Helvetica', Arial, Sans-Serif;
	background: #f6f6f6;
	color: #262526;
	width:100%;
	}
	
.clear {
	clear: both;
}

#page {
	background:#f6f6f6;
	width:1040px;
	margin:0px auto;
	}

#header {
	background: transparent url('images/headerBg.jpg') repeat-x left top;
	width:100%;
	height:224px;
	}

#headerimg 	{
	background: transparent url('images/header.jpg') no-repeat left top;
	height: 224px;
	width: 1015px;
	margin:0px auto;
	}

.narrowcolumn {
	float: left;
	margin: 0 80px 0 70px;
	padding:0;
	width: 565px;
	}

.narrowcolumn h2,h3 {
	color:#1d1d1b;
	font-weight:bold;
	font-size:26px;
	padding:36px 0 15px 0;
	}
		
.narrowcolumn h2 a, h3 a {
	color:#1d1d1b;
	font-weight:bold;
	font-size:26px;
	text-decoration:none;
	}
	
.narrowcolumn h2 a:hover, h3 a:hover {
	color:#1d1d1b;
	font-weight:bold;
	font-size:26px;
	text-decoration:none;
	}
	
.narrowcolumn small {
	color:#646567;
	font-weight:normal;
	font-size:18px;
	}
			
.postmetadata {
	font-size:11px;
	color:#262526;
	text-align:right;
	clear: both;
	padding:36px 0 0 0;
	}
	
.postmetadata a {
	font-size:11px;
	color:#8b9c36;
	text-decoration:none;
	}
	
.postmetadata a:hover {
	font-size:11px;
	color:#8b9c36;
	text-decoration:underline;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.post {
	border-bottom:1px solid #7fc8c7;
	padding:0 0 15px 0;
	}
	
.post img {
	margin:0 15px 10px 0;
	}
	
.post ul {
	margin:0 0 0 12px;
	}
	
.post a {
	font-size:12px;
	color:#8b9c36;
	text-decoration:none;
	}
	
.post a:hover {
	font-size:12px;
	color:#8b9c36;
	text-decoration:underline;
	}
	
.entry {
	text-align:justify;
	line-height:18px;
	padding:15px 0 0 0;
	}

#sidebar {
	padding:0;
	margin:0;
	width: 160px;
	background:#FFF;
	float:left;
	font-size:11px;
	padding:0 0 36px 0;
	}
	
#sidebar a {
	color:#262526;
	font-size:11px;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color:#262526;
	font-size:11px;
	text-decoration: underline;
	}
	
#sidebar img {
	padding:0 0 10px 0;
	}
	
#sidebar h2 {
	color:#0ca4a4;
	font-size:13px;
	font-weight:normal;
	padding:6px 0 6px 0;
	}
	
#sidebar h3 {
	color:#0ca4a4;
	font-size:13px;
	font-weight:normal;
	padding:6px 0 6px 15px;
	}
	
#sidebar ul {
	list-style:none;
	padding:0 0 0 15px;
	line-height: 18px; 
	}
	
#sidebar ul ul {
	list-style:none;
	padding:0; 
	}

#searchform {
	padding:6px 0 6px 0;
	}
	
#searchform input {
	width:130px;
	padding:3px 3px;
	border:1px solid #a3b9b8;
	}
	
#searchform label {
	color:#0ca4a4;
	font-size:13px;
	font-weight:normal;
	}
	
#searchform #searchsubmit {
	background: transparent url('images/submitBtn.jpg') no-repeat left top;
	width:35px;
	height:19px;
	border:none;
	margin:5px 0 0 0;
	}
	
#footer {
	clear:both;
	background: transparent url('images/footerBg.jpg') repeat-x left top;
	width:100%;
	height:167px;
	}
	
#footerimg 	{
	background: transparent url('images/footer.jpg') no-repeat left top;
	height: 167px;
	width: 1015px;
	margin:0px auto;
	}

/* Content Comments */

img.avatar {
	display:none;
	}
	
.commentmetadata {
	display:none;
	}
	
ol {
	color:#262526;
	list-style:none;
	}
	
ol li {
	padding:0 0 15px 0;
	}

.fn a {
	color:#8b9c36;
	text-decoration:underline
	}
	
#comments {
	color:#a3b9b8;
	font-weight:bold;
	font-size:26px;
	padding:36px 0 15px 0;
	}
	
#respond h3 {
	color:#a3b9b8;
	font-weight:bold;
	font-size:26px;
	padding:36px 0 15px 0;
	}

#commentform {
	color:#262526; 
	}
	
#commentform small {
	color:#262526;
	font-size:11px; 
	}
	
#commentform input {
	width:200px;  
	font-family: 'Helvetica', Arial, Sans-Serif; 
	font-size:12px; 
	color:#262526; 
	border:1px solid #a3b9b8;
	padding:3px 3px;
	margin:0 0 10px 0;
	}
	
#commentform textarea { 
	width:425px;
	height:190px;  
	font-family: 'Helvetica', Arial, Sans-Serif; 
	font-size:12px; 
	color:#262526;
	border:1px solid #a3b9b8;
	padding:3px 3px;
	}
	
#commentform .sendComment{
	background: transparent url('images/comment_btn.jpg') no-repeat center;
	height:26px;
	width:140px;
	display:block;
	padding:0;
	margin:10px 0 36px 0;
	cursor:pointer;
	}

/* Content Comments */

.navigation {
	padding:15px 0 15px 0;
	}
	
.navigation .alignleft a {
	color:#262526;
	font-weight:normal;
	text-decoration:none;
	font-size:15px;
	}
	
.navigation .alignright a {
	color:#262526;
	font-weight:normal;
	text-decoration:none;
	font-size:15px;
	}

/* TWITTER LIST */

#twitter {
	float:left;
	width:160px;
	margin:103px 0 0 0;
	}
	
#twitter a {
	color:#0ca4a4;
	font-size:10px;
	}
	
#twitter h3 {
	color:#0ca4a4;
	font-size:13px;
	font-weight:normal;
	padding:6px 0 6px 15px;
	}
	
#twitter_update_list {
	list-style:none;
	}
	
#twitter_update_list li {
	padding:0 0 15px 15px
	}
	
