/* ----- Fresh 2010 screen stylesheet ----------------------------------------------------- */
/* ----- Fuse Digital 2010 ---------------------------------------------------------------- */
/* ----- enjoy. --------------------------------------------------------------------------- */

/*
	
	----- Site Defaults -----
	
	Width: 960px
	
	White: #fff
	Black: #000
	Grey (large type): #7f7f7f
	Grey (small type): #666
	Grey (light text): #b2b2b2
	Yellow: #ffde00
	
*/

/* ----- Global Reset --------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none;
}

/* ----- Tags ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
html {
	height: 100%;
}
body {
	height: 100%;
	background: #fff;
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
ul {
	list-style: none; /* no bullets on lists by default */
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a img {
	border: none;
}

/* ----- Universal styles ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clear-l {
	clear: left;
}
.relative {
	position: relative;
}
.link, .col-main .rules, .col-main .criteria {
	text-decoration: underline;
}
.offset-top {
	padding-top: 12px;
}

/* check */
/*
.italic {
	font-style: italic;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
*/

/* ----- Main Containers ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#container {
	float: left;
	width: 100%;
	padding-bottom: 12px;
	background: #fff url(../images/backgrounds/fresh.gif) 100% 100% no-repeat;
}
.frame {
	width: 960px;
	margin: 0 auto;
}
#site {
	float: left;
	width: 960px;
	text-align: left;
}

/* ----- Masthead ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#masthead {
	position: relative;
	float: left;
	width: 960px;
	height: 123px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}
#logo {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 81px;
	height: 93px;
	margin: 0;
	font-size: 4em; /* 12*4=48 */
	font-weight: bold;
	text-transform: uppercase;
}
#logo a {
	display: block;
	width: 81px;
	height: 93px;
	background: url(../images/fresh_logo.gif) 0 0 no-repeat;
	text-indent: -1000em;
}
#logo a img {
	display: none;
}
#masthead ul#fresh-links {
	position: absolute;
	bottom: 40px;
	right: 0;
	font-size: 1.333em; /* 12*1.333=16 */
	font-weight: bold;
	line-height: 1em;
	text-align: right;
	text-transform: uppercase;
}
#masthead ul#fresh-links li {
	padding: 2px 0;
}
#masthead ul#fresh-links a {
	color: #b2b2b2;
}
#masthead ul#fresh-links a:hover {
	color: #ffde00;
}
#masthead ul#fresh-links a.current {
	color: #000;
}
#masthead ul#account-links {
	position: absolute; 
	bottom: 13px;
	right: 0;
	font-size: 0.917em; /* 12*0.917=11 */
}
#masthead ul#account-links li {
	display: inline;
	margin-left: 9px;
}

/* ----- Masthead Tabs ----- */
/* ------------------------------------------------------------ */
#masthead .tabs {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 330px;
	bottom: auto;
	right: auto;
	color: #fff;
	font-size: 1.167em; /* 12*1.167=14 */
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}
#masthead .tabs li {
	float: left;
	margin-right: 6px;
	padding: 0;
}
#masthead .tabs li a, #masthead .tabs li span {
	display: block;
	padding: 84px 9px 6px 9px;
	color: #fff;

}
#masthead .tabs li.nominations {
	margin-top: -76px;
	background: #000;
}
#masthead .tabs li.gold {
	margin-top: -76px;
	background: #ffde00;
}
#masthead .tabs li.silver {
	margin-top: -76px;
	background: #b3b3b3;
}
#masthead .tabs li.bronze {
	margin-top: -76px;
	background: #ae7626;
}
#masthead .tabs li.nominations a:hover {
	color: #ffde00;
}
#masthead .tabs li.gold a:hover, #masthead .tabs li.silver a:hover, #masthead .tabs li.bronze a:hover {
	color: #000;
}

/* ----- Ads ----- */
/* ------------------------------------------------------------ */
/*#ad {
	position: absolute;
	bottom: 16px;
	right: 245px;
	width: 468px;
	height: 60px;
	margin: 0;
	border: 1px solid #bfbfbf;
}*/
#ad-cnt {
	position: absolute;
	bottom: 16px;
	right: 219px;
	width: 520px;
	height: 80px;
	margin: 0;
	border: 1px solid #bfbfbf;
}
#ad-cnt a {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 520px;
	height: 80px;
	text-indent: -1000em;
}
#ad {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 520px;
	height: 80px;
}

/* ----- Feed ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#feed {
	clear: both;
	float: left;
	width: 960px;
	margin-bottom: 15px;
	padding: 8px 0 9px 0;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}

/* ----- Latest ----- */
/* ------------------------------------------------------------ */
#latest {
	float: left;
	width: 800px;
}
#latest h2, #latest ul, #latest li {
	float: left;
	margin: 0;
}
#latest h2 {
	margin-right: 12px;
	font-size: 1.083em; /* 12*1.083=13 */
	font-weight: bold;
	line-height: 1em;
}
#latest li {
	font-size: 1.083em; /* 12*1.083=13 */
	font-weight: bold;
	line-height: 1em;
}
#ticker {
	display: none;
}

