/*-----BASIC RESET ------*/

/*Basic Reset to get started, this can be added to as project develops*/

body,div,span,object,iframe,form,
h1,h2,h3,h4,h5,h6,ul,ol,li{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}


/*remove double borders from adjacent cells*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*align form text boxes and submit buttons so they sit on the same line*/

input {
	vertical-align: middle;
}

/*CLEARFIX: Use on the container of a floated element - ensures container fits 
around floated element*/

.clearfix:after 
	{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Use to clear a float */

.clear 
	{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}


/*HTML5 display definitions*/
article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
	    display:block;
	}


/*---------COMMON CLASSES---------*/

/*-----IMAGES------*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/*image captions*/

.wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 600px !important; /* prevent too-wide images from breaking layout */
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 0.9em;
	padding: 0;
	margin: 2px 0 2px 0;
}

/*-----MAIN PAGE LAYOUT ELEMENTS ------*/

#wrapper {
	background-image: url('../images/header_bg.png');
	background-repeat: repeat-x;	


}

body {
	font-family: Arial;
	background-image: url('../images/main_texture_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e6e4dd;
}

body p {
	margin: 0;
	font-size: 0.9em;
}

#main {
	width:100%;
	max-width: 1250px;
	margin: 0 auto;
	
}
#main_content {
	min-height: 900px;
	padding-right: 5%;
	padding-left: 5%;
	position: relative;
}
@media screen and (min-width: 960px) {
	#main_content {
		float:left;
		width: 60%;
	}
}
@media screen and (min-width: 1270px) {
	#main_content {
		width: 72%;
		padding-right: 25px;
		padding-left: 0;
	}
}
#main_header{
	height: 99px;
}

#main_header #logo{
	width:95%;
	padding-left:5%;
}
@media screen and (min-width: 940px) {
	#main_header #logo{
		float: left;
		width: 300px;
	}
}
@media screen and (min-width: 1270px) {
	#main_header #logo{
		padding:0;
	}
}

#main_header img{
	margin-top:22px;
}
#sidebar ul {
	list-style-type: none;
}


h2.sidebar_heading {
	padding-bottom: 20px;
    border-bottom: 1px solid #dad4ce;
    margin-bottom: 20px;
}

.sidebar_item {
	margin-bottom: 40px;
}


#orientation_sidebar li {
	margin-bottom: 7px;
}

#orientation_sidebar h3{
	margin-bottom: 3px;
}

footer#main_footer{
	padding: 10px 5px;
	border-top: 1px solid #BFB8B2;
	clear: both;
}

#database p{
	padding: 10px 0 10px 0;
}

/*Wordpress widgets*/

.widget{
	margin-bottom:40px;
}

h2.widgettitle {
	padding-bottom: 20px;
	border-bottom: 3px solid #257E8A;
	margin-bottom: 10px;
}

.textwidget {
	font-size: 0.9em;
}

li.widget ul li {
	font-size: 0.9em;
	line-height: 1.3em;
	
	
} 

/*Twitter widget*/

ul.really_simple_twitter_widget  {
	margin-bottom: 20px;
}

ul.really_simple_twitter_widget  li{
	list-style-type:none;
	border-bottom: 1px solid #BFB8B2;
	padding:10px 0 10px 12px;
	font-size: 0.9em;	
}

ul#tags li {
	float: left;
	margin: 0 5px 7px 0;
	list-style-type: none;
}

ul#tags li a{
	display: block;
	padding: 0.5em 0.8em;
	border: 1px solid #BFB8B2;
	background-color: #FFF;
	font-size: 0.9em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
}


/*------HOME PAGE SPECIFIC-----*/

#about_the_site {
	padding: 25px 30px 25px 30px;	
	margin-bottom: 40px;
	background-color: #FFF;
	height:210px;
	background:url('../images/about_texture_bg.png');
	background-repeat: no-repeat;
}


#about_the_site p {
	color: #403D3B;
	margin-bottom: 12px;
	font-size: 1em;
	line-height: 1.4em;
}

#about_the_site a {
	margin-top: 7px;
	background-color: #FFF;
	display:inline-block;
	padding: 0.5em 0.9em;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #B0700F;
	color:#FFF;
}

