/*
Theme Name: RENT NICA	
Description: A custom theme, built for Rent Nica.
Version: 1.0
Author: Ross Peterson
*/


/* RESET some things for s good starting point - based on yahoo reset */
@import "style/reset.css";	

/* Bring in all basic style from default WORDPRESS theme, but cleaned up and simplified */
@import "style/default.css";


h1, h2, h3, h4, h5, h6 		{ font-weight: normal; }

/* LINKS */
a			 	{}
a:hover 		{}

/* PAGE WIDTH  */

#page, #header, #footer		{}

/* STARTING STRUCTURE */

body 			{ background-color: #FFFFFF;
				  margin: 0 0 20px 0; 
				  padding: 0; 
				  color: #FFFFFF;
				  text-align: left;
				  font-family: arial,tahoma,verdana,sans-serif; }
#page 			{ background-color: #FFFFFF; margin: 0px auto; padding: 0; text-align: left;  }
#header 		{ }
#thehouse 		{ }
#sidebar 		{ background-color: transparent; width: 220px; padding: 0px; margin: 20px; float: right; }
#footer 		{ background-color: #FFFFFF; border: none;  padding: 0; clear: both; }
#spacer			{ margin-top: 15px; height: 5px;}



/* ADD CUSTOM STYLE HERE  ******************************/

*{
	margin:0;
	padding:0;
	color:#000;
	font:1em/1.5em 'Helvetica Neue', Arial, Verdana, serif;
	}  
  
body{
	font-size:85%;
	position:relative;
	padding: 0;
	margin: 0;
	background: #73ADD7 url(images/gradient.gif) repeat-x;
	color: #666;
	}


.alignright{
	float:right;
	border:3px solid #fff;
	margin:0 0 10px 10px;
	}
.alignleft{
	float:right;
	margin:0 0 10px 10px;
	}
	

	
	
#page {
	background: url(images/sky.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#content {
	background: #fff url(images/content_bg.jpg) no-repeat left top;
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 0px;
}
	body.home #content {background: #ffffff url(images/content_bg_home.jpg) no-repeat left top;}


#wrap {margin: 0px; padding: 180px 20px 200px;}
body.home #wrap {margin: 0px; padding: 250px 20px 200px;}

#container{
	width:930px;
	margin:0 auto;
	position:relative;
	}	
	
	
	
strong{
	font-weight:bold;
	}
	
	h1 { font-size: 4em;
	letter-spacing: -.06em;
	text-shadow:#fff 0 0 3px;
	color: #451A07;
	}


h2{
	font-size:1.5em;
	opacity:0.9;
	margin:0 0 10px;
	}
h3{
	font-size:1.3em;
	}
p{
	opacity:.9;
	margin:0 0 20px;
	}
	
	.pwimages{border: 0px none; padding: 0px;}

	

.important{
	z-index:90 !important;
	}

#footer{
	position:fixed;
	bottom:0; 
	left:0;
	width:100%; 
	height:25%; 
	background:url(images/footer_bg.png) repeat-x 40% 0;
	/* background: #9A8C56 repeat-x 40% 0; */
	z-index:30;
	}
	
	#footerwrap{
		width:930px; 
		height:100%;
		margin:0 auto;
		position:relative;
		}


	#baselinks{
		position:absolute;
		top:100px;
		right:20px;
		height:50px;
		}
		#baselinks p{
			margin:0;
			font-size:.8em;
			float:right;
			opacity:1;
			clear:both;
			color:#666;
			}
		#baselinks ul{
			float:right;
			}
			#baselinks li{
				float:left;
				display:block;
				font-size:.9em;
				}
				#baselinks li a{
					text-decoration:none;
					text-transform:uppercase;
					display:block;
					float:left;
					padding:0 0 0 10px;
					color:#fff;
					text-shadow:#333 0 0 3px;
					
					}
					#baselinks li a:hover{
						color:#999;
						}
						
						
						/* HIGHSLIDE */


.highslide-container div {
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
}
.highslide {
	cursor: url(js/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Arial, Verdana, Helvetica;
    font-size: 11px;
    padding: 5px;
    background-color: white;
}


.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(scripts/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(scripts/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-dimming {
	background: black;
}

/* NAV */

#homelink {
position: absolute;
height:100px;
margin-top:50px;
width:400px;
}

#homelink a {
float:left;
height:0;
overflow:hidden;
padding-top:100px;
width:400px;
	}


#hnav {
	margin: 133px 18px 0 0;
	padding-right: 0px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing: -1px;
}

#hnav > ul a { width:auto; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#hnav a { float:none; }
/* End IE5-Mac hack */

#hnav ul{
	padding: 0;
	margin: 0;
	list-style:none;
}

#hnav li{
	padding: 0 0 0 9px;
	margin: 0 0 0 3px;
	background-image: url(images/left_tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
	color: 
}

#hnav a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 9px 9px 0;
	width: .1em;
	background-image: url(images/right_tab.gif);
	background-repeat: no-repeat;
	background-position: right top; 
	display: block;
	float: left;
	white-space:nowrap;
	text-transform:uppercase;
}
#hnav li:hover {
	background-position:left bottom;
	color: #ffffff;
}
#hnav li:hover a {
	background-position:right bottom;
	color: #ffffff;
}
#hnav li a:hover {
	color:#ffffff;
	text-decoration: none;
}

	#hnav li.current_page_item a {
	color: #ffffff; 
	background-position:right bottom;
	text-decoration:none;
	}
	
		#hnav li.current_page_item a:hover {
		color: #ffffff; 
		}
	
	#hnav li.current_page_item {
	background-position:left bottom;
	}
	



	.container { 		 /*  used in various places to clear floating especially when two columns are of different heights	*/
	overflow: hidden; 
	width: 100%;
	margin: 0px;
	padding: 0px; }


/************************************************
	Contact Form & Newsletter											
************************************************/
	
	
#contactintro {
	margin: 15px 0;
}
#contactform p.text input, #contactform p.text textarea, #cmform p.text input {
	width: 350px;
	background-color:#ECECEC;
	border: 1px solid #999999;
	font-size: 108%;
	padding: 3px;
}
#contactform p.captcha input {
	width: 100px!important;
}
#contactform p.captcha img {
}
#contactform p.text input:hover, #contactform p.text textarea:hover, #cmform p.text input:hover {
	background-color:#FFFFFF;
}
#contactform p.button input, #cmform p.button input {
	margin-top: 10px;
}
#contactform p.text textarea {
	width: 450px;
}
#contactform p, #cmform p {
	margin-bottom: 7px;
}
#contactform p label, #cmform p label {
	margin-bottom: 3px;
	display:block;
	font-weight:bold;
}

#footer p {margin-bottom: 0px; padding-bottom: 0px; font-weight: bold; color: #FFFFFF;}
#footer p.last {margin-bottom: 0px; padding-top: 10px;}
#footer a {color: #005A8C; font-weight:bold;}



/* CLEARFIX  *******************************************/

/* new clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