/* ----- Follow ----- */
/* ------------------------------------------------------------ */
#follow {
	float: right;
	padding-right: 3px;
}
#follow h2, #follow ul, #follow li {
	float: left;
	margin: 0;
}
#follow h2 {
	margin-right: 9px;
	color: #000;
	font-size: 1.083em; /* 12*1.083=13 */
	font-weight: bold;
	line-height: 1em;
}
#follow li {
	width: 20px;
	height: 20px;
	margin: -3px 0 -3px 3px;
	color: #000;
	font-size: 1.083em; /* 12*1.083=13 */
	font-weight: bold;
	line-height: 1em;
}
#follow li a {
	display: block;
	width: 20px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000;
	text-indent: -1000em;
}
#follow li a:hover {
	background-position: 0 -20px;
}
#follow li a.facebook {
	background-image: url(../images/icons/facebook.gif);
}
#follow li a.twitter {
	background-image: url(../images/icons/twitter.gif);
}

/* ----- Header --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#header {
	position: relative;
	clear: both;
	float: left;
	width: 960px;
	padding: 12px 0 11px 0;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}
#header .title {
	margin-bottom: 3px;
	color: #000;
	font-size: 3.167em; /* 12*3.167=36 */
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 0.7em;
}
#header .title strong {
	color: #ffde00;
}
#header .strap {
	color: #b2b2b2;
	font-size: 1.333em; /* 12*1.333=16 */
	font-weight: bold;
	text-transform: uppercase;
}
#header .greeting {
	color: #b2b2b2;
	font-weight: bold;
}
#header .greeting a {
	color: #000;
}
#header .greeting a:hover {
	color: #ffde00;
}
#header .back {
	position: absolute;
	bottom: 12px;
	left: 0;
	font-size: 1.333em; /* 12*1.333=16 */
	font-weight: bold;
}
#header .back a {
	color: #ffde00;
}
#header .back a:hover {
	color: #000;
}
#header .button {
	position: absolute;
	bottom: 12px;
	right: 0;
}
#header .button a {
	display: block;
	padding: 3px 12px;
	background: #ffde00;
	color: #000;
	font-size: 1.333em; /* 12*1.333=16 */
	font-weight: bold;
}
#header .button a:hover {
	background: #999;
}

/* ----- Hero ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#hero {
	clear: both;
	float: left;
	width: 960px;
	height: 314px;
	margin-bottom: 15px;
}
#hero .img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
#hero .strap {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	background: #000;
}
#hero .strap p {
	color: #fff;
	font-size: 1.167em; /* 12*1.167=14 */
	font-weight: bold;
}
#hero .strap p {
	float: right;
	margin: 0;
	line-height: 1.1em;
}
#hero .strap p:first-child {
	float: left;
}
#hero .strap p span {
	float: left;
}
#hero .strap p a {
	display: block;
	float: right;
	margin: 6px 0 0 12px;
	padding: 3px 12px;
	background: #ffde00;
	color: #000;
	
}
#hero .strap p a:hover {
	background: #999;
}
p.strap a {
	margin: 6px 12px 0 0px;
	padding: 6px 12px;
	background: #ffde00;
	color: #000;
	font-size: 1.167em; /* 12*1.167=14 */
	font-weight: bold;
}
p.strap a:hover {
	background: #999;
}

/* ----- Digital ----- */
/* ------------------------------------------------------------ */
#hero-digital {
	position: relative;
	float: left;
	width: 609px;
	height: 314px;
	background: #000;
}
#hero-digital h2 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 609px;
	height: 314px;
	text-indent: -1000em;
}
#hero-digital h2 a {
	display: block;
	width: 609px;
	height: 314px;
}
#hero-digital .img {
	width: 609px;
	height: 314px;
}
#hero-digital .strap {
	width: 549px;
	height: 38px;
	padding: 6px 30px 0 30px;
}

/* ----- PR ----- */
/* ------------------------------------------------------------ */
#hero-pr {
	position: relative;
	float: right;
	width: 339px;
	height: 314px;
	background: #000;
}
#hero-pr h2 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 339px;
	height: 314px;
	text-indent: -1000em;
}
#hero-pr h2 a {
	display: block;
	width: 339px;
	height: 314px;
}
#hero-pr .img {
	width: 339px;
	height: 314px;
}
#hero-pr .strap {
	width: 279px;
	height: 32px;
	padding: 12px 30px 0 30px;
}

/* ----- Hero (Col Main) ----- */
/* ------------------------------------------------------------ */
.col-main #hero {
	width: 630px;
	height: auto;
	margin-bottom: 0;
}
.col-main #hero .img {
	position: static;
	margin-bottom: 12px;
}
.col-main #hero .strap {
	position: static;
	float: left;
	width: 315px;
	background: none;
	font-size: 1.75em; /* 12*1.75=21 */
}
.col-main #hero .strap a {
	display: block;
	float: left;
	margin-top: 3px;
	padding: 3px 12px;
	background: #ffde00;
	color: #000;
	font-size: 0.667em; /* 21*0.667=14 */
	font-weight: bold;
}
.col-main #hero .strap a:hover {
	background: #999;
}

