/*
Theme Name:     cwmi theme
Theme URI:      http://canwaste.com/wp-content/themes/cwmi-theme
Description:    Child theme for the rezo theme
Author:         W. Evan Butler
Author URI:     http://flatisland.ca
Template:       rezo
Version:        0.1.0
*/

@import url("../rezo/style.css");
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Oswald:400,700);

body {
	background-size: contain;
	background-position: center bottom;
	background-attachment: fixed;
	font: 12px/150% "Roboto Slab", "Times New Roman", Times, serif;
	word-wrap: break-word;
	color: #736357;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

.page-title {
	font: normal 20px/120% "Oswald", Helvetica, Arial, sans-serif;
}

.post-title {
	font: normal 16px/120% "Oswald", Helvetica, Arial, sans-serif;
}

#pagewrap {
	background-color: rgba(255,255,255,0.4);
}

#nav-bar {
	background-color: #9e1115;
	border-radius: 0.75em 0.0em 0.75em 0em;
}

#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background-color: #801517;
	border-radius: 0.75em 0.0em 0.75em 0em;
}

#body {
	border-radius: 0.0em 0.75em 0.0em 0.75em;
}

#footerwrap {
	background: none;
	background-color: #201550;
	border-radius: 0.75em 0.0em 0.75em 0em;
}

#footer {
	border: thin solid #d6bf00;
	color: #d6bf00;
	border-radius: 0.75em 0.0em 0.75em 0em;
}

#footer a {
	color: #dbbf00;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footer-text {
	color: #201550;
	font-size: 95%;
}

.footer-text a {
	color: #424286;
	text-decoration: none;
}

.footer-text a:hover {
	text-decoration: underline;
}