/* @group Normalize { */
/*  =============================================================================
//  HTML5 display definitions
//  ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
//  Base
// ========================================================================== */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family:Arial, sans-serif; color: rgb(72,70,68); }

::-moz-selection { background: rgb(0,0,0); color: #fff; text-shadow: none; }
::selection{background:rgb(0,0,0);color:#fff;text-shadow:none;}

/* =============================================================================
// Links
// =============================================================================*/

/*a, a:active, a:visited,  { color: rgb(172, 229, 232); text-decoration:none; }*/
a, a:active, a:visited { color: rgb(0,77,139); text-decoration:none; }
.alt a, .alt a:active, .alt a:visited{ color:rgb(172,229,232);}
a:hover { text-decoration:underline }
a:focus { outline: thin dotted; }

a:hover, a:active { outline: 0; }


a:hover { text-decoration:underline; }


/* =============================================================================
// Typography
// ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

header h1,
header h2,
footer h3{font-family:'Yanone Kaffeesatz', Arial, sans-serif; font-weight:normal; }

h1{font-size:36px;}
h2{font-size:20px; margin-bottom:18px;}
h3{font-size:16px; margin-bottom:16px;}

header h1,
header h2{
	margin:11px 0 0 18px;
	line-height:1;
	font-size:36px;
	text-transform:uppercase;
}

header h1 a {
	text-decoration: none;
}

header h1 a: hover {
	text-decoration: underline;
}

.alt h1,
.alt h2{
	color:rgb(255,255,255);
}

.alt p,
.alt dl{
	color:rgb(204,204,204);
}

p{
	margin:0 0 10px 0;
}

#navigation{font-size:14px;}
#navigation a{font-weight:bold;}

nav.sec{
	font-size:14px;
	font-family:  "Francois One", "Arial Narrow", Arial, sans-serif;
}

#theme a{
	font-size:26px;
	text-transform:uppercase;
	font-family:'Yanone Kaffeesatz',  'Arial Narrow', Arial, sans-serif;
}
.item{font-size:13px;}

.item .rank{font:normal 48px/1 "Francois One","Arial Narrow",Arial,sans-serif;}

.item .meta{font-size:12px;}

.item .user{font-weight:bold;}

#cinemas .description h2{
	font-size:33px;
	font-family:'Yanone Kaffeesatz',  "Francois One", 'Arial Narrow', Arial, sans-serif;
}

#cinemas .description .user{
	font-size:15px;
	font-weight:bold;
}

#movie .info{font-size:12px;}
#movie .xoxo:last-of-type{font-size:12px;}

#ontv ul{font-size:13px;}


.carousel .item{
	font-size:13px;
}

.review h3{
	font: 700 22px/26px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 15px 0;
}

.review p {
	font: 100 14px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 15px 0;
}

.forum .AuthorInfo h4 {
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0 0;
}

.forum .CommentTime {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
}

.threads h2{
	font-size:16px;
}

.forum h2{
	font-size:16px;
}

.topics .meta{
	font-size:13.5px;
}

.tabs a,
.buttons a{
	font-family: "Francois One", 'Arial Narrow', Arial,sans-serif;
	font-size:14px;
	line-height:24px;
}

.buttons.small a{
	line-height:20px;
	font-size:12px;
	font-family:Arial, sans-serif;
	font-weight:bold;
}

#copy{
	font-size:12px;
}

#contentinfo h3{
	font-size:22px;
}

#contentinfo li{
	line-height:30px;
    font-size: 12px;
}

.shelf a {
	color: #ace5e8;
	text-decoration: none;
}

.shelf a:hover {
	color: #fff;
	text-decoration: underline;
}

.shelf .item p {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}


.item h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.33;
/*	color: #fff;*/
}



/* =============================================================================
// Lists
// ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
// Embedded content
// ========================================================================== */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

/* =============================================================================
// Figures
// ========================================================================== */

figure { margin: 0; }

/* =============================================================================
// Forms
// ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


label{
	display:inline-block;
	width:170px;
}
input, textarea, select, .sbHolder{
	border:1px solid rgb(204,204,204);
	background:rgb(245,245,245);
	padding:10px;
	margin:0 0 8px 0;
	width:280px;
}

input:focus,
textarea:focus,
.sbHolder:hover{
	outline:none;
	background:rgb(255,255,255);
	border-color:rgb(153,153,153);
}

.borderradius input,
.borderradius textarea,
.borderradius select,
.borderradius .sbHolder{
	border-radius:5px;
}

input[type="file"]{
	background:transparent none;
	border:none;
}

input[type="checkbox"],
input[type="radio"]{
	width:auto;
	margin-right:10px;
	margin-left:174px;
}

/* Radio ja Checkbox ovat erikoistapauksia labeleiden kanssa */
label + input[type="checkbox"],
label + input[type="radio"]{
	margin-left:0;
}

input[type="checkbox"] + label,
input[type="radio"] + label{
	width:auto;
}


input[type="submit"]{
	color:rgb(255,255,255);
	background-color: #686664;
	width:auto;
	margin-left:174px;
}

.cssgradients input[type="submit"]{
	background-image:linear-gradient(rgba(255,255,255,0.2) 0%,rgba(196,196,196,0.14) 50%,rgba(91,91,91,0.19) 50%,rgba(0,0,0,0.1) 100%);
}


/* Selectit labelin verran oikealle, paitsi jos on label vieressä */

select,
.sbHolder { margin-left:174px; }
label + select,
label + select + .sbHolder { margin-left:0;}

/* Enhanced select */
.sbHolder{
	display:inline-block;
	position:relative;
/*	height:30px;*/
	padding:0 10px;
}
.sbHolder a{color:rgb(72,70,68);}
.sbHolder a:hover{text-decoration:none;}

.sbSelector{
	display:block;
	height:37px;
	line-height:37px;
}

.sbOptions{ 
	position:absolute; 
	z-index:10; 
	list-style:none outside none;
	margin:0;
	padding:0;
	background:rgb(255,255,255);
	border:1px solid rgb(153,153,153);
	width:270px;
	top:30px;
	overflow-y:auto;
	line-height:1.5;
}

.sbOptions a{
	display:block;
	padding:1px 4px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

.sbOptions a:hover{
	background-color:rgb(245,245,245);
	border-top:1px solid rgb(204,204,204);
	border-bottom:1px solid rgb(204,204,204);
}
.sbDisabled{}
.sbGroup{}
.sbSub{}

.sbToggle{ 
	display:block; 
	position:absolute; 
	right:0; 
	height:25px; 
	width:35px; 
	background:url('../img/icon/select-updown.png') no-repeat 50% -50px;
	border-left:1px solid rgb(204,204,204);
	padding:0;
	top:5px;
}
.sbToggleOpen{background-position:50% 0px;}

.sbHolder:hover .sbToggle{
	border-color:rgb(153,153,153);
}


form .hint{
	width:24px;
	height:24px;
	position:relative;
	background:url('../img/icon/form-hint.png') no-repeat 0 0;
	cursor:pointer;
	display:inline-block;
/*	padding-top:5px;*/
	top:7px;
	margin-left:5px;
}
form .hint span{
	display:none;
	position:absolute;
	top:10px;
	left:30px;
	min-width:150px;

	background-color:rgb(254,245,168);
	border:1px solid rgb(209,209,209);
	padding:10px;
	font-size:12px;
}

.borderradius form .hint span{
	border-radius:5px;
	box-shadow:1px 2px 5px rgba(0,0,0,.1);
}
form .hint:hover span{
	display:block;
}

/* =============================================================================
// Tables
// ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* @end Normalize } */