/* ----- Sidebar -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#sidebar {
	float: left;
	width: 306px;
}
#sidebar ul {
	margin-bottom: 24px;
	/*font-size: 2.333em;*/ /* 12*2.333=28 */
	font-size: 1.667em; /* 12*1.667=18 */
	font-weight: bold;
}
#sidebar li {
	line-height: 1.9em;
	/*line-height: 1.4em;*/
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}
#sidebar ul a {
	color: #000;
}
#sidebar ul a:hover {
	color: #7f7f7f;
}
#sidebar ul a.current {
	color: #ffde00;
}
#sidebar li ul {
	margin: 0;
	padding: 0 0 12px 12px;
	/*font-size: 0.5em;*/ /* 28*0.5=14 */
	font-size: 0.778em; /* 18*0.778=14 */
}
#sidebar li ul li {
	background: none;
	line-height: 1.4em;
}
#sidebar li ul li a {
	color: #7f7f7f;
}
#sidebar li ul li a:hover {
	color: #000;
}
#account #sidebar ul {
	font-size: 1.667em; /* 12*1.667=18 */
}
#account #sidebar li {
	line-height: 1.9em;
}

/* ----- Breadcrumbs ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#breadcrumbs {
	float: left;
	width: 100%;
	padding: 12px 0;
}
#breadcrumbs li {
	color: #000;
	float: left;
	font-weight: bold;
}
#breadcrumbs a {
	color: #b2b2b2;
}
#breadcrumbs a:hover {
	color: #ffde00;
}
.row-main-2col #breadcrumbs {
	margin-left: 24px;
}

/* ----- Colophon ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#colophon {
	clear: both;
	float: left;
	width: 960px;
	padding: 12px 0;	
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 0 repeat-x;
}
#colophon ul, #colophon li {
	float: left;
}
#colophon li {
	margin-right: 8px;
}
#colophon li.last {
	margin-right: 0;
}
#colophon li a {
	display: block;
	height: 52px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -1000em;
}
#colophon li a:hover {
	background-position: 0 -200px;
}
#colophon li.big a {
	width: 37px;
	background-image: url(../images/partners/big_small.gif);
}
#colophon li.fuse a {
	width: 60px;
	background-image: url(../images/partners/fuse_small.gif);
}
#colophon li.eye a {
	width: 40px;
	background-image: url(../images/partners/eye_small.gif);
}
#colophon li.proco a {
	width: 37px;
	background-image: url(../images/partners/pro_co_small.gif);
}
#colophon li.orch a {
	width: 69px;
	background-image: url(../images/partners/orch_small.gif);
}
#colophon li.alansharman a {
	width: 82px;
	background-image: url(../images/partners/alan_sharman_small.gif);
}
#colophon li.cp a {
	width: 28px;
	background-image: url(../images/partners/cp_small.gif);
}
#colophon li.boss a {
	width: 57px;
	background-image: url(../images/partners/boss_small.gif);
}
#colophon li.real a {
	width: 51px;
	background-image: url(../images/partners/real_small.gif);
}
#colophon li.gmm a {
	width: 84px;
	background-image: url(../images/partners/gmm_small.gif);
}
#colophon li.blurb a {
	width: 43px;
	background-image: url(../images/partners/blurb_small.gif);
}
#colophon li.katyshort a {
	width: 61px;
	background-image: url(../images/partners/katy_short_small.gif);
}
#colophon li.gate a {
	width: 56px;
	background-image: url(../images/partners/the_gate_small.gif);
}
#colophon li.model a {
	width: 75px;
	background-image: url(../images/partners/model_agency_small.gif);
}
#colophon li.martinbrent a {
	width: 87px;
	background-image: url(../images/partners/martin_brent_small.gif);
}
#colophon li.dw a {
	width: 77px;
	background-image: url(../images/partners/dw_small.gif);
}
#colophon li.ni a {
	width: 129px;
	background-image: url(../images/partners/ni_small.gif);
}
#colophon li.fluke a {
	width: 77px;
	background-image: url(../images/partners/fluke_small.gif);
}
#colophon li.cb a {
	width: 106px;
	margin-right: 0;
	background-image: url(../images/partners/cb_small.gif);
}

/* ----- Footer --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	float: left;
	width: 960px;
	padding: 12px 0 18px 0;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 0 repeat-x;
}
#footer ul, #footer li {
	float: left;
}
#footer li {
	margin-left: 6px;
	padding-left: 8px;
	background: url(../images/dividers/v_link_sep.gif) 0 50% no-repeat;
	font-size: 0.917em; /* 12*0.917=11 */
	text-transform: lowercase;
}
#footer li:first-child {
	margin: 0;
	padding: 0;
	background: none;
}

/* ----- Rows & Columns ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- Rows ----- */
/* ------------------------------------------------------------ */
.row-4col {
	clear: both;
	float: left;
	width: 960px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 0 repeat-x;
}
.row-4col .wrapper {
	float: left;
	width: 984px;
	margin-left: -24px;
	padding: 12px 0;
}
.row-full {
	clear: both;
	float: left;
	width: 960px;
}
.row-main-2col {
	float: right;
	width: 654px;
	margin-left: -24px;
}

