/* this theme has been modified by: Claudia Cimenti, http://www.claudiacimenti.com, 2010 */

/*
Theme Name: CC_NEAOHS
Description: Claudia Cimenti custom theme NEAOHS site, based on CCWS custom theme for RelaxedWonderVillage.com
Version: 1.0.0
Author: Claudia Cimenti
Author URI: http://www.claudiacimenti.com/
Tags: fixed width, two columns, widgets
This theme is copyrighted. Do not use, modify, etc.
*/
/* original theme, now heavily modified: Devart ver 1.0.1. by Deniart, http://deniart.ru/
The CSS, XHTML and design of Devart released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

#content .post p.flushBottom, .flushBottom {
margin-bottom: 0;
padding-bottom: 0;
}
.blogPicture {
float: left;
padding: 15px;
margin: 0px;
}
p.backToTop,  p.backToTop a {
  text-align: right;
  font-size: small; 
  margin: 0;
  padding: 0 10px 0 0;
}

hr {
  color: #006600;
  background-color: #006600;
  height: 1px;
  border: none;
  margin: 0 0 15px 0;
}

#content .post, #content .post #pageServicesAndFees p {
  margin-bottom: 5px;
}
#content .post ul, #content .post #pageServicesAndFees ul {
 list-style: square inside;
 /* padding-left: 3px 10px 3px 20px; */
}
#content .post ul li, #content .post #pageServicesAndFees ul li {
 list-style: square inside;
 /* margin-left: 20px; */
}

#content .post #pageServicesAndFees em {
  font-style: italic;
  font-weight: bold; 
}
#content .post #pageServicesAndFees table {
  padding-left: 20px;
  margin-bottom: 5px;
}

#content .post #pageServicesAndFees table td {
  padding: 1px 10px;
  min-width: 140px;
  vertical-align: top;
}

#village {
position: relative; 
width: 485px;
height: 240px;
}
#village .houseWrapper {
position: absolute; 
/* z-index: -1; */
width: 150px; 
height: 100px;
background: url(images/roof_150x30.png) no-repeat transparent;
padding:0px;
}

#village .house {
margin: 30px 20px 0px 20px;
background-color: #F4F4C3;
width: 110px;
height: 70px;
border: black 2px solid;
}
#village .house p {
text-align: center;
padding-top: 5px;
font-weight: bold;
}

#village .bambooLeft1 {
position:absolute; 
/* z-index:-1; */
background: url(images/bamboo_leftOfHouse.png) no-repeat transparent;
width:24px;
height:55px;
}
#village .bambooFreestanding {
position:absolute;
/* z-index:-1; */
background: url(images/bamboo_freestanding.png) no-repeat transparent;
width:53px;
height:50px;
}

/*
#village { background-color: white; }
#village .houseWrapper { border: red solid 1px; }
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px Arial, Verdana, Helvetica, Geneva, sans-serif; 
	color: black; 
        /* font-weight: bold; */
	/* background: #728776 url(images/bg.gif) repeat-x;  */
        background: #111;
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #060; }
h1 { font-size: 22px; line-height: 26px; margin: 20px 0 10px 0; }
h2 { font-size: 20px; line-height: 24px; margin: 15px 0 10px 0; }
h3 { font-size: 18px; line-height: 22px; margin: 12px 0 10px 0; border-bottom: solid 1px #006600; }
h4 { font-size: 16px; line-height: 20px; margin: 8px 0; }
h5 { font-size: 15px; line-height: 18px; margin: 9px 0; border-bottom: solid 1px #006600; }
h6 { font-size: 12px; line-height: 16px; margin: 5px 0; }

h1 span { color: #999; }

a, a:visited { color: #060; }
a:hover { color: #603; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}



/* Container
-------------------------------------------------------------------*/
#container { 
	width: 900px; 
	padding-bottom: 10px; 
        padding-top:7px;
	margin: 0 auto; 
	overflow: hidden; 
}
#container #wrapper { 
	width: 900px; 
	float: left; 
	overflow: hidden; 
        background-color: #ffffcc;
        /* background: #ffffcc url(images/Bamboo_cutout_moreCompressed.jpg) repeat-y 0 0 ; */
	/* background: #ffffcc url(images/sidebar-bg.gif) repeat-y top right; */
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
	height: 140px; 
	float: left;
        background: url(images/logo_simple.jpg) no-repeat center; 
	/* background: url(images/header_logoWithGlowOnLeft_shorter2.jpg) no-repeat center;*/ /* w/o logo: rwv_header_1.jpg */
	position: relative; 
} 
#header h1 { 
	font: 24px Arial, sans-serif; 
	padding-top: 18px; 
	margin-bottom: 0; 
	color: #fff; 
 font-weight: bold;
 padding: 20px;
}
#header h1 a { 
	color: #fff; 
	text-shadow: 1px 1px 1px #333; 
	text-decoration: none; 
}
#header h1 span { 
	font-size: 14px; 
	color: #fff; /* #ccc;  */
}