.drop {
	font-size: 2.8em;
	margin-top: 14px;
	margin-right: 4px;
	float: left;
	color: #257E8A;
}

#orientation {
	list-style-type: none;
}

#orientation li img {
	margin-bottom: 10px;
	display: block;
	width:100%;
	height:auto;

}

#orientation li {
	float: left;	
}

#orientation li h2 {
	color: #257E8A;
	font-weight: bold;
	margin-bottom: 5px;
}

#orientation li h2 a{
	color: #257E8A;
}

#orientation  li p {
	line-height: 1.4em;
}

#orientation  li.orientation_last {
	margin: 0 0 10px 0;
}

h2.blog_title_home {
	color: #257E8A;
	margin-bottom: 15px;
	font-size: 1.1em;	
}

.blog_home {
	margin: 40px 0;
}

.blog_home h3 {
	font-size: 1.2em;
	margin-bottom: 15px;
}

.blog_home h3 a {
	color: #00302D;
}

.blog_home p {
	line-height: 1.3em;
}

.blog_home img {
	float:left;
	margin-right: 20px;
}

p.post_meta {
	margin-top: 10px;
}

/*------PAGES AND POSTS-----*/

.page_content {
	color: #403D3B;
	padding: 60px 0 40px 0;
}

.page_content article {
	padding-bottom: 20px;
}

.page_content article header{
	margin-bottom: 20px;
}

.page_content h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #257E8A;
	margin: 7px 0 2px 0;
}

.page_content p{
	font-size: 1em;
	line-height: 1.4em;
	padding: 10px 0; 

}

.page_content article ul, .page_content article ol {
	margin-left: 20px;
}

.page_content article ul li, .page_content article ol li{
	margin-bottom: 7px;
	line-height: 1.4em;
}

.page_content blockquote {
	font-style: italic;
	color: #7F7A77;

}

.page_content blockquote p{
	line-height: 1.4em;
}

.page_content article footer ul{
	margin: 0;
		
}


/* hentry views */

.hentry {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dad4ce;
}


.hentry h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}

.hentry h3 a{
	color: #403D3B;
}

.hentry p{
	padding-top: 0;
}


/*individual page views*/





.navigation_next_previous {
	padding: 15px 5px 15px 5px;
}

/*post page views*/

#main_content h1{
	font-size: 1.7em;
	margin-bottom: 20px;
}




/*------LINKS--------------*/

/*default links*/
a:link {
	color: #069;
	text-decoration: none;
}

a:visited{
	color: #069;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



#about_the_site a:link {
	text-decoration: none;
}

#about_the_site a:visited {
	text-decoration: none;
}

#about_the_site a:hover {
	text-decoration: none;
	background-color: #00302D;
}


ul#tags li a:link{
	color: #403D3B;
}

ul#tags li a:visited{
	color: #403D3B;
}

ul#tags li a:hover{
	color: #FFF;
	background-color: #257E8A;
}

/*------Main navigation---------*/

ul#main_navigation {
	background-color:#00302d;
	list-style-type: none;
	width: 95%;
	padding-left:5%;
	height: 40px;
	float:left;
	text-transform: uppercase;
}
@media screen and (min-width: 940px) {
	ul#main_navigation {
		width: 50%;
		padding-right:5%;
		margin-top:30px;
	}
}
@media screen and (min-width: 1270px) {
	ul#main_navigation {
		padding-right:0;
		width:55%;
	}
}

ul#main_navigation li{
	float: left;

}
ul#main_navigation li:first-child a{
	padding-left:0;	
}
@media screen and (min-width: 940px) {
	ul#main_navigation li:first-child a{
		padding-left:1.2em;	
		padding-right:0;
	}
}

ul#main_navigation li a {	
	display: block;
	line-height: 40px;
	padding: 0 .5em;
	text-align: center;
	font-size: 0.75em;
}
@media screen and (min-width: 500px) {
	ul#main_navigation li a {	
		padding: 0 1.2em;
		font-size:.9em;
	}
}

ul#main_navigation li a:link {
	color: #FFF;
	text-decoration: none;
}

ul#main_navigation li a:visited {
	color: #FFF;
	text-decoration: none;
}

