/*
Theme Name: Las Ventanas
Description: Las Ventanas
Author: Las Ventanas
Author URI: Las Ventanas

*/

html {
	outline: 0 none;
}

body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
        background: #924744 url(images/mainbg.png) repeat-x;
	font-family: Georgia;
	color:#422715;
	font-size:13px;
	outline: 0 none;
}

#HomeBody {
	background: #924744 url(images/homebg.png) repeat-x;
}

h1 {
	font-size: 28px;
	font-family: Georgia;
	font-weight: normal;
	padding: 0px;
}

img {
	border:0;
	margin: 0 0;
}

a {
	color:#422715;
	text-decoration:none;
	outline: 0 none;
}

a:hover {
	color:#b15611;
	text-decoration:none;
}

blockquote {
	padding-left:10px;
	color:#444;
	font-style: normal;
}

.clear {
	clear:both;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
}

img.alignright {
	padding: 5px 0px 5px 10px;
	margin: 0px 5px 10px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px 5px;
	margin: 0px 10px 10px 5px;
	display: inline;
	background:#fff;
	border: 1px solid #DDDDDD;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #ffffff;
	padding: 4px 0px 5px 0px;
	margin: 5px 5px ;
}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/* The Outer cover */

#wrapper {
	width:1058px;
	margin:0 auto;
	padding-top:19px;
}

#casing {
	padding:0px;
	background:url(images/casing-bg2.png) repeat-y;
}
	
#topbar {
	height: 35px;
	margin-bottom: 0px;
	background:#161514;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
}

span.topfeed {
	background:url(images/rss.png) no-repeat;
	padding: 1px 0px 0px 20px;
	float:left;
	margin:8px 0px 0px 10px;
	height:20px;

}
	
	
/* The Header */

#top {
	height:128px;
	margin:5px 0 0 0;
	background: url(images/top.png) top no-repeat;
	width:1058px;	
}

.blogname {
	width:420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0 0 0px;
    	float:left;
	background-repeat:no-repeat;
}
	
.blogname h1  {
	height:90px;
	padding:0 0 0px 0;
	margin:0px 0 0 25px;
	text-indent:-9000px;
	background:url(images/logo.png) no-repeat;
}

.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #cacccd; 
	display:block;
}
	
.blogname h1  a:hover { 
	color: #eee; 
}

.blogname h2 {
	margin:3px 0px 0px 27px;
	font-size:16px;
	font-weight:normal;
	font-style: italic;
	color:#000;
	text-align:left;
	height:20px;
	overflow:hidden;
}


/* The Search */
#search {
	height:32px;
	width:223px;
	margin-top:5px;
	padding:0;
	float:right;
	background:url(images/sform.jpg) no-repeat;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#s {
	margin-left:0px;
	float: left;
	width:182px;
	padding: 6px 2px 7px 5px;
	background:#fff url(images/sform2.jpg);
	border:none;
	font-weight: normal;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#a2a193;
}

#searchsubmit {
	width:30px;
	float: left;
	background:#fff url(images/sbutton.jpg) no-repeat;
	border:none;
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:30px;
}



/*Page menu*/

#foxmenucontainer{
	display:block;
	padding-top: 30px;
	font-size: 18px;
	font-family: Georgia;
}
	
#menu ,#menu ul {
	margin: 0px 22px 0px 22px;
	padding: 0px;
	list-style: none;
}

#menu a {
	color: #b15611;
	display: block;
    	font-weight: normal;
   	padding: 5px;
   	outline: 0 none;
}
	
#menu a:hover {
	color: #553a33;
	display: block;
	text-decoration: none;
  }

#menu li {
	margin: 0px 0 0px 0;
	padding: 0px;
	border-bottom: 1px dotted #353535;
	}
	
#menu li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 130px;
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background:#999967;
	width: 150px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color:#DFC3C3;
	outline: 0 none;
}
	