/* Search
in header: body div#container div#header div#search form#searchform 
in sidebar: body div#container div#wrapper div#sidebar div.block form#searchform
-------------------------------------------------------------------*/
#search {
	position: absolute;
	bottom: 8px; 
	right: 10px;
}

#search input { border: 0; }

#sidebar #searchform {margin: 0; padding: 0; }
#sidebar #searchform input[type=text] { border: 0; }

#search #s, #sidebar #searchform #s  { 
	width: 143px;
	padding: 4px 0 4px 22px;
	margin-right: -20px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Arial, Verdana, sans-serif;
	vertical-align: top;
	color: #333;
	background: url(images/search-text.gif) no-repeat;
}

#search #searchsubmit , #sidebar #searchform #searchsubmit { 
	/*width: 35px;  */
	height: 22px;
	vertical-align: middle;
background-color: #006600;
color: #ffffcc;
font-weight: bold;
	/* background: url(images/search-submit.gif) no-repeat; */
}

/* Navigation -- commented out here -- has been replaced by multi-level drop-down plugin
removed from here to improve page load time (so no url('') pix are transferred
-------------------------------------------------------------------*/
/*
#nav { 
	width: 900px; 
	height: 33px; 
	float: left; 
	background: url(images/nav-bg.gif) no-repeat; 
	border-bottom: 1px solid #75867b; 
	position: relative; 
        margin-top: 7px;
}
#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 33px; 
}
#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 7px; 
}
#nav ul li.current_page_item { background: url(images/nav-tab-left.gif) no-repeat; }
#nav ul li a { 
	display: block; 
	text-decoration: none; 
	color: #222; 
	line-height: 33px; 
	padding: 0 15px 0 8px; 
}
#nav ul li a:hover { color: #060; text-decoration: underline; }
#nav ul li.current_page_item a { background: url(images/nav-tab-right.gif) no-repeat top right; }
#nav #feed { 
	position: absolute; 
	right: 15px; 
	top: 6px; 
	height: 19px; 
	padding-left: 37px; 
	color: #544626; 
	display: block; 
	background: url(images/feed.gif) no-repeat; 
	text-decoration: none; 
}
*/


/* Content
-------------------------------------------------------------------*/
#content { 
	width: 635px; /* originally 635px */
	float: left; 
	padding: 15px; /* originally all 15px */
        /* background: #ffffcc url(images/Bamboo_cutout_shortened.jpg) repeat-y 0 0 ; #d6ded4;  */
}

#content .post { margin-bottom: 40px; }
#content .post p { margin-bottom: 20px; }
#content .post h1 a { text-decoration: none; }
#content .post-list li { list-style: none; }

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 3px 5px 5px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #aaa; 
	border-bottom: 1px solid #aaa; 
	background: #c9d6cc; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

#content .ccNewsletterbox {
   display: block;
   margin:  20px auto 5px; 
   /* background-color: #FFCCCC; */
   padding:2px 2px 0 10px;
   text-align: center;
}
#content .ccNewsletterbox p {
   padding: 2px;
   margin-bottom: 0px;
}