/* ----- Columns (Generic) ----- */
/* ------------------------------------------------------------ */
.row-4col .col {
	float: left;
	width: 222px;
	margin-left: 24px;
}
.row-4col .col h2 {
	margin-bottom: 9px;
}
.row-4col .col p, .row-4col .col ul {
	margin-bottom: 12px;
	font-size: 0.917em; /* 12*0.917=11 */
	line-height: 1.4em;
}
.row-4col .col ul.articles li {
	margin-bottom: 9px;
}
.row-4col .col p a, .row-4col .col ul a {
	text-decoration: underline;
}
.col-303 {
	float: left;
	width: 303px;
	margin-left: 24px;
	padding: 12px 0 24px 0;
}
.col-303.alt{
	margin-left:0px;
}	
.col-303 h2 {
	margin-bottom: 12px;
	color: #000;
	font-size: 2.5em; /* 12*2.5=30 */
}
.col-303 p {
	margin-bottom: 12px;
}
.col-200 {
	float: left;
	width: 200px;
}

/* ----- Main Column ----- */
/* ------------------------------------------------------------ */
.col-main {
	float: right;
	width: 630px;
}
#account .col-main {
	padding-top: 36px;
}
.col-main h2 {
	clear: both;
	margin-bottom: 3px;
	color: #000;
}
.row-full .col-main {
	margin-bottom: 12px;
}
.row-full .col-main p {
	margin-bottom: 12px;
}

/* ----- List ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.list dl {
	clear: both;
	float: left;
	width: 630px;
	margin-bottom: 12px;
}
.list dt {
	clear: both;
	font-size: 1.167em; /* 12*1.167=14 */
	font-weight: bold;
	line-height: 1.4em;
}
.list dt em {
	font-size: 0.786em; /* 14*0.786=11 */
	font-style: italic;
	font-weight: normal;
}
.list dd {
	display: none;
	clear: both;
	float: left;
	width: 618px;
	margin: 0 0 12px 12px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}
#site .list dd p {
	margin: 0 0 12px 0;
	font-size: 0.917em; /* 12*0.917=11 */
}
#site .list dd p:first-child {
	margin-top: 6px;
}
#site .list dd h3 {

	margin: 0 0 12px 0;
	color: #000;
	font-size: 1.167em; /* 12*1.167=14 */
}

#site .list dd p.no-nominations 
{
	margin:20px auto;
	font-weight:bold;
	font-size: 0.917em; /* 12*0.917=11 */
}

#site .list dd ul.nominees {
	float: left;
	width: 636px;
	margin: 0 0 12px -18px;
}
#site .list dd ul.nominees li {
	float: left;
	width: 141px;
	margin: 0 0 12px 18px;
	font-weight: bold;
}
#site .list dd ul.nominees li strong {
	color: #000;
	font-size: 1.167em; /* 12*1.167=14 */
	font-weight: bold;
}
#site .list dd ul.nominees li a:hover, #site .list dd ul.nominees li a:hover strong {
	color: #ffde00;
}
#site .list dd ul.nominees li a {
	position: relative;
	display: block;
}
#site .list dd ul.nominees li a em {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	padding: 6px 9px 6px 9px;
	color: #fff;
	font-size: 1.167em; /* 12*1.167=14 */
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}
#site .list dd ul.nominees li a em.gold {
	background: #ffde00;
}
#site .list dd ul.nominees li a em.silver {
	background: #b3b3b3;
}
#site .list dd ul.nominees li a em.bronze {
	background: #ae7626;
}
.list dd .promo {
	float: left;
	width: 618px;
	padding: 9px 0;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 0 repeat-x;
}
#site .list dd .promo h3 {
	float: left;
	margin: 9px 0 0 0;
	color: #000;
	font-size: 1.667em; /* 12*1.667=18 */
	font-weight: normal;
}
#site .list dd .promo p.img {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 0;
}


dl.submit-Work { /* check */
	float:left;
	width:600px;
	margin-left:10px;
}
dl.submit-Work dt{ /* check */
	float:left;
	width:100%;
}
dl.submit-Work dd{ /* check */
	float:left;
	width:100%;
	margin:5px 0 20px 0px;
}
/* ----- Grid ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#site .col-main .grid {
	clear: both;
	float: left;
	width: 654px;
	margin: 0 0 24px -24px;
}
#site .col-main .grid li {
	float: left;
	width: 303px;
	margin: 0 0 12px 24px;
}
#site .col-main .grid li h2 {
	margin: 0;
	color: #666;
	font-size: 1.667em; /* 12*1.667=18 */
}
#site .col-main .grid li h2 a {
	color: #666;
}
#site .col-main .grid li h2 a:hover {
	color: #ffde00;
}

/* ----- Entry ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.entry {
	float: left;
	width: 630px;
	padding-bottom: 6px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}
.entry p, .entry ul {
	line-height: 1.4em;
}
.entry ul {
	margin-bottom: 12px;
	font-weight: bold;
}
.entry ul.credits strong {
	color: #000;
	font-weight: bold;
}

/* ----- Related Entries ----- */
/* ------------------------------------------------------------ */
.related {
	clear: both;
	float: left;
	width: 630px;
	padding-top: 12px;
}
.related h2 {
	float: left;
	margin: 5px 12px 0 0;
}
.related ul {
	float: left;
}
.related ul li {
	float: left;
	margin-right: 6px;
}

