﻿/*#############################################################
Name: Marios Polyzoes
Date: 2007-06-25
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: url(images/bg.gif) repeat-y center top;
	color: #333;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
code {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 1.3em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
cite {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
p {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
h1 {font-size: 1.4em;}
h2 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h3 {color: #654;}

h2 {color: #654;}

h1 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(images/bgcontainer2.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
}

/* top */
.top {
	background: url(images/logo2.gif) no-repeat;
	height: 60px;
	margin: 0 auto;
	width: 630px;
	font: normal 2.4em Verdana,sans-serif;
}

/* header */
.header {
	background: url(images/artemisio.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 630px;
}

/* item */
.item {clear: both; padding-left: 44px;}

#content {
	float: left;
	margin-left: 10px;
	width: 420px;
}
#content li {list-style-image: url(images/li.gif);}

#content h1 {
	background: #567300;
	color: #FFF;
	line-height: 30px;
	padding-left: 106px;
}
#content .body {padding: 12px 18px;}

/* main */
#main {float: left;}

/* navigation */
#navigation {
	float: left;
	margin-left: 20px;

	 padding-left: 24px;
	 width: 160px;
}
#navigation h1 {
	background: #81AC00;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
#navigation ul {margin: 0; padding: 0;}
#navigation li {
	border-bottom: 1px solid #D5E8AD;
	list-style: none;
}
#navigation li a {
	background: #E8F6BF url(images/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
#navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}
.inter h1 {
	background: #F0FFC6;
	color: #567300;
	font: normal 1.2em Verdana,sans-serif;}

form {
border:1px solid #00a;
width:38em;
background:#efe;
padding-bottom:1em;
}

label {
width:4em;
float:left;
text-align:right;
margin-right:0.5em;
display:block;
}

fieldset {
border:1px;
color:#555;
width:32em;
border-style:dashed;
margin:1em;
padding:1em;
}

legend {
color:#fff;
background:#567300;
border:1px solid #008;
padding:2px 6px;
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
