/*
Theme Name: shades2
Description: The  WordPress theme for  Shades of Hope.
Version: 1.0
Author:Matt

Tags: fixed width, two columns, widgets

*/
ol li{list-style: decimal outside;}
cite {text-decoration: none;}
hr {display: none;}
.clear {clear: both;}
img{
	border: none;
	padding-right: 30px;
	padding-bottom: 2px;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color: #777;
	}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
body {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	background: #d5d6d7;
	color: #333;
	margin: 0;
	padding: 0;
	}

#page{ width:800px; clear:both; overflow:hidden; margin:0 auto;}

#header {
	background: #73a0c5;
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}



#headerimg {
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	margin: 0;
	height: 200px;
	width: 100%;
	}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
	color: white;
	}

div.content{ width:800px; overflow:hidden; clear:both;}
div.main{width:600px; float:left;}
div.side{width:200px; float:left; }
/**********narrowcolumn***************/	
.narrowcolumn {

	}
.narrowcolumn .entry{
	line-height: 1.5em;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}	
/*************post*********************/	
.post {
	margin: 0 0 40px;
	text-align:left;
	}

.post hr {
	display: block;
	}
.postmetadata {
	clear: left;
	color: #777;
}

.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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	
	}
/* Begin Sidebar */
#sidebar{ padding:0 0 0 60px;}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.2em;
	}

#sidebar ul ul li, #sidebar ul ol li{
	color: #777;
	}

#sidebar ul{
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul ul{
	margin: 5px 0 0 10px;
	}
#sidebar ul ul li{
	margin: 3px 0 0;
	padding: 0;
	}	
#sidebar ul p{
	margin: 5px 0 8px;
	}

	

#sidebar ul ul ul{
	margin: 0 0 0 10px;
	}
#sidebar ul ol {
	margin: 5px 0 0 10px;
	padding: 0;
	}
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style: decimal outside;
}
/* End Sidebar */
#footer {
	background: #eee;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}




/**********widecolumn***************/
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	line-height: 1.6em;
	}
.widecolumn .post {
	margin: 0;
	}
.widecolumn .entry {
	line-height: 1.4em;
	}	
.widecolumn .entry p {
	font-size: 1.05em;
	}
.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;
}	



/* 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
	}
.center {
	text-align: center;
	}
/* End Images */






	




/* Begin Form Elements */
select {
	width: 130px;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}
#sidebar form {
	margin: 0;
	}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}
	

/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}


#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	text-decoration: none;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.nocomments, strike {
	color: #777;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* End Various Tags & Classes*/

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

body {
	margin:0px;
	padding:0px;
}
body,td,th {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	color: #333;
}

img {
	border:0px;
}
div {
	padding:0px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
#main {

	width:1280px;
	margin: 0px auto 0px auto;

}
#colwrap1 {
	float:left;
	width:144px;
	margin-top:0px;
	margin-left:0px;

}
#left_top {
	width:144px;
	padding-top:0px;
	height:225px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#left_bottom {
	background:url(images/left_bottom.jpg) no-repeat;
	width:144px;
	padding-top:0px;
	height:950px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#colwrap2 {
	float:left;
	width:990px;
	height:auto;
	margin-top:0px;
	margin-left:0px;

}
#logo_left {
	background: url(images/logo_left.png) no-repeat bottom;
	width:198px;
	padding-top:0px;
	height:146px;
	margin-left:8px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#colwrap4 {
	float:left;
	width:714px;
	margin-top:0px;
	margin-left:0px;

}
#logo_right {
	background:url(images/logo_right.png) no-repeat bottom;
	width:333px;
	padding-top:0px;
	height:90px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#contact {
	width:360px;
	padding-top:0px;
	height:91px;
	margin-left:19px;
	margin-top:20px;
	margin-bottom:0px;
	padding-top:0px;
	float:left;
	display:inline;
	text-align:right;
}
.contact-text{
	font-size:17px;
	color: #FFFFFF;
	text-align: right;
}
.contact-phone{
	font-size:37px;
	color: #FFFFFF;
	text-align: right;
}

#menu {
	background:url(images/menu.png) no-repeat;
	width:668px;
	height:35px;
	margin-left:46px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align: center;
}
#photo {
	background:url(images/photo_back.gif) no-repeat;
	width:990px;
	padding-top:0px;
	height:292px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;
	text-align:center;
}

#content {
	background:url(images/content_back.jpg) repeat-y;
	width:990px;
	padding-top:0px;
	height:auto;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#column_left {
	background: url(images/left_column-back.jpg) no-repeat;
	width: 625px;
	float:left;
	padding-left: 38px;
}
#column_right {
	height: auto;
	width: 300px;
	float:right;
	margin-right: 20px;
	background-image: url(images/column_right-back.gif);
	background-repeat: no-repeat;
}
#tag {
	background: url(images/tag.jpg) no-repeat;
	width:990px;
	padding-top:0px;
	height:64px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#colwrap5 {
	float:left;
	width:146px;
	margin-top:0px;
	margin-left:0px;

}
#right_top {
	width:146px;
	padding-top:0px;
	height:225px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}