/* ----- Article -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.article {
	float: left;
	width: 630px;
	margin-bottom: 12px;
}
.article h2 {	
	width: 630px;
	margin-bottom: 18px;
	padding-bottom: 3px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
	color: #666;
}
.article h2.alt {	
	width: auto;
	margin-bottom: 12px;
	padding-bottom: 0;
	background: none;
	color: #666;
	font-size: 1.667em; /* 12*1.667=18 */
}
.article h2 a.twitter {
	float: right;
	padding: 1px 0 3px 24px;
	background: url(../images/icons/twitter_small.gif) 0 0 no-repeat;
	color: #666;
	font-size: 0.786em; /* 14*0.786=11 */
}
.article h2 a.twitter:hover {
	color: #000;
}
.article p, .article ul {
	line-height: 1.4em;
}
.article ul {
	margin-bottom: 12px;
	font-weight: bold;
}
.article p.img {
	float: left;
	margin-right: 21px;
}
.article p a {
	text-decoration: underline;
}
.col-main .article p.button, #account .col-main .article p.button {
	float: left;
	margin-bottom: 24px;
}
.col-main .article .button a, #account .col-main .article .button a {
	text-decoration: none;
}
.article blockquote {
	margin-bottom: 24px;
	padding-bottom: 12px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}
.article blockquote.nodiv {
	background: none;
}
.article blockquote p.cite {
	padding-top: 12px;
	line-height: 1em;
	text-align: right;
}
.article blockquote p cite {
	color: #7f7f7f;
	font-size: 0.917em; /* 12*0.917=11 */
}

/* ----- Schedule Table ----- */
/* ------------------------------------------------------------ */
table.schedule {
	margin-bottom: 6px;
	font-size: 1.667em; /* 12*1.667=18 */
	text-align: left;
	vertical-align: top;
}
table.schedule th, table.schedule td {
	padding: 0 0 12px 0;
}
table.schedule th {
	padding-right: 32px;
	font-weight: bold;
}

/* ----- Slideshow ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#slideshow {
	position: relative;
	clear: both;
	float: left;
	width: 630px;
	margin-bottom: 12px;
	overflow: hidden;
}
#slideshow ul {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	margin: 0;
}
#slideshow ul li {
	float: left;
	margin: 0;
}

/* ----- Media Player --------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#mediaPlayerFrame {
	display: none;
	clear: both;
	float: left;
	margin-bottom: 12px;
	padding-bottom: 18px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}
#mediaPlayerFrame p {
	float: right;
	margin: 0;
}
#mediaPlayerFrame p a {
	text-decoration: underline;
}
/*
#mediaPlayer {
	width: 630px;
	height: 400px;
}
*/

/* ----- Typography (Global) -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
h2 {
	margin: 0 0 6px 0;
	color: #ffde00;
	font-size: 1.167em; /* 12*1.167=14 */
	font-weight: bold;
}
h2 a {
	color: #ffde00;
}
h2 a:hover {
	color: #000;
}
.col-main .header {
	position: relative;
	clear: both;
	float: left;
	width: 630px;
	margin-bottom: 18px;
	padding-bottom: 9px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}
.col-main .header.nodiv {
	background: none;
}
.col-main .header h1 {
	float: left;
	padding-top: 6px;
	color: #7f7f7f;
	font-size: 1.667em; /* 12*1.667=18 */
	line-height: 1em;
}
.col-main .header h1 span {
	display: block;
	margin-bottom: 9px;
	color: #000;
	font-size: 1.667em; /* 18*1.667=30 */
	line-height: 27px;
}
.col-main .header ul {
	position: absolute;
	bottom: 9px;
	right: 0;
}
.col-main .header ul li {
	float: left;
	margin-left: 6px;
}
.col-main .header ul li a {
	display: block;
	padding: 3px 6px;
	background: #a3a3a3;
	color: #fff;
}
.col-main .header ul li a.audio, .col-main .header ul li a.video {
	padding-left: 21px;
	background-image: url(../images/icons/audio.png) !important;
	background-image: url(../images/icons/audio.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.col-main .header ul li a.video {
	background-image: url(../images/icons/video.png) !important;
	background-image: url(../images/icons/video.gif);
}
.col-main .header ul li a:hover, .col-main .header ul li a.audio:hover, .col-main .header ul li a.video:hover, .col-main .header ul li a.current {
	background-color: #ffde00;
	background-position: 5px -195px;
	color: #000;
}
.col-main .header ul li.flickr {
	padding: 3px 0 0 6px;
	font-weight: bold;
	text-transform: uppercase;
}
.col-main .header ul li.flickr a {
	float: right;
	width: 56px;
	height: 18px;
	margin: -5px 0 0 6px;
	padding: 0;
	background: url(../images/logos/flickr.gif) 0 0 no-repeat;
	text-indent: -1000em;
}
.col-main .options {
	clear: both;
	float: left;
	width: 630px;
	margin-bottom: 12px;
	padding-top: 12px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 0 repeat-x;
}
.col-main .article .button a, .col-main .options .button a, .col-303 .button a, .col-200 .button a, #account .col-main .button a, .col-main .form .button a, #cart .button a {
	display: block;
	float: left;
	padding: 3px 12px;
	background: #ffde00;
	color: #000;
	font-size: 1.333em; /* 12*1.333=16 */
	font-weight: bold;
}
.col-main .article .button a:hover, .col-main .options .button a:hover, .col-303 .button a:hover, .col-200 .button a:hover, #account .col-main .button a:hover, .col-main .form .button a:hover, #cart .button a:hover {
	background: #999;
}
.col-main .feed {
	clear: both;
	float: left;
	width: 630px;
	padding: 12px 0 36px 0;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 0 repeat-x;
}
.col-main .feed h2 {
	margin-bottom: 18px;
	padding: 0 0 0 48px;
	background: url(../images/logos/twitter.gif) 0 0 no-repeat;
	color: #666;
	font-size: 1.5em; /* 12*1.5=18 */
}
.col-main .feed p {
	line-height: 1.4em;
	font-size: 1em;
}
.col-main .feed p a {
	color: #838383;
}
.col-main .feed p a:hover {
	color: #000;
}
.col-main .feed p span {
	color: #838383;
	font-size: 0.917em; /* 12*0.917=11 */
}
.col-main .feed p.twitter {
	float: right;
}
.col-main .feed p.twitter a {
	padding: 1px 0 3px 24px;
	background: url(../images/icons/twitter_small.gif) 0 0 no-repeat;
}
.col-main .feed p.twitter a {
	font-size: 0.917em; /* 12*0.917=11 */
	font-weight: bold;
}
.col-main .feed p.twitter a:hover {
	color: #000;
}
.col-main ul.list-2col {
	float: left;
	width: 303px;
	margin: 0 12px 24px 0;
}
.col-main ul.list-2col li {
	line-height: 1.4em;
}