#menu li li a:hover, #menu li li a:active {
	background:#999967;
	width: 150px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	color:#d7a1a1;
}

#menu li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	z-index:200;	
}

#menu li:hover ul {
	left: auto;
	display: block;
}
	
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

/* Category menu*/
	
#catmenucontainer{
	height:28px;
	background:#e9e8e0 url(images/catmenubg.png) repeat-x;
	display:block;
	padding:0px 0 0px 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
		
#catmenu  {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px;
	list-style: none;
	height:28px;
	float:right;
	}

#catmenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	height:28px;
	}

#catmenu  a {
	color: #ffffff;
	display: block;
	font-weight: normal;
  	padding: 4px 8px 9px 8px;
  	outline: 0 none;
	}
	
#catmenu  a:hover {
	color: #ecf69d;
	display: block;
	text-decoration: none;
	}

#catmenu  li {
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
	}
	
#catmenu  li li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width: 150px;
	}
	
#catmenu  li li a, #catmenu  li li a:link, #catmenu  li li a:visited {
	background:#999967; filter:Alpha(opacity=80); opacity: 0.80;
	width: 150px;
	float: none;
	margin: 0px 0px;
	padding: 7px 10px 7px 10px;
	color:#ffffff;
	font-size:12px;
	outline: 0 none;
	}
	
#catmenu  li li a:hover, #catmenu  li li a:active {
	
	width: 150px;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	color:#ecf69d;
}

#catmenu  li ul {
	position: absolute;
	left: -999em;
	z-index:200;
	
	width:170px;
	}

#catmenu  li:hover ul {
	left: auto;
	display: block;
	}
	
#catmenu  li:hover ul, #catmenu li.sfhover ul {
	left: auto;
	}	
		
/* Main Content*/	

#content {
	float:left;
	width: 449px;
	height:100%;
	padding-left: 13px;
}

#lifestyle-content {
	float:left;
	width: 780px;
	height:100%;
	padding-left: 13px;
}


#content-home {
	width: 946px;
	margin:auto;
	padding:25px 0px 0px 10px;
}

.title{
	margin: 0 0 0 0px;
	padding: 10px 0px 2px 0px;
	border-bottom:1px dotted #000000;
}	

.section-title {
	margin: 0px 0 5px 0;
	padding:15px 0 0 10px;
	text-align: left;
	font-size: 30px;
	font-family: Georgia;
	font-weight:normal;
	overflow:hidden;
	color:#b15610;
}

.section-sub-title {
	margin: 0px 0 5px 0;
	padding:15px 0 0 0px;
	text-align: left;
	font-size: 30px;
	font-family: Georgia;
	font-weight:normal;
	overflow:hidden;
	color:#b15610;
	text-transform:none;
}

.date {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px 5px;
   	color:#75481F;
	text-transform: uppercase;
}
	
.single {
	margin: 0px 5px 15px 24px;
	height:100%;
	color:#422715;
	font-size: 14px;
	font-family: georgia;
}

.single ul {
	list-style:square;
	line-height:18px;
}

.single  h2, h3 {
	margin: 0px 0 5px 0;
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-size: 20px;
	font-family: Georgia;
	font-weight:normal;
	overflow:hidden;
	color:#000000;
	text-transform:uppercase;
}

.single  h2 a, .single  h2 a:link, .single  h2 a:visited  {
	color:#b15610;
	background-color: transparent;
	outline: 0 none;
}

.single  h2 a:hover  {
	color: #666666;
	background-color: transparent;
}	

.author{
	color:#75481F;
	padding:0px 0 0px 5px;
}

.clock{
	color:#75481F;
	padding:0px 0 0px 5px;
}	


.comm{
	padding:0px 10px 0px 10px;
	position:relative;
	

}

.comm a:link,
.comm a:visited {
		color:#AC0604;
		outline: 0 none;
}
.comm a:hover{
	color:#d42323;
}

