/*
Theme Name: MC Probation Theme
Description: Template Wordpress theme created for Monterey County Probation Association website.
Author: Coastline Marketing Group
Author URI: http://www.coastlinemarketinggroup.com
*/

html { margin:0px auto; padding:0px; }
body {
	margin:0px auto;
	padding:0px;
	background:#dedede url('images/subtle_grunge.png') top left repeat;
	color:#333;
	font:normal 14px Arial, Helvetica, Verdana, Calibri, sans-serif;
	text-align:center;
}

h1, h2, h3, h4 { 
	font-family:'BenchNine', Arial, Helvetica, Verdana, sans-serif; 
	color:#003663;
	margin:0px;
	padding:0px;
	text-align:left;
}
h1 { font-size:48px; margin-top:8px; }
h2 { font-size:42px; }
h3 { font-size:24px; }
h4 { font-size:18px; }

a { color:#004a80; text-decoration:none; }
a:hover { color:#b52c31; }

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}

#wrapper {
	width:1000px;
	margin:16px auto;
	background:#fff;
	-moz-box-shadow:0px 0px 9px #888;
	-webkit-box-shadow:0px 0px 9px #888;
	box-shadow:0px 0px 9px #888;
}


/************ START HEADER AREA STYLES ************/
#header {
	width:1000px;
	height:240px;
	margin:0px auto;
	border-bottom:solid 1px #c4d1de;
}

#rotator {
	position:relative;
	width:1000px;
	height:240px;
	background:#dedede;
}

#slider, .nivo-slice { }

.logo { 
	position:absolute;
	top:20px;
	left:10px;
	z-index:999;
}

a .logo { border:0px; }


/************ START MENU AREA STYLES ************/
#menu {
	position:relative;
	width:980px;
	height:40px;
	margin-top:-20px;
	padding:0px 10px 6px 10px;
	z-index:999;
}

#menu ul { margin:0px 16px; padding:0px; }
#menu li { 
	list-style-type:none;
	display:inline-block;
	*display:inline; /* Hack for IE 7 and less */
	zoom: 1; 	/* For IE 7 */
/*	float:left;  */
}

#menu li a { 
	display:block;
	margin:2px 3px;
	padding:4px 28px;
	font-family:'BenchNine', Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#003663;
background: rgb(242,246,248); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
	border:solid 1px #003663;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0px 0px 3px #333;
	-webkit-box-shadow:0px 0px 3px #333;
	box-shadow:0px 0px 3px #333;
}
#menu li a:hover { 
	color:#fff;
	background:#003663 !important;
	border:solid 1px #fff; 
}

li.current_page_item a {
	color:#fff !important;
	background:#003663 !important;
	border:solid 1px #fff !important; 
}


/************ START CONTENT AREA STYLES ************/
#content {	
	position:relative;
	width:1000px;
	min-height:480px;
	margin:10px auto;
	text-align:justify;
}

#main-content {
	width:620px;
	min-height:440px;
	margin:20px;
	float:left;
}

#main-content img { border:solid 1px #888; }

.category-latest-news {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:dotted 2px #888;
}

