/*
Theme Name: The Clean Revolution
Theme URI: http://www.thecleanrevolution.com.au/
Description: The Clean Revolution
Author: Sputnik Agency
Author URI: http://sputnikagency.com
Template: k2
*/
a {
	color: #de1819;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

h2 {
	text-align: left;
}

h2 a:hover, h2 span a:hover {
	color: #de1819 !important;
}

h1.blog-title {
	text-transform: uppercase;
	padding-top: 60px;
}

h1.blog-title a:hover {
	text-decoration: none;
	}
	
#header .description { /* Description in header */
	font-size: 1.6em;
	margin: 0 40px;
	}
	
h2.blogposts {
	margin-top: 4em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
	clear: both;
	font-size: 1.4em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: normal;
}


#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	background: #de1819 url(images/bg_page.jpg) no-repeat 100% 100%;
	border:none;
	}
	
.columns-two #page {
	width: 100%;
}
	
#header {
	/* Contains the H1 and menu */
	background: #de1819;
	width: 780px;
	}
#search {
	width: 200px;
	float: right;
}
.content {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	background: #fff;
	width: 740px;
}
#primary-wrapper {
}
#primary {
	/* Contains the main column */
	}
	
body.columns-two #primary-wrapper {
	margin-left:-220px;
	margin-right: 0;
}

body.columns-two #primary {
	margin-right: 0;
	margin-left:220px;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
	
#rollingcontent .hentry {
	border-bottom: 1px solid #ccc;
}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	background: #fff;
	}
	
body.columns-two .secondary {
	float: left;
}

#footer {
	padding: 10px 0 20px 20px;
	display: none;
}

#footer a {
	border-bottom: none;
}
#footer li {
	list-style: none;
	float: left;
}

#footer li a {
	padding: 0 1em;
}

ul.menu li a:hover {
	background: #eee;
	color: #333;
}