/* DANCESTOP TYYLISIVU */

/* HTML ELEMENTS */

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

body {
/* avaataan tausta käyttöön kun sivusto avataan!! */
	background: #eeeae9 url(../kuvat/tausta.jpg) repeat-x;
/*	background: #eeeae9; */
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: left;
	margin: 0 0;
}

/* LINKIT */
a, a:visited {	
	color: #8e04d5;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #dec4e7;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}
a.text, a:visited.text {	
	color: #5A93C9;
	background: inherit;
	text-decoration: underline;
}
a:hover.text {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

a.kieli, a:visited.kieli{	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover.kieli{
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}



/* TUNNISTEET */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
	color: #88ac0b;
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
}

h3 {
	color: #88ac0b;
	font-size: 130%;	
	padding: 11px 0 0 11px;		
	margin: 0;
}


h1, h2, p {
	padding: 8px;		
	margin: 0;
}


/* IMAGES */
img {
/*	background: #FAFAFA;
	border: 1px solid #DCDCDC; */
	border: 0px;
	padding: 5px;
}
img.float-right {
  	margin: 5px 10px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* LAYOUT */ 
#wrap {
	position: relative;
	width: 920px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 920px;	
	padding: 0; 	
	background: #eeeae9;	
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #D0D0D0;
	margin-left: 0px;	
	display: inline;
}
#header {
	width: 920px;
	position: relative;
	height: 145px;
	background: #CCC url(../kuvat/header.jpg) repeat-y left top;
	padding: 0;	
	color: #FFF;	
}

/* HEADER PHOTO */
#header-photo {
	clear: both;
	height: 145px;
	width: 920px;
	margin: 0;
	background: #FFF url(../kuvat/header.jpg) no-repeat left;
}
#header-photo p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 20px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #c0c6c4;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 700px;		
}


/* VALIKOT */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../kuvat/menu.jpg) no-repeat;	
	width: 920px;		
	height: 29px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0;
	padding-left: 292px;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 4px 6px;
	background: #eeeae9;
	border: none;
	font: bold 11px/1.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 2px;
}
#nav ul li a:hover { 
	color: #dec4e7;
}

/* ALAMENU */

#txtmenu {
	clear: both;	
	padding: 0;		
}
#txtmenu ul {
 	float: left;
	list-style: none;
	width: 654px;
	height: 29px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding-left: 0px;	
	display: inline;
}
#txtmenu ul li {
	display: inline;
	margin: 0; padding: 0;
}
#txtmenu ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 10px 6px;
	background: #eeeae9;
	border: none;
	font: bold 11px/1.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#txtmenu ul li a:hover { 
	text-decoration: none;
	padding: 10px 6px;
	color: #dec4e7;
}
#current { 
	font: italic 12px/2.0em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: underline;
	color: #000;	
}

/* CONTENT */
#main {
	float: right;
/*	background: #eeeae9 url(../kuvat/content_alakuva.jpg) right bottom no-repeat; */
	background: #eeeae9; 
	width: 67%;
	padding: 0 0 0 0; margin: 0 20px 0 6px;
	display: inline;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8e04d5; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main h2 a {
	color: #8e04d5;
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(../kuvat/bullet.gif);
}
small {
	color: #c0c0c0;
	padding-left: 15px;
}

/* VASENSIVUSTA */	
#sidebar {
	background: #eeeae9;
	float: left;
	width: 27.5%;
	padding: 0px 10px 0 0; margin: 0 0 0 0;		
}	
#sidebar h3 {
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D; 		
}
/* ORIGINAL
#sidebar #sivukuva {
	text-decoration: none;	
	background: #eeeae9 url(../kuvat/left.jpg) no-repeat;
	width: 266px;
	min-height: 346px;
}*/

#sidebar img#sivukuva {
	text-decoration: none;	
	background: #eeeae9;
	margin: 0;
	padding: 0;
	width: 266px;
	max-width: 266px;
	min-height: 344px;
	max-width: 266px;
	max-height: 344px;

}

#sidebar #sivuosoite {
	font-size: 80%;
	text-decoration: none;	
	background: #eeeae9 url(../kuvat/osoite.jpg) no-repeat;	
	padding: 10px 0 0 4px;
	width: 266px;
	min-height: 40px;
	color: #000 ;			
}

/* FOOTER */
#footer-wrap {
	clear: both;
	width: 920px;
	font-size: 80%;	
	text-align: left;
	padding: 10px 0;
	background: url(../kuvat/footer-bottom.jpg) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

/* BOTTOM */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 920px;
	padding: 10px 0 0 55px;
	text-align: center;
}

/* postmeta */
.post-footer {
	background: url(../kuvat/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}

/* ASETUSLUOKAT */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* TAULUT */
table {
	border-collapse: collapse;
	margin: 10px;	
	width: 500px;
}
th strong {
	color: #fff;
}
th {
	background: #88ac0b;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: center;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	text-align: center;
	width: 32px;
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	text-align: left;
	width: 160px;
	border-left: 0px;
}

td.title {
	text-align: left;
	width: 260px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;

}
td.price {
	text-align: left;
	width: 160px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}

tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

/* LOMAKKEET */
form {
	width: 460px;
	margin:10px; 
	padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #eeeae9; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C;
/*	background: #8EB50C url(../kuvat/nav.jpg) repeat-x 0 0; */
	border: none;
}

#login h2 {
	background: url(../kuvat/login.gif) no-repeat #fff; 
	font-size:14px; 
	padding:0 0 0 50px; 
	margin:0 0 5px 0; 
	line-height: 50px;
}

#forgot h2 { 
	background: url(../kuvat/forgot.gif) no-repeat #fff; 
	font-size:14px; 
	padding:0 0 0 50px; 
	margin:0 0 5px 0; 
	line-height: 50px;
}

