@import url("../moodalbox/css/moodalbox.css");
/* GENERAL EDITIOR STYLES
-------------------------------*/
html{
}
a, a:visited{
	font-weight:inherit;
}
	a:hover{
	}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}

blockquote{
}

ul{
}
	ul li{
	}
ol{
}

img{
}

legend{
}

form fieldset{
	width:500px;
}
form label.r{
	float:right;
}

form fieldset label{
}
form .buttons .button, form .search_button{
	background: #456F31 url(../images/gloss.png) repeat-x scroll 0 50%;
	border: .167em outset #456F31;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: .333em .667em;
}

form .buttons input.submit:hover, form .search_button:hover {
	background-color: #A5C657;
	border-color: #A5C657;
}

* html form .buttons input.button,
* html form .search_button
{
	background-image: none;
}
* html form .buttons input.submit {
	background: #A5C657;
	border-color: #A5C657;
}


/* GENERAL LAYOUT STYLES
-------------------------------*/
body{
	background:url(../images/body_bg.gif) 0 0 repeat;
	padding: 0 0 20px;
	font-size:12px;
}
	#wrap{
		background-color:#655A4C;
		background-position:30px 0;
		border-width:0;
		width:940px;
	}
		#header{
			background:url(../images/options_mentoring.jpg) 0 0 no-repeat;
			height:256px;
		}
			#header h2{
				display:none;
			}
			#logo{
			}
				#logo a{
				}
			#search{
				display:block;
				position:absolute;
				right:20px;
				text-align:right;
				top:5px;
			}
				.search_field{
					border:2px solid #37623A;
					padding:2px;
				}
				form .search_button{
					padding:2px;
				}
			#search strong{
				position:absolute;
				right:15em;
				top:291px;
				z-index:1;
			}
		#content{
			width: 100%;
		}
			#main{
				width:690px;
			}
				.layout-navtop-1col #main{
				}
				* html .layout-navtop-1col #main{
					float: none;
				}
				#crumbs{
				}
					#list{
						width:58%;
					}
						#list a, #list a:visited{
						}
						#list a:hover{
							color: #FFA20F;
						}
					#email{
					}
						#email a, #email a:link, #email a:active, #email a:visited{
						}
						#email a:hover{
						}
					#print{
					}
						#print a, #print a:link, #print a:active, #print a:visited{
						}
						#print a:hover{
						}
				#pagetitle{
					background:#A5C657;
					margin-bottom:20px;
					padding:0;
					width:690px;
				}
					#pagetitle h1{
						background:#38643C;
						border-bottom:0;
						color:#FFF;
						margin-left:8px;
						padding:6px 0 6px 12px;
						width:670px;
					}
				#modules{	
				}
				#sub{
				}
				#local{
					width:230px;
				}
					#local ul{
					}
						#local li{
							border-bottom: 1px solid #A5C657;
						}
							#local li a{
								border-left: 12px solid #38643C;
								background-color: #55A05C;
								color: #FFF;
							}
							#local li a:hover{
								background-color: #38643C;
								color: #FFF;
							}
							#local li.selected a{
								background-color: #38643C;
								color: #FFF;
							}
						#local ul ul{
							margin-left: 12px;
						}
						#local li li{
							border-bottom: 1px solid #38643C;
						}
							#local li.selected li a{
								background-color: #55A05C;
								color: #FFF;
							}
								#local li li a:hover, #local li li.selected a{
									background-color: #55A05C;
									color:#38643C;
								}
						#local #local_footer{
							color:#C3B899;
							padding:7px;
						}
							#local #twitter_div h3{
								display:block;
							}
								#local #twitter_div h3 a{
									color:#FFF;
									text-decoration:none;
								}
							#local #twitter_div li{
								border:0;
								color:#C3B899;
								padding-bottom:7px;
							}
								#local #twitter_div li a{
									border:0;
									background:transparent;
									color: #C3B899;
									display:inline;
									font-size:95%;
									padding:0;
								}
									#local #twitter_div li span a{
										color: #C3B899;
										font-size:inherit;
									}
								#local #twitter_div li a:hover{
									background:transparent;
									color: #C3B899;
									text-decoration:underline;
								}
						#local_footer .facebook{
							margin-top:15px;
						}
							#local_footer .facebook .logo{
								text-align:center;
							}
							#local_footer .facebook a{
								color:#FFF;
							}
							#local_footer .facebook a img{
								border:2px solid #FFF;
							}
				#nav, #nav ul{
					background:url(../images/nav_bg.gif) 0 0 repeat-x;
					height:33px;
					overflow:hidden;
					width:940px;
				}
					#wrapper{
					}
						#nav h3{
						}
						#nav ul{
						}
							#nav ul li{
							}
								#nav a{
									background:url(../images/nav_bg.gif) 0 0 repeat-x;
									font-size:12px;
									padding:8px 10px;
								}
							#nav ul li.selected{
							}
								#nav a:hover,
								#nav li.selected a{
									background:url(../images/nav_bg.gif) 0 -34px repeat-x;
								}
								
								/* Drop Down Menu */
								#nav li li{
								}
									#nav li li a{
									}
										#nav li li a:hover{
										}
		#footer{
			background:#3D3427;
		}
			#footer p.copyright{
				color:#FFF;
			}
				#footer p.copyright span{
					color:#FFF;
				}
			#footer p.poweredby{
				color:#FFF;
			}
				#footer p.poweredby a, #footer p.poweredby a:link, #footer p.poweredby a:active, #footer p.poweredby a:visited{
					color:#FFF;
					font-weight: bold;
				}
		#footer #footer_nav{
			position:relative;
			text-align:center;
		}
			#footer #footer_nav ul{
				text-align:center;
			}
				#footer #footer_nav ul li{
					border-left:1px solid #655A4C;
					display:inline;
					margin:0;
					padding:0 15px;
					position:relative;
					text-align:center;
				}
				#footer #footer_nav ul li.first{
					border-width:0;
				}
					#footer #footer_nav ul li a{
						color:#FFF;
					}
		#footer .disclaimer{
			clear:left;
			padding-bottom:10px;
		}
			#footer .disclaimer a{
				color:#E7FA32;
			}
				#footer .disclaimer a:hover{
					color:#E7FA32;
					text-decoration:underline;
				}
	#extra1{}
	#extra2{}
		

