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

	body {
		background: #ECECEC;
		padding-left: 21px;
		color: #333333;
		}

		#envelope {
			position: relative;
			padding: 102px 0 0 0;
			width: 961px;
			}

			#logo {
				position: absolute;
				top: 0;
				left: 0;
				}
				
				#logo a {
					display: block;
					width: 219px;
					height: 102px;
					background: url(../../img/logo-join_the_moment.gif) top left no-repeat;
				}

				#logo span {
					display: none;
				}

			#navigation {
				position: absolute;
				top: 37px;
				right: 0;
				}
				
			.content {
				background: url(../../img/bg-contentarea.gif) bottom left no-repeat;
				}

				#contentArea {
					float: left;
					position: relative;
					margin-right: 21px;
					padding: 109px 46px 46px 48px;
					width: 626px;
					}
					
				#focusAreas {
					float: left;
					width: 220px;
					}
					
					#focusAreas ul { }

						#focusAreas ul li {
							margin: 0;
							padding-bottom: 21px;
							height: 117px;
							}
								
							#focusAreas ul li.last-child {
								padding-bottom: 0;
								height: 117px;
							}
								
						#focusAreas ul li a {
							}
							
						#focusAreas ul li div.promo {
							position: relative;
							margin-bottom: 21px;
							padding: 37px 10px 0 110px;
							width: 100px;
							height: 80px;
							}
							
							#focusAreas ul li div.promo.advocate {
								background: url(../../img/promo-advocate.gif) top left no-repeat;
							}
							
							#focusAreas ul li div.promo.participate {
								background: url(../../img/promo-participate.gif) top left no-repeat;
							}
							
							#focusAreas ul li div.promo h2 {
								position: absolute;
								top: 0;
								left: 0;
								}
								
								#focusAreas ul li div.promo h2 a {
									display: block;
									width: 200px;
									height: 30px;
									}
									
									#focusAreas ul li div.promo h2 a span {
										display: none;
									}
	
							#focusAreas ul li div.promo img {
								position: absolute;
								top: 36px;
								left: 17px;
							}

							#focusAreas ul li div.promo a {
								display: inline;
								padding: 0;
								font-weight: bold;
								text-align: right;
								text-decoration: none;
								color: #C30037;
								}
								
								#focusAreas ul li div.promo a:hover {
								}
	
			#footer {
				position: relative;
				margin: 21px 0 21px 0;
				padding: 14px 0 0 18px;
				width: 943px; 
				height: 23px;
				background: url(../../img/bg-footer.gif) top left no-repeat;
				color: #4D4C4C;
				}

			#art {
				position: absolute;
				width: 720px;
				height: 531px;
				top: 102px;
				left: 0;
				text-align: center;
				}
				
				#art img {
					margin: 0 auto;
				}

			#flash {
				position: absolute;
				top: 102px;
				left: 0;
			}





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

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.

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