/* COLORS
*********************************************************************************
96c8e3 = blue - background
1a4876 = dark blue - text
487648 = green - accent text
b0d6ea = light blue - cc tabs
cfe6f2 = light blue - cc tabs selected
*/

/* RESET (modified, but based off http://meyerweb.com/eric/tools/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;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
a img{border-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
sub{vertical-align:sub;}
sup{vertical-align:super;}

/* STRUCTURE & COMMON
*********************************************************************************/
body {
	width:1050px;
	margin:0 auto;
	font-size:100%;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	background:#96c8e3 url(../images/body-bg-grad.jpg) repeat-x 0 0;
	color:#1a4876;
}
html>body {
	font-size:16px;
}
p, ul, ol {
	font-size:1em;
	line-height:1.25em;
	margin:0 0 1em 0;
}
li{
	margin:0 0 0.5em 0;
}
h2{
	font: bold 1.625em/1em Gotham, "Century Gothic", Arial, sans-serif;
	margin:0 0 1em 0;
	text-align:center;
	letter-spacing:-1px;
}
h3{
	font-size:1.125em;
	font-weight:bold;
	line-height: 1em;
	margin:0 0 0.25em 0;
}
a:link, a:visited{
	color:#1a4876;
}
a:hover, a:active{
	color:#487648;
}

/* MASTHEAD AND NAVIGATION
*********************************************************************************/
#masthead{
	background:url(../images/masthead-bg.png) no-repeat 100% 0;
	height:173px;
}
#masthead h1{
	background:url(../images/masthead-logo.png) no-repeat 0 0;
	height:173px;
	width:322px;
	position:relative;
}
#masthead h1 a{
	overflow:hidden;
	text-indent:-1000em;
	width:230px;
	height:65px;
	position:absolute;
	top:50px;
	left:35px;
}
#masthead #languages{
	float:right;
	font-size:0.625em;
	line-height:22px;
	padding-right:1.75em;
}
#masthead #languages .selected{
	font-weight:bold;
}

/* ARTICLE
*********************************************************************************/
#main_content{
	margin-right:745px;
}
.article ul{
	padding-left:1.25em;
	list-style:square;
}
.article ul span{
	color:#487648;
}
.note{
	font-size:0.625em;
	font-style:oblique;
}
#main_content .note{
	width:305px;
}

/* COMMUNITY CENTER CHOOSER
*********************************************************************************/
#cc_chooser{
	font-size:0.875em;
	background:url(../images/cc-bg-grad.jpg) repeat-y 100% 0;
	float:right;
	width:735px;
}
#cc_chooser ul{
	float:left;
	width:265px;
	background:#b0d6ea url(../images/cc-list-bg-shadow.jpg) repeat-y 100% 0;
	margin:0;
	position:relative;
}
#cc_chooser ul li{
	border-bottom:2px solid #96c8e3;
	margin:0;
}
#cc_chooser ul a:link, #cc_chooser ul a:visited{
	padding:0.5em;
	display:block;
	text-decoration:none;
}
#cc_chooser ul a:hover, #cc_chooser ul a:active, #cc_chooser ul li.ui-tabs-selected a{
	color:#1a4876;
	background-color:#cfe6f2;
}
#cc_chooser ul li.winner a{
	background-image:url(/images/winnerbadge.gif);
	background-repeat:no-repeat;
	background-position:3px 50%;
	padding-left:60px !important;
	zoom:1;
}
#cc_chooser ul li a span{
	font-weight:bold;
	display:block;
}
#cc_descriptions{
	margin-left:265px;
	padding:1em;
}
.ui-tabs-hide{
	display:none;
}
#cc_descriptions img{
	display:block;
	background:url(../images/cc-img-frame.png) no-repeat 0 0;
	padding:5px 10px 30px;
	margin:0 auto;
}
#cc_descriptions img.loading{
	display:inline;
	background:none;
	padding:0;
	margin:0;
}
#cc_descriptions #vote{
	background:url(../images/but-green-vote.png) no-repeat 50%;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	height:33px;
	width:306px;
	cursor:not-allowed;
	margin:0 auto;
}
#cc_descriptions #vote.no_button{
	background-image:none;
}
#cc_descriptions #vote select, #cc_descriptions #vote label, #cc_descriptions #vote input{
	display:none;
}
#cc_descriptions #vote input.text{
	border:1px solid #96c8e3;
	background-color:#cfe6f2;
	color:#1a4876;
	width:220px;
	font:0.75em Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#cc_descriptions .previous{
	float:left;
	background:url(../images/but-arrow-back.png) no-repeat 0 0;
}
#cc_descriptions .next{
	float:right;
	background:url(../images/but-arrow-next.png) no-repeat 0 0;
}
#cc_descriptions .previous, #cc_descriptions .next{
	overflow:hidden;
	text-indent:-1000em;
	height:16px;
	width:8px;
	margin-top:10px;
	cursor:pointer;
}
#cc_descriptions .previous:hover, #cc_descriptions .next:hover{
	background-position:0 100%;
}
#cc_chooser .note{
	text-align:center;
}

/* BRANDS
*********************************************************************************/
#brands{
	clear:both;
	background:url(../images/brand-bg.jpg) repeat-y 50% 0;
	padding:0.5em 100px 0;
	margin-top:1em;
	float:left;
	width:850px;
}
#brands li{
	display:inline;
	float:left;
	width:19.9%;
	text-align:center;
}

/* RULES
*********************************************************************************/
.rules{
	margin:1em auto;
}
.rules h2{
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align:left;
}
.rules ol{
	list-style:decimal;
	padding-left:1.6666em;
}
.rules ol ol{
	list-style:upper-alpha;
}
.rules ul{
	list-style:disc;
	padding-left:1.6666em;
}

/* FRENCH
*********************************************************************************/
.fr #masthead h1{
	background-image:url(../images/fr-masthead-logo.png);
}