/*  
Theme Name: STC
Theme URI: http://www.securethecall.org
Description: STC theme designed by <a href="http://www.hardlogic.com">HARDLOGIC</a>.
Version: 1.0
Author: Eric Clarkson
Author URI: http://www.hardlogic.com
*/

body {
	font: 85%/150% Arial, sans-serif;
	color: #333333;
	background: #005DAA;
	margin: 0px;
	padding: 0px 0px 30px;
}
a {
	color: #005DAA;
	text-decoration: underline;
}
a:visited {
	color: #005DAA;
	text-decoration: underline;
}
a:hover {
	color: #005DAA;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	height: 60px;
	font: bold 225%/100% Arial, sans-serif;
	color: #000000;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #005DAA;
	margin: 0px 0px 10px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 200%/100% Arial, sans-serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #005DAA;
	text-decoration: none;
}
h2 a:hover {
	color: #005DAA;
	text-decoration: underline;
}
h3 {
	font: normal 150%/100% Arial, sans-serif;
	color: #333333;
	margin: 10px 0px 20px;
}
h4 {
	font: normal 130%/100% Arial, sans-serif;
	color: #669933;
	margin: 10px 0px;
}
form {
	margin:0px;
	padding:0px;
}
/*
#page {
	margin: 0px auto;
	width: 960px;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;

}
*/
#page {
	margin: 0px auto;
	width: 960px;
	/*background: #FFFFFF url(images/content-bg.gif) repeat-y; PTS */
background: #FFFFFF url(images/page_bk-2.png) 0 184px repeat-y;
overflow:hidden;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
/* header area */
#header {
	background: #000000 url(images/header-bg-new.png) 0 0 no-repeat;
	width: 958px;
	height: 184px;
	position: relative;
	/*margin-left: 15px; PTS */
	border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
	border-bottom: 2px solid #000;
}
#headerimg {
    height: 180px;
    padding: 10px 0 0 10px;
    position: relative;
    width: 180px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 0px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	/* background: #5c8d0c url(images/nav-button-bg.gif) repeat-x; */
	padding: 9px;
	font: normal 12px/100% Arial, Helvetica, sans-serif;
	border-left: 1px solid #4285bd;
	display: block;
}
#nav .page_item a:hover {
	color: #FFD24F;
	background: #003366;
	/* background: url(images/nav-on.jpg) repeat-x; */
}

/* content area */
#content {
	padding: 10px;
	float: left;
	width: 640px;
	overflow: hidden;
}
#contentfull {
	padding: 10px 30px 30px 30px;
	float: left;
	width: 700px;
	margin-left: 15px;
	overflow: hidden;
	background: #FFFFFF url(images/content-bgfull.gif) repeat-y -15px;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 5px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 5px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #fff4d3;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f0f8ff;
	border: 1px solid #9bd1ff;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f0f8ff;
	border: 1px solid #9bd1ff;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 31px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right; 

	padding: 10px ;
	width: 280px;
	color: #666666;

/*background: #FFD24F;*/
min-height:100%; 

}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% Arial, sans-serif;
	color: #333333;
	margin: 20px 0px 10px;
	border-bottom: 1px solid #fff4d3;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #005DAA;
	text-decoration: underline;
}
#sidebar a:hover{
	color: #005DAA;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
/*	border-bottom: 1px solid #fff4d3; */
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li, li.widget_links li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archive li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #999999;
	width: 130px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 70px;
	height: 31px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	clear: both;
	width: 940px;
	/* margin-left: 15px; PTS */
	color: #FFFFFF;
	line-height: 130%;
	/*background: #000000 url(images/footer-bg.gif) repeat-y; PTS */
	background: #FFFFFF url(http://www.securethecall.org/wp/wp-content/uploads/2011/06/home_bk.png) repeat-y;
	/* background: #efefef; */
	border-top: 1px solid #FFFFFF;
}
#footer a, #footer a:visited {
	/* color: #ffffff; PTS */
}
#footer h4 a {
	font: bold 146%/100% Arial, sans-serif;
	color: #ED1B24;
	margin: 0px 0px 10px;
text-decoration: none;
}

#footer input {
margin-top: 5px;

}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-left {
	width: 700px;
	float: left;
	color: #000;
	background: #efefef;
}
.footer-left ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	/*background: #FFFFFF url(images/footer-right-bg.gif) repeat-x; PTS */
	background: #000;
	/*color: #333333; PTS */
}
#footer .footer-about h2 {
    font: 130%/100% Arial,sans-serif;
	color: #FFD24F;
	/*background: url(images/footer-news.gif) no-repeat left; 
	padding-left: 50px;
	PTS */
	line-height: 20px;
