/*
		Nathan Blaz
		http://nathanblaz.com
		
		Black: #000000
		White: #ffffff
		Light Turqoise: #6a8f9b
		Orange: #f39003
		Dark Blue: #00081c
		
		shadow div is called: #page-background 

		
*/

/*
	RESET
*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	font-size: 82.5%;
	font-family: Arial, sans-serif;
	color: #a0a0a0;
	background: #6a8f9b url(/images/beta/background3.jpg) repeat center;
	word-wrap: break-word;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal inside;
}

a {
	outline: none;
	text-decoration: none;
}

a img {
	border: none;
	background: none;
}

img {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

/*
	UTILITY
*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.button, .older-newer a,
#search-nav a {
	border: 1px solid #272727;
	background: white;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #272727;
}

.button:hover, .older-newer a:hover,
#search-nav a:hover {
	background: #a70013;
	color: white;
}

.visitsite {
	float: right;
	margin-right: 10px;
	display: inline;
}

/*
	TYPGROGRAPHY
*/

p, li {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

#content-col p {
	margin-bottom: 15px;
}

p#intro-paragraph {
	font-family: Georgia, serif;
	font-size: 2.0em;
	font-style: italic;
	line-height: 1.4em;
	margin-top: 5px;
}

p#intro-paragraph span {
	font-size: 2.4em;
	font-weight: bold;
}

p#intro-paragraph em {
	color: #fd5a0b;
}

a {
	color: #fd5a0b;
}

a:hover {
	background: #3c5b80;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffe1a6;
	padding: 1px 1px;
}

h1 {
	font-size: 1.6em;
	font-family: Georgia, serif;
	font-weight: normal;
	color: white;
	margin: 0 0 0 1px;
}

h2 {
	color: #f7d39c;
	font: normal 1.4em Georgia, serif;
}

h3 {
	font-size: 1.2em;
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: white;
}

h4 {
	color: white;
	font-size: 1em;
	margin-bottom: 15px;
}

.post h4 {
	font-size: 1.4em;
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	color: #fd5a0b;
	background-color: #00081c;
}

blockquote {
	border-left: 30px solid #d9d9d9;
	padding-left: 10px;
	font-family: georgia, serif;
	font-style: italic;
}

/*
	FORMS
*/

input {
	padding: 3px;
}

/*
	STRUCTURE
*/

#page-background {
	width:  1110px;
	margin: 0px auto -250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(/images/beta/shadowmain.png);
}

#page-wrap {
	width: 896px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #213144;
	margin-top: 0px;
	margin-bottom: -250px;
	margin-left: 105px;
}


#sidebar {
	width: 190px;
	float: right;
	background-color: #213144;
	margin-top: -48px;
	min-height: 100%;
	height: 100%;
}

#content-col {
	width: 560px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #213144;
}

#push {
	height: 250px;
}

.older-newer {
	margin-bottom: 25px;
}

#search-nav {
	margin: 0;
}

/*
	HEADER
*/

#logo {
	height: 131px;
	width: 896px;
	background: url(/images/beta/title2-2.png) no-repeat center;
	text-indent: -9999px;
	float: left;
}

#musicPlayer {
	height: 131;
	font-size: 2.3em;
	float: right;
	z-index: 2;
	
	position: static;
	margin-top: -80px;
	margin-right: 55px;
}

#boundary {
	height:  130px;
	width: 896px;
}



form#searchform {
	margin: 0 0 10px 0;
	float: right;
}

/*
	MENU	
*/

#menu-bar {
	padding-top: 14px;
	padding-bottom: 10px;
	background-color: #3c5b80;
	height: 20px;
	width: 680px;
}

ul#main-nav {
	width: 700px;
	margin: 0 0 0 20px;
}

ul#extra-nav {
	width: 360px;
	float: right;
	text-align: right;
	margin: 10px 0 0 0;
}

ul#main-nav	li, ul#extra-nav li {
	display: inline;
}

ul#main-nav li a, ul#extra-nav li a {
	text-transform: uppercase;
	color: #f7d39c;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.4em;
	margin-top: -5px;
}

ul#main-nav li a:hover,
ul#extra-nav li a:hover,
body#portfolio ul#extra-nav li.portfolio a,
body#default ul#main-nav li.home a,
body#about ul#main-nav li.about a,
body#contact ul#main-nav li.contact a,
body#interviews ul#extra-nav li.interviews a,
body#resume ul#extra-nav li.resume a {
	background: #213144;
	color: #ffe1a6;
}

/*
	WIDGETS
*/

.widget {
	background: #213144;
	width: 190px;
	margin: 10px 0 15px -10px;
	overflow: hidden;
}

.widget .inside {
	padding: 10px;
}

.widget ul {
	list-style: none;
	margin-left: 15px;
	font-size: 0.8em;
}

.widget ul li {
	margin: 0 0 5px 0;
}

.widget ul li a {
	display: block;
	padding: 2px;
	color: #fd5a0b;
}

.widget ul li a:hover {
	background: #3c5b80;
	color: #ffe1a6;
}

.thumb {
	width: 62px;
}

.flickr-thumb {
	height: 41px;
	width: 62px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 15px;
}

.tweet em {
	color: #ccc;
	background: #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px 4px;
}

/*
	BLOG ENTRIES
*/

.post {
	margin-bottom: 45px;
}

.datebox {
	width: 50px;
	float: left;
	padding: 0 5px 5px 5px;
	background: #3c5b80;
	color: white;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 10px 0 0;
}

#content-col .datebox p {
	margin-bottom: 0px;
}

.day {
	font-size: 3.4em;
	font-weight: bold;
	margin: 0;
	font-family: Georgia, serif;
}

.month {
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.year {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
}

ol.commentlist {
	list-style: none;
}

.comment-bubble {
	background: #a70013;
	color: white;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ol.commentlist li p {
	font-size: 1.0em;
}

ol.commentlist li a {
	background: #a70013;
	color: #f4dfb8;
	padding: 2px;
}

ol.commentlist li a:hover {
	color: white;
	text-decoration: underline;
}

.gravatar {
	margin-top: 3px;
	padding: 2px;
	height: 40px;
}

/*
	FOOTER
*/

#footer {
	width: 400px;
	height: auto;
	background: #3c5b80;
	margin-right: auto;
	margin-top: 250px;
	margin-left: auto;
}

#footer-inside {
	width: 400px;
	margin: 0 auto;
}

#footer p {
	color: white;
}

#footer a {
	color: #f4dfb8;
	padding: 2px;
}

#footer a:hover {
	color: white;
}

#footer-1 {
	width: 300px;
	float: left;
	margin-right: 30px;
}

#footer-2 {
	width: 200px;
	float: left;
	margin-right: 30px;
}

#footer-3 {
	width: 200px;
	float: left;
}

#footer-4 {
	width: 200px;
	float: left;
}

#footer ul {
	color: white;
}