@charset "utf-8";
/* CSS Document */

body {
	/* background-color:#7c0a17; */
	font-size: 67.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin: 5px;
	background-image: url('../../images/body_bg.jpg');
	background-color:#770728;
	background-position:center top;
	background-attachment:fixed;
}

a,a:hover,a:visited,a:active{
	color:#fff;
	text-decoration:underline;
}
a.button{
	display:inline-block;
	background: #535353;
	padding: 5px 5px 5px 8px;
	text-transform: uppercase;
	text-decoration:none;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	font-size: 1.0em;
}
a.button:hover{
	background: #fff;
	color: #E31E26;
}

/*WRAPPER*/
.wrapper {
	/* background-color:#7c0a17; */
	width: 974px;
	margin: 0 auto;
}


/*THIN HEADER*/
.header {
	height: 30px;
	width: 974px;
	margin-top: 10px;
}

.header ul {
	padding: 0px;
	float:	right;
	margin:0
}
.header li {
	float: left;
	display: inline;
	list-style-type: none;
	padding-right: 8px;
}

.header a img {
	border: none;
}

.header li, .header a {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration:underline;
}


/*TOP INFO*/
.topinfo {
	width: 974px;
}

.topinfo_left {
	float: left;
	width: 340px;
	height: 392px;
}



.topinfo_centre {
	float: left;
	width: 554px;
	height: 392px;
}

#projectNavigation{    
	float: left;
    width: 483px;
	color: #F27888;
    font-size: 13px;
    font-weight: bold;
	margin-top: 10px;
}

#profile_page .topinfo_left_container {
    float: left;
    width: 330px;
}

.ie62 {
    margin: 20px 0 -10px 0!important;
}

.topinfo_left{margin-bottom:-20px;}


/*LOGO*/
.topinfo_centrelogo {
	float: left;
	width: 643px;
	height: 47px;
	padding: 5px 0px 0px 10px;
}


/*HEADING*/
.topinfo_centretitle {
	float: left;
	width: 483px;
	display: block;
}

.topinfo_centretitle h1 {
	color:#FFF;
	font-size: 2.3em;
	margin:0 0 0 -2px;
	padding-bottom:2px;
	font-weight:normal;
}

.topinfo_centretitle h2 {
	color:#FFF;
	font-size: 1.6em;
	margin:0px;
	padding-bottom:2px;
	font-weight:normal;
}
.topinfo_centretitle h3 {
	font-size: 1.4em;
	margin:0px;
}

.topinfo_centretitle span {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
}


/*TEXT*/
.topinfo_centretext {
	float: left;
	width: 483px;
}

.topinfo_centretext p {
	color:#FCC;
	font-size: 12px;
	font-weight: bold;
	text-align:justify;
}
.topinfo_centretext p strong{
	color:#fff;
}
.topinfo_centretext p.last {
	text-align:left;	
}

.topinfo_centretext p a {
	color: #FFF;
}

.topinfo_centretext p a:hover {
	font-weight: bold;
}

.topinfo_right {
	float: right;
	width: 60px;
	height: 369px;
}
.topinfo_right img{
	margin-top:35px;	
}

/*CONTENT*/

.content {
	width: 974px;
	margin: 0 auto;
}


/*FOOTER*/
.footer {
	height: 30px;
	width: 974px;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 25px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
.footer a { color: #fff; }
.footer a:hover { color: #ccc; text-decoration: none; }

.footer_left {
	height: 30px;
	width: 471px;
	float: left;
}
.footer_right {
	height: 30px;
	width: 444px;
	float: right;
	margin-right: 28px;
}
.footer_left img{
	border:1px solid black;	
}

/*CLEAR*/
.clear{
	clear: both;
}


/* AY LANDING PAGE */
#project_container {
	margin-top: -16px;	
}

#project_container .row {
	padding-bottom: 8px;
	margin-bottom: 8px;
	/*background-image:url('../../images/box_shadow_row.png');*/
	background-position:bottom;
	background-repeat:no-repeat;
}

#project_container .row .thumbs{
	position:relative;
}