.more{
	padding:0px 0 2px 20px;
	background:url(images/add.png) no-repeat;
	margin-right:5px;
	float:right;
}

.more-info {
	color:#007e97;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.more-info a {
	color:#007e97;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.more-info a:hover {
	color:#007e97;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.more a:link,
.more a:visited {
		color:#AC0604;
		outline: 0 none;
}
.more a:hover{
	color:#d42323;
}


.singleinfo {
	height:15px;
	margin:0px 0px;
	padding: 5px 0px 5px 0px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.postmore{
	padding:0px 5px 2px 25px;
	float:left;
	font-weight:bold;
	background:url(images/pmore.jpg) left no-repeat;
}

.postmore a:link, .postmore a:visited {
	color:#fff;
	outline: 0 none;
}

.postmore a:hover{
	color:#fff;
}

.category{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px 5px 5px 10px;
	text-transform: uppercase;
}

.category a:link,.category a:visited{
	color:#2A40C4;
	outline: 0 none;
}
	
.category a:hover{
	color:#333;
	}
	
.entry {
	margin:0 0;
	padding: 0px;
}	
	
.entry a:link, .entry a:visited {
	color: #007e97;
	background-color: transparent;
	outline: 0 none;
}
.entry a:hover {
	color:#007e97;
	background-color: transparent;
	text-decoration: underline;
}
	
.entry p {
	margin:0px;
	padding:10px 0px;
	line-height:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

#leftcol{	
	float:left;
	width:254px;
	padding: 0 0 10px 0;
	min-height:400px;
}

#rightcol{	
	float:right;
	width:302px;
	padding:12px 20px 10px 15px;
}

#rightcol table {
	width:100%;
	border-collapse:collapse;
	font-family: Georgia;
	color:#422715;
	font-size:14px;
	
}

#rightcol th {
	
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
	padding:10px 10px
}

#rightcol td {
	background: url(images/side-right-bgDK.png) repeat;
	padding:4px 10px;
	
}


.alt-row {
	background: url(images/side-right-bgDK.png) repeat;
	
}

.right-block {
	background: url(images/side-right-bgDK.png) repeat;
	padding:15px;
	margin-left:12px;
	width:250px;
	
}

.resident-block {
	background: url(images/side-right-bgDK.png) repeat;
	padding:15px;
	
	
}

#rightcol tr {
	padding:0px 10px 0px 10px;
	
}

.right-side-table {
	width:100%;
}

#rightcol h1 {
	font-family: Georgia;
	font-size:28px;
	font-weight: normal;
	color: #b15611;
	padding-left: 30px;
}

.sidebar1{
	float:left;
	width:160px;
	padding-top:5px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar1 h2 {
	line-height:30px;
	font-size:14px;
	color:#333;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 5px;
	background:#fff;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border:1px solid #eae9e9;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}
	
.sidebar1 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}

.sidebar1 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	background-repeat:no-repeat;
	
	}

.sidebar1 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.sidebar1 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebar1 ul li {
	height:100%;
	line-height:18px;
	float: left; 
	clear: left;	
	width: 160px;
	}

.sidebar1 ul li a:link, .sidebar1 ul li a:visited {
	outline: 0 none;
	color:#333;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	border-bottom:1px dotted #CFCFCF;
	}

.sidebar1 ul li a:hover {
	color: #d10101;
	}

.sidebar1 p {
	padding: 7px 10px;
	margin:0;
	}

.sidebar1 table {
	width:100%;
	text-align:center;
	color:#787d7f;
}	
	
/* The Sidebar2 */	
.sidebar2{
	float:right;
	width:284px;
	padding-top:5px;
	padding-right:10px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sidebar2 h2 {
	line-height:30px;
	width:294px;
	font-size:14px;
	color:#333;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 5px;
	background:#fff;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background: url(images/box_top.png) no-repeat;
}
.sidebar2 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;	
}

.sidebar2 ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;	
}

