/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin: 0;
	padding: 	0;
}

/* General Style Info */
body {
	background: #f6f6ff;
	color: #aaa;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:90%;
	margin: 0;
	text-align:center;
}
a {
/*	background:#fff;*/
	color: #003d4c;
	text-decoration:none;
	/*font-weight: bold;*/
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.2em 0;
}
h2 {
	background: #77f;
	color: #fff;
	/*font-family: Courier, Helvetica, "Trebuchet MS", sans-serif;*/
	font-size: 130%;
	margin: 0.3em 0;
	text-align: center;
	/*padding-top: 0.8em;*/
}
h3 {
	background: #fff;
	color: #77f;
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 165%;
	padding: 0.3em;
	text-align: center;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}


/* Layout */
#container {
	background-color: #fff;
	margin: auto;
	width: 90%;
	position: relative;
	text-align:center;
}

div.frontpage{ background: #fff url(../img/bg_frontpage.jpg) no-repeat 30% 100%; }

#header{
	height: 100px;
	padding: 0px 0px;
	background: #fff url(../img/nk_logo_small.jpg) no-repeat 5px 5px;
	text-align:center;
	z-index: 3;
}
#header.nobg{
	background: none;

}
#header h1 {
	color: #fff;
	padding: 0px 0px;
	float: left;
	z-index: 10;

}
#header h1 a {
	color: #fff;
	background: url(../img/nk_logo_smal.jpg) no-repeat 5px 2px;
	font-weight: normal;
	text-decoration: none;
	height: 100px;
	width: 220px;
	display: block;
	z-index: 10;
}
#header h1 a:hover {
	color: #fff;
	font-weight: bolder;
	text-decoration: underline;
}
#menu{
	margin: auto;
	padding: 40px 0px;
	z-index: 50;
	letter-spacing: 0.7pt;
}
#menu span{
	margin: auto 20px;
}
#content{
	clear: both;
	color: #333;
	padding: 10px 10px 40px 10px;
	overflow: auto;
	min-height: 350px;
	text-align: center;
}
#footer {
	clear: both;
	padding: 6px 0px 2px;
	text-align:center;

	width:100%;
	position: relative;

	left: 0px;
}

/* Tables */
table {
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	padding: 5px 0px;
	text-align: center;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 110%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	background-color:#963;
	color: #666;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	background-color:#F66;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
/* Lists Latest(frontpage) & Piclist(thumbs) */
/*#homeContent{width:600px;float: right;}
#homeContent p{font-size: 10px; color:#006;}
#showPoster{margin:auto; width:318px; height:450px;}*/
#latestPosts{
	width: 250px;
	padding: 5px 10px;
	float: right;
	font-size: 110%;
	text-align: left;
}
#latestPosts ul.latestList, #piclist ul{
	margin: 0px;
	list-style:none;
}
#latestPosts ul.latestList li{
	padding: 5px 0;
}
#latestPosts span.latestHead{
	font-weight: bolder;
}
#latestPosts span.latestBody{
	font-size: 90%;
}

#PicturePaging{
	width: 160px;
	float: left;
	text-align: center;
}

#piclist ul li{
/*	display: block;*/
	float: left;
	padding: 5px 6px 5px 6px;
}
#piclist ul li a:link, #piclist ul li a:visited, #piclist ul li a:hover{
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px;
}
#bigpic{
	margin-left: 160px;
	width: 85%;
}
#bigpic img{
	float:left;
}
#desc{
	border-top: 1px #77f dashed;
	border-bottom: 1px #77f dashed;
	margin-left: 675px;
	padding: 10px;
}
#desc h3{
	background: #fff;
	color: #77f;
	text-align: center;
	margin-top: 30px;
	padding: 4px;
}
#bigpic p{
	color: #77f;
	/*	border-right: 1px #77f dashed;
	border-left: 1px #77f dashed;*/
	min-height: 300px;
	font-size: 0.8em;
	letter-spacing: 0.4pt;
}

div.shows{
	text-align: left;
}

/* Admin pages */
#login{
	width: 400px;
	margin: auto;
	text-align: left;
}
#adminMenu{
	width: 7%;
	float: left;
	margin-top: 3em;
	padding: 10px;
}
#adminMenu p{
	padding: 10px 0px;
}
#adminMenu p>a:link,#adminMenu p>a:visited{
	color: #77f;
	text-decoration: none;
}
#adminMenu p>a:hover{
	text-decoration: underline;
}
div.adminArea{
	width:90%;
	float: right;
}
/*  Actions  */
/*div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}*/

/* Related */
div.related {
	clear: both;
	display: block;
}
#lauhakari{
	position: fixed;
	right: 10px;
	bottom: 10px;
	color: #ccc;
  padding-top: 10px;
}
a.lauhakari:link, a.lauhakari:visited{
      background: url(../img/divajn-logo-bw.png) no-repeat center center;
	font-family: "Courier New", Courier, monospace; 
	color: #ccc;
	text-decoration:none;
	height: 50px;
  width: 69px;
  display:block;
}
a.lauhakari:hover{
   background: url(../img/divajn-logo.png) no-repeat center center;
	color:#F70;
}
 /* layout/design 'quirk' classes */
h1.invisible{
 	display:none;	
 }
.readmore{
	font-size:70%;
}
/* Debugging */

/* cv */
#cvitae{
	width: 85%;
	margin: auto;
	text-align: left;

}
ul.nobullet
{
	margin: 15px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.nobullet li 
{
	font-weight: normal;
	padding-top: 2px;
	margin-left: 5px;
	text-transform: none;
	list-style-type: square;
}
#middle
{
	background-color: #fff;
	min-height: 600px;
	width: 650px;
	margin: 20px auto;
	text-align: left;
}
#content_cv
{
	float: left;
	background-color: #fff;
	width: 80%;
	padding: 20px 0px;
}
#left-side
{
	float: left;
	padding: 10px;
	text-align: center;
}
#left-side a
{
	color: #000;
	text-decoration: none;
}
#eng
{
	list-style-image: url(../img/gb_flag.gif);
}
#fin
{
	list-style-image: url(../img/fin_flag.gif);
}
#esp
{
	list-style-image: url(../img/esp_flag.gif);
}
.coming
{
	font-size: 0.8em;
	border-top: 1px #3399FF solid;
	border-bottom: 1px #3399FF solid;
	padding: 10px 0px;
	margin-bottom: 20px;
}
.coming-title {
	font-weight: bold;
	color: #66CCFF;
	text-transform: uppercase;
        margin: 8px 0 0;
}

/* contact */

#contact{
	width: 700px;
	height: auto;
	margin: auto;

}
#contact>p{
	color: #77f;
	float: left;
	width: 200px;
	text-align:left;
	margin: 2em 20px;
}
#contact_form{
	float: right;
	text-align:left;
}
/* styles relative to the studio pages */
#studio{
	width: 700px;
	height: auto;
	margin: auto;

}
#studioLeft{
	color: #77f;
	float: left;
	text-align:left;
	margin: 2em 20px;
}
#studioRight{
	color: #77f;
	float: right;
	text-align:left;
	width: 400px;
}
/***********************  News  **************************/
.articles{
    margin: auto;
    text-align: left;
    width: 500px;


}
.post-body{
    padding: 15px 0 10px;
}