* {
margin:0;
padding:0;
}

body {
background: #F5F5F1 url(images/pageBack.jpg) repeat-x top;
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-size:0.7em;
color:#666;
padding:0 0 60px 0;
}

a {
text-decoration: none;
color: #bd7331;
}

a:hover {
text-decoration:underline;
}

p, ul {
margin:1.1em 0;
}
ul{
margin-left:70px;}
h1 {
background: url(images/logo.png) no-repeat;
left:0px;
top:40px;
position: absolute;
}

h1 a {
display:block;
width:299px;
height:68px;
}

h2, h3, h4 {
font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
h3{
font-size:1.8em;
margin:30px 0 30px 0;
font-weight: normal;
}
h4{
font-size:1.5em;
margin:30px 0 30px 0;
font-weight: normal;
}
input, select, textarea{
border:0px;
font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-size:1em;
padding:3px;}

/*----------------Assets-------------*/

.inv {
position:absolute;
left:-9999px;
width:1px;
height:1px;
}

.big  {
font-size:4em;
font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
width:180px;
margin:0 auto;
text-align:center;
display:block;
background: #ffffff;
border: 1px #ccc solid;
}

.inputButton, #commentform .inputButton{
color:#fff;
background: url(images/button.jpg) repeat-x top;
cursor:pointer;
width: auto;
}
/*----------------Structure----------*/

#header {
position: relative;
background: #f3f3f3 url(images/pageBack.jpg) repeat-x top;
width:960px;
height:152px;
overflow:visible;
z-index:4;}

*>header {
min-height:151px;
height:auto;
}

#wrapper {
width:960px;
margin:0 auto;
background: url(images/textBack.gif) repeat-y center;
overflow:hidden;
}

/*--------------------Menu-----------------*/

#nav {
position:absolute;
top:35px;
right:0px;
z-index:3;
}

#nav, #nav ul {
/* all lists */
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}

#nav li a, #nav li li a {
display: block;
width: 143px;
}

#nav li a {
background: url(images/menu.jpg) no-repeat left;
color: #4c4f28;
padding:20px 0 40px 0;
text-align:center;
font-size:1.1em;
font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#nav li li a {
font-size:1em;
background:none;
color:#fff;
padding:8px 0 8px 0;
text-align:center;
}
/*
#nav li a:hover, #nav li.selected a {
background: url(images/menu.jpg) no-repeat right;
text-decoration:none;
color:#fff;
}
*/
/* -- pk mod --*/
#nav li a:hover, #nav li.current_page_item  a, #nav li.current_page_ancestor  a{
background: url(images/menu.jpg) no-repeat right;
text-decoration:none;
color:#fff;
}



#nav li li a:hover {
background: #984C00;
}

#nav li {
/* all list items */
	float: left;
width: 143px;
;
/* width needed or else Opera goes nuts */
	margin:0 0px 0 1px;
}

#nav li li {
margin:0;
background:none;
}

#nav li ul {
/* second-level lists */
	position: absolute;
background: #8F936B;
width: 143px;
left: -999em;
/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul {
/* third-and-above-level lists */
	margin: -1em 0 0 143px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
/* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
position: static;
}

/*-------Sidebars---------*/

#colLeft, #colRight {
width:203px;
padding:15px 0 0 0;
float: left;
/*text-align: justify;*/}


#colRight h2, #colLeft h2 {
background: #999966 url(images/barH2Back.jpg) no-repeat top;
color:#fff;
font-weight:normal;
font-size:1.1em;
padding:8px 0 9px 35px;
}

#colRight h2 {
background: #999966 url(images/barH2Backr.jpg) no-repeat top;
padding:8px 0 9px 50px;
}

#colRight ul, #colLeft ul {
background: url(images/barBackL.jpg) no-repeat top;
padding:20px 15px 0px 0;
list-style-type:none;
margin:0;}

#colRight ul {
background: url(images/barBackR.jpg) no-repeat top;
padding:20px 0px 0px 15px;
}

#colRight h3, #colLeft h3 {
font-size:1em;
margin:0 0 5px 0;
font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
}

#colRight li, #colLeft li {
/*background: url(images/barItem.gif) repeat-x bottom;*/
padding:0 0 10px 0;
margin:0 0 10px 0;
}

#colRight small, #colLeft small {
display:block;
margin:5px 0 0 0;
}

#colRight img, #colLeft img {
border:0px;
}

/*----------Content-------------*/

