/* MAIN STRUCTURAL ELEMENTS & BASICS */

html {
	background: #000;
	font: 12px/17px Helvetica, Arial, sans-serif;
	color: #888;
}

* {
	margin: 0;
	padding: 0;
}
	
img {
	border: 0;
}

a {
	color: #777;
	text-decoration: underline;
}

p a:hover {
	background: #777;
	color: #000;
	text-decoration: none;
}


table, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

p {
	padding-bottom: 10px;
}

ul li {
	list-style-type: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

#container {
	width: 97%;
	min-height: 450px;
	margin: 0 auto;
}

#mainarea {
	width: 100%;
	min-height: 450px;
	padding: 0 0 20px 0;
}

.nomob {
	display: none;
}


/* HEADER */

#header {
	width: 97%;
	height: 89px;
	margin: 0 auto;
	background: #181517;
/* 	border-bottom: 1px solid #c0c4c7; */
	background: url(../images/mobhdr.jpg) center no-repeat;
}


/* FOOTER */

#footer {
	width: 97%;
	margin: 0 auto 15px auto;
	clear: both;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background: url(../images/footerbgr_mob.jpg) center bottom;
	height: 51px;
}

#footer p {
	padding-top: 3px;
}
	
#footer a {
	color: #555;
	text-decoration: underline;
}

#footer a:hover {
	color: #69747e;
	background-color: #fff;
	text-decoration: none;
}

#footercontainer {
	width: 97%;
	margin: 0 auto;
}


/* NAV */
/*
#navcontainer {
	width: 97%;
	margin: 0 auto;
	display: none;
}

ul#nav {
	width: 240px;
	display: none;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

ul#nav li {
	list-style-type: none;
	float: left;
	clear: right;
	padding: 0 18px 0 0;
}

#nav .navfront_fi a {
	display: block;
	width: 68px;
	height: 28px;
	margin: 0px;
	background: url(../images/nav_etusivu.gif) -68px 0 no-repeat;
}	

#nav .navfront_fi a:hover, #nav .navfront_fi a.current {
	background-position: 0 0;
}

#nav .navrestaurant_fi a {
	display: block;
	width: 83px;
	height: 28px;
	margin: 0px;
	background: url(../images/nav_ravintola.gif) -83px 0 no-repeat;
}	

#nav .navrestaurant_fi a:hover, #nav .navrestaurant_fi a.current {
	background-position: 0 0;
}

#nav .navcatering_fi a {
	display: block;
	width: 73px;
	height: 28px;
	margin: 0px;
	background: url(../images/nav_catering.gif) -73px 0 no-repeat;
}	

#nav .navcatering_fi a:hover, #nav .navcatering_fi a.current {
	background-position: 0 0;
}

#nav .navcalendar_fi a {
	display: block;
	width: 71px;
	height: 28px;
	margin: 0px;
	background: url(../images/nav_ohjelma.gif) -71px 2px no-repeat;
}	

#nav .navcalendar_fi a:hover, #nav .navcalendar_fi a.current {
	background-position: 0 2px;
}

#nav .navgallery_fi a {
	display: block;
	width: 76px;
	height: 28px;
	margin: 0px;
	background: url(../images/nav_galleria.gif) -77px 0 no-repeat;
}	

#nav .navgallery_fi a:hover, #nav .navgallery_fi a.current {
	background-position: 0 0;
}

#nav .navforum_fi a {
	display: block;
	width: 74px;
	height: 28px;
	margin: 0px;
	background: url(../images/nav_foorumi.gif) -74px -2px no-repeat;
}	

#nav .navforum_fi a:hover, #nav .navforum_fi a.current {
	background-position: 0 -2px;
}

#nav .navtech_fi a {
	display: block;
	width: 82px;
	height: 28px;
	margin: 0px;
	background: url(../images/nav_tekniikka.gif) -82px 0 no-repeat;
}	

#nav .navtech_fi a:hover, #nav .navtech_fi a.current {
	background-position: 0 0;
}

#nav .navcontact_fi a {
	display: block;
	width: 107px;
	height: 28px;
	margin: 0px;
	background: url(../images/nav_contact.gif) -107px 1px no-repeat;
}	

#nav .navcontact_fi a:hover, #nav .navcontact_fi a.current {
	background-position: 0 1px;
}
*/

/* CITY NAV */

#citynav {
	display: none;
}

#citynav_mob {
	margin-bottom: 10px;
}

#citynav_mob ul li {
	float: left;
	clear: right;
}

/* MOBILE SWITCHER LINK */

#citynav_mob .switcher {
	margin-top: 10px;
}

/* COLUMNS */

.column1 {
	width: 100%;
}

.column12 {
	width: 100%;
}

.column123 {
	width: 100%;
}

.column2 {
	width: 100%;
}

.column23 {
	width: 100%;
}

.column3 {
	width: 100%;
}


/* TYPE */

h1, h2, h3, h4 {
	font-family: Georgia;
}

h1 {
	font-size: 26px;
	line-height: 36px;
	letter-spacing: -1px;
	margin-bottom: 10px;
	font-weight: normal;
	background: url(../images/h1bgr_mob.gif) no-repeat;
}

