@charset "UTF-8";
/* CSS Document */

*
{
	padding: 0;
	margin: 0;
}

a img
{
	border: none;
}

a:focus
{
	outline: none;
}

a
{
	color: white;
	text-decoration: none;
}

h1
{
	color: white;
}

h2
{
	font-size: 22px;
	margin-bottom: 10px;
	color: white;
	line-height: 22px;
}

h3
{
	font-size: 16px;
	margin-bottom: 10px;
}

body
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background: url(../images/bg.jpg) 50% 0 repeat-y;
	color: #B1A68E;
	/*
	height: 100%;
	min-height: 1080px;
	*/
}

#content
{
	width: 964px;
	background: url(../images/content_bg.png) repeat-y;
	margin: 0 auto;
	/*
	min-height: 1080px;
	height: 100%;
	*/
}

#top_banner
{
/*	width: 728px; */
	width: 964px; 
	height: 90px;
	margin: 0 auto;
/*	background: cyan; */
}

#logo
{
	margin: -10px auto;
	display: block;
}

#top_container
{
	background: url(../images/top_content_bg.jpg) 50% 0 no-repeat;
	min-height: 267px;
	position: relative;
	margin-bottom: 20px;
}

#navi_wrapper
{
	position: absolute;
	top: 198px;
	width: 946px;
}

#navi
{
	list-style: none;
	text-align: center;
	color: #c9ba9b;
	font-size: 16px;
}

#navi li
{
	display: inline;
	padding: 0 10px 2px 13px;
	border-left: 1px solid #3c3a33;
	
}

#navi li a
{
	color: #c9ba9b;
	text-decoration: none;
}

#navi li a.selected
{
	color: white;
}

#navi li a:hover
{
	color: white;
}

#navi li:first-child
{
	border-left: none;
}

input[type=text], input[type=password]
{
	background: url(../images/input_bg.png) no-repeat;
	width: 102px;
	height: 25px;
	border: none;
	color: white;
	padding: 0 3px;
}

input[type=image]
{
	position: relative;
	top: 2px;
}

div.fileinputs
{
	position: relative;
}

div.fakefile
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

div.fakefile input
{
	background: transparent;
	border: none;
	position: absolute;
	color: white;
	height: 25px;
	width: 159px;
	padding: 0 3px;
}

input[type=file]
{
	position: relative;
	text-align: right;
	-moz-opacity: 0 ;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	height: 25px;
	width: 159px;
	padding: 0 3px;
}

#upload_profile_image_form_wrapper
{
	width: 250px;
	margin: 0 auto;
}

select
{
	margin: 5px 0;
	padding: 2px;
	color: white;
	background: #5c5445;
	border: 1px solid #afa186;
	width: 213px;
}


select:focus
{
	border: 3px double #afa186;
	padding: 0;
}

textarea 
{
	border: 1px solid #afa186;
	display: block;
	font-size: 14px;
	margin: 10px 0;
	padding: 5px;
	width: 100%;
	height: 250px;
	background: #5c5445;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

textarea:focus
{
	border: 3px double #afa186;
	padding: 3px;
}

#reviews textarea
{
	width: auto;
	height: auto;
}

.large
{
	font-size: 15px;
}

#login_wrapper
{
	position: absolute;
	left: 30px;
	top: 230px;
	height: 25px;
	vertical-align: middle;
}

#logout {
	padding-top: 5px;
	height: 20px;
}

#logout div {
	float: left;
	margin-right: 20px;
	height: 20px;
}

#logout div a {
	font-size: 16px;
}

#search_wrapper
{
	position: absolute;
	right: 180px; 
	top: 230px;
	z-index: 1;
}

#addthis_wrapper
{
	position: absolute;
	right: 30px;
	top: 230px;
	z-index: 1;
}

#addthis_wrapper .at15t_compact
{
	background: url(../images/plus_icon.png) no-repeat !important;
}

#how_this_works
{
	background: url(../images/year_bg.png) no-repeat;
	width: 973px;
	height: 240px;
	position: relative;
	margin-top: 10px;
}

#how_this_works h1
{
	font-size: 22px;
	margin-bottom: 5px;
}

#how_this_works .left_side
{
	padding: 50px 55px;
	width: 315px;
	height: 140px;
}

#how_this_works .right_side
{
	position: absolute;
	width: 573px;
	height: 265px;
	top: -25px;
	right: 0;
}

