@CHARSET "UTF-8";


/* Lemonpages controls */
@import "lemonpages.css";


/** Custom CSS */

body {
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #262626;
    line-height: 14pt;
    background-color: white;
}
body.mceContentBody {
	background-image: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", sans-serif;
    font-weight: normal;
    padding: 0;
    color: #660000;
}
h1 {
    font-size: 20pt;
}
h2 {
    font-size: 16pt;
}
h3 {
    font-size: 12pt;
}

p {
    line-height: 14pt;
    margin-bottom: 20px;
}

a {
    color: #660000;
}

input, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

ul {
    list-style-type: square;
    padding-left: 0;
    margin-left: 15px;
}

#header {
	float: left;
    margin: 0;
    padding: 0;
    width: 897px;
    position: relative;
    margin-left: 50px;
    /*
    background-image: url(../images/custom/top_rose.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    border-left: 3px solid #853D3C;*/
}

#page, #page_admin {
    margin: 0;
    float: left;
    margin-left: 50px;
    position: relative;
    clear: both;
    width:886px;
    border: 3px solid #853D3C;
    border-top: 0;
    border-bottom: 20px solid #853D3C;
	background-color: transparent;
	padding: 4px;
	padding-bottom: 40px;
}
#page {
	/*background-image: url(../images/custom/top_rose.jpg);
	background-repeat: no-repeat;
	padding-top: 158px;*/
	
}
#page_admin {
	background-image: none;	
}

#page.frontpage {
	background: none;
	padding: 0;
	width: 894px;
}

#footer {
    position: relative;
    width:900px;
	height:106px;
	background-repeat: no-repeat;
	clear:both;
}

#mainnavigation {
	position: relative;
	background-color: #854E4D;
	clear: both;
    width:894px;
    float: left;
    padding: 0;
    padding-bottom: 3px;
    border-right: 3px solid #854E4D;
    border-left: 3px solid #854E4D;
    background-image: url(../images/custom/mainnavigation_bg.png);
}
#mainnavigation a {
	display: block;
	width: 123px;
	text-decoration: none;
	text-align: center;
	border-right: 3px solid #854E4D;
	background-color: #f4ebe1;
	line-height: 23px;
	text-transform: uppercase;
	font-size: 10px;
}
#mainnavigation strong a {
	font-weight: normal;
}
#mainnavigation a:hover {
	background-color: #ffffff;
}
#mainnavigation ul, #subnavigation ul {
	padding-left: 3px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 3px;
	margin: 0;
	list-style-type: none;
	border-spacing: 3px;
	
}
#mainnavigation li, #subnavigation li {
	display: block;
	float: left;
	margin-top: 3px;
}
#mainnavigation ul ul, #subnavigation ul ul {
}
#mainnavigation ul ul li, #subnavigation ul ul li {
}
#subnavigation {
    position: relative;
    font-family: verdana, sans-serif;
    float: left;
    clear: left;
    line-height: 16pt;
}
#subnavigation strong a {
    font-weight: normal;
}

#mainnavigation ul ul a, #subnavigation ul ul a {
}

#page_content {
    position: relative;
    float: right;
    /*margin-right: 50px;*/
    right: 70px;
    width: 500px;
    overflow: hidden;
}

#page.frontpage #page_content {
	right: 0;
	width: 894px;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#page.frontpage #page_content #frontpage_swf {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: 1;
}

#page.frontpage .lemonpages_pageToolbar {
	position: absolute;
	z-index: 10;
	width: 100%;
}

#author {
    position: relative;
    bottom: 2px;
    clear: both;
    text-align: center;
    margin: 0;
    padding: 0;
}
#author a {
    color: #cccccc;
}