#colCenter {
width:484px;
float: left;
height:600px;
overflow: visible;
padding:30px 35px 0 35px;
font-size:1.1em;
line-height:1.5em;
border-top: 15px #f5f5f1 solid;
margin-top:1px;
background: url(images/homehead.gif) no-repeat;
position: relative;
z-index:2;
}

*>#colCenter {
height:auto;
min-height:600px;
/*overflow:hidden;*/
}

#editorial {
width:97px;
height:38px;
background: url(images/editorial.jpg);
/*margin:-35px 0 15px 0;*/
position:absolute;
top:-30px;
left:50px;}

#colCenter h2 {
letter-spacing:-1px;
font-weight:normal;
font-size:2.5em;
line-height:1em;
margin:0 0 0 0;
color: #000;
padding:0 0 0.3em 0;
}

.item{
padding:0 0 1px 0;
margin:0 0 25px 0;
background: url(images/barItem.gif) repeat-x bottom;
}

/*----------------Footer------------*/
#footer{
width:392px;
padding:43px 0px 15px 162px;
margin:0px auto;
background: url(images/footer.jpg) no-repeat top left;
height:60px;
overflow: visible;
}
*>#footer{
height: auto;
min-height:60px;
}
/*-------Search--------------*/
#searchbox{
position:absolute;
bottom:-5px;
right:0px;
width:277px;
height:30px;
background: url(images/search.jpg) no-repeat left top;
padding:10px 0 5px 40px;
z-index:1;
}
#searchbox h2{
font-size:1.1em;
font-weight:normal;
float: left;
margin:0 5px 0 0;
padding:1px 0 0 0;
}
#searchbox input{
margin:0 5px 0 0;
}


/*----------------POST PAGE-------------*/
.post #wrapper{
background: url(images/postBack.gif) repeat-y left;
}
.post #colCenter{
width:687px;
background: url(images/posthead.gif) no-repeat;
z-index:5;
}
.post #footer{
width:799px;
background: url(images/footerL.jpg) no-repeat top left;
}

/*----------------Submenu------------------*/
#colRight h2.currSec {
background: #999966 url(images/barH2BackrCurr.jpg) no-repeat top;
}

#colRight #submenu{
margin-bottom:15px;
background: url(images/barBackRCurr.jpg) no-repeat top;
}
#colRight #submenu ul, #colRight #submenu ul ul{
background: none;
margin-top:5px;
padding:5px 0px 0px 15px;
}
#colRight #submenu li{
margin:0 0 0px 10px;
padding:0px 0 5px 0;
}

#colRight #submenu a{
background: url(images/barItem.gif) repeat-x bottom;
width:100%;
display:block;
padding:0 0 5px 0;
}
#colRight #submenu li#selected a{
font-weight: bold;
}
/* pk mod */
#colRight #submenu li a.active {
font-weight: bold;
}



/*----------Comments and Forms--------------*/
#commentform{
width:500px;
background: #f5f5f1 url(images/formBot.gif) no-repeat bottom;
padding:0 0 20px 0;
}
h4#respond{
background: url(images/formTop.gif) no-repeat top;
padding:20px 0 0 20px;
margin:0 0 0 0;
}
#commentform p{
padding:0px 0 0 20px;
}
#commentform label{
width:80px;
display:block;
}
#commentform input, #commentform textarea{
width:460px;
}
.commentlist{
margin:0 0 35px 0px;
list-style-type:none;
padding:0 0 0 80px;
}
.commentlist li{
position: relative;
padding:0 0 0 0px;
}
.commentlist cite{
font-weight:bold;
font-style:normal;
}
.commentlist small{
color:#000;
position:absolute;
top:3px;
left:-80px;
background: #AEAE86;
color:#fff;
padding:6px 5px;
width:60px;
text-align:center;
line-height:1em;
}
/*-----------Tables---------------*/
table, td, th{
border-collapse: collapse;
border:1px solid #cccccc;
text-align:center;
line-height: normal;
}
th{
background: #edeee8;
padding:3px;
font-size:0.9em;
}
td{
font-size:0.9em;
padding:3px;
}
table img{
border:0px;
}
table small{
font-weight:normal;
}

/*-------------Varometro-----------*/
#skaika8imerini, #skaika8imeriniIP {
width:200px;
height:77px;
margin:0 0 0.5em 0;
background: url(images/skaika8imerini.jpg);
position:relative;
top:-10px;
}
#skaika8imeriniIP {
background: url(images/skaika8imeriniPI.jpg)
}