
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #de6e00; text-decoration: none;}
a:hover {color: #ff9933; text-decoration: none;}

body {
    background-color: #FFFFFF;
	color: #666666;
	font: normal 70% Arial, Tahoma;
	padding-top: 1px;
	text-decoration: none;
}

.contactForm {

width:308px;

}

.contactForm p {

padding:10px;

}

.contactForm input {

width:240px;

}

.contactForm textarea {

width:450px;

height:120px;

}

.submit {

width:45px!important;

}


p,code,ul,ol {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Arial, Tahoma;}
h2 {font: bold 1.4em Arial;}
h3 {font: bold 1.2em Arial, Tahoma;}
h4 {font: bold 1em Arial, Tahoma;}
h5 {font: normal 12pt Arial, Tahoma; color: #666666;line-height:1.2em;}
h6 {font: normal 10pt Arial, Tahoma; text-decoration: none; color: #666666;}
h7 {font: normal 9pt Arial, Tahoma; color: #808080;line-height:1.0em;}

form,input {margin: 0; padding: 0; display: inline;}

pre {
	background: #FFF;
	border: 1px solid #FFF;
	border-left: 6px solid #FFF;
	color: #FFF;
	display: block;
	font: normal 1em Arial;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
code {
	background: #000000;
	font: normal 1em "Arial",monospace;
}
blockquote {
	background: url('img_dirtylicious/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3,h4 {padding-top: 6px; color: #de6e00; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.footerLeft {float: left;} /* changed names to prevent conflict with admin css */
.footerRight {float: right;} /* original here is simply ".left" and ".right" */

/* structure !!!!!!!!!! widthi on sit koko sivuston leveys..... backgroung on sivun taustaväri */
.inner-container {
	border: 2px solid #FFFFFF;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 850px;
}
/* misc hehe taustakuva tai väri background: url('/img/sivustontaustakuva.gif');*/
.outer-container {
	background: #F0F0F0;
	padding-bottom: 0px;
}

/* header & title */
.header {
	background: #FFFFFF;
	height: 1px;
	margin-bottom: 1px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 2px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #de6e00;
	font: normal 3em Arial;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Arial;
	padding-top: 6px;
}

/* path */


/* main  paddingissa eka on sisällän etäisyys yläviivasta ja toi bordertop on se viiva*/
.main {
	border-top: 1px solid #AAA;
	padding: 15px 0px 0 0;
	text-decoration: none;
}

/* content !!!!!!!!!! widthi on sit sen contentin sijainti */
.content {
	float: right;
	width: 650px;
	text-decoration: none;
}
.content .info {  /* .descr */
	color: #de6e00;
	font-size: 0.9em;
	margin-bottom: 6px;
	text-decoration: none;
}
.content ul li {
	list-style: url('img_dirtylicious/li.gif');
	margin-left: 18px;
}
.content ol li {
	list-style: decimal;
	margin-left: 18px;
}
.content p {font-family: "Arial";}
.content .comment-form-body {
	width: 450px;
}

/* navigation */
.navigation {
	float: left;
	width: 150px;
}
.navigation h2,.navigation h3 li{
	color: #de6e00;
	font: bold 1.1em arial;
	
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul, .navigation ol {
	padding: 0;
	border-top: none;
}
/* !!!!!!!!!!!!!!!!!!!!! valikon tekstit, koko, väri ym */
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	display: block;
	list-style: none;
	font-size: 12pt;
	color: #de6e00;
	text-decoration: none;
	padding: 8px 0 8px 5%;
	width: 95%;
}
.navigation li a:hover {
	color: #ff9933;	
	text-decoration: underline;
}
.navigation p {
	border-top: 1px solid #EAEADA;
	border-bottom: 1px solid #EAEADA;
	line-height: 1.6em;
	font-size: 1.1em;
	color: #de6e00;
	display: block;
	padding: 8px 0 8px 5%;
	width: 95%;
}

/* footer */
.footer {
	background: #FFFFFF;
	color: #de6e00;
	font: bold 1em arial;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #de6e00;
	text-decoration: none;
}
.footer a:hover {color: #CFCFCFCF;}
