/* Colors:
Brown: #362012
Light Brown: #543625
Orange: #f47722
Yellow: #f6ed1a
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

html {height:100%;}

body {
height:100%;
background:#fff url(images/bg_grid.png) left top;
color:#eee;
font:normal 12px "Helvetica", "Arial", sans-serif;
}

#page {
margin:0 auto;
padding:0 .5in;
width:7.5in;
min-height:100%;
background:rgba(0,0,0,.8);
overflow:auto;
position:relative;
}

p.date {
font-size:.8em;
}

p {
margin:.125in 0;
}

a {
	color: white;
}

h1 {
margin-top:.25in;
text-indent:-9999px;
background:transparent url(images/bg_7liter_design_logo.png) no-repeat;
width:720px;
height:106px;
display:block;
overflow:hidden;
}

h2 {
font-size:.325in;
font-weight:200;
/*background:rgba(255,255,255,.1);*/
line-height:1em;
}

h2 strong {
color:red;
}

h3 {
font-size:.25in;
font-weight:200;
}

h4 {
font-size:.2in;
font-weight:200;
}

.post {
	margin: .5em 0 1.5em 0;
	float: left;
	clear: both;
}

#nav {
float:left;
clear:both;
display:block;
width:100%;
height:.5in;
}

#nav li {
margin-right:.5in;
font-size:.2in;
float:left;
}

#nav a {
padding:5px;
color:#eee;
text-decoration:none;
}

#nav a strong {
visibility:hidden;
}

#nav a:hover strong {
visibility:visible;
color:red;
}

.floatBox {
margin:1em 0;
width:100%;
display:block;
float:left;
clear:left;
}

.floatBox img {
margin-right:1em;
float:left;
clear:none;
}

#copyright {
	margin: 1em 0;
	float: right;
	clear: both;
}