padding-top: 10px;
}

#footer .footer-about a {
	color: #005DAA;
}
#footer .footer-about strong {
	font-size: 110%;
	line-height: 135%;
	font-weight: bold;
}
#footer .footer-about ul {
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 110%;
}
#footer .footer-about ul li {
	/*background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;*/
padding: 10px;
}
.footer-news-sub {
	border-top: 1px solid #FFFFFF;
	margin: 0px 10px 10px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
/*newsletter form */
#mp-form {
	margin: 10px 0px 0px;
	padding: 0px;
}
#mp-form br {
	display: none;
}
#mp-form .MailPressFormEmail {
	border:1px solid #999999;
	width: 300px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#mp-form input.MailPressFormSubmit {
	background: url(images/newsletter-btn-bg.gif) no-repeat;
	border: none;
	width: 70px;
	height: 31px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#mp-form input.nostyle {
	background: none;
	border: none;
	width: 15px;
}
#subscribeform p {
	margin: -10px 150px -10px 0px;
	padding: 0;
}
/* credits */
#credits {
	margin: 0 auto;
	width: 960px;
	color: #fff;
	font-size: 95%;
	line-height: 150%;
	/*background: url(images/credits-bg.gif) no-repeat;
padding: 15px 0;
*/
	clear: both;
background:  #000000;
    padding: 10px;
}

#credits img {
border: 2px solid #FFD24F;
}

#credits a, #credit a:visited {
	color: #FFFFFF;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
	padding-top: 2px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
	padding-top: 2px;
}

/* alignments */
.aligncenter {
	text-align: center;
margin-left: auto;
	margin-right: auto;
}

img.aligncenter, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#splash {
	background: #FFD24F;
	height: 230px;
	width: 960px;
	/* margin-left: 15px; PTS */
}
 
#formBuilderStudent_Sign_Up {
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    background-color: #d6e5f4;
    padding: 10px;
}

#formBuilderStudent_Sign_Up input[type="text"], #formBuilderStudent_Sign_Up textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 1px;
    display: block;
    padding: 2px;
    border: solid 1px #85b1de;
    width: 300px;
                background-color: #EDF2F7;
                color:blue;
}

#formBuilderStudent_Sign_Up #fieldformBuilderFieldFirst_Name {

   position:relative;

   left:58px;

   bottom:20px;

   width:18em;

}
#formBuilderFieldLast_Name .formBuilderLabelRequired {

position:relative;

   left:337px;

   bottom:43px;
}
 

#formBuilderStudent_Sign_Up #fieldformBuilderFieldLast_Name {

   position:relative;

   left:430px;

   bottom:63px;

   width:18em;

}

#formBuilderFieldAddress .formBuilderLabelRequired {

position:relative;

   left:0px;

   bottom:43px;
}
 

#formBuilderStudent_Sign_Up  #fieldformBuilderFieldAddress {

   position:relative;

   left:58px;

   bottom:65px;

   width:46.6em;

}

 
#formBuilderFieldCity .formBuilderLabelRequired {

position:relative;

   left:0px;

   bottom:45px;
}

#formBuilderStudent_Sign_Up #fieldformBuilderFieldCity {

   position:relative;

   left:58px;

   bottom:64px;
  width:18em;

}

#formBuilderFieldState .formBuilderLabelRequired {

position:relative;

   left:337px;

   bottom:87px;
}
 

#formBuilderStudent_Sign_Up #fieldformBuilderFieldState {

   position:relative;

   left:387px;

   bottom:107px;

   width:2em;

}

 #formBuilderFieldZipcode .formBuilderLabelRequired {

position:relative;

   left:465px;

   bottom:130px;
width:30em;

}

#formBuilderStudent_Sign_Up #fieldformBuilderFieldZipcode {

   position:relative;

   left:530px;

   bottom:152px;

   width:10.2em;

}
#formBuilderFieldHome_Phone .formBuilderLabelRequired {

position:relative;

   left:0px;

   bottom:131px;
}
 

#formBuilderStudent_Sign_Up #fieldformBuilderFieldHome_Phone {

   position:relative;

   left:85px;

   bottom:153px;

   width:16em;
   

}

#formBuilderFieldMobile_Phone .formBuilderLabel {

position:relative;

   left:336px;

   bottom:175px;
width:16em;

}



#formBuilderStudent_Sign_Up #fieldformBuilderFieldMobile_Phone {

   position:relative;

   left:388px;

   bottom:193px;

   width:21.2em;

}
#formBuilderFieldEmail .formBuilderLabelRequired {

