﻿/* LAST UPDATED 02.18.09 */

/*

	Table of Contents

	I.	 GENERAL
	II.	 NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.	 TABLES
	V.	 FORMS
	VI.	 HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}



/* #####  NOTE the starting font size for the page is set by the text resizer #### */

body {
	background: #753104 url('/images/backgrounds/bg.gif') top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}

ol { padding: 0 0 14px 0; }

ul { padding: 0 0 14px 0; }

p { padding: 0 0 14px 0; }

a {
	color: #0000FF;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #5b140a; }

a img { border: 0; }

.small { font-size: 90%; }

ol { margin-left: 20px; }

ul { margin-left: 20px; }

.share {
	padding-left: 25px;
	color: #0e3a46;
	text-decoration: none;
	background: url('/images/page-elements/share.gif') 0 2px no-repeat;
}

.print {
	padding-left: 20px;
	color: #0e3a46;
	text-decoration: none;
	background: url('/images/page-elements/print.gif') 0 1px no-repeat;
}

.photo {
	padding: 1px;
	border: 1px #ccc solid;
}


.bold	{
	font-weight:bold;
}


.red	{
	color: maroon;
		
}




.left	{ float:left}
.right	{ float:right;}
.center	{ text-align:center;}
.underline	{text-decoration:underline;}

img.left {
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right {
	margin-left: 10px;
	margin-bottom: 10px;
}

.subsection	{
	padding-bottom: 4px;
	border-bottom: 1px solid #0e3a46;
	margin-bottom: 15px;
}

.post	{
	clear:both;
}
/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
}

/* #####  NOTE the padding for the nav li tag is set by the text resizer #### */
#nav li {
	float: left;
	background: url('/images/page-elements/nav-divider.gif') 100% 50% no-repeat;
}


/* #####  NOTE the font size for the nav li a tag is set by the text resizer #### */
#nav li a {
	color: #0e3a46;
	text-decoration: none;
}


#nav li.navitem_on a {
	color: #8c006c;
}

#nav li a:hover {
	color: #5b140a;
	text-decoration: underline;
}


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

#sideNav li a {
	display: block;
	width: 159px;
	padding: 12px 10px 12px 30px;
	color: #0e3a46;
	font-size: 1.1em;
	font-weight: bold;
	background: #bec9ff;
	text-decoration: none;
	border-bottom: 2px #fff solid;
}

#sideNav li a.current {
	background: #ddd;
}

#sideNav li a:hover {
	background: #ddd;
}



/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	padding: 30px 0 0;
	width: 898px;
	}

	#header {
		padding: 25px 0 0 25px;
		height: 115px;
		background: url('/images/backgrounds/header.gif') no-repeat;
	}

	#nav {
		padding: 10px 0 0;
		height: 31px;
		background: url('/images/backgrounds/nav.gif') no-repeat;
	}

		img.home {
			float: left;
			padding: 4px 0 0 20px;
		}

		#fontSize {
			height: 28px;
			float: right;	
			padding: 4px 20px 0 20px;
		}

	#content {
		border-top: 1px #0e3a46 solid;
		background: #fff url('/images/backgrounds/mainContent-bg.gif') left repeat-y;
	}
	
		#mainContentHome {
			float: left;
			width: 599px;
			border-right: 1px #0e3a46 solid;
		}

			#mainContentHome #mainPhoto { height: 413px; }

			#mainContentHome .content {
				min-height: 222px;
				border-top: 1px #0e3a46 solid;
				background: #fff url('/images/page-elements/mainContentHome.gif') top no-repeat;
			}

			#mainContentHome .content .col {
				float: left;
				padding: 20px 15px 0 25px;
				width: 258px;
			}

		#sidebarHome {
			float: right;
			width: 298px;
		}

			#sidebanner{ height: 166px; }

			#signup {
				min-height: 172px;
				padding: 10px 20px 0;
				background: #f1e3c8;
			}

		#mainContent {
			float: left;
			width: 648px;
			border-right: 1px #0e3a46 solid;
			
		}
			
		
			#sideNav {
				float: left;
				width: 199px;
			}

			#mainContent .content {
				float: right;
				padding: 10px;
				width: 419px;
				min-height: 618px;
				font-family: Georgia, "Times New Roman", serif;
				font-size: 1.1em;
			}
						
						
			#mainContent .floorplans {
				background-image:none;
				background-color:#fff;
				padding: 30px;
				font-family: Georgia, "Times New Roman", serif;
				font-size: 1.1em;
			}

			#mainContent .floorplans h2 {
				font-size: 1.5em;
			}
			
			#mainContent .content h2 {
				font-size: 1.5em;
			}
			
			/* ########  Special Content styles  ########### */
			
			.indent	{
				margin-left: 30px;
				}		
			
			#amenitiesList	{
				border:	1px solid #cecece;
				margin-top: 10px;
				background-color:#fff;
			}
			
			#amenitiesList ul	{
			display:-moz-inline-block;
			display:-moz-inline-box;
			display:inline-block;
				margin:0;
				padding: 0;
				width: 43%;
				padding: 10px;
				vertical-align:top
				}
				
			#amenitiesList ul li	{
				margin-left: 15px;
				padding-left: 5px;
				font-size:.8em;
			}
			
			p.steps 	{
				margin-left:20px;
				margin-bottom: 10px;
			}
			
			.steps .number	{
				color: #0e3a46;
				padding-right: 8px;
				float:left;
				font-size:1.6em;
			}
			
			
			ul.dashlist	{
			 	list-style-type: none;
            }
            
            ul.eventlist {
            	list-style-type: none;
            }
            
             ul.eventlist li	{
             	margin-right: 20px;
				margin-bottom: 20px;
				border-bottom: 1px #0e3a46 solid;
}
            
            ul.eventlist .eventtitle	{
				font-weight: 200;
				font-size: 1.3em;
}

            
            /*  ## Floorplans (galleries)  ## */
            