#project_container .row .thumbs .scrollButtons{
	position:absolute;
    right: -50px;
	top: -53px;
	width: 40px;
	height:90px;
}
#project_container .row .thumbs .scrollButtons a{
	display:block;
	position:absolute;
	width:40px;
	height:45px;
	text-indent:-10000px;
	background-repeat:no-repeat;
}
#project_container .row.first .thumbs .scrollButtons{top:-30px;}
#project_container .row.last .thumbs .scrollButtons{top:-60px;}
#project_container .row.first .thumbs .scrollButtons a.scrollUp{display:none;}
#project_container .row.last .thumbs .scrollButtons a.scrollDown{display:none;}

#project_container .row .thumbs .scrollButtons a.scrollUp{
	top:0;
	background-image:url('../../images/scroll_up.png');
	cursor:pointer;
}
#project_container .row .thumbs .scrollButtons a.scrollDown{
	top:45px;
	background-image:url('../../images/scroll_down.png');
	cursor:pointer;
}
#project_container .row .thumbs .scrollButtons a.scrollUp:hover{
	background-image:url('../../images/scroll_up_over.png');
}
#project_container .row .thumbs .scrollButtons a.scrollDown:hover{
	background-image:url('../../images/scroll_down_over.png');
}
#project_container .row .thumbs .imgcontainer {
	width: 298px;
	height: 428px;
	display: inline-block;
	float: left;
	margin: 0;
	overflow:hidden;
	position:relative;
}
#project_container .row .imgbox-container {
	width: 298px;
	height: 564px;
	float:left;
	position:relative;
	background-repeat:no-repeat;
	/*overflow:hidden; */
}

#project_container .row .imgbox-container.first {
	
}
#project_container .row .imgbox-container.first.last {
	background-image:url('../../images/box_shadow_left.png');
	background-position:right 440px;
	width: 320px;
	padding: 0 40px 0 0 ;
}
#project_container .row .imgbox-container.centre {
	padding: 0 40px;
	background-image:url('../../images/box_shadow_centre.png');
	background-position:center 435px;
}
#project_container .row .imgbox-container.centre.last {
	background-image:url('../../images/box_shadow_left.png');
	background-position:left 427px;
}
#project_container .row .imgbox-container.last {
	margin: 0;
}
#project_container .row .thumbs .imgbox {
	background-image:url('../../images/projects/thumbnail/loading.gif');
	width: 298px;
	height: 428px;
	display: inline-block;
	margin: 0;
	overflow:hidden;
	position:absolute;
}
#project_container .row .thumbs .imgbox:hover {
	cursor:pointer;
}

#project_container .row .thumbs .imgbox img.thumb {width:298px;height:428px;}
#project_container .row .thumbs .imgbox img.reverse {width:298px;height:428px; border:1px solid red; display:none;}
#project_container .row .thumbs .imgbox img.large, #project_container .row .thumbs .imgbox img.reverse-large {/*width:298px;height:428px;*/position:absolute;display:none;}

#project_container .row .thumbs a.fb {
	display: block;
	margin: 10px 0 0 258px;
	width: 23px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	background: url('../../images/swap_image.png');
	overflow:visible;
	color:#666;
}
#project_container .row .thumbs a.fb:hover,
#project_container .row .thumbs a.fb.hover {
	background: url('../../images/swap_image_over.png');
	text-decoration:none;
	color:#CC0000;
}
#project_container .row .thumbs a:hover {
	
}
#project_container .row .thumbs a.fb span {
	display: none;	
	width:200px;
	margin-left:-170px;
	height:25px;
	line-height:25px;
	text-align:right;
	background-color:#fff;
	padding:5px;
}

#project_container .row .people {

}

#project_container .row .imgbox-container .indiv {
	width: 278px;
	height:80px;
	display: inline-block;
	position:absolute;
	top:428px;
	margin: 0px;
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	background-color:#535353;
	overflow:hidden;
}
#project_container .row .imgbox-container .indiv:hover {
	cursor:pointer;
}