/* ----- Slide Down Panel (Generic) ----- */
/* ------------------------------------------------------------ */
.panel-sd {
	display: none;
	float: left;
	width: 630px;
	margin-bottom: 12px;
}
.panel-sd .img {
	float: left;
	margin-right: 12px;
}
.panel-sd ul {
	margin-bottom: 12px;
	font-weight: bold;
}

/* ----- Overlays ------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#overlay, #overlay-idle {
	position: fixed;
	z-index: 50;
	top: 0;
	left: -9999em;
	width: 100%;
	height: 100%;
	background: url(../images/backgrounds/tile_FFFFFF_080.png) 0 0 repeat;
}
#overlay-idle {
	z-index: 51;
}
#overlay.active, #overlay-idle.active {
	left: 0;
}
#overlay .frame {
	width: 602px;
	margin: 0 auto;
}
#overlay-idle .frame {
	width: 56px;
	margin: 0 auto;
}
#overlay .panel {
	position: relative;
	float: left;
	width: 564px;
	padding: 18px;
	background: #fff;
	border: 1px solid #ffde00;
	text-align: left;
}
#overlay-idle .panel {
	position: relative;
	float: left;
	width: 122px;
	padding: 12px;
	background: #fff;
	border: 1px solid #ffde00;
	font-size: 0.917em; /* 12*0.917=11 */
	font-weight: bold;
}
#overlay .panel .close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 31px;
	height: 31px;
	margin: 0;
}
#overlay .panel .close a {
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/buttons/close.gif) 0 0 no-repeat;
	text-indent: -1000em;
}
#overlay .panel .close a:hover {
	background-position: 0 -200px;
}
#overlay .panel .loader {
	width: 32px;
	height: 32px;
	margin: 24px auto;
	background: url(../images/icons/loader.gif) 0 0 no-repeat;
}
#overlay-idle .panel .loader {
	width: 32px;
	height: 32px;
	margin: 0 auto 9px auto;
	background: url(../images/icons/loader.gif) 0 0 no-repeat;
}
#overlay .panel .content {
	padding-right: 18px;
}
#overlay .panel .scroll {
	overflow-y: scroll;
}
#overlay .panel h1 {
	margin-bottom: 12px;
	color: #000;
	font-size: 2.5em; /* 12*2.5=30 */
}
#overlay .panel p {
	margin-bottom: 12px;
	line-height: 1.4em;
}
.content ul { /* check */
	margin: 10px 0 10px 15px;
}
.content ul li { /* check */
	list-style: disc;	
	margin-bottom: 5px;
}

/* ----- Account, Form and Fields --------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */

/* ----- Account ----- */
/* ------------------------------------------------------------ */
#account h1, .form h1 {
	margin-bottom: 12px;
	color: #000;
	font-size: 2.5em; /* 12*2.5=30 */
}
#account .forward {
	margin: -9px 0 24px 0;
	font-weight: bold;
}

#admin h2, #account h2, .form h2 {
	clear: both;
	float: left;
	width: 630px;
	padding-bottom: 3px;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
	color: #666;
	font-size: 1.333em; /* 12*1.333=16 */
	font-weight: bold;
	margin-bottom: 18px;
}

/*#account h2, .form h2 {
	margin-bottom: 18px;
}*/


