@import url(reset.css);
@import url(default.css);
@import url(menu.css);

body { color: #4c2712; background: #faf5e3; }

#container { background: #fff url(../images/container.png) repeat-y; width: 966px; margin: 72px auto 0; padding: 0 12px; position: relative; }

#header { background: #fff url(../images/header.jpg) no-repeat; text-indent: -9999px; }
#header a:link, #header a:visited { display: block; height: 139px; }

#gallery { background: #b34918 url(../images/gallery.png) repeat-x; margin: 0; padding: 0 55px 0 54px; /* Face Palm */ }
#gallery li { list-style: none outside; float: left; }

#main1 { background-image: url(../images/main1.png); background-position: top left; background-repeat: repeat-y; }
#main2 { background-image: url(../images/blue.gif); background-position: top right; background-repeat: repeat-y; }

#colLeft { float: left; width: 218px; margin: 0; padding: 0; }
#colLeft .padding { background: #b34918 url(../images/gallery.png) repeat-x; padding: 53px 0; }

#colRight { float: right; width: 218px; margin: 0; padding: 0; background-color: #09f; }

#content { background: #f9deaa url(../images/content.jpg) no-repeat; margin: 0 218px; }
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { padding: 25px 35px; height: 457px; overflow-y: auto; overflow-x:hidden; }
body.root #content { background: #f9deaa url(../images/root-content.jpg) no-repeat; }
body.root #content .padding { padding: 0; height: auto; overflow: visible; }

h2.title,#content h1 { color: #444622; margin: 0 0 10px; font-family: "Times New Roman",Times,FreeSerif,serif; font-weight: normal; font-size: 2.4em; }

/* Root Stuff */
#organic { width: 403px; float: left; padding: 30px 40px 10px; line-height:normal; }
#local { width: 402px; float: left; padding: 30px 40px 10px; line-height:normal; }

#footer { background: #faf5e3 url(../images/footer.png) no-repeat; padding: 3em 0; width: 990px; text-align: center; margin: 0 auto; }

#ds_left { background: #fff url(../images/ds_left.png) no-repeat; width: 30px; height: 200px; position: absolute; top: 0%; left: -18px; }
#ds_right { background: #fff url(../images/ds_right.png) no-repeat; width: 30px; height: 200px; position: absolute; top: 0%; right: -18px; }

body.noRight #main2 { background-image: none; }
body.noRight #colRight { display: none; }
body.noRight #content { margin-right: 0; }

body.noLeft #main1 { background-image: none; }
body.noLeft #colLeft { display: none; }
body.noLeft #content { margin-left: 0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}
