/*
Theme Name: chick
Theme URI: http://propulsioncreative.com/
Description: Chick Theme
Author: Propulsion Creative
Author URI: http://propulsioncreative.com/
Template: K2
Version: 0.1
*/
 
@import url("../K2/style.css");

body {
	background-color: #eee;
}

#wrapper {
	margin-top: 1.0em;
	background-color: white;
	padding-left: 1.0em;
	padding-right: 1.0em;
}

#footer {
	padding-bottom: 1.0em;
}

ul.menu li a {
	background: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #000!important;
}

ul.menu li.current_page_item a {
	background: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color: #000;
}

ul.menu li a:hover {
	background: #fff;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	color: #000;
	}
	
	
a {
	/* color: #71910f; */
}


.subfooter {
	text-align: left;
	margin: 12px;
	border-top: 2px solid #eee;
}

p.copyright {
	margin-top: 0.5em;
}
