/*  
Theme Name: Build Them Both
Theme URI: http://www.geniusswitchstudio.com/
Description: Default Build Them Both Theme created by Genius Switch Studio
Author: Christian Seeber @ Genius Switch Studio
Author URI: http://www.geniusswitchstudio.com/
Version: 1.0.0
Tags: blue, two-columns, threaded-comments, fixed-width, right-sidebar
*/

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

html {
	height: 100%;
	}

	body {
		background: url(img/bg-body.gif) top left repeat-x !important;
		text-align: center;
		height: 100%;
		}

		#envelope {
			position: relative;
			margin: 0 auto;
			text-align: left;
			width: 947px;
			height: auto;
			min-height: 100%;
				_height: 100%;
			background: #fff;
			}

			#logo { 
				width: 947px;
				height: 232px;
				background: url(img/logo.jpg) top left no-repeat;
				}
				
				#logo a {
					display: block;
				}

				#logo span {
					display: none;
				}

			#search {
				position: absolute;
				top: 79px;
				right: 50px;
				}
				
				#search fieldset {
					padding: 12px 17px 14px 17px;
					border: 1px solid #6699cc;
					background: #fff;
					}
					
					#search label {
						display: block;
					}
						
					#search input.searchField {
						float: left;
						margin-right: 5px;
						padding-top: 2px;
						width: 182px;
						height: 22px;
						font-size: 14px;
						color: #232323;
					}

					#search input#searchButton {
						float: left;
					}

			#levelOneNavigation {
				position: absolute;
				top: 204px;
				left: 31px;
				}

			.content {
				padding: 30px 58px 0 54px;
				background: url(img/bg-content.png) top left repeat-x;
				}

				#contentArea {
					float: left;
					padding-right: 32px;
					width: 565px;
					height: auto;
					min-height: 460px;
						_height: 460px;
				}

				#focusAreas {
					float: left;
					width: 218px;
				}

			#footer {
				margin: 0 41px 0 39px;
				padding: 24px 0 24px 0;
				background: url(img/bg-footer.gif) top left repeat-x;
			}



