/*-----Prevents iPhone from resizing in landscape mode -----*/
/* html {-webkit-text-size-adjust: none; } */

/*-----BODY -----*/
body { font-size: 16px; font-family:Arial, Helvetica, sans-serif;}

/*-----CONTAINER -----*/
#container {min-width: 300px; max-width: 960px;}

/*-----HEADER -----*/
header{
} 
/*-----Sizing Images------*/
#header img{ width:100%;}
#header { width: 100%; margin-bottom: -2px;}
.specialBanner { background-color: #15044d;}
.specialBanner img { width: 100%;}


/*-----NAVigation -----*/
nav ul{ }
nav ul li{
	text-align: center;
background: #bcbcbc; /* Old browsers */
background: -moz-linear-gradient(top,  #bcbcbc 1%, #cecece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#bcbcbc), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bcbcbc 1%,#cecece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bcbcbc 1%,#cecece 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bcbcbc 1%,#cecece 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bcbcbc 1%,#cecece 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

	margin: .5em;
	border-radius: 20px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}
nav ul li a{
	padding: .5em;
	display: block;
	text-decoration: none;
	color: #15044d;
	font-size: 1.1em;
	}
.red a{
	color: #E50000;
	font-weight: bold;
}
.red a:hover, body#forSale .red a{
	color: #Bf0000;
}

#sticky-nav {
	position: inherit;
	top: inherit;
	z-index: inherit;
}

nav ul li:hover, body#index nav ul li:first-child, body#portfolio nav ul li:nth-child(2), body#forSale .red, body#testimonials nav ul li:last-child{
		box-shadow:2px 2px 10px #000 inset;
		}	
nav ul li a:hover, body#index nav ul li:first-child a, body#portfolio nav ul li:nth-child(2) a, body#testimonials nav ul li:last-child a{
	color: #fff;
}

/*-----CONTENT -----*/
#content {}
h1{ font-size: 1.5em; padding: .2em 2% 0em; color: #15044d;}
h2 a{ padding: .4em 2% 0; font-size: 1.05em; color: #998B00; text-decoration: none;}
h2 a:hover{color: #4D4604;}
p{margin: .5em 2% 1em 2%; line-height: 1.4em;}
.keepopen{clear: both;}

/* Portfolio page */
#lightbox ul{ padding: .5em 1%;}
/* images */
.imgSize{ width: 96%; padding: .5em;}
.imgSize img{ width: 96%;}
.imgSize img:hover{ opacity: .7;}

/* For sale page */

#forSalePic .imgSize img{ border: 1px solid #15044d;}
#lightbox #forSalePic ul li { display: none}
#lightbox #forSalePic ul li:first-child { display: block;}
.right{ padding: 0em 2%;}
.right ul{list-style-type: disc; padding: 0em 5%;}
.right ul li{ padding: .2em 0;}
.right h3{ margin-left: -.5em; font-size: 1.1em; color: #000;}
h4{ font-size: 1.2em; color: #ff0000; padding: .2em 2% 0em;}
.tour {margin: .5em 0 0 2%;}

/* Testimonial Page */
.testimonial { 
	font-style: italic;
	background-color: #bcbcbc;
	padding: 10px;
}
#testimonials #content{ padding-bottom: 1em;}

/*----- FOOTER -----*/
footer {
	text-align: center;
	background-color: #15044d;
	color: #FFFFFF;
	padding: .5em;
	font-size: .7em;
	line-height: 1.9em;
}
footer a{
	color: #998B00;
}
footer a:hover{
	color: #4D4604;
}
#rachel{
	text-align: right;
	color: #d3d3d3;
	padding: .5em;
	font-size: .7em;
	line-height: 1.9em;
}
