/*#############################################################
Name:			MM_1
Date:			2008-07-25
Description:	Site for Snoqualmie Ridge Early Learning Center.
Author:			Miguel Moreno
Author URL:		http://www.miguelmoreno.net
Site URL:		http://www.srelc.com

Colorscheme: 

Green:			00A441
Light Green:	D4E5CA
Lighter Green:	DCEAD5
Red:			DD2B21
#############################################################*/

/* standard elements */
html {
	min-height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
a {
	
	text-decoration:none;
}

a:hover 
{
	color: red;
	text-decoration: none;
}

a img {
	border: none;
}
body {
	background: #D4E5CA url( 'img/body.gif' ) no-repeat center top;
	
	color: #444;
	font: normal 62.5% Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding-top: 40px;
}
.outerouter {
}

p, code, ul {
	padding-bottom: 1.2em;
}

/* for the rendering of a background image instead of a horizontal rule... */

div.hr {
  height: 50px;
  padding: 0px;
  background: url(img/hr2.gif) no-repeat scroll center;
}

div.hr hr {
  display: none;
}
/* ----------------------------- */

img 
{
   padding:4px;
   /*
   border:1px solid #021a40;
   background-color:#FFF;
   */
}

form, input {
	margin: 0;
	padding: 0;
	display: inline;
}
code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Courier New,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
h1, h2, h3, h4, h5 {
	padding-top: 6px;
	margin-bottom: 4px;
}

h1 {font-size: 2.0em ;}
h2 {font-size: 1.7em ;}
h3 {font-size: 1.6em ;}
h4 {font-size: 1.5em ;}
h5 {font-size: 1.2em ;}

/*Page name*/
div#page h2
{
	color:#00A441;
	font-size:medium;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}

#postnavigation{
	height: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: Gray;
}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF; /* outer edge */
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}
.outer-container {
	background: url( 'img/container.gif' ) no-repeat center bottom;
	padding-bottom: 60px;
}

/* headere & title */
.header {
	background: #DD2B21 url( 'img/header.jpg' ) no-repeat;
	height: 155px;
	margin-bottom: 1px;
}
.header .title {
	color: #111;
	position: relative;
}
.header .title .sitename a {
	text-decoration: none;
	color:#DD2B21
}

.header .title .sitename a hover{
	text-decoration: none;
}

.header .title .sitename 
{
	font: normal 2em Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding-bottom: 2px;
	padding-left: 270px;
	position: absolute;
	left: 20px;
	top: 45px;
	z-index: 101;
	text-decoration: none;
}
.header .title .sitenameshadow {
	color: #000000;
	/*opacity: .2;
	filter: alpha(opacity=20);*/
	font: normal 2em Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding-bottom: 2px;
	padding-left: 270px;
	text-decoration: none;
	position: absolute;
	left: 21px;
	top: 46px;
	z-index: 100;
}
.header .title a:hover {
	border-color: #F60;
}
.header .title .slogan 
{
	color: #00A441;
	font: normal 1.1em Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding-top: 6px;
	padding-left: 280px;
	position: absolute;
	left: 22px;
	top: 75px;
}

/* footer */
.footer {
	background: #DD2B21;
	color: #F7F7F2;
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	color: #FDF;
	background-color: Transparent;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF; /* edge just under navbar */
	padding: 8px 12px 0 0;
}

/* path (horizontal navigation) */
.path {
	background: #DD2B21; /* navbar background */
	color: #FFF;
	
	padding: 0px 12px 0px 12px;
	height: 35px;
	
}
.path li, .path ul 
{
	display: inline;
}
.path a {
	color: #FAFAFA; /* navbar text color */
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #FDF;
	background-color: Transparent;
	text-decoration: underline;
}
.path .left {
	float: left;
	padding: 9px 0px 0px 0px;
}
.path .right {
	float: right;
	padding: 5px 0px 0px 0px;
	text-align: right;
}
.path .right a {
	margin-right: 0px;
}
.adminpath {
	background: #EFF7E0; /* admin bar background */
	color: #698D73;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
	border-top: 1px solid #f5e9ee;
}
.adminpath h2 {
	font-weight: normal;
	font-size: 1em;
	color: #698D73;
	display: inline;
	margin-right: 15px;
}
.adminpath li, .adminpath ul {
	display: inline;
}
.adminpath a {
	color: #698D73; /*admin text */
	text-decoration: none;
	margin-right: 16px;
	text-transform: capitalize;
}
.adminpath a:hover {
	color: #111;
	text-decoration: none;
}

/* navigation */
.navigation {
	float: left;
	width: 180px;
	padding: 0px 0px 0px 15px;
}
.navigation .block {
	margin-bottom: 14px;
}

.navigation .block h2{
	border-bottom: 1px dashed #D2C2B2;
}

/* CommonSideBarHeader */

.navigation .CommonSidebarItem
{
	margin-bottom: 0px;
}

.navigation .CommonSidebarItem .CommonSidebarHeader
{
	text-align: left;
	font-size: 0.9em;
	background-color: #d2e6bd; /* was #e2eecd */
	color: #698D73;
	padding-top: 0px;
	padding-left: 6px;
	margin: 0px;
	background-image: url('img/sidebar-header.gif');
	
	background-repeat: no-repeat;
	width: 176px;
	height:20px;

	/*
	width: 174px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	*/
}


.navigation .CommonSidebarItem .CommonSidebarContent
{
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
	overflow: hidden;
	width: 164px;
}