.thumbnail	{
	display: inline;
	/*width: 105px;*/
	/*height: 100px;*/
	padding: 3px;
	float: left;
	margin: 10px 5px;
	}
	
	.thm-area	{
	display: inline;
	width: 105px;
	height: 100px;
	padding: 3px;
	float: left;
	font-size: .75em;
	margin: 10px 5px;
	}

	
.thm-area img	{
	margin-top: 2px;
	border: 1px solid black;
}



ul.album-thm	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow:auto;

}

ul.album-thm li {
	display: inline;
	width: 250px;
	margin-bottom: 15px;
	float: left;
}


ul.album-thm li img 	{
	margin-top: 0px;
	padding:1px;
	border:1px gray solid;
}


/* News releases */

#releaseslist	ul	{
	list-style-type:none;
}

#releaseslist	ul.articlelinks a.articletitle	{
		text-decoration:none;
		color:#0e3a46;
		
}


#releaseslist	ul.articlelinks a.articletitle:hover	{
		color:maroon;
		}




#releaseslist	ul.articlelinks li	{
		list-style-type:none;
		border-bottom: 1px gray dashed;
		padding-bottom: 10px;
		margin-bottom: 15px;
		}
		
#releaseslist	ul.articlelinks li .date	{
		font-size: .85em;	
		margin-top:-10px;
		padding-top:0;
		}
		
		
		
		.prevbtn	{
			font-weight:bold;
			float:left;
			background: #fff url('../images/buttons/btn_arrow_left_sm.gif') no-repeat top left;
			padding-left:25px;
			text-decoration:none;
			line-height: 95%;
		}
		
		
		.nextbtn	{
			font-weight:bold;
			float:right;
			background: #fff url('../images/buttons/btn_arrow_right_sm.gif') no-repeat top right;
			padding-right:25px;
			text-decoration:none;
			line-height: 95%;
		}

					
			/* ########  END Special Content styles  ########### */
		#sidebar {
			float: right;
			width: 249px;
		}

	#footer {
		height: 29px;
		text-align: right;
		background: #335425 url('/images/backgrounds/footer-bg.gif') top repeat-x;
	}

	#footerText {
		padding: 10px 0;
		text-align: center;
		color: #fff;
	}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

#signup input.textBox {
	border: 1px #bbb solid;
	padding: 2px 3px 2px 10px;
	margin: 0 0 5px 30px;
	width: 180px;
}

#sidebar input.textBox {
	margin-left: 15px;
	width: 164px;
}

#signup input.button { margin: 5px 0 0 130px; }

#sidebar input.button { margin: 0 0 0 100px; }


#fontSize a {
	margin: 0 5px;
}



/*  general form styles */
.formarea	{
	margin: 0px;
	padding: 20px;
	padding-top: 30px;
	background-color: #efefef;
	background-image:url('../images/backgrounds/form-bkgd.gif') ;
	background-position:center top;
	background-repeat:repeat-x;
	border: 1px solid gray;
}

.formarea .note	{
	font-size: .85em;
}
fieldset {
	clear: both;
	border: 0;
}

.formarea div{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}

legend 	{
	width: 100%;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1em;
	color: #076293;

	}
	