#account .tr {
	float: right;
	margin: -48px 0 0 0;
}

p#proceedtoPayment { /* check */
	float:left;
	margin:10px 0;
}

/* ----- MVC Validation ----- */
/* ------------------------------------------------------------ */
input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
	border-color: #be0b0b !important;
}
span.field-validation-error {
	margin-left: 6px;
	color: #be0b0b;
}
.validation-summary-valid {
	display: none;
}
.validation-summary-valid, .validation-summary-errors, .confirmation, .paid-summary, .unpaid-summary {
	clear: both;
	float: right;
	width: 616px;
	margin: 0;
	padding: 6px;
	background: #f99;
	border: 1px solid #f99;
	color: #be0b0b;
	font-weight: bold;
}
.validation-summary-errors li {
	float: left;
	margin-right: 6px;
}
#account .validation-summary-valid, #account .validation-summary-errors {
	margin-bottom: 12px;
}
.confirmation {
	float: left;
	width: 946px;
	margin-bottom: 12px;
	background: #9f9;
	border-color: #9f9;
	color: #090;
}
.confirmation a {
	color: #090;
	text-decoration: underline;
}

.paid-summary {
	float: left;
	margin-bottom: 12px;
	background: #9f9;
	border-color: #9f9;
	color: #090;
}

/* ----- Form ----- */
/* ------------------------------------------------------------ */
.form {
	float: left;
	width: 630px;
	margin-bottom: 12px;
}
.form table {
	clear: both;
	width: 630px;
	margin-bottom: 12px;
}
.form table.no-margin {
	margin-bottom: 0px;
}
.form table th {
	width: 160px;
	padding: 0 24px 12px 0;
	font-size: 1.167em; /* 12*1.167=14 */
	font-weight: normal;
	text-align: right;
}
.form table th.top {
	padding-top: 9px;
	vertical-align: top;
}
.form table td {
	padding-bottom: 12px;
}
.form table.col2 th {
	width: 303px;
	padding: 0 0 6px 12px;
	text-align: left;
}
.form table td p {
	line-height: 1.4em;
}
.form table td p a {
	text-decoration: underline;
}
#site .form table td p.link {
	float: left;
	margin: 12px 0 0 18px;
}
#site .form table td p.button {
	float: left;
	margin-top: 6px;
}
.form table td p.button a {
	text-decoration: none;
}
.form table td label.error {
	margin-left: 6px;
	color: #be0b0b;
}
#site .col-303 label.error {
	z-index: 1;
	color: #fff;
}
.form p.add {
	margin: -9px 0 24px 12px;
}
.form p.add a {
	text-decoration: underline;
}
.form table .totals td {
	padding-top: 12px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.273em; /* 11*1.273=14 */
}
.form table .final td {
	font-size: 1.333em; /* 12*1.333=16 */
}
.form table .totals td span {
	float: right;
}
.form table .final td span {
	color: #000;
}
.form table td span.label {
	font-size: 1.273em; /* 11*1.273=14 */
}
table#keyPeople td {
	vertical-align: top;
}
table#keyPeople td p.remove {
	float: right;
	padding-top: 6px;
}
table#keyPeople td p.add {
	padding-top: 6px;
}
table td .h {
	font-size: 1.333em;
}
table .visual td #downloadLink, table.file td .downloadLink {
	display: block;
	float: left;
	width: 100%;
	padding: 6px 0 7px 0;
	background: url(../images/dividers/h_1px_bdbbbc_100.gif) 0 100% repeat-x;
}
table .visual td #downloadLink a, table.file td .downloadLink a {
	font-weight: bold;
	text-decoration: underline;
}
table .visual td #downloadLink a#remove, table.file td .downloadLink a.remove {
	font-weight: normal;
}

/* ----- Fields (Paragraphs) ----- */
/* ------------------------------------------------------------ */
p.field {
	position: relative;
}
p.field label {
	position: absolute;
	z-index: 2;
	top: 7px;
	left: 8px;
	color: #aaa;
	font: 1.333em "Helvetica Neue", Helvetica, Arial, sans-serif; /* 12*1.333=16 */
}
p.field input {
	width: 277px;
	padding: 6px;
	border: 1px solid #bfbfbf;
	color: #666;
	font: 1.333em "Helvetica Neue", Helvetica, Arial, sans-serif; /* 12*1.333=16 */
}
p.pass-reminder {
	clear: both;
	float: left;
	margin-top: 24px;
}
.col-303 input.submit, .col-200 input.submit {
	width: auto;
	padding: 3px 12px;
	background: #ffde00;
	border: none;
	color: #000;
	font-size: 1.333em; /* 12*1.333=16 */
	font-weight: bold;
	cursor: pointer;
}
p.field input.error {
	border-color: #be0b0b;
}
p.field.full {
	clear: both;
	margin-bottom: 18px;
}
.form p.field.full label {
	font-size: 2.333em; /* 12*2.333=28 */
}
.form p.field.full label.error {
	z-index: 1;
	color: #fff;
}
p.field.full input {
	width: 616px;
	font-size: 2.333em; /* 12*2.333=28 */
}

