

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {font-family: Helvetica, Arial, sans-serif; font-size: 13px; background: #000 url(../images/large-bg-DEMO.jpg) top center no-repeat fixed;}

#page {
    position: absolute;
    text-align: center;
    width: 100%;
	background-color:transparent;
}

#branding {float: left; /*background-color: #333;*/ background: rgba(0, 0, 0, .50); width: 100%; padding-bottom: 1em; margin-bottom: 2em;}
	#branding .right {color: white;}
	#branding .right a {color: #E7A125; padding: 0 0 8em 0; }
	
#design {    
    clear: both;
    margin-bottom: 0.75em;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding: 0;
    text-align: left;
    width: 100%;
	background-color: transparent;	

}

/* Actually, after the page and design divs, I should be able to style as though header, main, and footer are elements */

header {
	float: left;
	background-color: transparent;
    margin-bottom: 1em;
    width: 100%;
	color: #ffffff;
	}

#main {width: 100%; 
	background: white;}

footer {width: 100%; color: white; margin-bottom: 3em;}

.show-grid [class*="span"] {
		background-color: #EEEEEE;
		border-radius: 3px 3px 3px 3px;
		line-height: 40px;
		min-height: 40px;
		text-align: center;
		}
		.show-grid.row-fluid {margin-bottom: 1em;}

.left {float: left;}
.right {float: right;}
.textcenter {text-align: center;}
.clear {clear: both; }
.bold {font-weight: bold;}
.italic {font-style: italic;}
.largetext {font-size: 120%;}
.smalltext {font-size: 80%;}
.red {color: red;}
.underline {text-decoration: underline;}


h1, h2, h3 {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}

h1 {font-size: 140%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}

p {font-family: Georgia, "Times New Roman", Times, serif; font-size: 110%;}
p img.right {margin-left: 1em; margin-bottom:.25em;}
p img.left {margin-right: 1em; margin-bottom:.25em;}