ul#main_navigation li a:hover {
	background: url('../images/main_nav_bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

/*current page*/
ul#main_navigation li.current-menu-item a {
	text-decoration: none;
	background: url('../images/main_nav_bg.png');
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#main_header h1 a:link {
	text-decoration: none;
	color: #FFF;
}

#main_header h1 a:visited {
	text-decoration: none;
	color: #FFF;
}

#featured h2 a {
	text-decoration: none;
	color: #403D3B;
}

#tags ul li a {
	text-decoration: none;
}
	


/*------SEARCH BOX--------*/

#search_container {
	margin-bottom: 25px;
}
#search_container {
	position:relative;
}
#search_text {
	width: 97%;
	height: 35px;
	border: 0;
	padding: 0 0 0 3%;
}
#search_container input[type="image"] {
	position: absolute;
    top: 0;
    right: 0;
}
/*------WORDPRESS------*/

.breadcrumb-trail {
	font-size: 0.8em;
	color: #403D3B;
}

/*-------QMT---------*/
#filter_surround {
	background-color: #E3F2EB;
	padding: 5px 7px 10px 20px;
	margin-bottom: 30px;
}

#filter_table{
	width: 100%;
}

#filter_table tr {
	height: 40px;
}
#filter_table td{
	display:block;
	margin-top:20px;
}
@media screen and (min-width: 600px) {
	#filter_table td{
		width: 50%;
		margin-top:0;
		display:table-cell;
	}
}

label.qmt{
	padding-right: 10px;	
	font-size: 0.9em;
}

input#filter_submit {
	cursor:pointer;
}

/*-------Pagination--------*/

.wp-pagenavi {
	padding: 20px 0 20px 0;
}


/*-------Keyword list--------*/
#keyword_list {
	padding-top: 20px;
	color: #403D3B;
}

#keyword_list a {
	color: #7F7A77;
}

#keyword_list a:hover {
	color: #7400A3;
}

/*-------Jetpack sharing buttons-----*/
.sharedaddy{
	margin-top: 20px;
	
}

/*-- Dan Extra CSS --/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* General */
.clear {
	clear: both;
}

#main_header img {
	margin: 13px 0 7px -7px;
}


ul#main_navigation,
ul#main_navigation li {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: .9em;
}
@media screen and (min-width: 940px) {
	ul#main_navigation,
	ul#main_navigation li {
		float:right;
	}
}

ul#main_navigation li.current-menu-item a,
ul#main_navigation li a:hover {
	background: none;
	color: #b7eaba;
}

h1, h2 {
	font-family: 'Roboto Slab', serif;
}

h1,h2 {
	color: #2d6731;
}

h3,
.taxonomy-drilldown-reset,
.floatRight,
.floatLeft {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: .75em;
	letter-spacing: .05em;
}

a, a:link, a:visited {
	color: #348e78;
}

a:hover {
	color: #46ac4d;
}

.blog_home p,
body p {
	line-height: 1.5em;
	color: #00302d;
}

.has-post-thumbnail img,
.blog_home img,
#orientation img,
#orientation_sidebar img,
.widget_image img,
#filter_surround,
ul.really_simple_twitter_widget li,
#commentform textarea,
.commentlist li.comment,
#subscribe-email input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 10px 5px;
	margin: 2px;
	font-size: .75em;
}

footer#main_footer {
	padding: 30px 0;
	border-top: none;
	font-size: .75em;
}
footer#main_footer small {
	margin-left:5%;
}
@media screen and (min-width: 1270px) {
	footer#main_footer small{
		margin-left:0;
	}
}

.breadcrumbs .trail-browse {
	display: none;
}

.breadcrumbs {
	font-size: .65em;
	padding:0 0 30px;
	line-height:1.6em;
}
#main_content .breadcrumbs .trail-browse{
	display:none;
}
@media screen and (min-width: 1270px) {
	.breadcrumbs {
	}
}


/* sidebar */
#sidebar {
	background-color:#dad8d2;
	margin:auto;
	padding:40px 5%;
}
@media screen and (min-width: 960px) {
	#sidebar {
		background-color:transparent;
		border:none;
		float:right;
		width: 25%;
		padding-right:5%;
		padding-left:0;
	}
}