.sidebar2 ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
}

.sidebar2 ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
}
	
.sidebar2 ul li {
	height:100%;
	line-height:18px;
	float: left; 
	clear: left;	
	width: 294px;
	}

.sidebar2 ul li a:link, .sidebar2 ul li a:visited {
	outline: 0 none;
	color:#333;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	border-bottom:1px dotted #CFCFCF;
}

.sidebar2 ul li a:hover {
	color: #d10101;
}

.sidebar2 p {
	padding: 7px 10px;
	margin:0;
}

.sidebar2 table {
	width:100%;
	text-align:center;
	color:#787d7f;
}		

	
/*Bottom bar */
#footop{	
	width:916px;
	margin:0px 0px 0px 0px;
	padding:10px 15px;
	background:url(images/navi.jpg);

	}
			
#footbar{
	width:936px;
	padding: 0px 10px 30px 10px;
	margin:0px 0px;
	float:left;
	background:url(images/bot.jpg) repeat-y;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.bars {
	min-width:898px;
	padding-left:14px;
}

.barone{
	float:left;
	width:244px;
	padding:15px 5px 0 5px;
	font-size:12px;
	color: #000000;
}

.barone ul{

	list-style-type:circle;
	margin: 0 ;
	padding-left: 65px;

}


.barone h2 a {
	
	color:#ffffff;
	
}

.barone ul li {
	
	line-height:18px;
	padding: 0px 0px 0px 8px;
	font-size:15px;
	color:#000000;
}

.barone ul li.cat-item { 
	font-size:13px;
}

.barone ul li  .barone ul li  {
	color:#666;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	outline: 0 none;
}

.barone a {
        
}
.barone a:hover {
        text-decoration:underline;
		color: #effa98;
}

.barone ul li {
	color: #000;
}

.barone ul li a:hover {
        text-decoration:underline;
		color: #7d7d54;
}

.barbody {
	background: url(images/side-right-bgDK.png) repeat;
	min-height:75px;
	padding: 5px 14px;
}

.barbottom {
	background: url(images/box_bottom.png) no-repeat;
	height: 15px;	
}

/*calendar*/

#wp-calendar{
	width: 100%;
	padding: 0 0 15px;

}

#wp-calendar caption{
	padding: 5px 5px ;
	font-size:16px;
	
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;

	color:#252525;
}

#wp-calendar td a{
	background:#fff;
	padding: 5px;
	outline: 0 none;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	
/* --- FOOTER --- */

#footer {
	height:64px;
	padding:10;
	color:#f1cb9e;
	font-size:11px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	width:1058px;
	padding-top:25px;
}

#footer a:link , #footer a:visited{
	color:#666;
	outline: 0 none;
}

#footer a:hover {
	color:#333;
}

.fleft{
	float:left;
	padding: 0 0 0 15px;
	margin-bottom:12px;
}

.fright{
	float:right;
	/* padding: 0 15px 0 0;
	margin-bottom:12px; */
}


/* The Navigation */

#navigation{	
	width:600px;
	margin:0px 0px 0px 0px;
	padding:0px 15px 10px 12px;
}

	
/* The Attachment */

.contentCenter {
	text-align:center;
}

/* The Page Title */

h2.pagetitle {
	padding:5px 15px 0px;
	margin:10px 0 5px 10px;
	font-size:16px;
	text-align:left;
	color:#4A413C;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted;
	font-weight:normal;
	}
	
/*magbox*/
	
.post {
	width: 336px;
	margin: 0px 0px 5px 5px;
	padding:3px 0 0 0;
	float: left;
	background:#ebe1d2;
	border:1px solid #ded5c9;
	display:inline;
	color:#6c5b42;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.post h2 {
	margin: 0px 0 0px 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-size: 18px;
	overflow:hidden;
	font-weight:normal;
	height:20px;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color:#354151;
	background-color: transparent;
	outline: 0 none;
	}
	