/*****
Table centering that works in all browsers, including MSIE7, MSIE6, Op9, Op7, Firefox, Mozilla, and NS6.1
.center { text-align: center; }
.center table { margin-left: auto; margin-right: auto; text-align: left; }
The first style is applied to the <div> (or whatever) that contains the <table>; this will allow MSIE5 and NS4 to center the table. The next style applies to a <table> that is contained within that <div>; the margin settings will allow centering in CSS-compliant browsers and the text alignment will reset the default alignment for table cells to “left” for browsers in which the text alignment of the <div> is inherited.
*****/
.newsletterSubscription { /* form */
   text-align: center;    /* see note on table centering above */
   padding: 5px;
}
.newsletterSubscription table {
   margin-left:auto; margin-right:auto; /* see note on table centering above */
   background-color: #F4F4C3; /* #c3d759; */ /* #FFCCCC; */
   text-align: center;
   border: none;
}
.newsletterSubscription td {
   padding: 0 5px;
}
.newsletterSubscription input[type=text] {
   font-style: italic;
}
   
.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

#headerSignup { 
   text-align: center;
   position: absolute;
   bottom: 15px; 
   right: 40px;
}
#headerSignup .headerSignupForm table {
    background-color: #f4f4c3; /*=darker yellow*/ /* #FFFFCC; *//*=light yellow*/ /* #c3d759; *//*=green*/
    color: black;
    /* padding: 5px; */
}
#headerSignup .headerSignupForm table p { margin: 0; }
#headerSignup .headerSignupForm table td { padding: 0 5px; }
#headerSignup .headerSignupForm table input[type=text] { font-style: italic; }

#content .breadcrumbs {
   background-color: #f4f4c3;
   margin-bottom: 6px;
   font-size: smaller;
}

#content .post .ilsb-parent { 
   margin-top: 25px; 
   width: 100%;
   clear: both; 
   background-color: #f4f4c3; 
}

#content .subpagesList {
   background-color: #f4f4c3;
   width: 150px;
   float: right;
   padding: 4px;
}
#content .subpagesList p {
   font-weight: bold;
   padding-bottom: 0;
   margin-bottom: 0;
}
#content .subpagesList ul {
   padding-bottom: 0px;
   margin-bottom: 0px;
}
#content .subpagesList li { 
   background:url("images/arrow.gif") no-repeat scroll 2px 8px transparent;
   padding-left:12px;
   /* list-style-type: square; */
   font-size: smaller;
   margin-bottom: 0px;
}

/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 235px;
	float: left;
	/* font-size: 11px; */
	margin-bottom: 10px;
	color: #333;
}

#sidebar h3 { font: normal 16px Arial, Verdana, Sans-Serif;  }

#sidebar a, #sidebar a:visited { color: #111; text-decoration: none; }
#sidebar a:hover { color: #006600; text-decoration: underline; }

#sidebar .block {
	width: 205px;
	padding: 2px 8px; /* 15px; */
	/* border-bottom: 1px solid #bfccbf;  */
	overflow: hidden;
	color: #333;
}
#sidebar .block li { 
	background: url(images/arrow.gif) no-repeat 2px 8px; 
	padding-left: 12px;
        border-bottom: solid 1px #FFCCCC;
}
#sidebar .block li:last-child {
        border-bottom: none;
}

/* #sidebar .block ul>li {} */        /* this selects all li's */   
/* #sidebar .block li>ul li {} */     /* this selects li's of ul's at level 2+ */

/* Calendar */
#sidebar .block #calendar_wrap a { }
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Wrapper Bottom
-------------------------------------------------------------------*/
#wrapper-bottom { 
	width: 900px; 
	height: 6px; 
	float: left; 
	margin-bottom: 7px; 
	background: url(images/wrapper-bottom.gif) no-repeat bottom;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 22px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c; 
}
#comments .comment { 
	background: #bfcec3; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 635px; 
	padding-bottom: 5px; 
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	width: 536px; 
	background: #d6ded4; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #d6ded4; 
	border: 5px solid #bfcec3; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 600px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Footer
-------------------------------------------------------------------*/
#footer { 
	width: 900px; 
	float: left; 
	color: #d6ded4; 
	padding-top: 6px;
	text-align: center;
	background: #444; /* background: url(images/footer-top.gif) no-repeat top left;  */ 
}
#footer-inner { 
	width: 900px; 
	padding-bottom: 6px; 
	background: #444; /* background: url(images/footer-bottom.gif) no-repeat bottom left;  */
}
#footer-content { 
	width: 900px; 
	background: #444; /* #4d625d;  */
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #d6ded4; }