.fckeditor{
	background:#FFF;
	margin:0;
	padding:0;
}

.zebra{
	border:1px solid #000;
	border-collapse:collapse;
}
	.zebra td{
		border:1px solid #000;
		padding:7px;
	}

.zebra .even { background:#c99329; }
.zebra .odd { background:#FFFFE6; }

#p1 #pagetitle,
#p1 #list {
	display: none;
}

#p1 #modules {
	margin-top: 30px;
}

#p8 #cl2{
	display:none;
}

/* GENERAL BLOGGER STYLES
-------------------------------*/
/**/
h2.sidebar-title{
	background:#FFF;
	margin:0;
	padding:7px 5px;
}
h3.post-title{
	color:#E0243D;
}
.icon-action{
	border-width:0;
}
.blog-admin{
	display:none;
}
.post-body{
	line-height:140%;
}
.comment-link{
	margin-left:10px;
}
/**/

/* WORDPRESS
-------------------------------*/
.wp{}
	.post{
		margin:10px 0;
	}
	.meta{
		margin:10px 0;
	}
	.wp #modules{
		padding-bottom:15px;
	}
	.wp .alignleft{
		float:left;
		margin-right:6px;
	}
		.wp img.alignleft{
			margin-right:20px;
		}
	.wp .alignright{
		float:right;
		margin-left:6px;
	}
		.wp img.alignright{
			margin-left:20px;
		}
	.wp h3.date{
		clear:both;
		margin:20px 0 0;
	}
	.wp h2.storytitle{
		clear:both;
	}
	.wp .wp-caption-text{
		color:#999;
		font-size:10px;
		font-style:italic;
		padding-top:5px;
	}
	.wp .storycontent img{
		border-width:0;
	}

.wp .storycontent img, .shadow {
	-moz-box-shadow: 5px 5px 5px #999; /* FF3.5+ */
	-webkit-box-shadow: 5px 5px 5px #999; /* Saf3.0+, Chrome */
	box-shadow: 5px 5px 5px #999; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=5px, OffY=5px, Color='#999999'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=5px, OffY=5px, Color='#999999')"; /* IE8 */
	margin-bottom:5px;
}

#p1 #share{

}
#share{
	margin:7px 0 2px;
	text-align:right;
}
#p1 #share{
	margin-top:30px;
}