legend span{
	display:block;
 	width: 340px;
 	border-bottom: 1px solid #0e3a46;
 	padding: 0 10px;
	margin: 0 0 10px -10px;
	}

.formarea p.formtext	{
	margin-left: -155px;
	}
	
.formarea fieldset div label{
	float: left;
    margin-left: -125px; /*width of left column*/
    width: 120px; /*width of labels. Should be smaller than left column (125px) to create some right margin*/
   }


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

input.textBox	{
	width: 175px;
	height: 1.5em;
	padding-left: 5px;
	border: 1px solid gray;
}

.textarea	{
	width: 350px;
	height: 150px;
	padding-left: 5px;
	border: 1px solid gray;	
}

.formarea div.wide	{
	padding-left: 5px;
}

.formarea div.wide label	{
	margin-left: 0;
	width: 100%;
}
input.short	{
	width: 100px;
}

input.button	{
	 margin-top: 10px;
	 }
	 
.required {
	font-weight: bold;
}

.required legend	{
	font-weight:normal
}

.additional	{
	display:none;
}

.formarea fieldset div.noPaddingleft	{
	padding-left: 0;
}

/*Information form styles */
#contactinfo	{
	clear:both;
	width: 375px;
}


.formarea fieldset div.checkboxLeft {
	padding-left: 0;
	width: 180px;
	float:left;

}

.formarea fieldset div.checkboxRight {
	padding-left: 0;
	width: 180px;
	float:left;
	clear:right;
}


.formarea div.checkboxLeft label, .formarea div.checkboxRight label	{
		margin-left: 0;
		float:left;
		width: 150px;
	}


.checkbox	{
	float:left;
	margin-right: 10px;
}



/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h6 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
	color: #0e3a46;
}

h5 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
	color: #0e3a46;
}

h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
	color: #0e3a46;
}

h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
	color: #0e3a46;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
	color: #0e3a46;
}

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
	color: #0e3a46;
}

h6 a { text-decoration: none; color:#0e3a46;  }

h5 a { text-decoration: none; color:#0e3a46;  }

h4 a { text-decoration: none; color:#0e3a46;  }

h3 a { text-decoration: none; color:#0e3a46;  }

h2 a { text-decoration: none; color:#0e3a46;  }

h1 a { text-decoration: none; color:#0e3a46;  }

h1 { font-size: 1.8em; }

	#header h1 {
		display: inline;
		text-indent: -4440px;
	}

	#header h1 a {
		cursor: pointer;
		position: relative;
		display: block;
		width: 250px;
		height: 57px;
		background: url('/images/logo/fountainview-logo.png') no-repeat;
	}

h2 { font-size: 1.7em; }

	h2.green {
		text-align: center;
		line-height: 41px;
		color: #0e3a46;
		font-size: 1.5em;
		padding: 0;
	}


	h2.gray {
		text-align: center;
		line-height: 41px;
		color: #0e3a46;
		font-size: 1.5em;
		padding: 0;
	}


	h2.purple {
		text-align: center;
		line-height: 41px;
		color: #0e3a46;
		font-size: 1.5em;
		padding: 0;
	}


	h2.purple { line-height: 40px; background: url('/images/backgrounds/h2-purple.gif') no-repeat; }
	h2.gray { background: url('/images/backgrounds/h2-gray.gif') no-repeat; }
	h2.green { background: url('/images/backgrounds/h2-green.gif') no-repeat; }

	#sideNav h2 {
		line-height: 47px;
		margin: 0;
		padding: 0;
		text-indent: 12px;
		background: #fff;
	}

h3 {
	font-size: 1.2em;
	color: #0e3a46;
}

h3.title	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
}



h4 { font-size: 1.1em; }

			#amenitiesList h4	{
				padding-top: 5px;
				padding-bottom: 5px;
				background-color:#cecece;
				font-weight: bold;
				text-align: center;
				}
			
.subtitle	{
	text-align:center;
	text-decoration:underline;
	margin: 10px 0; 
}
/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */


/* -------------------------------------------------------
    VIII.  LIGHTBOX
----------------------------------------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(/images/buttons/prevlabel.gif) left 15% no-repeat;  }
#nextLink { right: 0; float: right; background: url(/images/buttons/nextlabel.gif) right 15% no-repeat; }
#prevLink:visited:hover { background: url(/images/buttons/prevlabel.gif) left 15% no-repeat; }
#prevLink:hover { background: url(/images/buttons/prevlabel.gif) left 15% no-repeat; }
#nextLink:visited:hover { background: url(/images/buttons/nextlabel.gif) right 15% no-repeat; }

#nextLink:hover { background: url(/images/buttons/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


    