@media screen and (min-width: 1270px) {
	#sidebar {
		padding-right:0;
	}
}


h2.widgettitle {
	padding-bottom: 20px;
	border-bottom: 1px solid #dad4ce;
	margin-bottom: 20px;
}

li.widget ul li {
	margin-bottom: 20px;
}

#orientation_sidebar h3 {
	margin-bottom: 10px;
}

#search_container #search_text {
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}

#search_container input[type="image"] {
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.tm_lcptu_post_thumbnail {
	padding: 0 20px 20px 0;
}

.tm_lcptu_post_title {
	font-size: .9em;
}

.page_content {
	padding-top: 40px;
}

#orientation_sidebar li {
	margin-bottom: 20px;
}

#orientation_sidebar img {
	margin-bottom: 30px;
}

#orientation_sidebar p {
	font-size: .8em;
}

#subscribe-email input {
	width: 95%;
	padding-left: 5%;
	height: 35px;
	border: none;
}

/* Loop */
.hentry,
.blog_home {
	font-size: .9em;
}

.hentry h3,
.blog_home h3 {
	font-size: .8em;
	margin: 30px 0 20px;
}

.hentry h3 a,
.blog_home h3 a {
	color: #348e78;
}

.loopWrapper img,
.blog_home img {
	margin: 0;
	float:none;
	width: 180px !important;
	height: auto !important;
}
@media screen and (min-width: 400px) {
	.loopWrapper img,
	.blog_home img {
		margin: 0 30px 30px 0;
		float: left;
	}
}

.widget_image img {
	width: 100% !important;
	height: auto !important;
}

ul.really_simple_twitter_widget li {
	list-style-type: none;
	border-bottom: none;
	padding: 20px;
	font-size: .9em;
	background-color: #fff;
	position: relative;
	line-height:1.4em;
}

ul.really_simple_twitter_widget li:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 15px;
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.widget_reallysimpletwitterwidget  h2 {
	border-bottom: 0;
	padding-bottom: 0;
	padding-left: 50px;
	background: url(http://whygreeneconomy.org/wp-content/themes/whygreeneconomy/images/twitter_bird.png)no-repeat top left;
	min-height:30px;
}

.widget_reallysimpletwitterwidget img {
	display: none;
}

#tags ul li {
	margin-bottom: 10px;
}

/* Single */
.page_content h2 {
	margin: 0 0 20px;
}

.page_content table {
	width: 100%;
	margin-bottom: 20px;
}

.page_content td {
	padding: 10px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.commentlist {
	margin: 10px 0 40px;
}

.pingback {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#commentform label {
	margin-bottom: 10px;
	margin-top: 10px !important;
}

#commentform textarea,
#commentform label {
	width: 100%;
	display: block;
	float: none;
}

#commentform textarea {
	border: none;
	margin-top: 10px;
	padding: 5%;
	width: 90% !important;
}

.page_content .logged-in-as {
	font-size: .75em;
}

.commentlist li.comment {
	margin: 0 0 30px;
	padding: 20px 20px 0;
	background-color: #f2f1eb;
}

h3#comments-title {
	padding: 20px 0;
	font-size: .75em;
}

h3#reply-title {
	font-size: .75em;
}

/* Home */
#about_the_site {
	padding: 40px 0 10px;
	margin-bottom: 40px;
	background-color: transparent;
	height: auto;
	background: none;
	background-repeat: no-repeat;
}

#commentform #submit {
	margin-left: 0;
}

#about_the_site a,
#filter_submit,
#commentform #submit,
input[type="submit"] {
	margin-top: 30px;
	display: inline-block;
	padding: 20px 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 15px;
	border-radius: 5px;
	background-color: #348e78;
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: .8em;
	height: auto;
	border: none;
	min-width: 150px;
}
#about_the_site a {
	font-size:.65em;
	width:96%;
	margin-right:2%;
}
#about_the_site a:last-child {
	margin-right:0;
}

@media screen and (min-width: 610px) { 
	#about_the_site a {
		width:44%;
	}
}
@media screen and (min-width: 1110px) { 
	#about_the_site a {
		font-size:.8em;
	}
}

#commentform #submit {
	margin-top: 10px;
}

