/*
Theme Name: Custom Template
Theme URI: 
Description: 
Version: 1.0
Author: Brandon Bush
Author URI: http://gowebsolutions.com/
*/



/* Begin Typography & Colors */
body {
	font: normal 17px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #000;
	text-align: center;
	margin:0; padding:0;
	background: #FFF url(../../../images/body-bg.jpg) repeat-x;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font: bold 30px Corbel, Arial, sans-serif;
	color: #3c2874;
	margin: 0 0 15px 0;
	}

h2 {
	font: bold 24px Corbel, Arial, sans-serif;
	color: #413c52;
	margin: 0 0 10px 0;
	}

h3 {
	font: bold 20px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #5a5b5c;
	margin: 5px 0;
	}

a {
	color: #462b91;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 967px;
	}

#header {
	margin: 0; padding: 0;
	height: 200px;
	width: 967px;
	position: relative;
	}

#logo {
	width: px;
	height: px;
	float: left;
	margin: 10px 0 0 0;
}	

#safety {
	width: 520px;
	float: left;
	margin: 10px 0 0 60px;
	color: #8d8998;
	font-size: 13px;
	text-align: center;
}

.safety-red {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #e91015;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

#safety-exit {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 109px;
	z-index: 50;
}

#site-search {
	width: 200px;
	position: absolute; top: 10px; right: 0;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	margin-right: 29px;
	float: right;
	}
	
#searchform input {
	border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid #a79acd;
	height: 24px;
	width: 150px;
	padding-left: 5px;
}	

#searchform #searchsubmit {
	background: url(../../../images/icon-search.png) no-repeat;
	width: 30px;
	height: 28px;
	text-indent: 9999px;
	position: absolute; top: 10px; right:0;
	border: 0;
}


/* ---- Drop Down Menu ----- */

#main-nav {
	background: url(../../../images/nav-bg.png) no-repeat top left;
	position: absolute;
	top: 95px;
	width: 713px;
	height: 83px;
	right:0;
	z-index: 99;
}	

#main-nav ul { margin:25px 0 0 0; padding:0; list-style:none; height: 20px; }
#main-nav ul li { 
	display: inline; 
	float:left; 
	position:relative;
 }
#main-nav ul li a {
	color: #FFF;
	font: bold 15px Corbel, Arial, sans-serif;
	padding: 20px 12px;
	display: block;
	text-decoration: none;
	outline: none;
}

#main-nav ul li a:hover {
	color: #8c86de;
}

#main-nav ul li.current_page_item a, #main-nav ul li.current_page_parent a {
	color: #b2d2f6;
}	

#main-nav ul ul {
	position:absolute;
	left:-999em;
	top: 57px;
	width:200px;
	padding-bottom: 10px;
	height: auto;
	display: block;
	margin:0;
	z-index: 100;
	background: #725cac;
	background: -moz-linear-gradient(top, #725cac 0%, #25195c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#725cac), color-stop(100%,#25195c));
	background: -webkit-linear-gradient(top, #725cac 0%,#25195c 100%);
	background: -o-linear-gradient(top, #725cac 0%,#25195c 100%);
	background: -ms-linear-gradient(top, #725cac 0%,#25195c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#725cac', endColorstr='#25195c',GradientType=0 );
	background: linear-gradient(top, #725cac 0%,#25195c 100%);
	border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;
	}
#main-nav li:hover ul,#main-nav li.sfhover ul {
	left:auto;
	}
#main-nav ul ul li {
	letter-spacing:0px;
	color:#fff;
	z-index:20;
	width:180px;
	margin:0;
	}
#main-nav ul ul li a, #main-nav ul li.current_page_item ul.children li a, #main-nav ul li.current_page_parent ul.children li a {
	color: #fff;
	text-decoration:none;
	font: normal 13px helvetica,arial,sans-serif;
	border-bottom:1px solid #a074db;
	text-align: left;
	margin: 0;
	padding: 4px 5px;
	}
	
#main-nav ul ul.children li a:hover, #main-nav ul li.current_page_item ul.children li a:hover, #main-nav ul li.current_page_parent ul.children li a:hover {
	color: #8c86de;
}

#main-nav ul li.current_page_parent ul.children li.current_page_item a {
	color: #b2d2f6;
}

#main-nav ul ul ul { background: none; }		
	
#main-nav ul ul ul li a { display: none; }	

