/**
 * Lastencinema.fi
 * Stylesheet
 */

body {
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #f8991c;
}

/* Common */
table,tr,td {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
}

h1,h2,h3 {
	margin: 0 0 10px 0;
	padding: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.spacer {
	height: 10px;
}

/* Fonts */
body,p,td,input,textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.white {
	color: #fff;
}

/* Links */
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #d00000; }
a:active { text-decoration: underline; color: #d05d00; }

a.read_more { font-weight: bold; }
a.read_more:link { text-decoration: none; color: #d00000; }
a.read_more:visited { text-decoration: none; color: #d00000; }
a.read_more:hover { text-decoration: underline; color: #d05d00; }
a.read_more:active { text-decoration: underline; color: #d00000; }

/* Wrapper */
#wrapper {
	width: 800px;
	margin: 0 auto;
}

/* Header */
#header {
	width: 800px;
	height: 235px;
	background: url(/pics/logo.gif) no-repeat center 20px;
	position: relative;
}

#star {
	width: 209px;
	height: 191px;
	background: url(/pics/tahti_lippukassa.gif) no-repeat;
	position: absolute;
	left: -40px;
}

#note a {
	width: 162px;
	height: 180px;
	background: url(/pics/note.gif) no-repeat;
	position: absolute;
	right: -15px;
}

/* Logo */
#logo {
	margin: 0 !important;
	padding: 0 !important;
}

#logo span {
	display: none;
}

#logo a {
	display: block;
	width: 462px;
	height: 199px;
	margin: 0 auto;
}

/* Navi */
#navi {
	width: 792px;
	height: 36px;
	background: url(/pics/bg_navi.gif) repeat-x left bottom;
	padding-left: 8px;
}

#navi a {
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 36px;
	float: left;
	margin-left: 8px;
}

#navi a span {
	display: none;
}

.navi_info_ja_hinnat { background-image: url(/pics/navi/info_ja_hinnat.gif); width: 115px; }
.navi_kavijakokemukset { background-image: url(/pics/navi/kavijakokemukset.gif); width: 143px; }
.navi_palaute { background-image: url(/pics/navi/palaute.gif); width: 80px; }
.navi_ryhmat { background-image: url(/pics/navi/ryhmat.gif); width: 77px; }
.navi_synttariporukat { background-image: url(/pics/navi/synttariporukat.gif); width: 127px; }
.navi_tulossa { background-image: url(/pics/navi/tulossa.gif); width: 73px; }
.navi_yhteystiedot { background-image: url(/pics/navi/yhteystiedot.gif); width: 110px; }

/* Tail */
#tail {
	background-color: #000;
	padding: 4px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#tail p { margin: 0 !important; }

/* Content */
#content {
	width: 794px;
	background-color: #f1e30b;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

/* Cells */
.cell {
}

.cell_3_left {
	float: left;
	width: 230px;
	min-height: 20px;
	clear: both;
}

.cell_3_center {
	float: left;
	width: 300px;
	padding: 30px 0 30px 15px;
}

.cell_3_right {
	float: right;
	width: 230px;
	min-height: 20px;
}

.cell_single {
	padding: 30px;
}

/* Forms */
form {
}

form .row {
	clear: both;
	margin: 0 0 4px 0;
}

form label {
	font-weight: bold;
	width: 140px;
	display: block;
	float: left;
}

form .field {
}

form .form_error {
	padding-left: 140px;
	font-weight: bold;
	color: #cc0000;
	font-size: 11px;
}

form input,
form textarea { border: 1px solid #000; }

form .tiny { width: 25px; }
form .small { width: 30px; }
form .medium { width:  200px; }
form .large { width: 350px; }

/* Movies */
#movies {
}

#movies .image {
	padding-right: 20px;
	width: 139px;
	vertical-align: top;
}

#movies .info {
	padding-bottom: 15px;
}

#movies h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
}

#movies p {
	margin-bottom: 3px;
}

/* Movie */
#movie .text a:link { color: #990000; font-weight: bold; }
#movie .text a:visited { color: #990000; font-weight: bold; }
#movie .text a:hover { color: #990000; font-weight: bold; }
#movie .text a:active { color: #990000; font-weight: bold; }

#movie h2 {
	color: #fff;
	font-size: 20px;	
}

/* Frontpage */
#timetable {
	margin-top: 15px;
	margin-bottom: 25px;
}

#timetable td {
	width: 145px !important;
}