#year_select_wrapper
{
	width: 830px;
	overflow: hidden;
	margin: 0 auto;
}

#year_select
{
	height: 75px;
	background: url(../images/year_list_bg.png) 0 100% no-repeat;
	position: relative;
	bottom: 35px;
}

#year_select.years
{
	height: 100px;
}

#year_select ul
{
	list-style: none;
	width: 999999px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#year_select ul li
{
	float: left;
	font-size: 30px;
	width: 85px;
	cursor: pointer;
}

#year_select ul li a
{
	color: #9e8f6e;
}

#year_select ul li a.selected
{
	color: white;
}

#arrow_left
{
	position: absolute;
	left: 40px;
	top: 35px;
	cursor: pointer;
}

#arrow_right
{
	position: absolute;
	right: 40px;
	top: 35px;
	cursor: pointer;
}

#year_select_wrapper
{
	color: #9e8f6e;
}

#selected_year
{
	background: url(../images/year_lift.png) no-repeat;
	height: 296px;
	position: relative;
}

#selected_year_main_image
{
	position: relative;
	left: 50px;
}

#selected_year_texts
{
	position: absolute;
	width: 324px;
	height: 248px;
	left: 248px;
	top: 0;
	color: #b1a68e;
	overflow: hidden;
}

#selected_year_texts h2
{
	font-size: 34px;
	margin-bottom: 0;
	color: white;
}

#selected_year_texts h2 span
{
	color: #736444;
}

#number_of_comments
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	padding-left: 28px;
	background: url(../images/comment_icon.png) 0 0 no-repeat;
	line-height: 12px;
}

#number_of_comments a
{
	color: #c9ba9b;
}

#number_of_comments > span
{
	font-size: 10px;
}

#number_of_comments a span
{
	color: white;
}

#footer
{
	position: relative;
	height: 150px;
}

#rr_logo
{
	position: relative;
	top: 30px;
	left: 50px; 
}

#qgallery_logo
{
	position: relative;
	left: 80px;
	top: 30px;
}

#turun_musiikkijuhlat_logo
{
	position: absolute;
	right: 40px;
	top: 30px;
}

#turun_musiikkijuhlat_logo img
{
	vertical-align: -3px;
	margin-left: 5px;
}

#selected_year_user_image
{
	position: absolute;
	width: 340px;
	right: 40px;
	top: 0;
	height: 267px;
}

#selected_year_user_image h4
{
	text-align: center;
	position: relative;
	left: 25px;
	font-size: 14px;
}
#selected_year_user_image h4.voted
{
	left: 10px;
	text-align: left;
}
#side_tabs
{
	list-style: none;
	position: relative;
	top: 12px;
	padding-left: 8px;
}

#side_tabs li
{
	width: 52px;
	height: 38px;
	background: url(../images/side_tabs_bg.png) no-repeat;
	margin-bottom: 1px;
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 10px;
}

#side_tabs li span
{
/*	display: block; */
	font-size: 18px;
	color: white;
}
#side_tabs li span.percent
{
	font-size: 14px;
}

#side_tabs li.comment_count
{
	padding-top: 13px;
	height: 35px;
	font-size: 10px;
}

#side_tabs li.comment_count span
{
	color: black;
	height: 23px;
	padding-top: 1px;
	width: 29px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	background: url(../images/comment_icon_white.png) no-repeat;
	position: relative;
	left: 13px;
	
}

#random_image img
{
	border: 1px solid #736444; 
	position: absolute;
	top: 26px;
	left: 60px;
}

#random_image li img
{
	position: relative;
	top: -5px;
	left: 2px;
	border: 0;
}

#vote
{
/*	width: 265px; */
	width: 226px;
	height: 50px;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	line-height: 40px;
	vertical-align: middle;
	right: 0;
}

#vote a
{
	color: #b1a68e;
}

#vote img
{
	line-height: 40px;
	vertical-align: middle;
}

#vote img.left
{
	margin-left: 10px;
	margin-right: 5px;
}

#vote img.right
{
	margin-left: 10px;
	margin-right: 5px;
}

#info_content
{
	margin: 25px 0 0 0;
}

#info_content .left
{
	width: 407px;
	padding: 0 15px 0 0;
	float: left;
}

#info_content .right
{
/*
	width: 407px;
*/
	width: 536px;
	padding: 0 0 0 15px;
	float: left;
}

