/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
div.lounas_ruoka {
  font-weight: bold;
 }
 div.lounas_lisatietoja {
  margin-bottom: 20px;
 }


div#taulu1 {
padding: 2px;     
border-right: 1px dotted #d2928c;
}

table.esiintyjakalenteri td { vertical-align: top; }
* {
margin:0;
padding:0;
}


body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11.2px;
   line-height: 1.3em;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}


a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #822716; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #822716;             
}

a:hover {
   text-decoration: none;
   background-color: #e5e5e5;
   color: #822716;
}


/*****************
basic layout 
*****************/
body {
   /*background-color: #a0582f; */
   color: #333;
   margin:0em; /* gives some air for the pagewrapper */
	background-color: #343434;
	background-image: url(uploads/images/bg1.jpg);
	background-repeat: repeat-y;
}

.outerx2{
width:100%;
margin-left:0%; 
border:0px;
background:#ffffff url(uploads/images/left.jpg) repeat-y left top;
padding-left:10px;
}
.innerx2{
background:#ffffff url(uploads/images/right.jpg) repeat-y right top;
padding:0em 1em 1em 0;
padding-right:10px;
}
/* mac hide \*/
* html .innerx2{height:1%}
/* force "layout" in IE */
.outerx2 p{padding:0 10px;margin:0 0 1em 0}


div#pagewrapper {
   border: 2px solid black;
   margin: 0 auto;     
   max-width: 80em; 
   min-width: 60em;
   background-color: #fff;;
   color: black;
width:885px;
}


div#header {
   height: 243px; 
 background: #000000;           
}

div#header h1 a {
   display: block; 
   height: 80px;            
   text-indent: -999em;  
   text-decoration:none; 
}

div#search {
 float: left;
   width: 16em;     
   text-align: left;
   padding: 0.6em 0 0.2em 0;
   margin: 1.0em 0 0 0.2em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; 
   font-size: 95%;             
   margin: 0 1em;             
   border-bottom: 0px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin: 1em 0 2em 0;
}

div#main {
   margin-left: 27%;
   margin-right: 5px;
}


div#sidebar {
   float: left; 
   width: 24%;    
   display: inline;  
   margin-left: 3px;
   margin-top: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 98%; 
margin-top: -5px;
background: #FFF3E5;    
}

div#footer {
   clear:both;      
   color: #808080;
   background-color: #e5e5e5; 
   margin-left: 10px;
   margin-right: 10px;
   padding: 0.5em 1.0em 0 1.0em;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      
   text-align: center; 
   margin:0;
}

div#footer p a {
   color: #fff; 
}

div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #822716; 
   font-size: 1.4em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   border-bottom: 1px solid #822716; 
   border-left: 0em solid #822716; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #a0582f; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #a0582f; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000; 
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'Layout: Top menu + 2 columns' */

