/*
Author Name: Stewart Yu
Author Site: stewartyu.com
Style Name: Stewart Yu
*/

.clear {
	clear: both;
}

.hidden {
	display: none;
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #222 url(bg.gif);
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	background: #fff;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border: 1px solid #eee;
	border-top: none;
	padding-top: 0 !important;
	clear: both;
	width: 780px;
}

#header {
	position: relative;
	height: 332px;
	background: transparent url(header.jpg) no-repeat scroll center bottom;
}

.page #primary {
	width: 720px;
}

.content {
	padding: 0 20px 10px 20px;
}

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
}

ul.menu li {
	display: inline;
	margin: 0;
}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	text-decoration: none;
}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: #666;
}

ul.menu li a:hover {
	background: #2F2F2F;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	background: white;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: #2F2F2F;
}


ul.menu li a {
	color: #ddd !important;
}

a.inline {
	text-decoration: none;
	color: #333 !important;
	font-weight: bold;
}

.row {
	padding: 10px;
	margin: 0 !important;
	border-top: 1px solid #999;
	overflow: hidden;
	float: left;
	width: 700px;
	height: 100%;
}

.odd {
	background: #fff;
}

.even {
	background: #eee;
}

.row .audioplayer_container {
	float: left;
}

.row .download {
	float: right;
}

table.resume {
	margin-top: 10px;
	border-collapse: collapse;
}

.event-name {
	width: 300px;
	vertical-align: top;
}

.event-role {
	width: 200px;
	vertical-align: top;
}

.event-group {
	width: 200px;
	vertical-align: top;
}

#writing .event-name {
	width: 500px;
	vertical-align: top;
}

#scoring .event-name {
	width: 500px;
	padding-left: 20px;
}

a.pdf {
	background: transparent url('pdf.png') no-repeat scroll left center;
	padding-left: 25px;
	display: block;
	height: 25px;
}

a.youtube {
	background: transparent url('youtube.png') no-repeat scroll left center;
	padding-left: 25px;
	display: block;
	height: 25px;
}

a.download {
	background: transparent url('save.png') no-repeat scroll left center;
	padding-left: 25px;
	display: block;
	height: 25px;
}

.event-details {
	padding: 10px 30px;
	vertical-align: top;
}

.photo-container {
	margin: 0 20px 0 0 !important;
	float: left;
	display: inline; /* IE6 hack */
	width: 175px;
}

.photo-container.wide { width: 200px; }

.photo-text {
	margin: 0 !important;
	float: left;
	width: 500px;
	display: inline; /* IE6 hack */
}

.photo-caption {
	margin: 0;
	text-align: center;
}

.page #primary {
	width: 720px !important;
	margin-right: 0px !important;
}

.noborder {
	border: 0;
}

tr.border td {
	border-top: 1px solid #999;
	padding: 15px 0 0 0;
}
