/*
Theme Name: HSERL
Theme URI: http://www.mariposawebsitedesign.com
Description: Custom Theme
Author: Sharon Guzman
Author URI: http://www.mariposawebsitedesign.com
version: 1.0
Tags: three-column, widget-ready, custom
*/



/* basics */

*{margin:0; padding:0;}

body {
	background-image: url(images/bodybkg.jpg);
	background-color: #FFF;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	margin:20px;
	}
	
h1 {font-size: 18pt;
	color: #006666;
	}
h2 {font-size: 16pt;
	color: #006666;
	}
h3 {font-size: 14pt;
	color: #006666;
	}
h4 {font-size: 12pt;
	color: #006666;
	}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#006666;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width:1000px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	box-shadow: 5px 5px 5px #666666;
	}
	
/* header */

#header {
	background:#ffffff;
  	width:100%; 
  	height:220px;
	color: #fff; 
	}
#headerleft {
	width: 700px;
	height: 180px;
	float: left;
	background: url(images/headimg.jpg) no-repeat;
}
#headerright {
	width: 300px;
	height: 180px;
	float: right;
}
#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}
.headmenu{
	float: left;
}
.clear {
	clear:both;
}
/* main menu */


#menu {
	background:#006666;
	height:40px;
	font-family: verdana, arial, times, serif;
	font-size: 10pt;
	width:100%; 
	overflow:hidden;
	margin-bottom:20px;
}


#menu ul {
	margin:8px 0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}




/* content */


#content {
	float: left;
	width:480px;
	padding: 12px 20px;
	overflow: hidden;
	margin:0;
	}
#content h2 {
	font: normal 16pt 'IM Fell English SC', serif;
	color: #006666;
	text-align: right;
	padding-bottom: 20px;
}
.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 16pt 'IM Fell English SC', serif;
	text-align: right;
	color: #006666;
	padding-bottom: 20px;
	}
	
.post h2 a{
	color: #006666;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {
	margin-left: 20px;}

.post li {
	margin-left: 20px;}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	



/* left sidebar */

#left {
	width:200px; 
	float:left;
	margin:0;
	padding:0;
	}

#left h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	width:280px;
	float:right;
	background: url(images/shorty2.jpg) no-repeat;
	margin:0;
	padding: 0;
	}

#right h2{
	font:normal 16pt 'IM Fell English SC', serif;
	color: #006666;
	border-bottom: #006666 solid 5px;
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #006666;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	font: 14pt 'IM Fell English SC', serif;
	text-align:right;
	margin: 0;
	padding: 0;
	line-height: 25pt;
	list-style-type: none;
	}

#right ul ul { 
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
	cursor:pointer;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 50%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/* search */

input.button {
	padding: 2px 1px;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 12px ;
	-moz-border-radius: 12px ;
	-webkit-border-radius: 12px ;
}
input.button:hover {
	background-color:#00FF00;
	cursor:pointer;
}
.search {
	float: right;
	color: #ffffff;
}
.searchformbox {
	border: 1px solid #FFF;
	border-radius: 10px ;
	-moz-border-radius: 10px ;
	-webkit-border-radius: 10px ;
}
#searchform{
	padding:0;
	margin:5px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	}




/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */

#footer {
	background:#006666;
	clear: both;
	width: 100%;
	color: #ffffff;
	}
	

#footer a{color: #ffffff;text-decoration: none;}
#footer a:hover{color: #ffffff;text-decoration: underline;}

.footer_col {
	width: 230px;
	padding:10px;
	height:auto;
	float:left;
}
.footer_col p{padding-bottom: 14px 0;margin: 0; color: #ffffff; text-align:left;}

#footer h2 {
	font: normal 16pt 'IM Fell English SC', serif;
	color: #FFFFFF;
	padding: 0 0 10px 0;
}

#footer ul li {
	list-style-type: none;
}
.copyright p{padding:14px 0;margin: 0; color: #ffffff; text-align:center;}