#profile_container
{
	padding-left: 90px;
}

#info_content #profile_container .right
{
	width: 407px;
}

#registration_container #info_content .right
{
	width: 407px;
}

#registration_container
{
	padding-left: 80px;
	margin: 0 30px;
}

#info_content h1
{
	margin: 0 0 10px 0;
}

#info_content input[type=text], #info_content input[type=password]
{
	background: url(../images/input_bg_long.png) no-repeat;
	width: 210px;
	height: 25px;
	padding-right: 6px;
}

.clearer
{
	clear: both;
}

label
{
	display: block;
	font-size: 14px;
	font-weight: bold;
}

/* in modify profile */
#tabs {
	margin-bottom: 20px;
	background: url(../images/tab_bottom.png) 0 27px no-repeat;
	height: 35px;
}

.tabs
{
	list-style: none;
	height: 28px;
/*	border-bottom: 1px solid #565656; */
	font-size: 16px;
}

.tabs li
{
	float: left;
}

.tabs li a
{
/*
	border-left: 1px solid #565656;
	border-right: 1px solid #565656;
	border-top: 1px solid #565656;
*/
	display: block;
	padding: 5px 10px;
	height: 18px;
	margin: 0 3px 0 0;
	width: 104px;
	height: 18px;
	text-align: center;
	background: url(../images/tab.png) 0 0 no-repeat;
}

.tabs li a.active
{
/*	background: #343434; */
	background: url(../images/tab_selected.png) 0 0 no-repeat;
}

.modal {
	background-color:#fff;
	color: #000;
	padding:10px;
	border:1px solid #333;
}

#tdclose {
	text-align: right;
	cursor: pointer;
	clear: both;
	position: absolute;
	bottom: 30px;
	right: 40px;
}

.shadow
{
	clear: both;
}

#reviews
{
	padding: 0 40px 0 40px;
	position: relative;
	min-height: 100px;
}

.reviews_list
{
	list-style: none;
	width: 99999px;
}

ul.editable
{
	width: 100%;
	list-style: none;
}

#stories
{
	padding: 0 40px 0 40px;
	position: relative;
	min-height: 100px;
}

#stories ul
{
	list-style: none;
}

#stories ul li
{
	/*
	float: left;
	width: 150px;
	min-height: 150px;
	position: relative;
	*/
	width: 222px;
	float: left;
	min-height: 175px;
	background: url(../images/story_frame_li_bg.png) 100% 0  no-repeat;
	padding: 20px 25px;
	position: relative;
	margin-bottom: 20px;
	color: #b1a68e;
}

#style_challenges
{
	padding: 30px 40px;
}

.delete, .muokkaa_button {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	cursor: pointer;
}

.review_comment
{
	position: absolute;
	right: 5px;
	top: 0;
	background: url(../images/comment_icon_white.png);
	width: 29px;
	height: 24px;
}

.review_comment a
{
	display: block;
	color: black;
}

.reviews_list li
{
	float: left;
	margin-right: 20px;
	width: 106px;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.review_controller
{
	position: absolute;
	right: 5px;
	top: 25px;
}

.percentage_hot
{
	position: absolute;
	top: 0;
	left: 8px;
	background: url(../images/mini_hand.png) no-repeat;
	height: 16px;
	line-height: 16px;
	text-align: center;
	padding: 0 0 0 20px;
}

.image_wrapper
{
	margin-top: 20px;
}

.review_controller span
{
	padding-right: 5px;
}

.reviews_list li .more_wrapping img
{
	border: 1px solid #685c40;
}

#reviews_frame
{
	width: 736px;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}

#reviews_right_arrow, #reviews_left_arrow, #stories_right_arrow, #stories_left_arrow
{
	display: block;
	float: left;
	cursor: pointer;
}

#reviews_left_arrow, #stories_left_arrow
{
	margin-left: 10px;
	margin-right: 40px;
	position: relative;
	top: 50px;
}

#reviews_right_arrow, #stories_right_arrow
{
	margin-left: 40px;
	position: relative;
	top: 50px;
}

#stories_right_arrow
{
	margin-left: 0;
}

#stories_left_arrow
{
	margin-right: 0;
}

#info_content #year_select
{
	bottom: 0;
}

#stories_frame
{
	width: 815px;
	overflow: hidden;
	float: left;
	min-height: 210px;
}

#stories_frame ul
{
	list-style: none;
	width: 99999px;
}

#stories_frame ul li
{
	width: 222px;
	float: left;
/*	min-height: 175px; */
	min-height: 215px;
	background: url(../images/story_frame_li_bg.png) 100% 0  no-repeat;
	margin-bottom: 0;
}
#stories_frame ul li a
{
	color: white;
}

.years_page
{
	background: none !important;
	height: auto !important;
}

.year_page_year_wrapper
{
	height: 248px;
}

.years_page h2
{
	font-size: 32px;
}

#overlay
{
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999
}

#review_compare_images
{
	width: 630px;
	text-align: center;
}

#review_compare_images img.image
{
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid black;
}

.review_already_voted
{
	font-size: 22px;
	color: #706555;
}

img.not_image
{
	vertical-align: -12px;
}

#tdwindow
{
	color: black;
}

#comment_list_wrapper
{
	text-align: left;
}

#info_box {
	border: 1px solid #e3e3e3;
	background: #f3f3f3;
	padding: 10px 10px;
	margin: 20px 0 20px 0;
}