/* Articles */
table.articles {
	margin-top: 20px;
    width: 500px;
    /* border: 1px solid #cccccc; */
}
table.articles th, table.articles td {
    text-align: left;
    padding: 4px;
}
table.articles th {
    font-weight: normal;
    font-family: georgia, sans-serif;
    font-size: 14pt;
    padding-bottom: 0;
}
table.articles td {
    padding-left: 30px;
    font-family: verdana, sans-serif;
}
table.articles tr.headerrow td, table.articles tr.headerrow th {
    background-color: transparent;
    border-bottom: 1px solid #262626;
    padding-bottom: 0;
}
table.articles tr.summaryrow {
    background-color: transparent;
}
table.articles td.summary {
    background-color: transparent;
	padding-bottom: 20px;
}
table.articles td.created {
    font-size: 8pt;
    color: gray;
    text-align: right;
}
table.articles a {
    text-decoration: none;
    color: #262626;
}
table.articles a:hover {
    text-decoration: underline;
    color: #71b00b;
}
img.articleimg {
    position: relative;
    /*right: 5px;
    top: 10px;*/
}
div.article {

}

/* Calendar */
#page_calendar_content h2 {
    width: 500px;
    margin: 0;
}
#page_calendar_content p.description {
    margin: 0;
    margin-bottom: 20px;
    width: 500px;
}

table.calendar_week,
table.calendar_week td,
table.calendar_week th,
#calendarBody {
    border: 1px solid #CCCCCC;
}
table.calendar_week {
    
}
table.calendar_week thead th {
    text-align: center;
}
#calendarBody {
    height: 400px;
    width: 515px;
    overflow: auto;
    position: relative;
}
#calendarHeader {
    width: 515px;
}
table.calendar_week {
    width: 500px;
    font-size: 8pt;
}
table.calendar_week td, table.calendar_week th {
    height: 15px;
    vertical-align: top;
    padding: 0;
    overflow: hidden;
}
table.calendar_week th img {
    margin: 5px;
}
.week_left_column {
    width: 40px;
    border: 1px solid red;
}
#calendarCells td {
    text-align: right;
}
#calendarCells td img {
    height: 12px;
    width: 12px;
    margin: 0;
}

dl.event {
    background-color: #3366ff; /* Blue */
    border: 1px solid #0000dd;
    color: white;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 50px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
}
dl.event:hover {
    width: auto;
    z-index: 100;
}
dl.event dt {
    background-color: #1144ff; /* Blue */
    font-weight: bolder;
    height: 15px;
}
dl.event dd {
    padding: 0;
    margin: 2px;
    margin-top: 10px;
}

#divbook {
    display: none;
    position: absolute;
    background-color: white;
    border: 2px solid gray;
    padding: 3px;
    width: 300px;
	z-index: 100;
}
#divbook table {
    width: 290px;
}
#divbook td {
    padding: 10px;
    vertical-align: top;
}
#repeatEventOptions {
    display: none;
}

table.fileTable {
	border: 1px solid #0d0d0d;
	clear: both;
	width: 100%;	
}

table.fileTable th{
	text-align: left;
	background-color: #0d0d0d;
	color: white; 	
}

table.fileTable td {
	padding: 5px;
	border-bottom: 1px solid #0d0d0d;	
}

table.fileTable caption {
	font-family: georgia, sans-serif;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}


/** Image Gallery */
table.imageThumbnails {
    width: 100%;
}
table.imageThumbnails td {
    width: 80px;
    height: 80px;
    line-height: 80px;
    //border: 1px solid #cccccc; /* IE hack */
    text-align: center;
}
table.imageThumbnails a {
    display: block;
    //display: table-cell; /* IE hack */
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #cccccc;
}
table.imageThumbnails a:hover {
    background-color: #a2dc45;
}
table.imageThumbnails a img {
    vertical-align: middle;
}

.imageItem img {
    padding: 15px;
    border: 1px solid #cccccc;
}


/** Tuotteet */

.row {
	width: 860px;
	position: relative;
	clear: both;
}
.flash_column {
	position: relative;
	float: left;
	width: 330px;
	padding-top: 60px;
}
.text_column {
	position: relative;
	float: left;
	width: 470px;
}
div.hr {
	border: 0;
	height: 120px;
	width: 100%;
	position: relative;
	clear: both;
	background-image: url(../images/custom/tuotteet_separator.png);
	background-repeat: no-repeat;
	background-position: 310px 50%;
}

/** User feedback */
.error {
    font-weight: bold;
    color: red;
}
.info {
    font-weight: bold;
    color: blue;
}