/* -------------------------------------------------------------- 
	
	layout.css	
	* Lays out the main page structure and design.
	
-------------------------------------------------------------- */

	body {
		background: #fff url(../../img/layout/bg-body.jpg) top left repeat-x;
		color: #333;
		}
		
		#envelope {
			margin: 0 auto;
			width: 900px;
			position: relative;
			}

			#logo {
				position: absolute;
				top: 0;
				left: 0;
				width: 900px;
				height: 88px;
				background: url(../../img/layout/bg-topnav.png) top left no-repeat;
				z-index: 2;
				}
				
				#logo a {
					display: block;
					float: left;
					width: 226px;
					height: 88px;
					background: url(../../img/logo-genius-switch.png) top left no-repeat;
				}

				#logo span {
					display: none;
				}

			#constants { } /* not used in this build */

			#search { } /* not used in this build */

			#levelOneNavigation {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;
				}

			#sublevelNavigation { } /* nested under .content .section .sub */

			.content {
				height: 685px;
				}

				#contentArea {
					position: relative;
					overflow: hidden;
					width: 900px;
					height: 685px;
					}
					
					/* For Local Scroll Trickery */
					.section {
						width: 900px;
						position: relative;
						height: 685px;
						padding-top: 88px;
						}
					
						.section.sub {
							padding: 227px 24px 0 312px;
							width: 564px;
							background: url(../../img/layout/bg-sublevel.png) top left no-repeat;
							}

							#sublevelNavigation {
								position: absolute;
								top: 216px;
								left: 26px;
								width: 211px;
							}

				
		
			#focusAreas { } /* not used in this build */

			.blog {
				position: relative;
				height: auto;
				min-height: 376px;
					_height: 376px;
				background: url(../../img/layout/bg-blogarea.png) top left no-repeat;
				}
			
			#footer {
				position: relative;
				padding: 28px 24px 24px 27px;
				background: #300405;
				}

			#art { } /* not used in this build */

		#flash { } /* not used in this build */



/*******************************************************************************************

TITLE: the genius development framework

VERSION: 1.0.0
URI: http://www.geniusswitchstudio.com/
AUTHOR: Christian Alexander Seeber, Principal + User Experience Architect
COPYRIGHT: 2009 genius switch studio llc

DISCLAIMER: Of course the copyright is not worth much to me, 
please feel free to borrow, steal, learn, critique (not critisize). I certainly
borrowed from countless bits i've accumulated over the years to reach this level, and 
i'm sure we'll be making updates as time goes on. I think the world of web dev is a 
great place to share and teach each other, not get pissy about who owns what... That said
we're proud of this framework, and hope if you're reading this far down, that you're gaining 
something here. Metta!

DESCRIPTION: HTML/CSS/JS Framework or Repository created by genius switch 
in order to streamline all our builds. HTML Structure is always the same, 
CSS Structure is always the same, jQuery drives everything. 
Our Markup is nearly identical on every build except for the content, 
our stylesheets, elements and classes are structured nearly identically 
every time with the only difference being the actual stylings.

**********************************************************************************************/
