/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: "Helvetica", Helvetica, Arial,  sans-serif;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Body
-------------------------------------------------------------- */
body, html {	
	display: block;
	float: left;
	clear:both;
	position: relative;
	height: 100%;
	width: 100%;
}



/* =Header
-------------------------------------------------------------- */
header {
	position: fixed;
	left: 40px;
	z-index: 9999;
}

header h1 a {
	color: #000;
	text-decoration: none;
}

#site-title {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: .67em 0;
}

#site-title i {
	font-family: "Baskerville", Baskerville, serif;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: transparent;
	display: block;
	position: fixed;
	top: 150px;
	left: 40px;
	margin: 0;
	width: auto;
	font-family: "Helvetica", Helvetica, Arial,  sans-serif;
	z-index: 9999;
}
#access ul {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#access li {
	float: left;
	position: relative;
	display: block;
	clear:both;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	padding-right: 20px;
}
#access a {
	display: block;
	padding: 0 ;
	text-decoration: none;
	color: #dbdbdb;
}
#access ul ul {
	display: none;
	float: left;
	position: relative;
	top: 5px;
	left: 20px;
	margin-bottom: 15px;
	z-index: 99999;
}
#access ul ul a {
	padding:0;
	width: auto;
	height: auto;
	font-size: 14px;
	color: #000;
}
#access li:hover > a {	
	text-transform: lowercase;
}
#access ul ul :hover > a {
	text-transform: uppercase;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #b63d12;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#page-wrap, #about {
	display: block;
	float: left;
	position: relative;
	left: 300px;
	top: 150px;
}

tr, td { 
	vertical-align: top;
}

.post { 
	width: auto;
	margin-right: 20px;
}

#about {
	width: 500px;
	font-size: 10px;
}

#about strong {
	text-transform: uppercase;
	padding-right: 50px;
}

#about i {
	font-size: 9px;
	color: #dbdbdb;
}

#about p {
	display: block;
	float: right;
	width: 200px;
}

#biotext {
	position: absolute;
	left: 300px;
	top: 150px;
	width: 500px;
	height: auto;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

#text {
	position: absolute;
	left: 300px;
	top: 150px;
	width: 500px;
	height: 550px;
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

#biotext i, #text i, #biotext em, #text em {
	text-transform: uppercase;
	color: #dbdbdb;
	font-style: italic;
}

#biotext a, #biotext a:link, #biotext a:visited, #text a, #text a:link, #text a:visited {
	color: #000;
	text-decoration: none;
}

#biotext a:hover, #text a:hover {
	color: #dbdbdb;
}

iframe {
	margin-right: 20px;
}

/* =Footer
-------------------------------------------------------------- */

#builtby {
	position: fixed;
	bottom: 10px;
	left: 40px;
	font-size: 8px;
	color: #ccc;
	text-transform: uppercase;
}

#builtby a {
	color: #ccc;
}

#builtby a:hover {
	color: #b63d12;
	text-decoration: none;
}



/* =MOBILE
-------------------------------------------------------------- */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	
	body {height: 900px;}
	
	#access li {font-size: 24px; line-height: 32px;}
	
	#access ul ul a {font-size: 18px;}
	
	#page-wrap, #about, #biotext, #text {left: 250px;}
	
	#biotext {width: 400px; font-size: 14px; line-height: 22px;	}
	
	#text {height: 400px;}
}
