body {
    background:#f5f5f5 url(images/pattern.jpg);
}

a:hover {
	background-color:#FF0
}

#wrapper {
}


#header {padding-top:20px;
		background-color:transparent;
		border-left:1px dotted #C7C7C7;
    	border-right:1px dotted #C7C7C7;
    	border-left-color-value:transparent;
		border-right-color-value:transparent;
}

#main {
    border-left:1px solid #C7C7C7;
    border-right:1px solid #C7C7C7;
    margin:0 auto;
    width:958px;
    border-bottom:1px solid #C7C7C7;
	background-color:#FFF
}

#access {
    margin-bottom:0;
}

#home-insert {
    background:#fff;
    border-left:1px dotted #C7C7C7;
    border-right:1px dotted #C7C7C7;
    margin:0 auto;
    padding:21px 0 0 0;
    width:958px;
}

.home .entry-title a {
	font-size:21px;
	color:#000;
	padding-top:10px;
	padding-bottom:5px;
	border-bottom-style:dotted;
}

.home .entry-title a:hover {
	background-color:#FF0;
	text-decoration:underline;
}

.home #nav-above {
		padding-bottom:10px;
		border-bottom-style:hidden;
}

.home #content {
		width:610px;
}

#footer {
    margin-top:21px;
	background-color:transparent;
	border-top-width:0px;
	padding-bottom:20px;
	padding-top:0px;
}

#siteinfo {
	font-size:12px;
	text-align:left;
}

#featured-content {
	background-color:transparent;
}

#featured-content a {
	color:#000;
}

#featured-content a:hover{
	background-color:#FF0;
	text-decoration:underline;
	color:#000;
}

#latest-feature {
	width:610px;
	background-color:#EC7001;
	background-image:url(images/features.png);
	background-repeat:no-repeat;
}

#latest-feature p {
		margin-right:20px;
		color:#000;
}
	
#recent-features {
	margin-top:10px;
	float:left;
	padding-left:30px;
	color:#000;
	
}

#recent-features a {
	color:#595957;
}

#recent-features a:hover {
	color:#598745;
	text-decoration:underline;
}

#menu a, .menu a {
		border-bottom-width:4px;
		float:right;
		font-size:12px;
		border-top:1px dotted #C7C7C7;
		background-color:#FFF;
		color:#000;
		font-style:normal;
		letter-spacing:1px;
}

#menu a:hover, .menu a:hover {
		color:#598745;
		background-color:#FF0;
}

#blog-description {
font-size:18px;
}

#blog-title a:hover {
	background-color:#FF0;
	text-decoration:underline;
}

a:hover img {
	background-color:#FF0;
}