/*
	Author: Andy Homan
	Date: 2/4/2010
	Version: 1.0
	(c) Process Creative
	www.processcreative.com.au
*/

/* Browser 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;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content: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;}

/* Typography
--------------------------------------------------------------------------- */

li li, li p, td p, blockquote p, input, select, th, td, h1, h2 {font-size:1em}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:0.6875em; 	/* Type 11/16=0.6875em */
	line-height:1.1818em;	/* leading 13/11=1.1818em */
	padding:18px;
} 
#goldHdr{color:#CEB580; margin:5.9090em 0 3em 0;height:1em;} /*65/11=5.9090em | 33/11=3em*/
#goldHdr a {color:#CEB580; text-decoration:none;}
p.first {text-indent:0;}
p,
p.indent{text-indent:1em;}
a {color:#CEB580; text-decoration:underline;}


/* Layout
--------------------------------------------------------------------------- */

#wrapper{width:960px;}
#col-1{width:181px;float:left;margin-right:36px;}
#col-2{width:470px;float:left;margin:120px 0 80px 0;}
#col-3{float:left;margin-left:72px;margin-top:165px;width:169px;}
/*#menu{margin-top:123px;}*/
#title{margin-bottom:3.1818em;height:1em;} /*35/11=3.1818em*/
#title.mediaFirst{margin-bottom:1px;}
img,
div.video {margin:3.2727em 0 1.1818em 0;}
div.video {height:264px;}
#col-3 img {margin:0;}
#head h1 a {display:block;text-indent:-999px;width:181px;height:57px;background:url('../img/fcLogo.gif');}


/* Navigation
--------------------------------------------------------------------------- */

#menu li a {color:black;text-decoration:none;}
#menu li ul li a {color:#95A3AB;}
#menu li.last,
#menu li.break {padding-bottom:1.1818em;}
#menu li a.set {color:#CEB580;}

/* Custom jPlayer Skin
--------------------------------------------------------------------------- */

div.jp-playlist-player {
	width:466px;
	padding:3.2727em 0 0 0; /*36/11=3.2727em*/
}

a.jp-play, a.jp-stop {
	background:url("/assets/img/audioBtns.gif") no-repeat 0 -16px;
	overflow:hidden;
	padding:0px 5px 0 5px;
	text-indent:-999px;
	width:5px;
	margin:6px 0px 0 8px;
}
a.jp-stop {
	background:url("/assets/img/audioBtns.gif") no-repeat -16px -16px;
	margin-left:6px;
}
div.track, div.time {
	padding:7px 8px 5px 5px;
}

div.track {
	margin-left:10px;
	width:310px;
	_width:290px; /* IE6 hack */
}

#jplayer_playlist li {
	border-top:none;
	clear:left;
	float:none;
	height:25px;
	width:466px;
	border-top:2px solid #AFAFAF;
}

#jplayer_playlist li a {
	padding-bottom:2px;
}

#jplayer_playlist li a,
#jplayer_playlist li div {
	display:block;
	float:left;
}

#jplayer_playlist ul {
	clear:both;
	float:none;
	width:466px;
	background:#C8C8C8;
	border:2px solid #AFAFAF;
	border-top:none;
}

#jplayer_playlist li.jplayer_playlist_current {
	background: #fff;
	padding:0;
}

#jplayer_playlist li.jplayer_playlist_current a.jp-play{
	background:url("/assets/img/audioBtns.gif") no-repeat 0 0;
}

#jplayer_playlist li.jplayer_playlist_current a.jp-stop{
	background:url("/assets/img/audioBtns.gif") no-repeat -16px 0px;
}

/* Clearfix trick to clear after an element
--------------------------------------------------------------------------- */
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}