#change_profile_image {
	color: #5c5445;
	position: absolute;
	bottom: 40px;
	left: 115px;
	width: 147px;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	vertical-align: middle;
	display: block;
	cursor: pointer;
}

#delete_profile_image {
	color: #5c5445;
	position: absolute;
	bottom: 20px;
	left: 115px;
	width: 147px;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	vertical-align: middle;
}

#delete_profile_image a {
	color: #5c5445;
}

#profile_image_wrapper {
	position: relative;
	width: 323px;
	height: 396px;
	padding-left: 25px;
	padding-top: 25px;
}

#upload_profile_image_form_wrapper {
	text-align: left;
}

#info_content a {
	text-decoration: none;
}

#info_content .left {
	border-right: dotted 1px black;
	padding-right: 10px;
	width: 348px;
	float: left;
	min-height: 337px;
	text-align: center;
}

#stories .right, #reviews .right {
	width: 500px;
}

#create_story, #create_review {
	position: absolute;
	right: 30px;
 	top: 30px;
	font-size: 15px;
	cursor: pointer;
}

#create_story:hover {
	cursor: pointer;
}

#info_content .left_registration {
	border-right: dotted 1px black;
	padding: 0 10px 0 20px;
	width: 318px;
	float: left;
	min-height: 560px;
	text-align: left;
}

#info_content h1 {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: normal;
}

#info_content .right h1 {
	background: url(../images/profile_name_bg.gif) 0 2px no-repeat;
	padding: 0 0 0 35px;
	margin: 10px 0 10px 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 28px;
}

#info_content .right h1.male {
	background: url(../images/profile_name_male_bg.gif) 0 5px no-repeat;
}

ul.list_container {
	list-style-type: none;
}

ul.list_container li {
	float: left;
}

.kansio_listaus {
	width: 125px;
	border: 1px solid #303030;
	padding: 4px;
	padding-top: 9px;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 10px;
	height: 141px;
	position: relative;
}

ul.list_container .first {

}

ul.list_container .row {
	clear: both;
}

#profile_listing {
	margin: 0 30px 0 50px;
}

#profile_listing h1{
	padding-bottom: 20px;
}

#profile_listing .info {
	position: absolute;
	width: 115px;
	padding: 0 5px;
	bottom: 2px;
}

.campaign_container {
	width: 885px;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-left: 50px;
	position: relative;
	min-height: 200px;
}

.campaign_list {
	padding-top: 20px;
	padding-left: 16px;
}

.campaign_image {
	width: 358px;
	text-align: center;
}

.campaign_content {
	width: 513px;
	left: 359px;
	top: 0;
	position: absolute;
	padding-left: 38px;
}

.campaign_content h1 {
	margin-top: 20px;
	font-size: 26px;
}

.campaign_content h2 {

}

.campaign_content p {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 28px;
	font-size: 14px;
	line-height: 18px;
	color: #B1A68E;
}

.campaign_controller {
	height: 44px;
}

.campaign_controller span {
	background: url('../images/heart.gif') 0 4px no-repeat;
	padding-left: 20px;
	margin-right: 30px;
}

.campaign_controller a:link, .campaign_controller a:visited, .campaign_controller a:active {
	text-decoration: none;
}

.campaign_controller a:hover {
	text-decoration: underline;
}

#adjusted_content {
	margin-left: 50px;
}