#about_the_site a:hover,
#filter_submit:hover,
#commentform #submit:hover {
	background-color: #00302d;
}

#about_the_site a:last-child {
	margin-right: 0;
	background-color: #257E8A;
}

#about_the_site a:last-child:hover {
	background-color: #00302d;
}

#orientation {
	margin-bottom: 40px;
}
#orientation li {
	width:100%;
	padding:0;
	margin-bottom:20px;
}
@media screen and (min-width: 400px) {
	#orientation li {
		width:29%;
		padding:0 2%;
		margin-bottom:0;
	}
}

#orientation li h2 {
	margin: 20px 0 10px;
}

.blog_home {
	margin-top: 20px;
}

.page_content p {
	padding: 0;
	margin-bottom: 20px;
	line-height: 1.5em;
}

/* Resources */
#filter_surround {
	background-color: #f2f1eb;
	padding: 20px;
	margin-bottom: 40px;
}

#filter_submit {
	border: none;
	width: 150px;
	margin-top: 20px;
	margin-right: 10px;
	padding: 15px;
}

#filter_table {
	margin-bottom: 0;
}

#filter_table td {
	padding: 10px 0 0;
}

.taxonomy-drilldown-reset {
	vertical-align: -.8em;
}

label.qmt {
	font-size: .75em;
}

/* Resources single */
.relatedBlock {
	font-size: .75em;
	margin:20px -2% 0;
}

#orientation li img {
	margin-bottom: 20px;
}

input[type="submit"] {
	height: 35px;
	padding: 7px 5%;
	width: 100%;
	margin-top: 10px;
}

