/* colors.css

 Greys
 --------------------------
 Very Dark          #2F2F2F
 Dark               #3C3C3C
 Regular            #828282
 Light              #999
 Very light         #-CCC

 Others
 --------------------------
 blue               #7a7714
 yellow             #F90
 white              #FFF

 HH Colours
 --------------------------
 Body BG 			#ece8da  rgb('236','232','218')
 Wrapper BG			#f2efe5	 rgb('242','239','229')
 Footer BG			#a29f96
 Chartered Text		#8d8a86 rgb('141','138','134')
 General Text		#a29f96
 Green Text			#7a7714 rgb('122','119,'20')
 Text box border	#dad7ce

*/

html, body {
	background: #a29f96;
}
	
strong {
	color: #7a7714;
}
h1, h2, h3, h4 {
		color: #7a7714;
}

#wrapper {
 background: #ece8da;
}

#header a:link,
#header a:visited {
	color: #7a7714;
}

#header a:hover,
#header a:active,
#header a:focus {
	color: #8d8a86;
}
#header .site-desc {
	color: #8d8a86;
}

.back:link,
.back:visited {
	color: #7a7714;
}

.back:hover,
.back:active,
.back:focus {
	color: #FFF;
}

.post {
background: #f2efe5;
border-bottom: 1px solid #dad7ce;
border-right: 1px solid #dad7ce;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
margin-bottom: 30px;
padding: 10px;
}
blogme 
}

.post h2,
.post h3,
.post h4,
.post h5,
#search h2,
.emptysearch,
.error {
	color: #a29f96;
}

.post h2 a:link,
.post h2 a:visited {
	color: #a29f96;
}

.post h2 a:hover,
.post h2 a:active,
.post h2 a:focus {
	color: #F90;
}

.post blockquote {
	background: #ece8da;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 30px;
	
}

.date {
	color: #828282;
}

.entry a:link,
.comment a:link {
	color: #F90;
}

.entry a:visited,
.comment a:visited {
	color: #F90;
}

.entry a:hover,
.entry a:active,
.entry a:focus,
.comment a:hover,
.comment a:active,
.comment a:focus {
	color: #FFF;
}

.post img {
	padding: 10px;
	/*float: left;*/
}

.post .number-of-comments a:link,
.post .number-of-comments a:visited {
	color: #a29f96;
}

.post .number-of-comments a:hover,
.post .number-of-comments a:active,
.post .number-of-comments a:focus {
	color: #F90;
}

#comments h3,
#commentform h3 {
	color: #a29f96;
}
.blogette h3 a {
	color: #7a7714;
}

.comment {
	border-top: 1px solid #3C3C3C;
}

.highlighted {
	background: #3C3C3C;
	border-top: 1px solid #2F2F2F;
}

.highlighted a:link,
.highlighted a:visited {
	color: #7a7714;
}

.comment cite {
	color: #a29f96;
}

.comment .moderation {
	color: #FFF;
}

#commentform {
	background: #3C3C3C;
}

#commentform a:link,
#commentform a:visited {
	color: #7a7714;
}

#commentform a:hover,
#commentform a:active,
#commentform a:focus {
	color: #a29f96;
}

.pagination {
	color: #7a7714;
}
.pagination a:link,
.pagination a:visited {
	color: #8d8a86;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	color: #7a7714;
}


#sidebar a:link,
#sidebar a:visited {
	color: #8d8a86;
}
#sidebar  li.selected, .current_page_item  {
border-left: 3px solid #7a7714; 
color: #7a7714;
padding-left: 5px;
font-weight: bold;
}
#sidebar .menu .current_page_item  a,
#sidebar .menu .current_page_item  a:visited,
#sidebar .menu .current_page_item  a:active,
#sidebar .menu .current_page_item  a:hover,
#sidebar .menu .current_page_item  a:link
 { color: #7a7714;}


#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus {
	color: #7a7714;
}

#sidebar #sb-2 a:link,
#sidebar #sb-2 a:visited {
	color: #C4C4C4;
}

#sidebar #sb-2 a:hover,
#sidebar #sb-2 a:active,
#sidebar #sb-2 a:focus {
	color: #F90;
}

#footer {
	background:#a29f96;
	color: #333;
	border-top: 10px solid #f2efe5;
}
#footer h1, #footer h2, #footer h3, #footer h4 {
	color: #f2efe5;
}

#footer a:link,
#footer a:visited {
	color: #e3dfd2;
	text-decoration: underline;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #7d7b74;
	text-decoration: none;
}