h1.lrg {
	background: url(../images/h1bgrlrg.gif) no-repeat;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

.blue {
	color: #66ccf2;
}

.red {
	color: #ee0000;
}

.pink {
	color: #f80483;
}
	
.yellow {
	color: #ffc522;
}

.green {
	color: #4d9715;
}

.black {
	color: #000;
}

.white {
	color: #ddd;
}

h2.subhead {
	margin: -8px 0 10px 0;
}

.smalltext {
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
}

	
/* BOXES */

.private {
	width: 100%;
	height: 23px;
	background: url(../images/private_mob.jpg) no-repeat;
	text-align: center;
	padding: 10px 0 0 0;
	font-weight: bold;
	border: 1px solid #666;
	margin-bottom: 10px;
}

h2.eventdate {
	background: #262223;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	font: 18px Georgia;
	line-height: 19px;
	padding: 5px;
}

.event {
	margin-bottom: 15px;
	color: #888;
}

.currentevent {
	margin-bottom: 25px;
	color: #1e1a1b;
}	

.event p, .currentevent p {
	padding: 5px 0;
}

.event a, .currentevent a {
	text-decoration: underline;
	color: #777;
}

.event a:hover, .currentevent a:hover, .event a:focus, .currentevent a:focus {
	background: #b25608;
	color: #000;
}

b.eventh {
	color: #ddd;
	font-family: Georgia,Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	padding: 0;
	width: 100%;
}

b.eventh a {
	color: #ddd;
	text-decoration: none;
}

.eventh .room_name {
	color: #888;
}

.soldout {
	background: url(../images/soldout.gif) no-repeat top right;
	position: absolute;
	width: 97%;
	height: 85px;
}

.column23 p.eventh {
	width: auto;
}

.currentevent p.eventh {
	color: #fff;
	font-family: Georgia, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	padding: 2px 0;
}

.eventdetails {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	padding: 3px 0;
	border-top: 1px solid #262223;
	border-bottom: 1px solid #262223;
	clear: both;
}

.eventdetails a img {
	margin-bottom: -2px;
	padding-left: 5px;
}

.eventdetails a:hover, .eventdetails a:focus {
	background-color: #000;
}

.cancelled {
	text-decoration: line-through;
}

.cancelled span.cancelled_text {
	color: red;
	text-decoration: none;
}

.event.eventdate.cancelled {
	text-decoration: none;
}
	
.smallflyer {
	display: none;
	float: right;
	padding: 0 0 3px 0;
}

.date {
	background: url(../images/date.gif) top left no-repeat;
	padding: 0 6px 0 16px;
}

.time {
	background: url(../images/time.gif) top left no-repeat;
	padding: 0 5px 0 16px;
}

.presale {
	background: url(../images/presale.gif) top left no-repeat;
	padding: 0 5px 0 16px;
}

.entrance {
	background: url(../images/midnight.gif) top left no-repeat;
	padding: 0 5px 0 13px;
}

.event .date, .currentevent .date {
}

.currentevent .time {
	background: url(../images/currenttime.gif) top left no-repeat;
}

.price {
	background: url(../images/price.gif) top left no-repeat;
	margin-left: 4px;
	padding: 0 5px 0 14px;
}

.currentevent .price {
	background: url(../images/currentprice.gif) top left no-repeat;
}


/* INFOLIST */

ul.calendarinfo {
	font-size: 10px;
	line-height: 14px;	
}

ul.calendarinfo li {
	list-style-type: none;
	padding: 3px 5px;
}


/* NEWS */

ul.news li {
	padding: 0 0 15px 25px;
	background: url(../images/note.gif) no-repeat top left;
}

p.notedate {
	margin-top: 3px;
	padding-top: 1px;
	border-top: 1px dotted #777;
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #444;
}


/* RESTAURANT MENU TABLES */

table.menu {
	margin-bottom: 15px;
}

table.menu th {
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
	text-align: left;
	border-bottom: 1px dotted #999;
	color: #ddd;
}

table.menu tr.top th {
	padding: 0;
	margin: 0;
}

table.menu tr.firstline td {
	padding-top: 5px;
}

table.menu td {
	padding: 1px;
}

table.menu td.right {
	text-align: right;
}

table.menu td.smalltext {
	padding: 0 1px 8px 1px;
}


/* CONTACT FORM */

form.cmxform fieldset {
 	margin-bottom: 10px;
 	border: 0;
}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-weight: bold;
}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
	
form.cmxform label {
	width: 60px; /* Width of labels */
}

form.cmxform input {
	border: 1px solid #222;
	background: url(../images/inputbgr.gif) repeat-x;
	color: #777;
	padding: 3px;
	width: 200px;
}

form.cmxform input.subject {
	width: 500px;
}

form.cmxform textarea {
	border: 1px solid #222;
	background: url(../images/textareabgr.gif) bottom repeat-x;
	color: #777;
	padding: 3px;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 500px;
}

p.contactdetail {
	padding: 5px 0;
}


/* GALLERY & HOVERS */

.gallery {
	margin-left: 2px;
}

.thumbnail {
	float: left;
	width: 85px;
	border: 1px solid #222;
	margin: 0 7px 6px 0;
	padding: 3px;
}

a.thumbnail {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	text-decoration: none;
}

a.thumbnail:hover {
	background: #111;
	color: #999;
}

.divider {
	margin-top: 11px;
}

ul.gal {
	text-align: center;
	padding-left: 0px;
}

ul.gal li {
	float: left;
	clear: right;
	padding: 0 10px 4px 0;
}


