/* Sivujen perusrakenne */
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #fff;
	font-size: 72%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	background-color: #b1070b;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	text-align:center;
	background-position: 0 0;
	border:0;
	cursor: default;
	}
html>body {
	font-size:12px;
	}
#wrapper {
	width:820px;
	text-align:left;
	overflow: hidden;
	margin: 0 auto;
	}
#header_logo {
	width: 820px;
	height: 140px;
	}
#logo {
	position: relative;
	top: 40px;
	left: 30px;
	}
#header_graphic {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 190px;
	}
#bg {
	background-image: url(../images/bg_content2.jpg);
	background-repeat: repeat;
	width: 820px;
	padding: 0 0 10px;
	}
#padding {
	width: 780px;
	clear: both;
	margin: 0 20px;
	}

#navi {
	width: 178px;
	float: right;
	border: solid 1px #790508;
	}
#navi_padding {
	width: 158px;
	margin: 0 10px 10px;
	}

#navi ul {
	list-style-type: none;
	}
.content {
	width: 587px;
	min-height: 396px;
	margin: 0 0 10px;
	border: solid 1px #790508;
	}
* html .content {
	height: 378px;
	}

.content_header {
	color: #fff;
	font-size: 1.2em;
	background-image: url(../images/bg_content_header.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 35px;
	padding: 0 0 10px;
	}
.content_padding {
	width: 567px;
	margin: 0 10px 10px;
	}
.content_padding_centered {
	text-align: center;
	margin: 0 10px 10px;
	width: 567px;
	}
.comment {
	text-align: left;
	position: relative;
	width: 565px;
	float: left;
	margin-bottom: 10px;
	border: solid 1px #790508;
	display: inline;
	}
.comment_header {
	background-color: #790508;
	text-align: left;
	position: relative;
	width: 563px;
	float: left;
	margin-bottom: 10px;
	border: solid 1px #790508;
	display: inline;
	}
.content_padding .comment p {
	margin: 0 10px 0;
	}

.comment .comment_header p {
	margin: 0;
	padding: 5px 10px;
	}

.omppu {
	background-image: url(../images/content_header_omppu.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 35px;
	margin: 0 0 -8px;
	padding: 8px 0 0 40px;
	}
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 820px;
	height: 80px;
	margin: 0 0 10px;
	}
/* Linkit */
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
/* Typografia */
p {
	padding-bottom: 1em;
	}
h2 {
	font-size: 1.5em;
	padding: 5px 0 10px;
	}
.data_preview h3 {
	font-size: 1.2em;
	padding: 0 0 8px 10px;
	}
.content_padding h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	}

/* Formit */
#navi form {
	margin-bottom: 10px;
	}
.text_input {
	color: #fff;
	background-color: transparent;
	width: 148px;
	padding: 3px;
	border: solid 1px;
	}
#register .text_input {
	width: 255px;
	}
#user_prefs .text_input {
	width: 255px;
	}
#register select {
	width: 60px;
	}
/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: 5px;
    width: 250px;
    margin-top: -4px;
    border: solid 1px #790508;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #b1070b url(../images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is added by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -7px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/pointer.gif) no-repeat left top;
}
form {
	margin-bottom: 10px;
	}
textarea {
	font-size: 12px;
	}

form div div {
	position: relative;
	margin: 3px 0 10px;
	}
.reg_error {
	background-color: #b1070b;
	position: relative;
	top: -35px;
	left: 280px;
	width: 250px;
	margin-bottom: -55px;
	border: solid 1px #790508;
	padding: 10px 12px;
	}
.reg_error_eula {
	background-color: #b1070b;
	margin-bottom: -80px;
	padding: 10px 12px;
	position: relative;
	top: -55px;
	left: 280px;
	width: 250px;
	border: solid 1px #790508;
	}
.reg_error .reg_error-pointer, .reg_error_eula .reg_error-pointer {
	background: url(../images/pointer.gif) no-repeat left top;
	position: absolute;
	top: 8px;
	left: -7px;
	width: 7px;
	height: 15px;
	}
.preflist_label {
	font-weight: bold;
	text-align: right;
	width: 250px;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	display: block;
	}
/* Kuvat ja info */
.thumbnail_holder {
	width: 180px;
	height: 180px;
	}

.data_preview {
	text-align: center;
	position: relative;
	width: 180px;
	float: left;
	margin: 0 0 10px 10px;
	border: solid 1px #790508;
	display: inline;
	}
.data_preview .img_info, .data_preview h3 {
	line-height: 120%;
	text-align: left;
	padding: 0 0 10px 10px;
	}
.data_preview img, .data_full img {
	margin: 10px 0 0;
	border: solid 1px #fff;
	}
.data_full {
	text-align: center;
	display: inline;
	margin: 0 0 10px 10px;
	position: relative;
	width: 565px;
	float: left;
	border: solid 1px #790508;
	}
.data_full .star-rating {
	width: 125px;
	height: 25px;
	margin: 0 auto;
	}
.login_rate_notice {
	font-size: 80%;
	line-height: 150%;
	margin: -1em 0 0;
	}
.description {
	text-align: left;
	position: relative;
	width: 523px;
	float: left;
	margin: 10px;
	padding: 10px;
	border: solid 1px #790508;
	display: inline;
	}
.description p {
	margin: 0px;
	padding: 0px;
	}
.description img {
	border-style: none;
	}

.active_pagenum {
	padding: 3px;
	border: solid 1px #fff;
	}
/* Arvostelu-tähdet */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/star.gif) repeat-x left -1000px;
	}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0 26px;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}
/* Sekalaisia */
.gender1 {
	margin: 0 2px -5px 0;
	border-style: none;
	}

.gender2 {
	margin: 0 2px -3px 0;
	border-style: none;
	}
.user_sorting {
	font-size: 1.75em;
	font-weight: bold;
	width: 20px;
	height: 35px;
	float: left;
	clear: left;
	margin: 5px 15px 0 0;
	}

.user_display {
	height: 35px;
	float: left;
	clear: none;
	margin: 5px 15px 0 0;
	}

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

hr {
	color: #790508;
	background-color: #790508;
	height: 1px;
	margin: 10px 0 10px 0;
	border-style: none;
	}
.notification {
	text-align: center;
	margin-bottom: 10px;
	padding: 3px;
	border: solid 1px #fff;
	}

.clear_both {
	height: 0;
	clear: both;
	}
.clear_none {
	float: left;
	clear: none;
	}

