/*  
Theme Name: Casa De
Theme URI: http://www.imparisystems.com
Description: Casa De Wordpress theme created by Impari Systems, Inc.
Version: 1.0
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #d3d8c1;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #be070e;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #E0E7C7;
	color: #000;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

code{
	background: #fff;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #e6eecb;
	color: #e6eecb;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #e5dfb3;
	background-color: #fff;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{
	margin: 0 auto;
	width: 769px;
	text-align: left;
	vertical-align: top;
}

#header{
	float: left;
        width: 749px;
	padding: 10px 10px 0px 10px;
	background: white url(images/bg_header.gif) no-repeat;
	color: #fff;
}

#header h1{
	padding: 0 83px 0 0;
	background: #2e2e2e url(images/bg_h1.gif) repeat-x 0 5px;
	text-transform: uppercase;
}

#header h1 a{
	padding: 0 20px 0 0;
	text-decoration: underline;
	background: #2e2e2e;
	color: #fff;
}

#banner{
        clear: both;
	width: 729px;
	height: 180px;
	background: white url(images/logo.png) no-repeat;
}

/* header tabs */

#tabs{
     font-size:14px;
     line-height:normal;
     width: 729px;
     left: 0;
}

#tabs ul{
     list-style:none;
}

#tabs li{
     display:inline;
     float: left;
     position: relative;
}

#tabs a {
     float:left;
     background:url(images/tab-left.png) no-repeat left top;
     color:#0470a0;
     padding-left:10px;
     margin-right:3px;
     text-decoration:none;
     color:#cfcfcf;
     cursor: pointer; /* IE 7 bug-fix */
}

#tabs a span{
     float:left;
     display:block;
     background:url(images/tab-right.png) no-repeat right top;
     height: 29px;
     padding-right: 10px;
}

#tabs a span span{
     display:block;
     background:none;
     height: auto;
     padding: 4px 4px 0 4px;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {float:none;}
    /* End IE5-Mac hack */
 
#tabs a:hover span {
     color:#cfcfcf;
}

#tabs a:hover{
     background-position:0% -29px;
     color:#fff;
}

#tabs a:hover span{
     background-position:100% -29px;
     color:#fff;
}

#tabs a.active, #tabs li.current_page_item a, #tabs li.current-cat a,

#tabs li.current_page_item a:hover, #tabs li.current-cat a:hover {
     background-position:0% -58px;
     color:#000;
}

#tabs a.active span, #tabs li.current_page_item a span, #tabs li.current-cat a span,

#tabs li.current_page_item a:hover span, #tabs li.current-cat a:hover span{
     background-position:100% -58px;
     color:#000;
}



/* sub-menus */

#tabs ul li{
    float:left;
    position:relative;
}



#tabs ul ul {
      background:#eeeeef url(images/tab-subnav.png) repeat-x left top;
      position:absolute;
      display:none;
      width:200px;
      top:29px;
      left: 0;
      margin: 0;
      padding: 4px 0;
      line-height: 100%;
      border-left: 1px solid #999;
      border-right: 1px solid #999;
      border-bottom: 1px solid #999;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-bottomright: 4px;
}



#tabs ul ul ul{
      border: 1px solid #999;
      -moz-border-radius: 4px;
}



#tabs ul a.active ul, #tabs ul li.current_page_item ul,  #tabs ul li.current-cat ul{
      background: #fff;
}



#tabs ul.active ul ul, #tabs ul li.current_page_item ul ul, #tabs ul li.current-cat ul ul{
      border: 1px solid #666666 !important;
}

#tabs ul li ul a{
      width:180px;
      height:auto;
      float:left;
      background: none;
      margin: 0;
      padding: 4px 10px;
      color: #000;
      font-weight: normal;
      line-height: 125%;
}

#tabs ul li ul a span, #tabs ul li ul a span span{
      margin: 0;
      padding: 0;
      height: auto;
      float: none;
}

#tabs ul ul a:hover, #tabs ul ul a:hover,

#tabs ul a.active ul a:hover, #tabs ul li.current_page_item ul a:hover, #tabs ul li.current-cat ul a:hover{
      color:#fff;
      background:#09c6eb url(images/tab-subnav-active.gif) repeat-x left top;
}