position:relative;

   left:0px;

   bottom:176px;
}
 
 

#formBuilderStudent_Sign_Up #fieldformBuilderFieldEmail {

   position:relative;

   left:55px;

   bottom:195px;

   width:46.85em;

}
#formBuilderFieldSchool_Name .formBuilderLabelRequired {

position:relative;

   left:0px;

   bottom:174px;
}
 
 

#formBuilderStudent_Sign_Up #fieldformBuilderFieldSchool_Name {

   position:relative;

   left:55px;

   bottom:195px;

   width:46.85em;

}
#formBuilderFieldSchoolLocation .formBuilderLabelRequired {

position:relative;

   left:0px;

   bottom:174px;
}
 
 

#formBuilderStudent_Sign_Up  #fieldformBuilderFieldSchoolLocation {

   position:relative;

   left:188px;

   bottom:195px;

   width:36.5em;

}
#formBuilderFieldSchool_Advisor_ .formBuilderLabel {

position:relative;

   left:0px;

   bottom:174px;
}
 

 

#formBuilderStudent_Sign_Up #fieldformBuilderFieldSchool_Advisor_ {

   position:relative;

   left:388px;

   bottom:195px;

  width:21.12em;



}
#formBuilderFieldClass .formBuilderLabelRequired {

position:relative;

   left:0px;

   bottom:174px;
}
 

 

#formBuilderStudent_Sign_Up .formBuilderSelect {

   position:relative;

   left:100px;

   bottom:195px;

   width:46.85em;



}
#formBuilderFieldFacebook_URL .formBuilderLabel {

position:relative;

   left:0px;

   bottom:174px;
}
 
 

#formBuilderStudent_Sign_Up  #fieldformBuilderFieldFacebook_URL {

   position:relative;

   left:105px;

   bottom:195px;

   width:43.05em;

}

#formBuilderFieldTwitter_URL .formBuilderLabel {

position:relative;

   left:0px;

   bottom:174px;
}
  

#formBuilderStudent_Sign_Up #fieldformBuilderFieldTwitter_URL {

   position:relative;

   left:105px;

   bottom:195px;

   width:43.05em;

}

 #formBuilderFieldComments_and_Questions .formBuilderLabel {

position:relative;

   left:0px;

   bottom:174px;
}

#formBuilderStudent_Sign_Up #fieldformBuilderFieldComments_and_Questions {
   position:relative;
   left:170px;
   bottom:195px;
   width:38em;
}

#formBuilderStudent_Sign_Up .formBuilderSubmit {

   position:relative;

   left:0px;

   bottom:165px;
 width:38em
   }

.footer-news-sub img {margin: 0 20px 0 0;}



/*.footer-news-sub p {margin: 10px 0 0 0;}*/

.footer-news-sub strong {margin: 0 0 10px 0;}

.footer-news-sub li {min-height: 200px;}

div.cute_profiles_sprite {right: 50px;}

#home_razr_wrap {
padding: 10px;
}

#home_razr_padding {
border: 1px solid #000;
width: 940px;
height: 180px;
margin-bottom: 10px;
}

#home_razr_right {
width: 640px; 
float: right;
}

#home_razr_left {
width: 280px; 
padding: 0 10px;
}

#header_block {
position: absolute;
top: 10px;
left: 10px;
margin-left: 209px;
width: 275px;
height:133px;
padding: 10px 0;
}

#header_block  h1 {
padding: 10px 0;
text-transform: uppercase;
color: #ffffff;
font-size: 26px;
height: 30px;
font-family: Verdana, Arial, Helvetica;
}

#header_block h2 {
border: none;
  color: #FFD24F;
  font-size: 18px;
line-height: 26px;
}

ul#footer_pages li {
list-style: none;
display: inline;
}


ul#footer_pages {
padding: 0;
}

ul#footer_pages li a {
text-decoration: none;
}


a.button {
	background: url(images/button-sprite-2.png) no-repeat top right;
 float: left;
height: 36px;
	display: block;
 margin-right: 20px; 
padding-right: 15px;
text-decoration: none;
 font-size:1.2em; 
/*font-weight:bold;*/
 text-transform:uppercase;
}

a.button span { 
background: url(images/button-sprite-1.png) no-repeat top left;
display: block; 
line-height: 40px; 
padding: 0 0 0 15px; 
color: #fff;
line-height: 36px
 }


a.button:hover span { background-position: 0 -36px; color: #ffcc00; }
 
a.button:hover { background-position: right -36px; }

.menu-item-last span {
display: none;
}

