/**
* Main layout widths, heights, padding, margin, etc.
* All other design related content should go into global.css
* INCLUDING backgrounds, designs, etc. as well as content blocks
*
* @copyright 2011 The Envoy Group
*/

/* Global Layout */
* {
    margin:0; 
    padding:0;
}

html {
    height:100%;
    width:100%; 
}

body {
    width:100%;
    height:100%;
}

#outer-wrapper {
    width:100%;
    height:100%;
}

#inner-wrapper {
    margin:auto;
    width:960px;
}

#seo-top {}
#container {}

/* Header */
#header { 
	width: 600px; 
	margin: auto;
}
#header .layout-content {}

/* Main Content */
#body { 	
	width: 600px; 
	margin: auto;
}
#content { width:100%; }
#content .layout-content {}

.page-template-layout-sidebarleft-php #content,
.page-template-layout-sidebarright-php #content {
   
}

.page-template-layout-sidebarboth-php #content { 
   
}

.page-template-layout-sidebarleft-php #content .layout-content,
.page-template-layout-sidebarright-php #content .layout-content,
.page-template-layout-sidebarboth-php #content .layout-content {}

/* Sidebars */
.sidebar { 
	width: 600px; 
	margin: auto;
}
.sidebar .layout-content {}

#sidebar-left {}
#sidebar-left .layout-content {}

#sidebar-right {}
#sidebar-right .layout-content {}

/* Footer */
#footer { width: 600px;}
#footer .layout-content {}

#seo-bottom {}