/*
Theme Name: Evridiki.gr
Theme URI: www.evridiki.gr
Description: Evridiki's official website
Version: 9.0
Author: JohnD
Author URI: http://www.jade.gr/john

	This theme was designed and built by JohnD,
	whose website you will find at http://www.jade.gr/john

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
}

#head-top-links {
	height: 53px;
}

#head-top-links img {
	border: 0;
}

.logo-gr {
	width: 346px;
	height: 53px;
	margin: 0;
}

.language {
	width: 25px;
	height: 25px;
	margin: -34px 0 0 355px;
}

.links {
	font-size: 16px;
	font-weight: bold;
	margin: -46px 0 0 353px;
}

.links a {
	color: #666;
	text-decoration: none;
}

.links a:hover {
	color: #993333;
	font-weight: bolder;
}

.links a:active {
	color: #993333;
}

.links ul {
	width: 600px;
}

.links ul li{
	display: inline;
	border-right: solid #666 2px;
	padding-right: 8px;
}

.ornaments {
	width: 110px;
	height: 120px;
	background: url(images/ornaments/xmas.png) transparent scroll no-repeat;
	position: absolute;
	margin-top: -53px;
	z-index: -3;
	display: none;
}

#footer {
	color: #999;
	font-size: 14px;
	margin: 5px 0 0 200px;
	clear: both;
	padding: 0;
}

#footer a {
	font-weight: bold;
	color: #999;
}



/* ----------------------------------- IMAGES */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	border: #CCC solid 1px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* ----------------------------------- PLAKETA NEWS */
#plaketa-news {
	width: 750px;
	margin: 0 0 0 50px;
}

.plaketa-news-top {
	height: 20px;
	width: 750px;
	background: transparent url(images/plaketa-news/top.png) no-repeat scroll;
}

.plaketa-news-middle {
	width: 750px;
	background: transparent url(images/plaketa-news/middle.png) repeat-y scroll;
	padding: 0 20px 0 20px;
}

.plaketa-news-bottom {
	background: transparent url(images/plaketa-news/bottom.png) no-repeat scroll;
	width: 750px;
	height: 20px;
}