html, body { padding: 0px; margin: 0px; }
body { font-family: "museo-slab",'Arvo', serif; color: #3c4552; }


h1 { font-size: 40px; padding: 0px; margin: 15px 0px 5px 0px; }

h2 {
	text-transform: uppercase; 
	display: inline-block;
	padding: 9px 30px 5px 15px;
	font-weight: 900; 
	font-size: 20px; 
	background: url('images/yelclip.png') top right no-repeat;
	margin: 0px;
	}

h2 a { text-decoration: none; color: #333; }

.tpg-ul-class h2 {
	text-transform: none; 
	display: inline-block;
	padding: 0px;
	font-weight: 400; 
	font-size: 20px; 
	background: #fff !important;
	margin: 0px;
	}

.tpg-ul-class h2 a { background-color: #fff !important;}

.post a, .page a { 

	background: #;
	text-decoration: underline;
	color: #75b8fc;
	}

strong a { background: #fff !important; }

.brief a { background: #fff; color: #333; text-decoration: none; }

a.post-meta { float: right; }

.divider { height: 3px; background-color: #23303d; width: 100%; }

.sitewidth { width: 920px; margin: 0 auto; }

.header-wrap { 
	background: #fcf675;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxOSUiIHN0b3AtY29sb3I9IiNmY2Y2NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmZWVkMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcf675 19%, #feed28 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#fcf675), color-stop(99%,#feed28));
	background: -webkit-linear-gradient(top,  #fcf675 19%,#feed28 99%);
	background: -o-linear-gradient(top,  #fcf675 19%,#feed28 99%);
	background: -ms-linear-gradient(top,  #fcf675 19%,#feed28 99%);
	background: linear-gradient(to bottom,  #fcf675 19%,#feed28 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf675', endColorstr='#feed28',GradientType=0 );

	min-height: 340px;
	width: 100%;
	box-shadow: 0px 0px 20px #888;
	}

.slider { position: relative; }

.logo {
	width: 395px;
	height: 200px; 
	background: url('images/logo.png') center center no-repeat; 
	position: absolute; 
	top: 20px; 
	z-index: 90000;
}

.slider .slide1 { 
	background: url('images/slide1.png');
	width: 920px;
	height: 340px;
	position: relative;
}

.slidetext {
	display: block;
	position: absolute;
	width: 400px;
	top: 190px;
	font-size: 20px;
	font-weight: 700;
	color: #3c4552;

}

.topbar {
	background: url('images/dark-gradient.png') center center repeat-x; 
	color: #6e7681;
	padding-top: 5px;
	height: 30px;
	font-size: 14px; 
	text-align: right;
	position: relative;
	z-index: 500;
	margin-bottom: -35px;
	}
.topbar input {
	border: 0px; 
	padding: 3px 5px;
	background-color: #f1f1f1;
	color: #333;
	font-style: italic;
	
	
	
	}
.topbar .emailbtn {
	display: inline-block;
	color: #79828f;
	border-radius: 10px;
	background-color: #23303d;
	margin: 0px 10px 0px 5px;
	text-decoration: none;
	padding: 4px 6px;
	font-size: 11px;
	box-shadow: inset 1px 3px 2px #79828f;
	
	}

.menuwrap { background: url('images/dark-gradient.png') center center repeat-x; 
	display: inline-block;
	margin: 0 auto; 
	height: 35px; 
	text-align: center;
	top: -16px;
	position: relative;
	padding: 0px 20px;
	z-index: 600; }
.menuwrap ul { list-style: none; padding: 0px; margin: 0px;}
.menuwrap ul li { 
	display: inline-block; 	
	padding: 8px 10px; }
.menuwrap a { 
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	}

.sidebar {
	width: 210px;
	padding: 10px 5px;
	float: left;
	}

.btn {
	display: block;
	padding: 8px 8px;
	background: url('images/yellow_gradient.png') center center repeat-x;  
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	color: #3c4552;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 8px 0px;
	box-shadow: 0px 2px #ccc;
}

.contribute-btn {
	background: url('images/dark-gradient.png') center center repeat-x;  
	color: #feed28;
	font-size: 21px;
	letter-spacing: 2px;
	padding: 20px 8px; 
}

.contentarea {
	width: 680px;
	float: right;	
	padding-top: 20px;
}

.content-header {
	position: relative;
	height: 140px;
	padding: 5px 100px 5px 20px;
	background: url('images/yellow_gradient2.png') top left repeat-x;
	}
	
.contentarea ul li { margin-bottom: 15px; }

.brief { 
	font-weight: bold;
	padding: 15px 0px 5px 0px; 
	font-size: 18px;
}

.thumb { 
	position: absolute; 
	top: 5px;
	right: 5px;
	width: 150px;
	height: 135px;
	}

.Voter .thumb {
	background: url('images/voter_thumb.jpg');
}

.Volunteer .thumb {
	background: url('images/volunteer_thumb.jpg');
}

.Contribute .thumb {
	background: url('images/contribute_thumb.jpg');
}


.submenu a {
	display: inline-block;
	padding: 5px 12px; 
	color: #feed28;
	text-decoration: none;
	background-color: #3c4552;
	border-radius: 8px;
	margin: 0px 3px 40px 3px;
	box-shadow: inset 1px 1px 4px #8e939b;
	}

.submenu {
	position: relative;
	top: -75px;
	z-index: 600;
	left: 17px;
	margin-bottom: -80px;
}

.clear { clear: both; }

.footer { background-color: #1a2732;
	width: 100%;
	padding: 20px 0px;
	font-weight: 400; 
	margin-top: 50px; }

.footer ul { padding: 0px; list-style: none; color: #fff;
	display: block; float: left; margin-right: 50px; }
.footer ul li { margin-bottom: 3px; }
.footer ul li a { color: #feed28; text-decoration: none; }

.disclaimer { color: #000; 
	background-color: #fff; 
	padding: 4px 12px; 
	display: inline-block; 
	border: 1px solid #000;
	}
	
/* SOCIAL BUTTONS */


.social { display: inline-block; background: url('images/social.png') center center no-repeat; text-decoration: none; }

.soc-sm-tube  { width: 27px; height: 27px; background-position: -2px -65px; }
.soc-sm-flick { width: 27px; height: 27px; background-position: -29px -65px; }
.soc-sm-twit  { width: 27px; height: 27px; background-position: -53px -65px; }
.soc-sm-face  { width: 27px; height: 27px; background-position: -80px -65px; }

.soc-big-tube  { width: 49px; height: 53px; background-position: 0px 0px; }
.soc-big-flick { width: 49px; height: 53px; background-position: -53px 0px; }
.soc-big-twit  { width: 49px; height: 53px; background-position: -106px 0px; }
.soc-big-face  { width: 49px; height: 53px; background-position: -160px 0px; }
	

/* HOMEPAGE CSS */

.home-content-header { 
	background: url('images/issues_header.png') top left no-repeat;
	min-height: 280px;
	width: 100%; }

#menu-front-three {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.home-content-header a {
	display: block; 
	float: left;
	width: 225px; 
	padding-top: 205px;
	color: #3c4552;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	}

.home-content-header a span {
	display: block; 
	font-size: 22px;
	color: #3c4552;
	font-weight: 700;
	}

a.last { margin-right: 0px !important; }

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs { background-color: transparent !important}

.topbar-widget .widget-title { display: none; }
.topbar-widget .clear, .topbar-widget .clearFix, dt { display: none !important; clear: none !important; }

.topbar-widget dl, dd { display: inline-block; }

.topbar-widget {
display: inline-block;
padding-right: 10px;
}

.menu-item-has-children {
position: relative;
}

.sub-menu {
display: none;
position: absolute;
top: 35px;
background-color: #3c4552;
z-index: 9000;
width: 180px;
left: 0px;
box-shadow: 0px 1px 5px -2px #000;
}

.sub-menu li {
display: block;
text-align: left;
}

.menu-item-has-children:hover .sub-menu {
display: block;
}

#menu-front-three li {
	margin-bottom: 0px !important;
}


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright { float: right; 0 0 1em 1em} 
.img {border:grey 1px}
.p img { padding: 10; max-width: 100%; }
.wp-caption { margin: 5px; padding: 5px; border: solid 1px #fcf675; background: #fcf675; font-size:90%; color: black }

.post-thumb.post-excerpt {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 18px 15px 5px 0px;
}
.post-thumb.post-excerpt img {
	width: 200px;
	margin-left: -25px;
	height: auto;
}

.post-thumb.actual-post img {
	width: 680px !important;
	height: auto !important;
	margin-left: 0px;
}
