
body {
	background: url("../images/default/body-bg.png") repeat-y 50% 50%;
	color: #767575;
}

body.textured {
	background: url("../images/default/body-bg-textured.jpg") repeat-y 50% 50%;
}

.textured .bottom-wgt-area {
	background: url("../images/default/texture.jpg");
}

.color {
	color: #4fd2e9;
}

a,a:visited {
	color: #4fd2e9;
}

a:focus,a:active,a:hover {
	text-decoration: none;
	color: #333;
}

#navigation li a:hover, #navigation li.current_page_item a, #navigation li.current_page_parent a, #navigation li.current-menu-ancestor > a  {
	color: #4fd2e9;
}

.portfolio-nav li a:hover, .portfolio-nav li a.selected {
	color: #4fd2e9;
	border-color: #333;
} 

.widget a:hover,.widget a:focus,.widget a:active {
	color: #4fd2e9;
}

.widget .hireme, .widget .hireme:visited {
	color: #4fd2e9;
}

.widget .hireme:hover {
	color: #333;
}

.widget_calendar a, .widget_calendar a:visited {
	color: #4fd2e9;
}

.entry h1 a:hover {
	color: #4fd2e9;
}

.sld-nav li.activeSlide a {
	border-color: #4fd2e9;
}

.post-form input[type=submit] { 
	color: #4fd2e9;
}

.btn-reply {
	color: #4fd2e9;
}

#footer {
	background: #414141;
	color: #b1b1b1;
	border-bottom: 5px solid #4fd2e9;
}