#banner {
	width: 100%;
	height: 278px;
}	
	
.narrowcolumn {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 700px;
	}

.widecolumn {
	margin: 0px;
	width: 100%;
	}	

#right-column {
	width: 242px;
	float: right;
	margin: 0 0 0 20px;
}

#donate {
	width: 170px;
	height: 62px;
	float: left;
	background: url(../../../images/buttons.png) no-repeat;
	background-position: 0 0;
	margin: 0 0 5px 0;
	font: bold 30px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #FFF;
	line-height: 58px;
	text-align: left;
	padding: 0 0 0 72px;
	text-shadow: 1px 1px 2px #000;
}

#volunteer {
	width: 170px;
	height: 62px;
	float: left;
	background: url(../../../images/buttons.png) no-repeat;
	background-position: 0 -63px;
	margin: 0 0 5px 0;
	font: bold 30px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #FFF;
	line-height: 58px;
	text-align: left;
	padding: 0 0 0 72px;
	text-shadow: 1px 1px 2px #000;
}

#crisis {
	width: 170px;
	height: 57px;
	float: left;
	background: url(../../../images/buttons.png) no-repeat;
	background-position: 0 -126px;
	margin: 0 0 5px 0;
	font: bold 25px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #FFF;
	line-height: 25px;
	text-align: left;
	padding: 5px 0 0 72px;
	text-shadow: 1px 1px 2px #000;
}

#facebook {
	width: 170px;
	height: 52px;
	float: left;
	background: url(../../../images/buttons.png) no-repeat;
	background-position: 0 -189px;
	margin: 0 0 5px 0;
	font: bold 25px "Myriad Pro", "Trebuchet MS", sans-serif;
	line-height: 20px;
	text-align: left;
	padding: 10px 0 0 72px;
}
/*added by Cecily*/

#espanol {
	width: 170px;
	height: 62px;
	float: left;
	background: url(../../../images/buttons6.png) no-repeat;
	background-position: 0 -252px;
	margin: 0 0 5px 0;
	font: bold 30px "Myriad Pro", "Trebuchet MS", sans-serif;
	line-height: 58px;
	text-align: left;
	padding: 0 0 0 72px;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;

}
#donate a, #volunteer a {
	text-decoration: none;
	color: #FFF;
}

#donate a:hover, #volunteer a:hover {
	color: #8c86de;
}

#facebook a {
	color: #8556c6;
	text-decoration: none;
}

#facebook a:hover {
	color: #221154;
}
#espanol a {
	color: #8556c6;
	text-decoration: none;
}
#espanol a:hover {
	text-decoration: none;
	color: #221154;
}

.home-box {
	width: 650px;
	padding: 10px 20px;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	border: 1px solid #5a429c;
	color: #603cc6;
	font: normal 15px Corbel, Arial, sans-serif;
}

#form-login {
	width: 300px;
	margin: 20px auto;
}

#form-login label {
	width: 100px;
	height: 25px;
	float: left;
	text-align: right;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#form-login input {
	width: 160px;
	height: 15px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 5px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #5a429c;
}

