#pages-top {
	background:#FFFFFF url(grayscale/nav.gif) repeat-x bottom center;
	color:#000033;
	/*height: 77px;*/
	

}

/*#navigation-outer{background-color:#111;}

#navigation a {color: #666;}

#nav a:hover  { background:#000; color:#fff }

#nav li ul  { border-top: nones; }

#nav li ul li  { border: 1px solid #dcdcdc; background: #f6f6f6;}
.col-full  { width: 940px; margin: 0 auto; }*/

#header {
	background:#FFF;

}

.search-form {
	background:url(grayscale/search-bar.gif) repeat-x top center;
	border-left: solid 1px #666666;
}

.search-box {
	color:#666666;
}

#logo-back {
	background:url(grayscale/logo-back.gif) no-repeat bottom left;
}

#categories {
	background:#dddddd url(grayscale/categories.gif) repeat-x top center;
	border-top:1px solid #cccccc;
}

#featured {
	background:url(grayscale/featured.gif) repeat-x top center;
	border-bottom:1px solid #333333;
	overflow:auto;
}

.featured-norm {

	background:url(grayscale/featured-norm.gif) no-repeat top center;
	line-height:20px;
	overflow:auto;
}

.featured-blog {
	margin:0; padding:0;
	width:auto; height:auto;
	background:url(grayscale/featured-blog.gif) no-repeat top center;
	line-height:20px;
}

.featured-small {
	margin:0; padding:0;
	width:auto; height:103px;
	background:url(grayscale/featured-small.gif) no-repeat top center;
}

#content {
	background:#ffffff;

}

	.comment-meta, .post-content {
		border-left:1px solid #dddddd;
	}

.post-list-last {
	border-bottom:1px solid #dddddd;
}

.post-list li.post-last, .post-list-last li.post-last, .post-list li.post-last-blank {
	border-bottom:1px solid #dddddd;
}

.post-list li.post, .post-list li.post-last, .post-list-last li.post, .post-list-last li.post-last, .post-list li.post-last-blank {
	background:url(grayscale/postback.gif) repeat-y;
}

.post-list li.post-blank, .post-list-last li.post-blank, .post-list li.post, .post-list li.post-last, .post-list-last li.post, .post-list-last li.post-last, .post-list li.post-last-blank, .post-list li.other-post-last, .post-list-last li.other-post-last, .post-list li.archives, .post-list-last li.archives, .post-list li.other-post, .post-list-last li.other-post {
	border-color: #dddddd;
}

.box {
	background:#f7fafc url(grayscale/box-back.gif) repeat-x top center;
	border:1px solid #cccccc;
}	

.meta {
	background:#fafbfd url(grayscale/meta.gif) repeat-x top center;
	border-left:1px solid #d9e2e9;
}

.related-posts, .tags-top {
	border-top:1px solid #dddddd;
}

.comment-content {
	border-left:1px solid #e5e9ee;
}

blockquote {
	background:#eeeeee;
	border:1px solid #cccccc;
}

h3, h3 a:link, h3 a:active, h3 a:visited {
	color:#222222;
}

.post-content h1, h1.comments-title, .post-content h2, .post-content h2.title, h2.comments-title, .post-content h3, .post-content h4, .post-content h5 {
	color:#484a4b;
}

h4, h4.related-posts, h4.tags {
	color:#333333;
}

h5 {
	color:#666666;
	border-bottom:3px solid #eeeeee;
}

a:link, a:active, a:visited {
	color: #da5e2a;
}

#subscribe a, .featured-blog-content a, #footer a {
	color:#999999;
	text-decoration:underline;
}

h2.featured a:link, h2.featured a:active, h2.featured a:visited, a.twitter:link, a.twitter:active, a.twitter:visited, a.email:link, a.email:active, a.email:visited, a.rss-big:link, a.rss-big:active, a.rss-big:visited, .featured-norm, .featured-blog, h2.featured {
	color:#ffffff;
}

#pages-list li a, a.rss:link, a.rss:active, a.rss:visited, #pages-top {
	color: #dddddd;
}

.meta {
	color:#676d72;
}

#footer, a.woothemes-link:link, a.woothemes-link:active, a.woothemes-link:visited {
	color:#a7a1a1;
}

.textfield {
	color:#b2b5b6;
}

#category-list li.current-cat, #category-list li:hover {
	background:#dddddd;
}

#category-list li a {
	color:#777777;
}

#category-list li.current-cat a, #category-list li a:hover {
	color:#666666;
}

#category-list li.current-cat, #category-list li:hover {
	background-color:#e0e0e0;
}

.related-posts-list li a:hover, .meta a:hover {
	color:#2f5074;
}

.gray, .gray a, h2.gray a {
	color:#71787b;
}

.lightgray, .lightgray a {
	color:#999999;
}

.orange, caption {
	color:#cccccc;
}

.grayblue, .grayblue a, .related_posts li a, .meta a {
	color:#333333;
}

.grayscaleblue, .grayscaleblue a {
	color:#112842;
}

.grayscalegray, .grayscalegray a, th {
	color:#3a3c3e;
}

#sidebar a, #sidebar {
	color:#9ca0a4;
}

.alignleft {
	float:left;
	padding-right: 10px;
}

.alignright {
	float:right;
		padding-left: 10px;
}




/* 3 colum layout */
	




/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:center;
		width:941px;				/* width of whole page */
		overflow:auto;			/* This chops off any overhanging divs */
	}
	
	.col1 {
		float:left;
		width:461px;				/* width of page */
		position:relative;
		overflow:auto;
		padding: 0 20px 20px 20px;
	}
	.col2 {
		float:left;
		width:180px;
					/* width of page */
		position:relative;
		overflow:auto;
	}
	.col3 {
		float:right;
		width:235px;
		height:auto;
		position:relative;
		overflow: auto;
	}
	/* 3 Column blog style settings */
	.blogstyle {
					/* right column background colour */
	}
	.blogstyle .colmid {
		right:220px;				/* width of the right column */
			/* center column background colour */
	}
	.blogstyle .colleft {
		right:180px;				/* width of the middle column */
					/* left column background colour */
	}
	.blogstyle .col1 {
		width:421px;				/* width of center column content (column width minus padding on either side) */
						/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:180px;				/* Width of left column content (column width minus padding on either side) */
					/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:220px;				/* Width of right column content (column width minus padding on either side) */
						/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */
	</style>