.post h2 a:hover  {
	color: #354151;
	background-color: transparent;
	}	

.postinfo {
	height:28px;
	margin: 0 0 0 0px;
	padding: 2px 0px 0px 0px;
	background:#34424F url(images/postinf.jpg)repeat-x;
			}
	
.categ {
	height:14px;
	margin: 1px 0 0 0px;
	padding: 0px 0px 2px 0px;
	overflow:hidden;
	font-size:12px;
}

.categ a:link,.categ a:visited{
	color:#4395be;
	outline: 0 none;
	}
	
.categ a:hover{
	color:#ddd;
	font-weight:normal;
	}
	

.centry a:link,
.centry a:visited {
	color: #943d39;
	background-color: transparent;
	outline: 0 none;
}

.post img {
	border:0;
	float:left;
	padding:4px 4px;
	background:#fff;
	border:1px solid #ddd;
	margin:2px 5px 2px 0px;
	}

.centry p{
	margin:2px 0;
}

.centry a:hover {
	color:#c6150c;
	background-color: transparent;
	text-decoration: none;
	outline: 0 none;
}

.centry {
	margin:0 0;
	padding: 0px 5px 5px 5px;
	height:120px;
	overflow:hidden;
	}
	


.ad1{
	text-align:center;
	margin:5px 5px;
	
}

.ad2{
	text-align:center;
	margin:2px auto;

}

#comment{

	height:100%;
	padding:0px 10px;
	margin:0px 0px;
	}
	
h3#comments {
	padding:5px 10px;
	margin:10px 0px;
	border:1px dotted #000000;
	font-size:20px;
	font-weight:normal;
	color:#444;
	background: url(images/side-right-bgDK.png) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	} 	
	
#respond{

	height:100%;
	padding:0px 5px;
	margin-bottom:15px;
	background: url(images/side-right-bgDK.png) repeat;
	border:1px dotted #000000; 
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
}	
#respond h3{
	padding:5px 10px 5px 10px;
	margin:10px 0px;
	font-size:22px;
	font-weight:normal;
	color:#444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#commentform {
	padding:0px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	color:#BFAFA7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#commentform p {	
	color:#3f79c4;

	}
#commentform input {
	background:#F4F4F4;
	border:1px dotted #000000;
	color:#444;
	padding-left:10px;

	}
#commentform textarea {
	background:#F4F4F4;
	border:1px dotted #000000;
	color:#444;
	width:95%;
	padding:5px 5px;

	}
.comments input#submit {

	width:auto;
	line-height:25px;
	padding:3px 5px;
	background:#CDCDCD;
	border:2px dotted #000000;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	
	}
	
ol.commentlist li { 

	border:1px solid #DEDCDD; 
	margin:0 0 10px; 
	padding:5px 7px 5px 57px; 
	position:relative;
	border-radius:5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
 }
 
ol.commentlist li div.comment-author { 
	padding:0 170px 0 0; 
}
ol.commentlist li div.vcard { 
	font-size:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0px;
}

ol.commentlist li div.vcard cite.fn { 
	font-style:normal; 
}
ol.commentlist li div.vcard cite.fn a.url { 
	color:#c00; 
	text-decoration:none; 
}
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; 
}

ol.commentlist li div.vcard img.avatar { 
	border:5px solid #ddd; 
	left:7px; 
	position:absolute; 
	top:7px; 
}

ol.commentlist li div.comment-meta { 
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute; 
	right:10px; 
	text-align:right; 
	top:5px; 
}

ol.commentlist li div.comment-meta a { 
	color:#2A40C4; 
	text-decoration:none; 
	outline: 0 none;
}

ol.commentlist li div.comment-meta a:hover { 
	color:#000; 
}
ol.commentlist li p { 
	font-weight: normal;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 1em;
	line-height:18px;
 }
 
ol.commentlist li ul { 
	font-weight: normal;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:square; 
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
 
 }
 