#main .wp-pagenavi a, #main .wp-pagenavi span {
	border:none;
	padding:0 5px 0 0;
}
/* Home page */
.page-template-home-template #main{
	max-width:none;
}
.page-template-home-template #main_header,
.page-template-home-template #main_footer {
    max-width: 1250px;
    margin: auto;
}
.homeSection {
}
.homeInner {
	padding:20px;
	max-width:1250px;
	margin:auto;
}
.home_wrapper {
}
.homeSectionOne {
}
.homeSectionThree .homeInner {
	padding:20px;
}
.featuredResources {
	width:100%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mobileFeatured .featuredPadding {
	padding-bottom:50%;
	margin-top:0;
}
@media screen and (min-width: 500px) {
	.mobileFeatured {
		display:none;
	}
}
@media screen and (min-width: 700px) {
	.featuredResources {
		width:66.6666666%;
		float:left;
	}
}
.featuredResources h1,
.featuredResources p {
	color:#fff;
	width:100%;
}
@media screen and (min-width: 950px) {
	.featuredResources h1,
	.featuredResources p {
		width:66.666%;
	}
}

.featuredResources a {
	font-weight:bold;
	color:#fff;
}
.featuredResources .readMore {
	margin-top:20px;
}
.featuredResources h1{
	margin:0 0 20px;
}
@media screen and (min-width: 1000px) {
	.featuredResources h1 {
		font-size:1.4em;
	}
}
.featuredResources.desktopFeatured {
	margin:20px 0;
}
@media screen and (min-width: 500px) {
	.featuredResources.desktopFeatured {
		margin:0 0 20px;
	}
}
@media screen and (min-width: 700px) {
	.featuredResources.desktopFeatured {
		margin:0;
	}
}
.featuredPadding {
	margin:0 10px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
.innerPadding {
	padding:20px;
}
@media screen and (min-width: 500px) {
	.innerPadding {
		padding:30px 5% 30px;
		height:320px;
	}
}
@media screen and (min-width: 700px) {
	.innerPadding {
		padding:30px 7.5% 30px;
	}
}
@media screen and (min-width: 1250px) {
	.innerPadding {
		padding:30px;
	}
}
.desktopFeatured .opacity {
	background:#3faa46;
}
@media screen and (min-width: 500px) {
	.desktopFeatured .opacity {
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#66000000',GradientType=1 );
	}
}
.defaultFeatured{
	background-image:url(../images/default_featured.jpg);
}
.rightSection {
	
}
@media screen and (min-width: 700px) {
	.rightSection {
		width:33.33333333%;
		float:right;
	}
}
.rightSection .innerPadding {
	background:#dad4ce;
	padding:20px;
	height:340px;
}
@media screen and (min-width: 700px) {
	.rightSection .innerPadding {
		padding:10px;
		height:360px;
	}
}
@media screen and (min-width: 850px) {
	.rightSection .innerPadding {
		padding:20px;
		height:340px;
	}
}
.homeSectionTwo {
	padding-top:0;
	margin-top:-20px;
}

@media screen and (min-width: 350px) {
	.homeNews {
		width:50%;
		float:left;
		min-height:255px;
	}
}
@media screen and (min-width: 700px) {
	.homeNews {
		width:25%;
		float:left;
	}
}
.third h3 {
	margin-bottom:10px;
}
.newsImage {
	display:block;
	background-color:#666;
	padding-bottom:55%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.newsPadding {
	padding:0 10px;
}
.newsPadding p {
	margin-bottom:20px;
}
.newsPadding a,
.newsPadding a:hover h3,
.newsPadding a:hover p {
	color:#3faa46;
	text-decoration:none;
}
.newsPadding a:hover h3 {
	color: #2d6731;
}
.newsPadding a:hover .newsImage {
	opacity:.8;
}
@media screen and (min-width: 500px) {
	.newsPadding p {
		margin-bottom:0;
	}
}
.paddingOffset {
	margin:0 -10px;
}
@media screen and (min-width: 500px) {
	.third {
		width:33.33333333%;
		float:left;
	}
	.third.lastModule {
		float:right;
	}
}
.homeSectionThree {
	border-top:1px solid #dad4ce;
}
.homeSectionThree h2 {
	margin-bottom:20px;
}

/* Default images */
.light {
	background-image:url(../images/light.jpg)
} 
.wind {
	background-image:url(../images/wind_power.jpg)
} 
.leaf {
	background-image:url(../images/leaf.jpg)
} 

.button {
    display: inline-block;
    padding: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 15px;
    border-radius: 5px;
    background-color: #348e78;
    color: #fff !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .8em;
    height: auto;
    border: none;
    width:100%;
    margin-top:0;
}
@media screen and (min-width: 700px) {
	.button {
		font-size:.75em;
	}
}
@media screen and (min-width: 1100px) {
	.button {
		font-size:.8em;
	}
}
.button:hover {
	background-color:#00302d;
	text-decoration: none;
}
.button2 {
	margin-top:20px;
	background-color:#257E8A;
}

.rightSection .widget_reallysimpletwitterwidget {
	margin-top:20px;
}
.rightSection .widget_reallysimpletwitterwidget h2 {
	font-size: .75em;
    padding-top: 10px;
    margin-bottom:10px;
}
@media screen and (min-width: 700px) {
	.rightSection .widget_reallysimpletwitterwidget h2 {
		font-size: .75em;
	    padding-top: 0;
	    margin-bottom:20px;
	}
}
@media screen and (min-width: 1040px) {
	.rightSection .widget_reallysimpletwitterwidget h2 {
		font-size: .75em;
	    padding-top: 10px;
	    margin-bottom:10px;
	}
}
.rightSection ul.really_simple_twitter_widget {
	margin-bottom:0;
}
@media screen and (min-width: 700px) {
.rightSection ul.really_simple_twitter_widget li {
	height:105px;
	font-size:.75em;
}
}
@media screen and (min-width: 850px) {
.rightSection ul.really_simple_twitter_widget li {
	height:85px;
}
}
@media screen and (min-width: 1050px) {
.rightSection ul.really_simple_twitter_widget li {
	height:100px;
}
}
@media screen and (min-width: 800px) {
.rightSection ul.really_simple_twitter_widget li {
}
}
@media screen and (min-width: 1150px) {
.rightSection ul.really_simple_twitter_widget li {
	font-size:.9em;
}
}
.twitter-timestamp,.rstw_comma {
	display:none;
}


.homeHeader {
	margin-bottom:20px;
	margin-left:10px;
}
.homeReport {
	margin-bottom:20px;
}
@media screen and (min-width: 700px) {
.homeReport {
	width:25%;
	float:left;
	margin-bottom: 0;
}
.keyDebatesWrapper {
	width:75%;
	float:right;
}
}