/*   
Theme Name: PrimaCat
Theme URI: http://www.eklektifinland.fi
Description: PrimaCat
Author: EKLEKTI Finland
Author URI: http://www.eklektifinland.fi/
Tags: light, fixed-width

Based on the 960 Grid System 960.gs

*/

@import url('960/reset.css');
@import url('960/text.css');
@import url('960/960.css');


/* page */

body {
	background: #fff8ed url('images/sivutausta01.jpg') no-repeat 50% 0%;
	font-family: Georgia;
}

body.bg1 {
	background-image: url('images/sivutausta01.jpg');
}

body.bg2 {
	background-image: url('images/sivutausta02.jpg');
}

body.bg3 {
	background-image: url('images/sivutausta03.jpg');
}

body.bg4 {
	background-image: url('images/sivutausta04.jpg');
}

/* links */

a {
	outline: none;
}

a:link, a:visited {
	color: #f1582a;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}


/* Typography */

h1 {
	font-size: 22pt;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 14pt;
	font-weight: 100;
	font-style: italic;
}

h3, h4, h5, h6 {
	font-size: 12pt;
	font-weight: bold;
}

/* header */

#header {
	position:relative;
	padding: 40px 10px 0px 10px;
	background: #fff8ed url('images/header_bg.gif') repeat-x 10px 40px;
	left: -10px;
	z-index: 2;

}


#logoarea {
	position:relative;
}

#logoarea h1 {
	position:relative;
	margin:0;
	padding:0px 0px 0px 10px;
	width: 290px;
	height: 90px;
	left: -10px;
	background: #fff8ed;
}

#logoarea h1 a {
	outline: none;
}

#logoarea .description {
	display: none;
}


#navigation {
	position: relative;
	left: 300px;
	width: 650px;
	top: -70px;
	z-index: 100;
}


/* dropnav */

#dropnav {
	position:relative;
	z-index:100;
	padding: 0;
	margin: 0;
}

#dropnav li {
	position:relative;
	display: block;
	float:left;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	line-height: 1.2;
	height: 35px;
	background: url('images/navitab_tail.png') no-repeat 100% 0%;
}

#dropnav li a {
	display:block;
	height:25px;
	margin: 0;
	padding: 10px 0px 0px 10px;
	background: url('images/navitab.png') no-repeat;
	font-size: 13pt;
	color: #000;
	line-height: 18pt;
	margin:0;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

#dropnav li ul a {
	display:block;
	font-size: 10pt;
	color: #555;
	border: 0;
	padding:4px 0px;
	font-weight:normal;
	line-height:12pt;
	background: none;
}

#dropnav li ul {
	position: absolute;
	left: 0px;
	top: 35px;
	width: 16em;
	padding: 8px;
	margin: 0px 0px 0px 0px;
	z-index: 200;
	display:none;
	background: #fffdfa;
	border: 1px solid #cdc4c1;
}

#dropnav li ul li {
	position:relative;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	background: none;
}

#dropnav li ul li ul {
	position: absolute;
	z-index: 220;
	left: 14em;
	top: 0px;
}



#dropnav li:hover ul ul, #dropnav li:hover ul ul ul, #dropnav li:hover ul ul ul ul,
#dropnav li.over ul ul, #dropnav li.over ul ul ul, #dropnav li.over ul ul ul ul {
	display:none;
}

#dropnav li:hover ul, #dropnav li li:hover ul, #dropnav li li li:hover ul, #dropnav li li li li:hover ul,
#dropnav li.over ul, #dropnav li li.over ul, #dropnav li li li.over ul, #dropnav li li li li.over ul {
	display:block;
}

#dropnav li ul a:hover {
	text-decoration: underline;
}


#content {
	background: #fff8ed;
	position:relative;
	z-index: 1;
}



/* front page */

#front_page {
	position:relative;
	height: 400px;
	background: url('images/etusivu.jpg') no-repeat;
}

#front_page_banner {
	width: 300px;
	height: 250px;
	position: absolute;
	top: 140px;
	left: 640px;
}

/* footer */
#footer {
	background: url('images/footer_bg.gif') no-repeat 0% 100%;
	text-align:center;
	height: 40px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
}
#footer p {
	padding-top: 20px;
}

/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	position: relative;
	margin-left: -315px;
}

.alignright {
	float: right;
}