#project_container .row .imgbox-container .indiv span {
	font-style: italic;
	font-size:1.3em;
}
#project_container .row .imgbox-container .indiv div.creator-container {
	float:left;
	width:170px;
}
#project_container .row .imgbox-container .indiv img.creator-portrait {
	width:68px;
	height:82px;
	background-color:#000;
	float:left;
	display:block;
	margin-right:15px;
}
#project_container .row .imgbox-container .indiv div.creator-container h2.creator-title {
	font-size:1.3em;
	color:#000;
	margin:0 0 5px 0;
}
#project_container .row .imgbox-container .indiv div.creator-extension-container {
	height:420px;
	overflow:hidden;
	padding:0 0 0 15px;
	border-top:1px solid #717171;
	position: absolute;
    top: 100px;
    width: 260px;
}
#project_container .row .imgbox-container .indiv div.creator-extension-container p.creator-summary {
	padding:0px 12px 0px 0; margin:0; 
}

#project_container .row .imgbox-container .indiv div.creator-extension-container .jspPane p.creator-summary {
	padding:0px 12px 0px 0; 
	margin:0;
	text-align: justify;
}



#project_container .row .imgbox-container .indiv div.creator-extension-container img.sketch-image {
	position:absolute;
	bottom:10px;
	display:block;
}

#project_container .row .imgbox-container .indiv a.expand-indiv {
	background: url('../../images/expand-container.jpg');
}

#project_container .row .imgbox-container .indiv a.close-indiv {
	background: url('../../images/close-container.jpg');
}

#project_container .row .imgbox-container .indiv a.open-close-indiv {
	height:15px;
	width:15px;
	display:block;
	float:right;
	border:1px solid #535353;
	background-position:1px 1px;
	background-repeat:no-repeat;
	padding:1px;
}
#project_container .row .indiv:hover a.expand-indiv{
	margin-top:-5px;
}
#project_container .row .indiv:hover a.close-indiv{
	/*margin-top:5px;*/
}

#project_container .row .imgbox-container {

}
#project_container .row .imgbox-container .vote  {
	width: 298px;
	display: block;
	position:absolute;
	top:528px;
	margin: 0px;
	padding-bottom: 8px;
	background: url('../../images/box_shadow_bottom.png') left bottom no-repeat;
}
#project_container .row .imgbox-container .vote a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 10px 11px;
	display: block;
	text-decoration: none;
	margin: 0;
	height: 17px;
	background: url('../../images/vote_icon.jpg') #333 no-repeat 280px 9px;
}
#project_container .row .imgbox-container .vote span{
	display: block;
	padding: 8px 10px 11px;
	margin: 0;
	height: 17px;
	background-color:#333;
}

#project_container .row .imgbox-container .voted {
	background: none;
}

#project_container .row .imgbox-container .vote a:hover {
	color: #E31E26;
	background-color:#fff;
	background-image: url('../../images/vote_icon_over.jpg');
}


/* FANCYBOX PROFILES */
.profile_box {
}

.profile_box .profile {
	margin-right: 10px;
	display: inline-block;
	float: left;
	width: 178px;
}

.profile_box .profile .info {
	font-size: 1.3em;
	color: #FFFFFF;
	font-style: italic;
	padding: 10px;
}

.profile_box .profile .info span {
	color: #df4440;
	font-style: normal;
}

.profile_box p {
	padding: 0 10px;
	font-size: 1.1em;
	margin-top: 0;
}

.profile_box .imagery {
	width: 583px;
	display: inline-block;
	float: left;
}

.profile_box .vote_btn {
	margin-left: 10px;	
}
.profile_box .vote_btn a img {
	border: none;
}

.profile .prize_img {
	height: 169px;
	display: block;
	overflow: hidden;
}







/* PROFILE PAGE STYLES */
body#profile_page .wrapper {
	
}

body#profile_page .header {
	margin-left: 60px;	
}

body#profile_page .topinfo_left a.button{
	margin-top:20px;
	width:200px;
}
body#profile_page .topinfo_centre{
	height:auto;
}

body#profile_page .chosen_design{
	margin-bottom:30px;
	height:180px;
}
body#profile_page .chosen_design img{
	border:5px solid #535353;
	float:left;	
}
body#profile_page .chosen_design ul.info{
	float:left;	
	width:260px;
}
body#profile_page .chosen_design ul.info,
body#profile_page .chosen_design ul.info li{
	margin:0;
	padding:0;
	list-style:none;
}
body#profile_page .chosen_design ul.info li{
	margin:0 0 5px 20px;	
	font-size:1.2em;		
}

