/*
Theme Name: Protect MO Workers Theme
Theme URI: http://www.therampant.com
Description: Wordpress theme created for Protect Missouri Workers
Version: 3.0
Author: Carol Mertz, Ben Triola, & Dana Huth
Author URI: http://www.therampant.com 
*/



/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}




/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Container
----------------------------------------------------------------------------------------------------*/

.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16 {
  position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_4 {
  width: 220px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_8 {
  width: 460px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_12 {
  width: 700px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

.container_16 .grid_16 {
  width: 940px;
}

/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_12 {
  padding-left: 720px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_12 {
  padding-right: 720px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_4 {
  left: 240px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_8 {
  left: 480px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_12 {
  left: 720px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_4 {
  left: -240px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_8 {
  left: -480px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_12 {
  left: -720px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_16 {
  zoom: 1;
}

/*
Rampant Creative Group
Basic Template Styles
*/


/*basic styles*/
html.all {
		/*background: #4b4b4b;*/
	}

body, html {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color:#000;
	text-decoration:none;
	background-color: #222;
	/*background-image: url('images/bg-stripe.png');*/
	font-size: .95em;
}	

h1, h2, h3 { 
	font-family: Helvetica, Arial, serif;
}

a, a:visited {
	color: #42a6c8;
}
a:hover, a:active {
}
img {
	border: none;
}
input[type="text"], input[type="email"] {
	height: 25px;
	width: 250px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
textarea {
	height: 130px;
	width: 350px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.aligncenter {
	text-align: center;
	margin: 10px auto;	
}
small {
	font-size: .8em;	
}
.hidden {
	display: none;	
}

/* Header */
header {
	background: #222;
}

header .container_16 {
	height: 161px;
	background: #fff;
}
h1.logo a{
	background: #4b4b4b;
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 2.6em;
	font-weight: 500;
	text-indent: -9999px;
	background: url('images/pmw-logo.png');
	text-decoration: none;
	float: left;
	height: 130px;
	width: 299px;
	margin-left: 10px;
	color: #FFFFFF;
	z-index: 30;
	position: relative;
}

.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-style: italic;
	color: #999;
	margin-top: 40px;
	padding-left: 15px;
}

.headerinfo {
	float: right;
	font-size: .8em;
	text-align:right;
	padding: 30px 0 0 0;
	height: 95px;
}
.headerinfo img {
	padding: 10px 2px;
}

.navwrapper {
	margin: -15px 0 20px 0;

}
.topnav {
	clear: both;
	font-size: 1.1em;
	color: #fff;
	font-weight: 100;
	width: 980px;
	margin: 0 auto;
	border: 1px solid #3d7e95;
	box-shadow: 0px 0px 5px #777;
	z-index: 14;
	position: relative;
	padding-left: 20px;
	background: #5c9abe; /* Old browsers */
	background: -moz-linear-gradient(left,  #5c9abe 0%, #40a7c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5c9abe), color-stop(100%,#40a7c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* IE10+ */
	background: linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9abe', endColorstr='#40a7c9',GradientType=1 ); /* IE6-8 */
}
.topnav h1 {
	display:none;	
}
.topnav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ie7 .topnav ul li {
	display: inline;
	zoom:1;
}
.topnav ul li {
	position: relative;
	display: inline-block;
	float: left;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.topnav ul li a, .topnav ul li a:visited {
	display: block;
	padding: 7px 9px;
	border-left: 1px solid #6faed0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	z-index: 2;
}
.topnav ul li.menu-item-53 a, .topnav ul li.menu-item-53 a:visited {
	border-right: 1px solid #6faed0;
}
.topnav ul li a:active, .topnav ul li a:hover {
	color: #eee;
	background-color: #333;
}
.topnav ul li.current-menu-item a {
	background: #4382A6;
}

.topnav ul li.cta a{
	color: #fff;
	position:relative;
	z-index: 10;
}

.topnav ul li.cta a:after {
	content: "";
	display:block;
	height: 43px;
	width: 115px;
	background: red;
	position: absolute;
	top: -6px;
	left: -2px;
	border: 1px solid #9c0c0e;
	z-index: -10;
	background: #f21d1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f21d1d 0%, #a32022 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f21d1d), color-stop(100%,#a32022)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f21d1d 0%,#a32022 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f21d1d 0%,#a32022 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f21d1d 0%,#a32022 100%); /* IE10+ */
	background: linear-gradient(top,  #f21d1d 0%,#a32022 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21d1d', endColorstr='#a32022',GradientType=0 ); /* IE6-9 */
}
.topnav ul li.cta:hover a:after {
	background: #f21d1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #FC353B 0%, #c92222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FC353B), color-stop(100%,#c92222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FC353B 0%,#c92222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FC353B 0%,#c92222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FC353B 0%,#c92222 100%); /* IE10+ */
	background: linear-gradient(top,  #FC353B 0%,#c92222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC353B', endColorstr='#c92222',GradientType=0 ); /* IE6-9 */
}

/* Dropdown Menu Styles */

.topnav li ul li {
	color:#000;
	display: block;
	float:none;
	border: none;
	padding: 0;
	}
.topnav li ul li:first-child {
	border: none;
}
.topnav li ul {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	position: absolute;
	display:none;
	width: 150px;
	z-index: 3;
}
	
.topnav li:hover ul {
	display: block;
	background-repeat:repeat-x;
	background-color: #fff;
	padding: 0; 
	-webkit-box-shadow: 0px 1px 4px #333;
	border: 1px solid #000;
	}
	
.topnav li:hover li a, .topnav li:hover li a:visited {
	padding: 5px;
	border: none;
	text-decoration: none;
	float: none;
	color:#000;
	font-size: .9em;
	*display: inline-block;
	*zoom: 1;
	display:block;
	margin: 0px;
}

.topnav li:hover li a:hover {
	float: none;
	*display: inline-block;
	*zoom: 1;
	display:block;
	background-color:#CCC;
	background-image: none;
}


.topnav li:hover li a:active {
	background-color:#CCC;
}

/* Content */

section.container_16 {
	background: white;
	margin-top: -50px;
	z-index: 12;
	position: relative;
	padding-top: 45px;
	box-shadow: 0 0 6px #666;
	}

article.pagecontent {
	margin-bottom:20px;
}

.faq-title a {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	font-size: 1.2em;
	font-style: normal;
}
.faq-title a:hover {
	text-decoration: underline;
}
.newstext div.faq-title {
	margin-top: 20px;
}

/* Footer */
.footerwrapper {
	background: #222;
	height: 121px;
}

footer.container_16{
	z-index: 40;
	height: 151px;
	position: relative;
	background:#fff;
	}

.footercontent {
	padding: 10px 10px 0 10px;	
	overflow: visible;
	color: #ccc;
	font-size: .9em;
	position:relative;
	z-index:15;
}
.footercontent a:link, .footercontent a:hover, .footercontent a:visited, .footercontent a:active {
	color: #fff;	
}
.footercontent .widget {
	margin-right: 15px;	
	float: left;
}
.footercontent .widget ul {
	list-style-type: none;	
	padding: 0;
	margin: 0;
}
.footercontent .widget li {
	margin-bottom: 4px;
}


footer.container_16 div.copyright {
	padding: 10px 0 10px 80px;
	position:relative;
	top: -7px;
	left: -20px;
	width: 980px;
	border: 1px solid #3D7E95;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjOWFiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MGE3YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #5c9abe 0%, #40a7c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5c9abe), color-stop(100%,#40a7c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* IE10+ */
	background: linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9abe', endColorstr='#40a7c9',GradientType=1 ); /* IE6-8 */

}

/* Homepage */

#slideshow {
	border: 1px solid #000;
	width: 820px;
	height: 294px;
	background: #dedede;
	margin: 20px 0 40px 10px;
}
.slide {
	display: block;
	padding: 2px;
	background: #dedede;
}
#slidenav {
	position: absolute;
	top: 330px;
	left: 80px;
	z-index: 10;
	display:none;
}
#slidenav a {
	color: #fff;
	font-family: Ubuntu, Arial, sans-serif;
	font-weight: 500;
	text-shadow: 1px 1px 1px #111;
	text-decoration: none;
	padding: 4px;
}

#slidenav a.activeSlide {
	color: #bbb;
	}

/* Sidebar */

aside.sidebar {
	padding-left: 38px;
	margin: 35px 0 60px -30px;
	border-left: 1px solid #555;
}

.newsfeed h2 a {
	text-decoration: none;	
}
.newsfeed .newsdate {
	font-size: .8em;	
}
.newsfeed .newstitle {
	font-size: 1.2em;
	font-weight: normal;	
}
.newsfeed a:link, .newsfeed a:visited, .newsfeed a:hover, .newsfeed a:active {
	color: #000;	
}
.newsexcerpt {
	font-size: .8em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget {
	margin-bottom: 20px;
}

.sidebar .widget .post-title{
	font-size: 1.5em;
	margin: 20px 0 5px;
	display: block;
}
.sidebar .widget .post-date{
	margin-bottom: 20px;
}

.sidebar .advanced_recent_posts_widget {
	font-size: inherit;
}
.widgettitle {
	font-size: 2em;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding-top: 15px;
	font-weight: bold;
	font-style: italic;
	color: #4b4b4b;
}
.widgettitle a {
	color: inherit;
	text-decoration: none;
}
.widget input[type="text"] {
	width: 130px;
}


.widget.video-thumbs img{
	padding: 4px;
	}
	
.widget div.smooth_slider {
	margin: 0;
	padding: 0;
}

.widget div.smooth_slider .sldrlink, .widget div.smooth_slider .more{
	display: none;
}

.widget marquee {
	height: 340px;
	border: 2px solid #3D7E95;
	padding: 6px;
	display: block;
}

.widget a.overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 340px;
}
.widget_links ul {
}
.widget_links li {
	margin-bottom: 15px;	
}

/* Home */
.page-template-template-home-php .newstext {
	background: #eeeeee;
	border: 1px solid #d3d3d3;
	padding: 35px 15px 15px;
	margin-top: -10px;
}

.page-template-template-home-php .newstitle, .footercontent .widgettitle {
	color: #fff;
	font-family: Ubuntu, Arial, sans-serif;
	border: 1px solid #3d7e95;
	display: block;
	line-height: 1.2em;
	font-size:2.0em;
	display: inline-block;
	padding: 0 50px 0 77px;
	margin-left: -80px;
	margin-bottom: -18px;
	background: #5c9abe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjOWFiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MGE3YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #5c9abe 0%, #40a7c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5c9abe), color-stop(100%,#40a7c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* IE10+ */
	background: linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9abe', endColorstr='#40a7c9',GradientType=1 ); /* IE6-8 */
}

.footercontent .widgettitle {
	min-width: 235px;
	margin-left: -90px;
	margin-bottom: 6px;
}

/* News */

.cta.top {
	position: absolute;
	z-index: 10;
	left: 570px;
	top: 15px;
	min-height: 330px;
}

div.cta {
	width: 300px;
	position: relative;
	border: 1px solid #3f859e;
	box-shadow: 0px 0px 5px #777;	
	margin: 30px 0 15px;
	padding: 18px;
	background: #5c9abe; /* Old browsers */
	background: -moz-linear-gradient(left,  #5c9abe 0%, #40a7c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5c9abe), color-stop(100%,#40a7c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* IE10+ */
	background: linear-gradient(left,  #5c9abe 0%,#40a7c9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9abe', endColorstr='#40a7c9',GradientType=1 ); /* IE6-8 */
}
.cta h1 {
	font-family: Ubuntu, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #fff;
	text-shadow: 1px 1px 0px #21658e;
	padding-bottom: 12px;
	font-style: italic;
}

.cta a.button, input[type=submit], .button {
	display: block;
	line-height: 2.5em;
	padding: 0 10px;
	background: #ec1016;
	border-radius: 2px;
	border: 1px solid #8E2929;
	box-shadow: inset 1px 1px 0px #fbabab;
	color: #fff;
	margin-top: 15px;
	font-family: Ubuntu, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 1px #222;
	background: #f21d1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #f21d1d 0%, #a32022 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f21d1d), color-stop(100%,#a32022)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f21d1d 0%,#a32022 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f21d1d 0%,#a32022 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f21d1d 0%,#a32022 100%); /* IE10+ */
	background: linear-gradient(top,  #f21d1d 0%,#a32022 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21d1d', endColorstr='#a32022',GradientType=0 ); /* IE6-9 */

}

input[type=submit], .button {
	display:inline-block;
	background: #4b4b4b;
	border-radius: 2px;
	border: 1px solid #1d1d1d;
	line-height: 1.8em;
	padding: 0 15px;
	box-shadow: inset 1px 1px 0px #888;
}

input[type=submit]:hover, .button:hover {
	background: #3b3b3b;
	text-shadow: 1px 1px 2px #000;
}

.cta a.button:hover{
	background: #ba1015;
	text-shadow: 1px 1px 2px #000;
}
.cta a.button:active, .widget input[type=submit]:active {
	position: relative;
	top: 1px;
	box-shadow: 0px 0px 4px #222;
	}

.newscontent {
	margin-bottom: 30px;
}
.newscontent h1, .pagecontent h1, section > h1, .links li a {
	font-family: helvetica, arial, sans-serif;
	color: #4b4b4b;
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
}
.links li a {
	margin-bottom: 20px;
	display: block;
}

ul.links {
	list-style-type: none;
}
.newscontent h1 a:link, .newscontent h1 a:hover, .newscontent h1 a:visited, .newscontent h1 a:hover {
	color: #4b4b4b;
	display: block;
	text-decoration: none;
}
.pagecontent h1, section > h1 {
	margin-bottom: 30px;
	font-size: 2.3em;	
}
.newscontent .newsdate {
	font-size: .8em;
	margin-bottom: 15px;	
}
.newscontent p, .pagecontent p {
	font-family: georgia, times new roman, serif;
	font-size: 1.15em;
	margin-bottom: 10px;
	line-height: 1.5em;	
}
.newstext {
	margin-bottom: 40px;	
}

/* page */

.pagecontent h2 {
	font-size: 1.3em;
	margin-bottom: 20px;	
}
.pagecontent ul {
	margin-left: 20px;
	margin-bottom: 10px;	
}

/* Story */

.page-template-template-victimsstories-php article {
	margin-bottom: 0;
}

article.story {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px;
	color: #4b4b4b;
	margin-bottom: 50px;
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(left,  #dedede 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dedede), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #dedede 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #dedede 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #dedede 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left,  #dedede 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

article.story.odd {
	background: #dedede; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#dedede 100%); /* IE10+ */
	background: linear-gradient(left,  #ffffff 0%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=1 ); /* IE6-9 */
}

article.story h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #4ba2c5;
	margin-bottom: 25px;
}

.story .attachment-post-thumbnail {
	border: 5px solid #4b4b4b;
	padding: 1px;
	background: #fff;
	margin: 0 25px 22px 0;
}

.story.odd .attachment-post-thumbnail {
	float: left;
}
.story.even .attachment-post-thumbnail {
	float: right;
	margin: 0 0 22px 25px;
}


/* Contact */

.contactsidebar .widget {
	width: 220px;
	float: left;
	margin-right: 10px;	
}
.contactsidebar .widget.comprehensivegooglemap_widget {
	clear: both;
	width: 460px;
	margin-right: 0;	
}

/* Archive */

h1.categorytitle {
	font-size: 2em;
	margin-bottom: 30px;
	padding-bottom: 4px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 2px solid #ccc;
}


/* Comments */
.comments {
	margin-top: 35px;
	padding-top: 35px;
}
h3#comments {
	font-size: 1.3em;
}
.comments ul, .comments ol {
	list-style-type: none;
}
.comments #respond {
	margin-top: 35px;
}
li.comment {
	margin-top: 25px;
}
.comments .children {
	margin-left: 30px;
}
#respond h3 {
	padding: 0 0 15px 0;
	font-size: 1.2em;	
}