@charset "UTF-8";


/************************************************
*	CSS RESET									*
************************************************/
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;
}

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;
}


form#subForm select {
	width: 100%;
}

form#subForm input {
	width: 218px;
}

form#subForm input[type="radio"] {
	width: auto;
}


form#subForm button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	border-radius: 0;
	border: 0;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px;
}

form#subForm button:hover {
	cursor: pointer;
	background-color: #999;
}


/************************************************
*	Container									*
************************************************/

#container {
	margin: 0 auto;
	width: 940px;
}

#container2 {
	margin: 0;
	background: #14100d;
	width: 100%;
}

#finalists {
	width: 429px;
	margin: 0 auto;
}

#player {
	width: 359px;
	margin: 0px 35px;
	position: absolute;
	z-index: 1000;
	top: 1345px;
	color: white;
}

#playerb {
	width: 359px;
	margin: 0px 35px;
	position: absolute;
	z-index: 1000;
	top: 1375px;
	color: white;
}

#playerc {
	width: 359px;
	margin: 0px 35px;
	position: absolute;
	z-index: 1000;
	top: 1400px;
	color: white;
}

audio {
	width: 360px;
}


/************************************************
*	Melbourne Prize								*
************************************************/

.music-prize {
	font-weight: 700;
	width: 100%;
	text-align: center;
	padding-bottom: 50px;	
}

body {
	background: #fff;
	color: #000;
	font: 13px/15px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

#banner {
	background: #fff;
	padding-bottom: 20px;
	height:92px;
	z-index: 200;
	position: fixed;
}

#social {
	margin: 30px 40px 5px 40px;
	height: 25px;
	width: 60px;
	float: right;
	clear: both;
}

#nav-container {
  width: 940px;
}

#nav {
	margin: 0 40px 35px 40px;
	height: 76px;
	clear: both;
	
}

.menuleft, .menuright {
	height: 21px;
	width: 356px;
	padding-top: 30px;
	border-bottom: 1px solid #cccccc;
	float: left;
	clear: none;
	font-size: 14px;
	font-weight: 700;
}

#logo {
	margin: 0 28px;
	float: left;
	clear: none;
}

hr {
	border: 0;
	background-color: #cccccc;
	height: 1px;
}

.smaller {
	color: #000;
	font: 12px/14px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

.red { /* winners */
	color: #ff1500;
}

/************************************************
*	Hyperlinks  								*
************************************************/

a, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a.menu {
	color: #000;
	text-decoration: none;
	display: inline-block;
	height: 30px;
}

a.menu:hover {
	color: #999;
	text-decoration: none;
	background: url(../img/arrow-down-menu.png) no-repeat 50% 100%;
}

#logo a:hover img {
	border: 0;
	opacity: 0.7;
	filter: alpha(opacity=70); 
}

a:hover img {
	border: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/************************************************
*	Slideshow									*
************************************************/

#slides {
	margin: 0 40px;
	position: relative;
	z-index: 110;
	clear: both;
}

.lt-ie8 #slides {
  width: 860px;
}

.slides_container {
	width: 860px;
	overflow: hidden;
	position: relative;
	display: none;
}

.pic {
	width: 860px;
	height: 385px;
	background: url(../img/banner_2014.jpg);
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}

.pic a, .pic a:visited {
	color: #fff;
}

.pic a:hover {
	color: #000;
}

.pic a:hover img {
	border: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.main-download {
	font-size: 16px;
	position: relative;
	clear: both;
	float: left;
	margin-left: 30px;
	top: 190px;
	/*top: 231px;
	float: right;
	margin-right: 30px;
	width: 298px !important;*/
}

.main-download p {
	padding-bottom: 15px;
}

.main-download a:hover {
	color: #cc5a34;
}

.secondary-download {
	position: relative;
	top: 232px;
	float: right;
	clear: both;
	margin-right: 30px;
	width: 298px !important;
}

.secondary-download p {
	padding-top: 3px;
}

p.anniversary {
	font-size: 18px;
	font-style: italic;
	font-family: Times, serif;
	padding-bottom: 18px;
}

#slides .next, #slides .prev {
	position: absolute;
	top: 185px;
	left: -20px;
	width: 10px;
	display: block;
	z-index: 120;
}