/* handles the bullets */
.navigation .CommonSidebarItem .CommonSidebarContent.ul
{
	margin-bottom: 0px;
	list-style-image: url('img/bullet.gif');
	margin-left: 16px;
	color: #336699;
	background-color: Blue;
}

.navigation .CommonSidebarItem .CommonSidebarContent a:hover{
	color: #DD2B21;
	text-decoration: none;
}

.navigation .CommonSidebarItem .CommonSidebarFooter
{
	padding-bottom: 0px;
	overflow: hidden;
}

/*-------------------------------------------*/



/*-------------------------------------------*/


.EncloseHeader
{
	text-align: left;
	background-color: #d2e6bd; /* was #e2eecd */
	color: #698d73;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;	margin: 0px;
	
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

 .EncloseContent
{
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
	overflow: hidden;
}

.PushpinHeader
{
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	border-bottom-color:#d2e6bd;
	background-color: #d2e6bd; /* was #e2eecd */
	background:#d2e6bd;
	background: url('img/pushpin.gif') no-repeat top right;
	padding-top:20px;
}


/* ----------------------------------------- */

/*-------------------------------------------*/

.navigation h2 {
	color: #698D73;
	font: bold 1.1em Arial,sans-serif;
	line-height: 1.0em;
	margin-bottom: 6px;
	padding-left: 0px;
	/*border-bottom: 1px dashed #D2C2B2;*/
}

.navigation ul {
	margin-left: 15px;
	list-style-image: url('img/bullet.gif');
}

.navigation li {
	font-size: 1.1em;
	color: #857; 
	/*display: block;*/
	margin-left: 0px;
	padding-bottom:6px;
	/*border-bottom: 1px dashed #D2C2B2;*/
}

.navigation li a {
	color: #00A441;
}

.navigation li img {
	padding-right: 5px;
}

.navigation li a:hover {
	/*background: #F54585;*/
	color: #FDF;
}

/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 1em;
	margin-bottom: 8px;
}
.content li {
	list-style: url(img/bullet.gif);
	margin-left: 18px;
}
.content p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 1.4em;
	font-size: 1.0em;
}

/* posts */
.post h1 {
	margin: 0px 0px 10px 0px;
}
.post h1 a {
	border-bottom: 1px dashed #AAA;
	color: #613;
	text-decoration: none;
	padding-bottom: 3px;
}
.post h1 a:hover {
	border-color: #F54585;
	background-color: #f3dee6;
	text-decoration: none;
	color: #F54585;
}
.post {
	margin: 2px 0 2px;
}
.post .info {
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 10px 0;
	padding: 5px 10px;
}
.post img {
	border: 4px solid #DDD;
	margin: 4px 0;
}
.post a img {
	border: 4px solid #DDD;
}
.post a:hover img {
	border-color: #CCC;
}
.info a {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
.post .info .transformtext {
	text-transform: capitalize;
}
.post .info tr {
	height: 20px;
}
.post .info td p.feedburnerFlareBlock {
	display: inline;
	font-size: 1em;
}

/* related posts */
#relatedPosts a {
	display: block;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

/* comments */
.comment {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.comment .date {
	text-align: left;
	margin: 0;
	padding: 3px 0px;
}
.comment .author {
	margin: 0;
	text-align: left;
	padding-top: 3px;
	margin: 5px 0px 3px 0px;
	clear: both;
}
.self {
	background-color: #F5F5F5;
}
.comment .gravatar {
	float: right;
	width: 80px;
	margin: 5px 5px 5px 5px;
}
.comment .gravatar img {
	height: 80px;
	width: 80px;
}
.comment .content {
	float: left;
	min-height: 85px;
	width: 440px;
	margin: 5px 0 0 0px;
}
.commentForm {
	padding: 5px;
}
.commentForm label {
	float: left;
	display: block;
	width: 80px;
}
.commentForm input {
	width: 130px;
}
.commentForm textarea {
	width: 100%;
	height: 150px;
}

/* archive */
#archive {
	padding: 10px;
}

#archive h1 {
	margin: 0;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table {
	width: 100%;
	border-collapse: collapse;
}

#archive table td, #archive table th {
	text-align: left;
}

#archive table td {
	text-align: left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date {
	width: 90px;
}

#archive .comments {
	/*width: 70px;*/
	text-align: center;
}

#archive .rating {
	/*width: 70px;*/
	text-align: center;
}

/* Tag cloud */
#tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

#tagcloud li {
	display: inline;
}

#tagcloud a {
	margin-right: 3px;
	display: inline;
}

#tagcloud a.biggest {
	font-size: 20px;
}

#tagcloud a.big {
	font-size: 17px;
}

#tagcloud a.medium {
	font-size: 13px;
}

#tagcloud a.small {
	font-size: 12px;
}

#tagcloud a.smallest {
	font-size: 10px;
}

/* blogroll */
#blogroll {
	font-size: 1em;
	border: 0;
}
#blogroll ul li ul li {
	font-size: .8em;
	padding-left: 10px;
	border: 0;
	border-top: 1px dashed #D2C2B2;
}

/* search */
#searchfield {
	width: 120px;
}
#searchcomments {
	margin-right: 4px;
}

/* star rating */
.rating p {
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
	margin: 0px;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/* contact */
#contact {
	padding: 10px;
}

#contact h1 {
	margin-top: 0;
}

#contact label {
	display: block;
	padding-top: 5px;
}

#contact input.field {
	width: 200px;
}

#contact textarea {
	display: block;
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/* code styles for CodeFormatter Extension*/
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

/*----------------------------
				Search page
----------------------------*/

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .entry a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .entry a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

