/* What?         > City In The Clouds Stylesheet
   Really?       > Yes, copyright 2007 actually
   Who?          > The author is Adam 
   Definately?   > Well, with some help from Blue Robot */

body {
	color:#333;
	/*background-color:#F5F5E7;*/
	background: #E8E8CE url(../images/bg.gif) repeat-x fixed;
	margin:10px;
	padding:0px;
	font-size: 78%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	}

p {
	font-size: 0.95em;
	line-height: 1.5em;
	margin: 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #9BBB38; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #E58712;
}
a:visited {
	color: #B96F17;
}
a:hover {
	color:#FFFFFF;
	background-color:#9BBB38;
}
a:active {
	color: #9BBB38;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 0.95em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

.style17 {font-size: 0.95em}

#header {
	background: #E8E8CE url(../images/bg.gif) repeat-x fixed;
	border-bottom: 10px solid #9BBB38;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:860px;
	margin:0px auto;
	padding: 5px 0 0 0;
}

#banner {
	background-color:#E8E8CE;
	color: #80904f;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:860px;
	margin:0px auto;
	padding: 0px;
	background-image: url(../images/banner.png);
	height: 122px;
	}
	/* Header Styles for Banner*/
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #80904f;
	}
	#header h1 a:link {
		color: #80904f;
	}
	#header h1 a:visited {
		color: #80904f;
	}
	#header h1 a:hover {
		color:#E58712;
		background: #E8E8CE url(../images/bg.gif) repeat-x fixed;
	}
	#header h1 a:active {
		color: #E58712;
	}
	
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

#subsection {
	background-color:#E8E8CE;
	color: #80904f;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:860px;
	margin:0px auto 0px auto;
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:1px solid black;
	border-bottom:0px;
	padding: 0px;
	height: 80px;
	}

#container {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:860px;
	margin:0px auto 10px auto;
	border:0px;
	background: #E8E8CE url(../images/bg.gif) repeat-x fixed;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:544px;
	margin:0px auto 10px auto;
	border:1px solid black;
	background-color:white;
	padding:5px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
.content2 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:850px;
	margin:0px auto 10px auto;
	border:1px solid black;
	background-color:white;
	padding:5px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}	

/* This is the breadcrumb menu. */	
#breadcrumb {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:860px;
	margin:0px auto 5px auto;
	border:0px;
	background: #E8E8CE url(../images/bg.gif) repeat-x fixed;
	padding:1px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}	

/* Contains the feature boxes. */			
.featured {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:860px;
	height:165px;
	margin:0px auto 15px;
	border: 0px;
	background: #E8E8CE url(../images/bg.gif) repeat-x fixed;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}	
		
	.featured a {
	text-decoration: none;
	}
	.featured a:link {
	color: #E58712;
	}
	.featured a:visited {
	color: #B96F17;
	}
	.featured a:hover {
	color:#9BBB38;
	background-color:#9BBB38;
	}
	.featured a:active {
	color: #9BBB38;
	}

#featuredbox {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	float:left;
	width:215px;
	height:165px;
	margin:0px;
	border:0px;
	background: #E8E8CE url(../images/bg.gif) repeat-x fixed;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}		
	
#credits {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:528px;
	margin:0px auto 10px auto;
	border-top: 1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom: 10px solid #9BBB38;
	font-size: 0.8em;
	background-color:white;
	padding:5px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}	
	
#credits2 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:850px;
	margin:0px auto 5px auto;
	border-top: 1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom: 10px solid #9BBB38;
	font-size: 0.8em;
	background-color:white;
	padding:5px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
#credits_additional {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:860px;
	margin:0px auto 15px auto;
	border:0px;
	background: #E8E8CE url(../images/bg.gif) repeat-x fixed;
	padding:1px;
	font-size: 0.8em;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}				

#navAlpha {
	position:absolute;
	width:128px;
	top:0px;
	left:0px;
	border:1px solid black;
	background-color:#FFFFFF;
	padding:5px;
	z-index:2;

/* Hack for IE5/Win, where IE5/Win incorrectly parses the "\"}"" value, 
prematurely closing the style declaration. The incorrect IE5/Win value is above, 
while the correct value is below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* The "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:158px;}
		
#navBeta {
	position:absolute;
	width:128px;
	top:0px;
	right:0px;
	border:1px solid black;
	background-color:#FFFFFF;
	padding:5px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:158px;}

.style1 {color: #333333}