#lower_inner_content {
	margin: 0 50px;
}

#lower_inner_content h1 {
	margin-bottom: 20px;
}

/*
Qwindow (formely TdWindow) styles
*/

#tdwrapper
{
	width: 630px !important;
	height: 464px !important;
	background: url(../images/qwindow_bg.png) !important;
	padding: 30px 40px !important;
	position: relative;
}

.campaigns_list {
	width: 884px;
	list-style: none;
}

.campaigns_list li {
	background: url('../images/answer_bg.gif') 0 130px repeat-x;
	position: relative;
	height: 131px;
}

.profile_campaign_image {
	position: absolute;
	width: 128px;
	height: 120px;
	bottom: 1px;
	left: 0;

}

.profile_campaign_content {
	position: absolute;
	width: 390px;
	left: 155px;
	top: 10px;
}

.profile_campaign_name {
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 18px;
}

.profile_campaign_ingress {
	text-align: left;
	font-size: 12px;
}

.participated_image {
	/* HELLO! Do not just remove me, campaign-class uses me!	*/
	position: absolute;
	width: 325px;
	right: 13px;
	bottom: 1px;
	font-size: 18px;
}

.participated_image img
{
	border:1px solid black;
	margin-bottom:10px;
	margin-top:20px;
}

.part_pic {
	
	width: 160px;
	float: left;
	text-align: right;
	margin-right: 19px;
	margin-top: 10px;
}

.winner_pic {
	margin-top: 50px;
	color: #ff6161;
}

.winner_pic img {
	vertical-align: -4px;
	margin-right: 7px;
}

.participated_image img.part_picture {
	float: left;
}

#user_image_frame
{
	position: absolute;
	top: -1px;
	left: 36px;
}

.story_controller
{
	position: absolute;
	right: 10px;
	top: 0;
}

.story_controller span
{
	margin-left: 5px;
}

.add_new:hover {
	cursor: pointer;
}

#campaign_participants {
	padding-left: 50px;
	width: 890px;
}

#campaign_participants h2 {
	margin-left: 10px;
}

.participants ul
{
	list-style: none;
}

.participants_pictures li 
{
	width: 93px;
	height: 93px;
	float: left;
	margin: 5px;
}

.participants_stories li
{
	width: 202px;
	float: left;
	min-height: 175px;
	background: url(../images/story_frame_li_bg.png) 100% 0  no-repeat;
	margin-bottom: 40px;
	padding: 0 10px;
}

.participants_stories li a
{
	color: #B1A68E;
}

#create_new_story_form
{
	margin-bottom: 20px;
}

#update_review_form .image_wrapper
{
	background: url(../images/click_to_change.png) 111px 50% no-repeat;
}

#update_review_form .image_wrapper img
{
	cursor: pointer;
}

#info_tab h1 {
	background: none !important;
	padding: 0 !important;
}

a.modify_profile_info
{
	font-size: 16px;
}

#display_performers
{
	position: absolute;
	bottom: 32px;
}

#performers_list
{
	height: 390px;
	overflow: auto;
	font-size:  16px;
	font-weight: bold;
}

#performers_list p
{
	background: url(../images/performers_separator.png) 75px 29px no-repeat;
	line-height: 30px;
	display: block;
}

#upper_banner_container
{
	width: 728px;
	margin: 0 auto;
	text-align: center;
}

#upper_banner_container img {
	border: 1px solid #c6b799;
}

#upper_banner_container object
{
	margin: 0 auto;
	display: block;
}

.text_content h1
{
	margin-bottom: 20px;
}

.desc_fields
{

}

.browse_question
{
	color: white;
	font-size: 16px;
}

.browse_answer
{
}

#pagination
{
	list-style: none;
	float: right;
	margin-right: 50px;
}

#pagination li
{
	float: left;
}

#pagination li a
{
	color: #B1A68E;
	display: block;
	padding-top: 2px;
	height: 18px;
	width: 20px;
	line-height: 20px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #303030;
}

#pagination li a.selected {
	color: white;
}

#footer ul
{
	position: absolute;
	right: 40px;
	list-style: none;
	top: 65px;
	text-align: right;
}

.qwindow_scroll
{
	height: 390px;
	overflow: auto;
}

.nick
{
	color: white !important;
}

.campaign_popup_participant_image img
{
	margin: 20px 0;
	border: 1px solid black;
}