ol.commentlist li div.reply {  
	background:#777; 
	border:2px solid #555; 
	color:#fff; 
	font-weight: bold;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding:5px 10px;  
	text-align:center; 
	width:36px;
 }
 
ol.commentlist li div.reply a { 
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase; 
	outline: 0 none;
}

ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0 0; 
	text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-3 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em; 
 }

ol.commentlist li.even { 
	background: url(images/side-right-bgDK.png) repeat;
}

ol.commentlist li.odd { 
	background: url(images/side-right-bgDK.png) repeat;
 }
 
ol.commentlist li.pingback div.vcard { 
	padding:0 170px 0 0; 
}

#hometop {
	float: left;
	width: 1058px;
	padding-bottom: 12px;
}

#homepic {
	float: left;
	width: 704px;
	padding-right: 12px;
}

#homelogo {
	float: left;
	width: 342px;
}

.home-blocks {
	float: left;
	padding-left: 14px;
	padding-top:19px;
}

a.home-block1 {
	display: block;
	float:left;
	padding: 5px 5px 0 5px;
	width: 135px;
	height: 182px;
	background: url(images/home_block1.png) no-repeat;
}

a.home-block1 span {
	display: none; 
}

a.home-block1:hover { 
	background: url(images/home_block1-hover.png) no-repeat;	
}

a.home-block2 {
	display: block;
	float:left;
	padding: 5px 5px 0 5px;
	width: 135px;
	height: 182px;
	background: url(images/home_block2.png) no-repeat;
}

a.home-block2 span {
	display: none; 
}

a.home-block2:hover { 
	background: url(images/home_block2-hover.png) no-repeat;	
}

a.home-block3 {
	display: block;
	float:left;
	padding: 5px 5px 0 5px;
	width: 135px;
	height: 182px;
	background: url(images/home_block3.png) no-repeat;
}

a.home-block3 span {
	display: none; 
}

a.home-block3:hover { 
	background: url(images/home_block3-hover.png) no-repeat;	
}



/*LIFESTYLE BUTTONS*/


.lifestyle-buttons {
	float: left;
	padding-left: 44px;
	padding-top:30px;
	width:253px;
}

a.lifestyle-property {
	float:left;
	padding-left: 12px;
	padding-bottom:4px;
	width: 253px;
	height: 42px;
	background: url(images/ls_rollovers_property.png) no-repeat;
}

a.lifestyle-property span {
	display: none; 
}

a.lifestyle-property:hover { 
	background: url(images/ls_rollovers_property_ovr.png) no-repeat;	
}

a.lifestyle-amenities {
	float:left;
	padding-left: 12px;
	padding-bottom:4px;
	width: 253px;
	height: 42px;
	background: url(images/ls_rollovers_amenities.png) no-repeat;
}

a.lifestyle-amenities span {
	display: none; 
}

a.lifestyle-amenities:hover { 
	background: url(images/ls_rollovers_amenities_ovr.png) no-repeat;	
}

a.lifestyle-model {
	float:left;
	padding-left: 12px;
	padding-bottom:4px;
	width: 253px;
	height: 42px;
	background: url(images/ls_rollovers_model.png) no-repeat;
}

a.lifestyle-model span {
	display: none; 
}

a.lifestyle-model:hover { 
	background: url(images/ls_rollovers_model_ovr.png) no-repeat;	
}










#maintop {
	float: left;
	width: 1058px;
	padding-bottom: 12px;
}

#mainpic {
	float: left;
	width: 704px;
	padding-right: 12px;
}

#mainlogo {
	float: left;
	width: 342px;
}

.current_page_item {
	/* border-bottom: 3px solid #57b5dc; */
}

#home_bot {
	width: 901px;
	background: #4399ba url(images/home_bot_bg.png) repeat-x;	
	float:left;
	margin-left:20px;
}

.home_bot1 {
	width: 289px;
	float:left;
}