#slides .next {
	left: 870px;
}

.pagination {
	margin: 20px auto 0;
	width: 50px;
}

.pagination li {
	float: left;
	margin: 0 5px;
	list-style: none;
}

.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background-position: 0 -12px;
}


/************************************************
*	Content 									*
************************************************/

#content {
	top: 180px;
	position: absolute;
}

#nav2013 { 
	font: 11px/13px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
	margin: 20px 40px 40px;
	float: right;
}

#about, #dates, #entry, #details, #pastwinners, #alumni, #judges, #partners, #contact, #news, #voting, #bios, #rrdaward {
	margin: 40px;
	padding-top: 30px;
	height: 34px;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	font: 22px/26px "adobe-garamond-pro", Georgia, Times, serif;
	text-transform: uppercase;
	clear: both;
}

#contact {
	margin-bottom: 60px !important;
}

/* fix for headers in ie7 */
.lt-ie8 #about, .lt-ie8 #dates, .lt-ie8 #details, .lt-ie8 #entry, .lt-ie8 #bios, .lt-ie8 #pastwinners, .lt-ie8 #alumni, .lt-ie8 #judges, .lt-ie8 #form, .lt-ie8 #partners, .lt-ie8 #contact, .lt-ie8 #news, .lt-ie8 #voting, .lt-ie8 #rrdaward {
  width: 860px;
}


#bio1, #bio2, #bio3, #bio4, #bio5, 
#bio6, #bio7, #bio8, #bio9, #bio10, 
#bio11, #bio12, #bio13, #bio14, #bio15, 
#bio16, #bio17, #bio18, #bio19, #bio20 {
	padding-top: 20px;
}


#colone {	
	margin: 0 37px 0px 97px;
	padding-bottom: 20px;
	width: 224px;
	float: left;
	clear: none;
}

#coltwo {
	margin: 0;
	padding-bottom: 20px;
	width: 224px;
	float: left;
	clear: none;
}

#colthree {
	margin: 0 97px 0 37px;
	padding-bottom: 20px;
	width: 224px;
	float: left;
	clear: none;
}

#thankyou {	
	margin: 40px auto 40px auto;
	width: 100%;
	clear: both;
	text-align: center;
}

#quote {
	margin: 30px 40px 0 40px;
	padding: 95px 0 67px 0;
	border-top: 1px solid #ccc;
	text-align: center;
	clear: both;
	max-width: 860px;
}

#quote h1 {
	font: 36px/42px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	width: 70%;
	padding: 0 15% 20px;
}

#colcontact {
	margin: -20px 40px 0 40px;
	padding-bottom: 50px;
	text-align: center;
	clear: both;
}
.lt-ie8 #colcontact {
  width: 860px;
}

strong {
	font: "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
}

h2 { /* bold header */
	font: 15px/17px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
}


h3 { /* past winners/judges header */
	font: 15px/17px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
}

h5 { /* past winners/judges sub header */
	font: 15px/17px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

h4 a {
	color: #000;
	text-decoration: underline;
}

h4 a:hover {
	color: #999;
	text-decoration: underline;
}

.note {
	font: 12px/25px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

a.note {
	text-decoration: none;
}

a.note:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-decoration: none;
}

.credits { /* photo courtesy */
	font: 11px/13px "pragmatica-web", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 300;
}

img.credits {
	padding-bottom: 5px;
}


/************************************************
*	Twitter										*
************************************************/

#jstwitter {
	width: 225px;
}
		
#jstwitter .tweet {
	margin: 0 auto;
	padding: 15px 0 0 0;
}
		
#jstwitter .tweet a {
	text-decoration: none;
	font-weight: bold;
}

#jstwitter .tweet a:hover {
	text-decoration: underline;
	font-weight: bold;
}
		
#jstwitter .tweet .time {
	color: #3e516f;
}

.interact {
	display: none;
}


/************************************************
*	clearfix									*
************************************************/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}