/* 

--MAIN STYLESHEET--

Site URL: http://phoenixhomes.ws
Copyright: 2008, All Rights Reserved.
Designer: David Russell
Designer URL: http://davidrussell.org

*/

/* RESET STYLES */		
						html, body, div, span, applet, object, iframe,
						h1, h2, h3, h4, h5, h6, p, blockquote, pre,
						a, abbr, acronym, address, big, cite, code,
						del, dfn, em, font, img, ins, kbd, q, s, samp,
						small, strike, strong, sub, sup, tt, var,
						dl, dt, dd, ol, ul, li,
						fieldset, form, label, legend,
						table, caption, tbody, tfoot, thead, tr, th, td {
							margin: 0;
							padding: 0;
							border: 0;
							outline: 0;
							font-weight: inherit;
							font-style: inherit;
							font-size: 100%;
							font-family: inherit;
							vertical-align: baseline;
						}
						/* remember to define focus styles! */
						:focus {
							outline: 0;
						}
						body {
							line-height: 1;
							color: black;
							background: white;
						}
						ol, ul {
							list-style: none;
						}
						/* tables still need 'cellspacing="0"' in the markup */
						table {
							border-collapse: separate;
							border-spacing: 0;
						}
						caption, th, td {
							text-align: left;
							font-weight: normal;
						}
						blockquote:before, blockquote:after,
						q:before, q:after {
							content: "";
						}
						blockquote, q {
							quotes: "" "";
						}
/* END RESET */

body {
	background: url(../../images/site/body.jpg) repeat-x top #FFF;
	font: 12px/1.5em Verdana, Helvetica, sans-serif;
	color: #000;
}

#content p {margin-bottom: 1em; line-height: 1.8em;}

	em {font-style: italic;}
	
	strong {font-weight: bold;}
	
a, a:visited {
	color: #FFFF99;
}
	
div.hr {
	height: none;
	background-color: #333;
}

	div.hr hr {display: none;}

blockquote {}

code, pre {font-family: "Courier New", Courier, monospace;}

dl {}

	dt {
		font-weight: bold;
		margin-left: 1em;
	}
	
	dd {
		margin: 0 0 1em 3em;
	}

ul li ul li ul {
	margin-top: 0;
}

.box {
	padding: 1em;
	background-color: #444;
}

#header {
	height: 16em;
	width: 770px;
	margin: 0 auto;
}

ul#nav {
	list-style-type: none;
	float: right;
	text-align: center;
	position: relative;
	top: 12.5em;
}

	ul#nav a {
		color: #CCC;
		text-decoration: none;
	}

	ul#nav li {
		float: left;
		background-color: #333;
		margin-left: 0.4em;
	}
	 
	ul#nav ul {
		list-style-type: none;
		margin: 0 0 0 1em;
	}
	
		ul#nav li a {
		color: #CCC;
		background: #444444;
		display: block;
		text-decoration: none;
		padding: 0.3em 0.8em 0.5em 0.8em;
	}
	
		ul#nav li a:hover {
			color: #FFF;
			background: #555;
		}
	
#content {
	background: url(../../images/site/content.jpg) repeat-x top #333;
	padding: 1em 0;
}

#page {
	color: #FFF;
	width: 770px;
	margin: 0 auto;
}

	#page ul {
		margin: 0 0 1em 2em;
	}

		#page ul li {
			list-style-type: disc;
			line-height: 2em;
		}

		#page #sidebar ul li, #page ul#gallery li {list-style-type: none;}
	
	#page-content {
		width: 520px;
		float: left;
	}
	
		#page-content img {
			border: 0.8em solid #222;
		}
		
		#page-content p.caption {
			text-transform: uppercase;
			color: #999;
			font-size: 0.8em;
			margin-bottom: 3em;
			text-align: center;
		}
	
	#page .news-item h3 {
		font-size: 1.2em;
	}
	
		#page .news-meta {
			color: #999;
		}
	
ul#gallery {
	background: url(../../images/site/gallery-bg.jpg) no-repeat center #FFF;
	width: 765px;
	height: 420px;
	display: block;
	margin: 0 auto;
	margin-bottom: 1em;
}
	
	ul#gallery li {
		padding: 12px;
	}
	
		ul#gallery li img {
			width: 742px;
			height: 395px;
		}

h1 {
	font-size: 2.0em;
	background: url(../../images/site/h1.jpg) no-repeat center #FFF;
	width: 300px;
	height: 180px;
	float: left;
}

	h1 span {
		visibility: hidden;
	}
	
	h1 a {
		text-decoration: none;
		display: block;
		width: 300px;
		height: 180px;
	}

h2 {
	font-size: 1.45em;
	text-transform: uppercase;
	font-family: Helvetica, Calibri, Verdana, sans-serif;
	font-weight: 100;
	padding: 0.4em 0;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 230px;
	padding: 0;
}

	#sidebar ul {
		list-style: none;
		margin: 0 0 1.2em 0;
		width: 210px;
	}

	#sidebar ul li a {
		color: #CCC;
		background: #444444;
		display: block;
		text-decoration: none;
		padding: 0.6em;
		margin-top: 0.3em;
		width: 18em;
	}
	
		#sidebar ul li a:hover {
			color: #FFF;
			background: #555;
			width: 18em;
		}

div#slogan {
	clear: both;
	background: url(../../images/site/q.gif) no-repeat top;
	display: block;
	color: #555;
	width: 150px;
	height: 75px;
	margin: 0 auto;
	z-index: 0;
}

	div#slogan q {
		width: 150px;
		visibility: hidden;
		text-align: center;
	}
	
#footer {
	clear: both;
	background: url(../../images/site/footer.jpg) repeat-x top #FFF;
}
	
	#footer p {
		text-transform: uppercase;
		font-size: 0.8em;
		color: #999999;
		width: 770px;
		text-align: center;
		margin: 0 auto;
		padding: 0.7em 0;
	}
	
	#footer p a {
		color: #E52526;
	}