.home_bot1 h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top:0;
	color:#ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.home_bot1 h2 a {
	color:#ffffff;
}

.home_bot1 ul{
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	width:95%;
}

.home_bot1 ul li {
	line-height:39px;
	padding: 0px 0px 0px 8px;
	border:1px solid #dfdfdf;
	margin-bottom:5px;
}

.home_bot1 ul li a:link {
	
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	outline: 0 none;
}

.home_bot1 ul li a:hover {
	color: #2A40C4;
}

#res_bot {
	width: 901px;
	background: #4399ba url(images/home_bot_bg.png) repeat-x;	
	float:left;
	margin-left:20px;
}

.res_bot1 {
	width: 289px;
	float:left;
}
.dbem-calendar-table {
    border:1px solid #4c3b1f;
	background:#ffffff; filter:Alpha(opacity=80); opacity: 0.80;
}

.res_bot1 h2 {

	font-size: 14px;
	font-weight: bold;
	
	margin-top:0;
	color:#ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.res_bot1 h2 a {
	color:#ffffff;
}

.res_bot1 img {
	margin:4px;
	border: 5px solid #FFF;
}

.res_bot1 a {
	color:#666666;
}


.res_bot1 ul{
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	width:100%;
}

.res_bot1 ul li {
	line-height:36px;
	padding: 0px 0px 0px 8px;
	border:1px solid #4c3b1f;
	background:#ffffff; filter:Alpha(opacity=80); opacity: 0.80;
	margin-bottom:5px;
}

.res_bot1 ul li a:link {

	padding: 0px 0px 0px 0px;
	outline: 0 none;
	color:#2A40C4;
}

.res_bot1 ul li a:hover {
	color: #f79f89;
}




.bedrooms{
	cursor: hand;
	cursor: pointer;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	background: transparent url(images/side-right-bgDK.png) repeat scroll 0 0;
	margin: 10px 0px;
        padding:2px;
	clear:both;
}

.openfloorplan{
	color: #b15611;
}

.closedfloorplan{
	color: #b15611;
}

.links{
	cursor: hand;
	cursor: pointer;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	background:  transparent url(images/side-right-bgDK.png) repeat scroll 0 0;
	margin: 10px 0px;
        padding:2px;
	clear:both;
}

.openlink{
	color: #b15611;
}

.closedlink{
	color: #b15611;
}

.altrow {
	background-color: #feefe7;
}


a.amenities { 
        background:url(images/amenities-th.png) repeat 0px 0px; 
        width: 150px; 
        height: 109px; 
        display: block; 
}

a.amenities span { 
        display: none; 
}

a.amenities:hover { 
        background: url(images/amenities-th.png) repeat 0px -109px; 
}

a.model { 
        background:url(images/model-th.png) repeat 0px 0px; 
        width: 150px; 
        height: 109px; 
        display: block; 
}

a.model span { 
        display: none; 
}

a.model:hover { 
        background: url(images/model-th.png) repeat 0px -109px; 
}

a.property { 
        background:url(images/property-th.png) repeat 0px 0px; 
        width: 150px; 
        height: 109px; 
        display: block; 

}

a.property span { 
        display: none; 
}

a.property:hover { 
        background: url(images/property-th.png) repeat 0px -109px; 
}



/* Forms */


#forms input {
	background:#F4F4F4;
	border:1px solid #DEDCDD;
	color:#444;
	padding-left:10px;

	}
#forms textarea {
	background:#F4F4F4;
	border:1px solid #DEDCDD;
	color:#444;
	width:95%;
	padding:5px 5px;

	}

#forms input[type="submit"] {

	width:auto;
	line-height:25px;
	padding:3px 5px;
	background:#CDCDCD;
	border:2px solid #b15611;
	color:#b15611;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
}

#forms p {
	padding:0px;
}

.fine-print {
	font-size:11px;
	font-style:italic;
}