/* ----- Fields (Tables) ----- */
/* ------------------------------------------------------------ */
.form table input, .form table select, .form table textarea {
	width: 277px;
	padding: 6px;
	border: 1px solid #bfbfbf;
	color: #666;
	font: 1.167em "Helvetica Neue", Helvetica, Arial, sans-serif; /* 12*1.167=14 */
}
.form table input.checkbox 
{
	width:auto !important;
}
.form table label.checkbox
{
	font-style: italic;
	color: #888;
}
.form table input.short {
	width: 82px;
}
.form table input.auto {
	width: auto;
	margin-right: 3px;
	padding: 0;
	border: none;
}
table#keyPeople td input {
	float: left;
	width: 250px;
}
.form table select {
	width: 291px;
	padding: 6px 0;
}
.form table select.small {
	width: 45px;
}
.form table select.short {
	width: 82px;
}
.form table textarea {
	width: 432px;
}
.form table input.submit {
	width: auto;
	padding: 3px 12px;
	background: #ffde00;
	border: none;
	color: #000;
	font-size: 1.333em; /* 12*1.333=16 */
	font-weight: bold;
	cursor:pointer;
}

.form table input.error, .form table select.error {
	border-color: #be0b0b;
}

/* ----- Entries Table ----- */
/* ------------------------------------------------------------ */
table.entries {
	width: 630px;
	margin-bottom: 24px;
}
table.entries th, table.entries td {
	padding: 6px 0;
}
table.entries .alt th, table.entries .alt td {
	background: #f2f2f2;
}
table.entries td.auto {
	width: 20px;
	padding-left: 10px;
}
#site #account table.entries td p.button {
	float: none;
	margin: 0;
}
#site #account table.entries td p.link {
	float: left;
	margin: 6px 0 0 18px;
}
#site #account table.entries td.ref {
	width: 140px;
	padding-left: 12px;
}
#site #account table.entries td.title {
	font-weight: bold;
}
#site #account table.entries td.opts {
	width: 120px;
	padding-left: 12px;
}




table.admin {
	width: 630px;
}
table.admin th, table.admin td {
	padding: 6px 2px;
}
table.admin .alt th, table.admin .alt td {
	background: #f2f2f2;
}
table.admin td.auto {
	width: 20px;
	padding-left: 10px;
}

table.admin td span.n, table.admin td span.b, table.admin td span.s, table.admin td span.g, table.admin td span.gp 
{
	display:block;
	/*border:solid 1px #d0d0d0;*/
	text-align:center;
	font-weight:bold;
	width:18px;
	height:18px;
}

/*
table.admin thead tr td span.n, table.admin thead tr td span.b, table.admin thead tr td span.s, table.admin thead tr td span.g, table.admin thead tr td span.gp
{
}
*/

table.admin td span.n
{
	background-image:url(../images/admin/icon-nomination.png);
	/*background-color: #99FF66;*/
}
table.admin td span.b
{
	background-image:url(../images/admin/icon-bronze.png);
	/*background-color: #cc6600;*/
}
table.admin td span.s
{
	background-image:url(../images/admin/icon-silver.png);
	/*background-color: #cccccc;*/
}
table.admin td span.g
{
	background-image:url(../images/admin/icon-gold.png);
	/*background-color: #ffcc00;*/
}
table.admin td span.gp
{
	background-image:url(../images/admin/icon-gp.png);
	/*background-color: #ffffff;*/
}

#admin table.admin h2
{
	margin-top: 6px;
	margin-bottom:0px;
}

table.admin td span.pager
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	text-align:center;
}


table.admin td span.pager a
{
	/*display:block;*/
	margin:1px;
	padding:1px 4px;
	border:solid 1px #d0d0d0;
}

table.admin td span.pager a.current
{
	background-color:#f2f2f2;
}

/* ----- Fees Cart ------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cart {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 330px;
	float: left;
	padding-bottom: 12px;
	background: #000;
	color: #b2b2b2;
}
#cart h2 {
	position: relative;
	z-index: 2;
	width: 160px;
	margin: 0;
	padding: 6px 12px 3px 12px;
	background: #000;
	border-bottom: 1px solid #222;
}
#cart table {
	clear: both;
	margin: -112px 12px 0 12px;
	padding-bottom: 3px;
	font-size: 0.917em; /* 12*0.917=11 */
	text-align: left;
}
#cart table .div th, #cart table .div td {
	padding-bottom: 3px;
	border-bottom: 1px solid #222;
}
#cart table th, #cart table td {
	padding-top: 3px;
}
#cart table .total th, #cart table .total td {
	color: #fff;
	font-size: 1.273em; /* 11*1.273=14 */
	font-weight: bold;
}
#cart table th {
	padding-right: 36px;
	text-align: left;
}
#cart .button {
	clear: both;
	padding: 12px 12px 0 12px;
	border-top: 1px solid #222;
	font-size: 1em;
}
#site #cart .button a {
	font-size: 1.167em; /* 12*1.167=14 */
}

/* check */

/* ----- Error Pages ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
ul.errorPageAction {
	float: left;
	margin: 10px 20px;
	width: 620px;
}
ul.errorPageAction li {
	list-style: disc;
	float: left;
	margin: 5px 0;
	width: 100%;
}