#form-login input.submit {
	width: 120px;
	height: 30px; padding: 0;
	float: left;
	margin: 10px 0 10px 110px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background: #25195c;
	background: -moz-linear-gradient(top, #b39cda 0%, #25195c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b39cda), color-stop(100%,#25195c));
	background: -webkit-linear-gradient(top, #b39cda 0%,#25195c 100%);
	background: -o-linear-gradient(top, #b39cda 0%,#25195c 100%);
	background: -ms-linear-gradient(top, #b39cda 0%,#25195c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39cda', endColorstr='#25195c',GradientType=0 );
	background: linear-gradient(top, #b39cda 0%,#25195c 100%);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #5a429c;
}

#form-login input.submit:hover {
	background: #b39cda;
	background: -moz-linear-gradient(top, #25195c 0%, #b39cda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25195c), color-stop(100%,#b39cda));
	background: -webkit-linear-gradient(top, #25195c 0%,#b39cda 100%);
	background: -o-linear-gradient(top, #25195c 0%,#b39cda 100%);
	background: -ms-linear-gradient(top, #25195c 0%,#b39cda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25195c', endColorstr='#b39cda',GradientType=0 );
	background: linear-gradient(top, #25195c 0%,#b39cda 100%);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #5a429c;
}

/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	width: 190px;
	font: normal 12px Verdana, Arial, Sans-Serif;
	float: right;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#employee-nav {
	width: 200px;
	float: right;
	margin: 0 0 15px 15px;
}	

#employee-nav ul { margin:0; padding:0; list-style:none; }
#employee-nav ul li { display: block;  }
#employee-nav ul li a {
	color: #413C52;
	font: normal 14px "Myriad Pro", "Trebuchet MS", sans-serif;
	padding: 5px 0;
	text-decoration: none;
	outline: none;
}

#employee-nav ul li a:hover {
	color: #875BD8;
}

#employee-nav ul li.current_page_item a, #employee-nav ul li.current_page_parent a {
	color: #413c52;
}	

/* End Sidebar */

#footer {
	border: none;
	padding: 15px 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background: url(../../../images/icon-dot.png) repeat-x top left;
	}

#footer-left {
	width: 600px;
	float: left;
}

.lipsey {
	font: bold 19px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #3c2874;
	width: 300px;
	float: left;
}

.address {
	font: normal 17px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #413c52;
	width: 300px;
	float: left;
}

.footer-phone {
	width: 270px;
	float: right;
	font: bold 35px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #875bd8;
}

#legal {
	font: normal 13px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #413c52;
}

#legal a {
	font: normal 13px "Myriad Pro", "Trebuchet MS", sans-serif;
	color: #413c52;
}

#footer-nav {
	width: 600px;
	height: 20px;
	clear: both;
	margin: 10px 0;
}	

#footer-nav ul { margin:0; padding:0; list-style:none; }
#footer-nav ul li { display: inline; float:left;  }
#footer-nav ul li a {
	color: #845be0;
	font: normal 14px "Myriad Pro", "Trebuchet MS", sans-serif;
	padding: 5px 10px 5px 2px;
	text-decoration: none;
	outline: none;
	background: url(../../../images/icon-dot.png) no-repeat right center;
}

#footer-nav ul li a:hover {
	color: #413c52;
}

#footer-nav ul li.current_page_item a, #footer-nav ul li.current_page_parent a {
	color: #413c52;
}	

#footer-right {
	width: 320px;
	padding: 10px 20px;
	float: right;
	border-radius: 10px; -moz-border-radius: 10px;
	border: 1px solid #5a429c;
	color: #3c2874;
	font: normal 15px "Myriad Pro", "Trebuchet MS", sans-serif;
}

#footer-right h2 {
	color: #3c2874;
	font: bold 21px "Myriad Pro", "Trebuchet MS", sans-serif;
	margin: 0 0 20px 0;
	text-align: center;
}
#footer-right label {
	width: 40px;
	float: left;
	height: 25px;
	text-transform: uppercase;
	line-height: 25px;
	font-weight: bold;
}

#footer-right input {
	width: 160px;
	height: 15px;
	float: left;
	margin: 0 0 10px 10px;
	padding: 5px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #5a429c;
}

#footer-right input.submit {
	width: 80px;
	height: 25px; padding: 0;
	float: left;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background: #25195c;
	background: -moz-linear-gradient(top, #b39cda 0%, #25195c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b39cda), color-stop(100%,#25195c));
	background: -webkit-linear-gradient(top, #b39cda 0%,#25195c 100%);
	background: -o-linear-gradient(top, #b39cda 0%,#25195c 100%);
	background: -ms-linear-gradient(top, #b39cda 0%,#25195c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39cda', endColorstr='#25195c',GradientType=0 );
	background: linear-gradient(top, #b39cda 0%,#25195c 100%);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #5a429c;
}

#footer-right input.submit:hover {
	background: #b39cda;
	background: -moz-linear-gradient(top, #25195c 0%, #b39cda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25195c), color-stop(100%,#b39cda));
	background: -webkit-linear-gradient(top, #25195c 0%,#b39cda 100%);
	background: -o-linear-gradient(top, #25195c 0%,#b39cda 100%);
	background: -ms-linear-gradient(top, #25195c 0%,#b39cda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25195c', endColorstr='#b39cda',GradientType=0 );
	background: linear-gradient(top, #25195c 0%,#b39cda 100%);
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	border: 1px solid #5a429c;

}


/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
.post img.alignright {
	padding: 2px;
	border: 1px solid #8c86de;
	margin: 0 0 15px 20px;
}	

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: circle;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
