/*
-----------------
MASTER STYLESHEET
-----------------
*/

/*
---------
STRUCTURE
---------
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #662d91 url(../images/banner.jpg) center top no-repeat;
	color: #fff;
	font: 12px/normal Helvetica, Arial, Verdana, sans-serif;
}
#wrapper {
	margin: 0 auto;
	padding: 250px 0 1em;
	position: relative;
	width: 820px;
}
#wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.cufon-loading h2, .cufon-loading h4, .cufon-loading #nav a {
	visibility: hidden;
}

/*
----------
TYPOGRAPHY
----------
*/

h1 {
	height: 150px;
	left: 0;
	position: absolute;
	top: 35px;
	width: 400px;
}
h1 a {
	display: block;
	height: 150px;
	overflow: hidden;
	text-indent: -999em;
	width: 400px;
}
h2 {
	color: #ccf7ff;
	font: bold 24px/normal Georgia, "Times New Roman", serif;
	margin: 0 0 0.25em;
	padding-top: 1em;
}
h3 {
	font: italic 18px/normal Times, Georgia, "Times New Roman", serif;
	margin: 1em 0 0;
}
h2 + h3 {
	margin-top: 0;
}
h4 {
	color: #ccf7ff;
	font: bold 18px/normal Georgia, "Times New Roman", serif;
	margin: 0 0 0.25em;
	padding-top: 1em;
}
p {
	margin: 1em 0;
}
h2 + p {
	margin-top: 0;
}
ol, ul {
	margin: 1em 0;
	padding-left: 3em;
}
li ol, li ul {
	margin: 0;
}
h3 + * {
	margin-top: 0;
}
a {
	color: #ff0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/*
-----------
LEFT COLUMN
-----------
*/

#leftColumn {
	float: left;
	line-height: 1.5em;
	width: 540px;
}
#intro {
	/* font: italic 18px/1.5em Times, Georgia, "Times New Roman", serif; */
	font-size: 14px;
	line-height: 1.5em;
}
#intro h2, body#resume #leftColumn h2:first-child {
	padding-top: 0;
}
#leftColumn ul {
	list-style-image: url(../images/bullet.gif);
}
object, embed {
	vertical-align: bottom;
}
.mediaFrame {
	border: 10px solid #fff;
	margin: 1em 0;
}
#audioPlayer {
	height: 40px;
	width: 520px;
}
#playlist {
	background: #fff;
	border-bottom: 1px dotted #b296c8;
	list-style: none !important;
	margin: 0;
	padding: 10px 0 0;
}
#playlist li {
	border-top: 1px dotted #b296c8;
}
#playlist a {
	background: url(../images/play.png) left center no-repeat;
	color: #662d91;
	display: block;
	padding: 5px 0 5px 20px;
	text-decoration: none;
}
#playlist a:hover {
	background-color: #eee;
}
#playlist .playing, #playlist .paused {
	font-weight: bold;
}
#playlist .playing a {
	background-image: url(../images/pause.png);
}

/*
------------
RIGHT COLUMN
------------
*/

#rightColumn {
	float: right;
	font-size: 11px;
	line-height: 1.5em;
	padding-top: 4em;
	width: 260px;
}
#nav {
	font: bold 18px/1.5em Georgia, "Times New Roman", serif;
	list-style: none;
	margin: 0;
	padding: 1em 0 0;
}
#nav a {
	text-decoration: none;
}
#resumeArrow {
	border: none;
	float: left;
	margin: 0 1em 1em 0;
}
#tweets {
	list-style: none;
	padding: 0;
}
#tweets li {
	border-bottom: 1px solid #b296c8;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
}
#pics {
	list-style: none;
	overflow: hidden;
	padding: 0;
}
#pics li {
	background: #fff;
	float: left;
}
#pics li img {
	vertical-align: bottom;
}
.links {
	list-style-image: url(../images/bullet.gif);
	padding-left: 2em;
}

/*
-------------
FORM ELEMENTS
-------------
*/

ul.formFields {
	border-top: 1px solid #b296c8;
	list-style: none !important;
	padding: 1em 0 0;
}
ul.formFields li {
	margin-bottom: 1em;
}
ul.formFields li.buttons {
	margin-left: 150px;
}
ul.formFields label {
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	width: 150px;
}
ul.formFields span {
	display: inline-block;
}
input[type=text], input[type=password], textarea {
	border: 2px solid #fff;
	background: #fff;
	color: #333;
	font: 12px/normal Helvetica, Arial, Verdana, sans-serif;
	padding: 2px;
	vertical-align: top;
	width: 300px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: #b296c8;
	outline: none;
}

/*
------
FOOTER
------
*/

#footer {
	background: #440e62;
	border-top: 1px solid #b296c8;
	color: #fff;
	font-size: 10px;
}
#footer p {
	margin: 0 auto;
	padding: 1em 0 3em;
	width: 820px;
}