#right_bottom {
	background: url(images/right_bottom.jpg) no-repeat bottom;
	width:146px;
	padding-top:0px;
	height:950px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	display:inline;

}

.footer {

	background-color: #333;

	width:100%;

	height:110px;

	float:left;

	display:inline;

	margin-top: -10px;

	padding: 0px;

	text-align: center;

}

.footer-contain {

	text-align: center;

	width: 950px;

	height: 110px;

	margin-top: 10px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}

.footer-left  {

	width:550px;

	height:65px;

	color: #B7D5EF;

	line-height: 20px;

	font-family: Tahoma;

	text-align: left;

	float:left;

	padding: 0px;

	margin: 0px;

	vertical-align: top;

}

.footer a:link, a:active		{ color: #B7D5EF; }
.footer a:visited { color: #B7D5EF; }

.footer a:hover		{ color: #fff; }


.footer-right {

	width: 200px;

	height:75px;

	text-align:left;

	float:right;

	color: #B7D5EF;

	text-align: right;

	padding: 0px;

	vertical-align: top;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 185px;



}

.footer_h {

	font-size: 18px;

	} 

/* TEXT */

h1{
	color: #004774;
	font-size:16.5pt;
	font-weight:normal;
	margin-bottom:.5em;
	padding-top:10px;
}
h2 {
	color: #004774;
	font-size:16.5pt;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:20px;
	}
h2.pagetitle {
	color: #004774;
	font-size:16.5pt;
	font-weight:normal;
	margin-bottom:0 0 0 0;
	padding-top:10px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	color: #004774;
	}
.light-blue{
	color: #B7D5EF;
}
.blue{
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	color: #004774;
	text-align: left;
}

/* TWITTER */

#twitter-back  {
   background: url(images/twitterback.jpg) no-repeat;
   width: 293px;
   height: 305px;
   padding:25px;
   float:left;
}
.twitter-h{
	font-weight:normal;
	font-size:20px;
	color: #004774;
	text-align: left;
}
.twitter-sub{
	font-weight:normal;
	font-size:11px;
	color: #004774;
	text-align: left;
}

/* LEARNING CENTER FEED */

#l-center-back  {
   background-image:url(images/l-center-back.jpg);
   width: 227px;
   height: 305px;
   padding:25px;
   margin-left:5px;
   float:left;
   text-align:left;
}

/* MENU STYLES */

#jsddm
{
	margin: 0;
	padding-left: 15px;
	margin-top: 6px;
}
/* top level menu */
#jsddm li{
	float: left;
	list-style: none;
	font-family: Tahoma, Arial;
	font-size: 14px;
}
#jsddm li a{
	display: block;
	text-decoration: none;
	width: auto;
	color: #FFF;
	white-space: nowrap;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#jsddm li a:hover
	{
	color: #FFF;
	background-color: #B7D5EF;
	font-weight: bold;
}
/* sub menu */
#jsddm li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background: #342B2C;
}	
#jsddm li ul li{
	float: none;
	display: inline;
}		
#jsddm li ul li a{
	width: auto;
	color: #FFF;
	text-align: left;
	background-color: #333;
}		
#jsddm li ul li a:hover{
	text-decoration: none;
	background-color: #B7D5EF;
}

/* ABOUT / STAFF MAIN PAGE */

div.float {
	float: left;
	margin:10px;
}
div.float p {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

/* PHOTO FLOAT */

img.floatRight {
	float: right;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
img.floatLeft {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* INSURANCE */

.ins_form-text {
	margin: 10px;
	width: 160px;
	float: left;
}
.ins_form-field{
	margin: 10px;
	width: 400px;
	float: left;
}
.ins_form-box{
	width: 200px;
	float: left;
}
.ins_submit{
	margin: 10px;
	width: 465px;
	text-align:right;
	float: left;
}

/* OTHER */

.faq_padding {
	margin-left: 30px;
	margin-bottom:10px;
	width: auto;
	font-size: 14px;
	line-height:110%;
}
.center {
	text-align: center;
}

a:link, a:visited {
	color:#004774;
	text-decoration:none;
}
a:hover, a:active {
	color:#0C0;
	text-decoration:underline;
}

.more {
	font-size:1.1em;
	font-weight:bold;
}
.more a:link, .more a:visited {
	color:#0066FF;
	text-decoration:underline;
}
.more a:hover, .more a:active {
	color:#0C0;
	text-decoration:underline;
}

/* Images */

img.alignleft, div.alignleft {
	float:left;
	margin:20px 18px 2px 0pt;
}

img.alignright, div.alignright {
	float:right;
	margin:0pt 0pt 2px 18px;
}

img.aligncenter, div.aligncenter {
	float:center;
	margin:2px 0px 2px 0pt;
}

div.img div {
	background-color:#FFFDE5;
	border-bottom:1px solid #E6E4CF;
	border-top:1px solid #F2F0D9;
	font-size:0.9em;
	line-height:1.6em;
	padding:6px;
	text-align:center;
}

/* Bullets Lists */
ul { 
	text-indent:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
}