#tabs ul li ul a span, #tabs ul li ul a span{
      background: none;
}

#tabs ul ul ul{
      top:auto;
}

#tabs ul li ul ul {
      left:195px;
      top: 4px;
}

#tabs ul li:hover ul ul, #tabs ul li:hover ul ul ul, #tabs ul li:hover ul ul ul ul{
      display:none;
}

#tabs ul li:hover ul, #tabs ul li li:hover ul, #tabs ul li li li:hover ul, #tabs ul li li li li:hover ul{
  display:block;
}

.page{
	clear: both;
	float: left;
	width: 769px;
	border-top: 1px solid #a0ac75;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #000;
}

.maincol{
	float: left;
	width: 100%;
	text-align: left;
	vertical-align: top;
}

.post{
	background: #fff;
}

.post_alt{
	background: #f6fbe5;
}

.post, .post_alt{
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.post h2, .post_alt h2{
	padding: 0 0 9px;
	border-bottom: 1px solid #e1e9c4;
	color: #738338;
}

.post h2 a, .post_alt h2 a{
	text-decoration: underline;
	color: #738338;
}

.narrowcolumn .entry, .widecolumn .entry {
     line-height:1.4em;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 10px 0 0;
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
}

.entry h2{
	font-size: 18px;
	color: #000;
}

.entry h3{}

.entry  h4{ font-size: 16px; }

.entry h5{ font-size: 14px; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry img{
	border: 1px solid #e6eecb;
	padding: 4px;
	background-color: #fff;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	color: #737b58;
}

.postdate{
	color: #000;
}

.browse{
	padding: 20px;
	font-family: Georgia;
	font-size: 16px;
	border-top: 1px solid #e6eecb;
	line-height: 24px;
}

.browse a{
	color: #738338;
}

.sidebar{
	float: left;
	width: 231px;
	text-align: left;
	vertical-align: top;
}

.sidebar ul{
	margin: 0;
	padding: 0 20px 20px 21px;
	list-style: none;
}

.sidebar ul li{
	padding: 20px 0 0;
}

.sidebar ul li h2{
	padding: 0 0 9px;
	border-bottom: 1px solid #e5dfb3;
	color: #666;
}

.sidebar ul ul{
	padding: 0;
}

.sidebar ul ul li{
	padding: 8px 0 0;
	line-height: 24px;
}

.sidebar ul ul li#search{
	padding: 15px 0 0;
}

.sidebar ul ul li#search input{
	margin: 0 0 5px;
}

.sidebar ul ul ul li{
	padding: 8px 0 0 15px;
}

#footer{

	clear: both;
	margin: 0 0 5px;
	float: left;
	padding: 5px 0 16px;
	width: 769px;
	font-size: small;
	line-height: 10px;
	text-align: center;
	background: #2e2e2e url(images/bg_footer.gif) no-repeat left bottom;
	color: #ccc;
}

#footer a {
        color: #ccc;
}



/* comments template */

.comments-template{
	padding: 20px;
	border-top: 1px solid #e6eecb;
}

.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e6eecb;
}

.comments-template h3, .comments-template h2{
	color: #666;
}

.comments-template h3#respond{
	padding: 20px 0 0;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */





/* wp-calendar */

table#wp-calendar{




	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	background: #e5dfb3;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

/* Captions and media */
.wp-caption {    
        -moz-border-radius-bottomleft:3px;
        -moz-border-radius-bottomright:3px;
        -moz-border-radius-topleft:3px;
        -moz-border-radius-topright:3px;
        background-color:#F3F3F3;
        border:1px solid #DDDDDD;
        margin:10px;
        padding-top:4px;
        text-align:center;
}

.wp-caption-text {
        font-size:11px;
        line-height:17px;
        margin:0;
        padding:0 4px 5px;
}

.alignleft {
        float:left;
}

/* Contact form and info */
#contact-form {
	margin: 5px;
	padding: 5px;
        float: left;
}

#contact-info {
	margin: 5px;
	padding: 5px;
}