body#profile_page .chosen_design .reg_text{
	float:left;	
	width:260px;
	margin:10px 0 5px 20px;	
	font-size:1.1em;	
}

body#profile_page .chosen_design ul.info li.title{
	font-size:1.6em;	
}
body#profile_page .reg_form{
	clear:both;
}

/* MAIN COLUMN */
body#profile_page .wrapper #app {
	width: 440px;
	display: inline-block;
	float: left;
}

body#profile_page .wrapper #app .logo {
	margin-top: 130px;	
}

body#profile_page .wrapper #app .strap_line {
	font-size: 2em;
	color: #e31e26;
	font-style: italic;
	margin-top: 30px;
}

body#profile_page .wrapper #app .strap_line span {
	color: #FFFFFF;
	font-style: normal;
	font-size: 1.3em;
}

/* FORM */
body#profile_page .wrapper #app form {
	margin-top: 10px;
	clear: both;
}
body#profile_page .wrapper #app form p {
	margin: 5px 0;
	clear: both;
}
body#profile_page .wrapper #app form p label {
	width: 160px;
	display: inline-block;
	font-size: 1.1em;
}
body#profile_page .wrapper #app form p input.text {
	width: 260px;
	display: inline-block;
	padding: 3px;
	color: #000000;
}

body#profile_page .wrapper #app form p input.sizing {
	width:145px;
}

body#profile_page .wrapper #app form p label.error {
	width: 300px;
	margin: 5px 0 5px 163px;
	clear: both;
	color: #f99;
}

body#profile_page .wrapper #app form p select.dobd { width: 80px; }
body#profile_page .wrapper #app form p select.dobm { width: 100px; }
body#profile_page .wrapper #app form p select.doby { width: 80px; }
body#profile_page .wrapper #app form p select.gender { width: 266px; }

body#profile_page .wrapper #app form p.check label {
	width: 260px;
	margin: 0 0 20px 0;
	float:left;
}
body#profile_page .wrapper #app form p.check input.check {
	margin: 0 10px 0 140px;
	float:left;
}
body#profile_page .wrapper #app form p.check label.error {
	margin: -10px 0 10px 163px;
}

body#profile_page .wrapper #app form p.submit {
	margin: 20px 0 0;
}
body#profile_page .wrapper #app form p.submit input#submit {
	background: #535353;
	padding: 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 160px;
	cursor:pointer;
}
body#profile_page .wrapper #app form p.submit input#submit:hover {
	background: #fff;
	color: #e31e26;	
	cursor:pointer;
}
body#profile_page .wrapper #app form p a {
	color: #FFFFFF;
	text-decoration: underline;
}
body#profile_page .wrapper #app form p a:hover {
	color: #000;
}





#msg {
	width: 924px;
	margin: 0 0 0 8px;
	clear: both;
	display: block;
}
#msg .msg,
#msg .error {
	border: 1px solid #e31e26;
	background: #2a2a2a;
	text-align: center;
	padding: 15px;
	font-size: 1.5em;
	font-weight: bold;
}
#msg a img {
	border: none;
	vertical-align: middle;
}



ol.terms {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1.2em;
}

ol.terms li {
	margin-bottom: 10px;
}


/* FOOTER PAGE */
#footer_page {
	width: 843px;
	float: right;
	clear: both;
	margin: 20px 40px 20px 0;
	border-top: 1px solid #272727;
	padding: 10px 0 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #757575;
}
#footer_page a { color: #757575; }
#footer_page a:hover { color: #FFFFFF; text-decoration: none; }

#footer_page .col {
	float: left;
	width: 50%;
}
#footer_page .right {
	text-align: right;	
}








/* REPORTING INTERFACE */
body#reporting {
	background: #FFFFFF;
	color: #000000;
}

#reporting {
	width: 800px;
	margin: 0px auto;
}

#reporting #logo {
	margin: 60px 0 0;	
}

#reporting #strap {
	font-size: 2.7em;
	font-style: italic;
	color: #e31e26;
	margin-top: 20px;
}