.post { margin:10px 0px; border-bottom:dotted 1px #888; }

.entry td { background-color:#efefef; }
.entry th { background-color:#dedede; }
.entry small { display:none; }

#right-sidebar {
	width:280px;
	min-height:300px;
	margin:30px 20px 10px 0px;
	padding:15px;
	float:right;
	-moz-box-shadow:0px 0px 4px #333;
	-web-box-shadow:0px 0px 4px #333;
	box-shadow:0px 0px 4px #333;
	text-align:justify;
background: rgb(221,241,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(221,241,249,1) 0%, rgba(254,255,255,1) 50%, rgba(221,241,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,241,249,1)), color-stop(50%,rgba(254,255,255,1)), color-stop(100%,rgba(221,241,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(221,241,249,1) 0%,rgba(254,255,255,1) 50%,rgba(221,241,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(221,241,249,1) 0%,rgba(254,255,255,1) 50%,rgba(221,241,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(221,241,249,1) 0%,rgba(254,255,255,1) 50%,rgba(221,241,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(221,241,249,1) 0%,rgba(254,255,255,1) 50%,rgba(221,241,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddf1f9', endColorstr='#ddf1f9',GradientType=0 ); /* IE6-9 */
}

#right-sidebar p { 
	margin:0px 0px 10px 0px; 
	padding-bottom:10px;
	border-bottom:dotted 2px #888;
}

.important-links {
	margin-top:30px;
	text-align:left;
}


/************ START CONTENT SECONDARY AREA STYLES ************/
#content-secondary {
	width:980px;
	min-height:210px;
	margin:20px 0px;
	padding:0px 10px;
}

#content-secondary h3 { margin-bottom:20px; }

.home-news {
	width:310px;
	height:300px;
	margin-left:10px;
	margin-right:10px;
	padding:10px 20px;
	float:left;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	-moz-box-shadow:0px 0px 3px #444;
	-webkit-box-shadow:0px 0px 3px #444;
	box-shadow:0px 0px 3px #444;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.home-news h2 { background:url('images/mcpa_star_40.jpg') center right no-repeat; }
.home-news p { margin:0px; }
.home-news span { display:block; text-align:right; }

.home-association-news { margin-bottom:10px; padding-bottom:10px; border-bottom:dotted 2px #888; }
.home-association-news h3 { margin-bottom:2px !important; }

.home-video {
	width:300px;
	height:300px;
	margin-left:0px;
	margin-right:10px;
	padding:10px 20px;
	float:left;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	-moz-box-shadow:0px 0px 3px #444;
	-webkit-box-shadow:0px 0px 3px #444;
	box-shadow:0px 0px 3px #444;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.home-video h2 { background:url('images/mcpa_star_40.jpg') center right no-repeat; }

.slideshow_container { background-color:#000; }

.home-contact {
	width:210px;
	height:300px;
	margin-right:10px;
	padding:10px 20px;
	float:right;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	-moz-box-shadow:0px 0px 3px #444;
	-webkit-box-shadow:0px 0px 3px #444;
	box-shadow:0px 0px 3px #444;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.home-contact h2 { background:url('images/mcpa_star_40.jpg') center right no-repeat; }


/************ START FOOTER AREA STYLES ************/
#footer {
	width:1000px;
	height:120px;
	background-color:#e6eff3;
	border-top:solid 1px #c4d1de;
}

.footer-menu { margin:20px; text-align:left; float:left; }
.footer-menu ul { margin:0px; padding:0px; }
.footer-menu li {
	list-style-type:none;
	display:inline-block;
}
.footer-menu li a { margin:0px 6px; }


.footer-credits {
	margin:20px; 
	text-align:right;
	float:right;
}


/************ START WP PUBLICATION ARCHIVE STYLES ************/
.publication_authors, .publication_categories { display:none; }

.publication-archive {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	margin-bottom:30px;
}

.single-publication {
	display:inline-block;  
	width:290px;
	padding:6px 10px;
	background-color:#efefef;
}

.publication_title { color:#003663 !important; }


/************ START GRAVITY FORMS STYLES ************/
#gform_wrapper_1 { 
	margin-top:20px; 
	padding:15px;
	background-color:#e6eff3;
}


/************ START WP-MEMBERS STYLES ************/
#wp-members h2 { display:none; }
li#widget_wpmemwidget-2 { list-style-type:none; }

#wpmem_reg, #wpmem_login { margin-left:15px !important; }

.reset-password { display:block; margin-top:-12px; text-align:right; }

#wpmem_login { vertical-align:top; }
#wpmem_reg fieldset, #wpmem_login fieldset { width:560px !important; }
#wpmem_reg .div_text, #wpmem_login .div_text { position:relative; width:320px !important; }
#wpmem_reg .div_text input, #wpmem_login .div_text input { position:absolute; top:-12px; left:4px; width:300px !important; }
