/*  
Theme Name: ElinaO.com
Theme URI: http://www.elinao.com/
Description: The theme for elinao.com
Version: 1.0
Author: Mikko Karvonen
Author URI: http://www.crankshaft.fi/
*/
html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border: none;
	background: #fff url(gfx/elinao.jpg) no-repeat left top;
/*	background-color: #FFFFFF;*/
}
a img { border: none; }
#pagecontainer {
	position: relative;
	width: 743px;
	visibility: visible;
	left: 0px;
	top: 0px;
	margin: 0px auto;
}
#header {
	position: relative;
/*	background-image: url(gfx/header.png);
	background-repeat: no-repeat;*/
	width: 743px;
	height: 300px;
}
#contact {
	position: absolute;
	width: 132px;
	height: 63px;
	left: 450px;
	top: 100px;
}
#contact p {
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
#mainnavi {
	position: absolute;
	left: 595px;
	bottom: 0px;
	width: 130px;
	padding-bottom: 10px;
}
#mainnavi ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
#mainnavi ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	line-height: 12px;
}
#mainnavi ul li a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	margin: 0px;
}
#mainnavi ul li a:link { color: #000000; }
#mainnavi ul li a:active { color: #000000; }
#mainnavi ul li a:visited { color: #000000; }
#mainnavi ul li a:hover { background-color: #FFFF00; text-decoration: none; }

#content_right ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
#content_right ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}
#content_right ul li a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	margin: 0px;
}
#content_right ul li a:link { color: #000000; }
#content_right ul li a:active { color: #000000; }
#content_right ul li a:visited { color: #000000; }
#content_right ul li a:hover { background-color: #FFFF00; text-decoration: none; }

#content_right ul li ul {
	margin-left: 16px;
	margin-bottom: 16px;
	padding: 0px;
	border: none;
}
#content_right ul li ul li {
	text-transform: none;
}

.current-cat a, .current_page_item a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	margin: 0px;
	background-color: #FFFF00;
}
.current-cat a:link, .current_page_item a:link { background-color: #FFFF00; color: #000000; }
.current-cat a:active, .current_page_item a:active { background-color: #FFFF00; color: #000000; }
.current-cat a:visited, .current_page_item a:visited { background-color: #FFFF00; color: #000000; }
.current-cat a:hover, .current_page_item a:hover { background-color: #FFFF00; text-decoration: none; }

#content {
	position: relative;
/*	background-image: url(gfx/index-bg.png); 
	background-repeat: no-repeat;*/
	width: 743px;
	height: 340px;
}
#content_scroll {
	position: absolute;
	left: 12px;
	top: 0px;
	width: 430px;
	height: 340px;
	overflow: auto;
}
#content_scroll div {
	padding: 3px 6px;
	overflow: hidden;
}
#content_center {
	position: absolute;
	left: 444px;
	top: 0px;
	width: 143px;
	height: 340px;
	overflow: hidden;
}
#content_center div {
	padding: 3px 6px;
}
#content_right {
	position: absolute;
	left: 589px;
	top: 0px;
	width: 142px;
	height: 339px;
	overflow: hidden;
}
#content_right div {
	padding: 3px 6px;
}
#footer {
	position: relative;
/*	background-image: url(gfx/footer.png);
	background-repeat: no-repeat;*/
	width: 743px;
	height: 70px;
}

span.title {
	text-transform: uppercase;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 16px;
}
td,th,p {
	margin-top: 0px;
	margin-bottom: 12px;
/*	margin-bottom: 8px;*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
p.pagelist {
	font-weight: bold;
}
p.pagelist a {
	font-weight: normal;
}
a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	margin: 0px;
}
a:link { color: #000000; }
a:active { color: #000000; }
a:visited { color: #000000; }
a:hover { background-color: #FFFF00; text-decoration: none; }