#reporting #general {
	margin: 40px 0 0;
	width: 796px;
	display: block;
	border: 1px solid #c1c1c1;
	padding: 1px;
}

#reporting #general .item {
	width: 265px;
	float: left;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
}
#reporting #general .last { width: 266px; }
#reporting #general .item span { padding: 10px; display: inline-block; color: #000000; }
#reporting #general .item span.right { float: right; background: #ededed; color: #e31e26; font-weight: bold; }

#reporting #institutions {
	margin: 20px 0 0;
	width: 800px;
	display: block;
	
}

#reporting #institutions .institution {
	width: 396px;
	border: 1px solid #c1c1c1;
	padding: 1px;
	display: inline-block;
	float: left;
	font-size: 1.1em;
}

#reporting #institutions .institution .trow {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #000000;
}
#reporting #institutions .institution .trow span { padding: 10px; display: inline-block; }
#reporting #institutions .institution .trow .right { float: right; background: #ededed; color: #e31e26; }

#reporting #institutions .institution .erow {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #FFFFFF;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	margin: 1px 0;
	background: #c1c1c1;
}
#reporting #institutions .institution .erow span { padding: 5px 10px; display: inline-block; }
#reporting #institutions .institution .erow .right { float: right; }

#reporting #institutions .institution .prow {
	color: #000000;
	border-top: 1px solid #c1c1c1;
}
#reporting #institutions .institution .prow span { padding: 5px 10px; display: inline-block; }
#reporting #institutions .institution .prow .right { float: right; }





p.close {
	font-size: 1.2em;	
}
p.close a {
	color: #FFFFFF;
	text-decoration: underline;
}
p.close a:hover {
	color: #e31e26;
}




/* NEW LANDING PAGE DESIGN */
.content #left_col_view {
	width: 586px;
	float: left;
	display: inline block;
	height: 600px;
	display: block;
	overflow: hidden;
	margin-right: 20px;
}

.content #left_col_view .opt,
.content #left_col_view .opt img {
	width: 586px;
	height: 600px;
	display: block;
	border: none;
}

.content #left_col_view .opt .info {
	position: absolute;
	display: block;
	z-index: 1;
	width: 160px;
	padding: 70px 20px 20px 20px;
	margin: 0 0 0 386px;
	background: url('../../images/win_home/info_k50.png');
}
.content #left_col_view .opt .info span {
	font-weight: bold;
	font-size: 1.3em;
	color: #FFFFFF;
}
.content #left_col_view .second,
.content #left_col_view .third {
	display: none;
}
.content #left_col_view .opt .info a {
	display: block;
	margin: -50px 0 0 139px;
	width: 23px;
	height: 23px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	background: url('../../images/expand_icon.jpg');
}
.content #left_col_view .opt .info a:hover {
	background: url('../../images/expand_icon_hover.jpg');
}
.content #left_col_view .opt .info a span {
	display: none;	
}






.content #right_col_view {
	width: 262px;
	float: left;
	display: inline block;
	height: 600px;
	display: block;
}
.content #right_col_view .item {
	margin: 0 0 20px 0;
}
.content #right_col_view .item p {
	padding: 10px;
	font-size: 1.1em;
	margin: 0;
}
.content #right_col_view .item p a {
	color: #FFFFFF;
	text-decoration: underline;
}

.content #right_col_view .item p span {
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.content #right_col_view .item img {
	display: block;
	border: none;
}
.content #right_col_view .first p { background: #e31e28; }
.content #right_col_view .second p { background: #b61820; }
.content #right_col_view .third p { background: #881218; }



.extended_press {
	font-size: 1.2em;
	color: #FFFFFF;
}
.extended_press p {
	margin-left: 230px;
	width: 575px;
}

.extended_press p a {
	color: #FFFFFF;
	text-decoration: underline;
}

#prize{
	width:210px;	
}

/* HOLDING PAGE */


#holding_page .topinfo_left{
	width:280px;
}
#holding_page .topinfo_centretitle h1{
	text-align:left;
	margin-top:30px;
}
#holding_page .topinfo_centretext p {
	text-align:left;
}
