/* Copyright Markus Sipilä */

/* Common styles for all templates */

* {
  margin: 0px;
  padding: 0px;
}

body {
  background-image: url("http://www.laughriot.fi/img/template_img/bg.png");
  background-repeat: repeat;
  background-color: black;
  color: white;  
  font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
  font-size: 62.5%; /* corresponds 10px in most browsers */
}

div#container {
  margin-top: 15px;
  border: 1px solid black;
} 

div.spacer {
  clear: both;
}

img {
  border: none;
}


/* GENERAL FONT STYLES BEGIN */

p, h3, img, ul {
  margin-top: 1em;
}

p, li, h3, td.leipis, th.leipis{
  font-size: 1.3em;
}

h2 {
  margin-top: 1.5em;
  font-size: 1.5em;
}

ul {
  margin-left: 1.5em;
}

a {
  color: #b7000d;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: #b7000d;
  background-color: transparent;
  text-decoration: none;
}

ul.loose li {
  margin-top: 1em;
}

.warn   { 
  color: rgb(120,0,0); 
  background-color: transparent; 
  font-weight: normal; 
}
.error  { 
  color: red; 
  background-color: transparent; 
  font-weight: bold; 
}

/* FONT STYLES END */


/* TABLE STYLES BEGIN */

td.thumb {
  padding-right: 20px;
}

table.comedianList td {
  width: 220px;
}

table.formTable td{
  padding: 3px 15px;
}

table.loose td, table.loose td.leipis, table.loose th.leipis {
  padding-right: 1.5em;
}

td.center, th.center {
  text-align: center;
}

/* TABLE STYLES END */



/* NAVI STYLES BEGIN */

div#naviWrapper {
  float: left;
  margin: 0px 0px 0px 20px;
  width: 250px;
  text-align: right;
}

div#logo {
  z-index: 1;
}

div#logo img {
  margin-top: 0px;
}

div#navi {
  z-index: 10;
  position: relative;
  bottom: 15px;
}

div#navi img {
  margin-top: 15px;
}

div#navi ul {
  margin-top: -3px;
  margin-left: 0px;
}

div#navi ul li {
  font-size: 1.4em;
  margin-top: 4px;
  list-style: none;
}

div#navi ul li a {
  color: #fffcef;
  background-color: transparent;
  text-decoration: none;
}

div#navi ul li a:hover {
  color: #b7000d;
  background-color: transparent;
  text-decoration: none;
}

div#navi ul li a.selected {
  color: #b7000d;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  padding-bottom: 1px;
}

/* NAVI STYLES END */








/* CONTENT AREA STYLES BEGIN */

div#outerContentWrapper {
  margin: 50px 0px 0px 290px;
  color: black;
}

div#contentBorderTop {
  background-image: url("http://www.laughriot.fi/img/template_img/contentTop.png");
  background-repeat: no-repeat;
  height:217px;
  z-index: 2;
}

div#contentBorderTopRight {
  background-image: url("http://www.laughriot.fi/img/template_img/contentTopRight.png");
  background-repeat: no-repeat;
  height:217px;
  z-index: 2;
}

img.stripe {
  position: relative;
  left: 424px;
  z-index: 30;
  margin-top: 0px;
}

img.h1Image {
  margin-top: 0px;
}

div#contentBorderBottom {
  background-image: url("http://www.laughriot.fi/img/template_img/contentBottom.png");
  background-repeat: no-repeat;
  z-index: 1;
  height: 163px;
  position: relative;
  bottom: 330px;
}

div#contentBorderBottomRight {
  background-image: url("http://www.laughriot.fi/img/template_img/contentBottomRight.png");
  background-repeat: no-repeat;
  z-index: 1;
  height: 163px;
  position: relative;
  bottom: 330px;
}

div#innerContentWrapper {
  width: 524px;
  margin: 0px 0px 0px 9px;
  z-index: 10;
  color: black;
  background-color: white;
  position: relative;
  bottom: 200px;
}

div#innerContentWrapperRight {
  width: 524px; 
  margin: 0px 0px 0px 9px;
  z-index: 10;
  background-image: url("http://www.laughriot.fi/img/template_img/nosto_bg.png");
  background-repeat: repeat-y;
  background-position: right;
  background-color: white;
  color: black;
  position: relative;
  bottom: 200px;
}

div#innerContentWrapperFrontpage {
  width: 524px; 
  margin: 0px 0px 0px 9px;
  z-index: 10;
  background-image: url("http://www.laughriot.fi/img/template_img/nosto_bg.png");
  background-repeat: repeat-y; 
  background-position: right;
  background-color: white;
  color: black;
  position: relative; 
  bottom: 200px; 
}

div#frontpagePhoto {
  width: 504px; 
  margin: 0px 0px 0px 9px;
  padding: 0px 0px 15px 10px;
  z-index: 10;
}

div#frontpagePhoto img {
  margin: 0px;
}

div#content {
  width: 484px;
  padding: 0px 20px;
  text-align: left;
}

div#contentRight {
  width: 315px;
  float: left;
  padding: 0px 20px;
  text-align: left;
}

div#right {
  margin-left: 357px;
  width: 140px; 
  padding: 30px 10px 0px 10px; 
  z-index: 100;
  position: relative; 
  top: 33px; 
}


div#rightFrontpage {
  margin-left: 357px;
  width: 140px; 
  padding: 0px 10px;
  z-index: 100;
  margin-top: 87px;
}

div.contentComedian {
  padding: 0px 20px;
  width: 280px;
  text-align: left;
}


img.dot_line {
  margin-left: 20px;
}

/* CONTENT AREA STYLES END */


/* Elmo */

table.etusivu_lippu {
  margin-top: 16px;
}

table.etusivu_lippu th {
  font-size: medium;
  padding-top: 16px;
  padding-bottom: 4px;
}

table.etusivu_lippu td {
  font-size: small;
  padding: 2px 8px 2px 16px;
  vertical-align: center;
}


table.etusivu_lippu td img {
  margin-top: 0;
}

table.ismojapekka {
  width: 100%;
  border-spacing: 0;
  margin-top: 2em;
}

table.ismojapekka td {
  font-size: 110%;
  padding: 0 0 10px 0;
}

table.ismojapekka td.date {
  font-size: 130%;
  font-weight: bold;
  width: 16%;
  vertical-align: top;
}

table.ismojapekka td.time {
  width: 10%;
  vertical-align: top;
  padding-top: 0.1em;
}

table.ismojapekka td.place {
  vertical-align: top;
}

table.ismojapekka td.place strong {
  font-size: 130%;
}

table.ismojapekka td.ticket {
  vertical-align: top;  
  width: 96px;
}

table.ismojapekka td.ticket img {
  margin: 0;
}

table.ismojapekka td.separator {
  height: 20px;
}


textarea {
  font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
  font-size: small;
}

input {
  font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
  font-size: small;
}

form.ssuc input, form.ssuc textarea {
  width: 100%;
}

form.ssuc input.button {
  width: 12em;
  float: right;
}

table.suominauraa {
  width: 80%;
  margin-top: 24px;
  border-spacing: 0px;
  border: 1px solid gray;
}

table.suominauraa td {
  width: 50%;
  padding: 0;
}

table.suominauraa td p {
  margin: 16px;
}