/*  
Theme Name: Vlaxerna Arkadias
Theme URI: http://www.vlaxerna.gr
Description: Beautiful nature styled blog and portal
Date: 24th November 2009
Version: 1.0.0
Author: Stathis Panagopoulos
Author URI: http://www.web-systems.gr
Tags: Right Sidebar, 2 Column, Green, Featured Post
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
}

a, object { 
	outline:none; 
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #312e24;
	color:#2F2F2F;
	font-family:Trebuchet Ms,Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:19px;	
}

/*--formatting--*/

p {
	color:#4D4D4D;
	font-size:12px;
	line-height:19px;
	margin-bottom:15px;
}

h1 {
	margin:0 0 15px 0px;
	padding:0 0 0 0px;
	font-family:"Century Gothic",helvetica,sans-serif;
	color:#753617;
	display:block;
	font-size:23px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:34px;
	text-decoration:none;
	position: relative;
	width: 100%;
	text-align:center;
}

h1 a {
	color:#753617;
	display:block;
	font-size:23px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:34px;
	text-decoration:none;
}

h1 a:hover {
	color:#2A2215;
}

h2 {
	color:#2A2215;
	display:block;
	font-size:17px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:24px;
	margin:0 0 20px;
	text-align:center;
}

.h2color {
	color:#753617;	
}

/* h3 reserved for statistics */
/* h4 reserved for photogallery */

h5 {
	font-family:Trebuchet Ms,Arial,Verdana,sans-serif;
	color:#4D4D4D;
	font-size:large;
	line-height:28px;
	font-weight:bold;
	text-decoration:none;
	position: relative;
	width: 100%;
	text-align:center;
	margin: 25px 0px 20px 0px;
}

h5 a {
	color:#4D4D4D;
	font-size:large;	
	font-weight:bold;
	text-decoration:none;
	position: relative;
	width: 100%;
	text-align:center;
}

h5 a:hover {
	color:#660000;
	text-decoration: underline;
}

.alignright {
	float:right;	
	margin: 12px 0px 12px 12px;
	border: 1px solid #51473d;
}

.alignleft {
	float:left;		
	margin: 12px 12px 12px 0px;	
	border: 1px solid #51473d;
}

.aligncenter {
	border: 1px solid #51473d;
}

/* ----------------- HEADER ------------------ */

#headerbg {
	margin: 0 auto;
	width: 100%;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 99;
}

#header {
	margin: 0 auto;
	height: 528px;
	width: 980px;
	position: relative;
}

#logo {
	width: 460px;
	height: 62px;
	position: relative;
	margin: 21px 0px 0px 6px;
	float: left;
}

#topcontent {
	height: 328px;
	width: 980px;
	position: relative;
	margin: 39px 0px 0px 0px;
	float: left;
}

/* ----------------- MENU ------------------ */

#menu-container {
	width: 980px;
	height: 64px;
	position: relative;
	float: none;
	margin: 0 auto;
	margin-top: -78px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-menu.jpg);
	z-index: 1;
}

	ul#menu {
		width: 980px;
		height: 64px;
		list-style:none;
		margin:0;
		padding:0px 0px 0px 0px;
		position:relative;
		float: left;
		z-index: 2;
	}
	
	ul#menu li {
		float:left;
	}
	
	ul#menu li a {
		background:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sprite-menu.png) no-repeat scroll top left;
		display:block;
		height:64px;
		position:relative;
	}
	
	ul#menu li a.home {
		width:104px;
		height:32px;
	}
	
	ul#menu li a.blog {
		width:93px;
		height:32px;		
		background-position:-104px 0px;
	}

	ul#menu li a.history {
		width:111px;
		height:32px;		
		background-position:-197px 0px;
	}

	ul#menu li a.photogallery {
		width:158px;
		height:32px;		
		background-position:-308px 0px;
	}

	ul#menu li a.links {
		width:163px;
		height:32px;		
		background-position:-466px 0px;
	}

	ul#menu li a.aksizoun {
		width:133px;
		height:32px;		
		background-position:-629px 0px;
	}
	
	ul#menu li a.contact {
		width:151px;
		height:32px;		
		background-position:-762px 0px;
	}
	
	ul#menu li a span {
		background:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sprite-menu.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	ul#menu li a.home span {
		background-position:0px -32px;
	}
	
	ul#menu li a.blog span {
		background-position:-104px -32px;
	}

	ul#menu li a.history span {
		background-position:-197px -32px;
	}

	ul#menu li a.photogallery span {
		background-position:-308px -32px;
	}

	ul#menu li a.links span {
		background-position:-466px -32px;
	}

	ul#menu li a.aksizoun span {
		background-position:-629px -32px;
	}
	
	ul#menu li a.contact span {
		background-position:-762px -32px;
	}
	
	.current_home {
		background:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sprite-menu.png) no-repeat scroll bottom left;		
		width:104px;
		height:32px;		
		background-position:0px -32px;
	}

	.current_blog {
		background:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sprite-menu.png) no-repeat scroll bottom left;		
		width:93px;
		height:32px;		
		background-position:-104px -32px;
	}

#button-blog {
	width: 93px;
	height: 32px;
	position: absolute;
	left: 104px;
	z-index: 9999;
}

	.current_history {
		background:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sprite-menu.png) no-repeat scroll bottom left;		
		width:111px;
		height:32px;		
		background-position:-197px -32px;
	}

	.current_photogallery {
		background:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sprite-menu.png) no-repeat scroll bottom left;		
		width:158px;
		height:32px;		
		background-position:-308px -32px;
	}

	.current_links {
		background:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sprite-menu.png) no-repeat scroll bottom left;		
		width:163px;
		height:32px;		
		background-position:-466px -32px;
	}

	.current_aksizoun {
		background:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sprite-menu.png) no-repeat scroll bottom left;		
		width:133px;
		height:32px;		
		background-position:-629px -32px;
	}
	
	.current_contact {
		background:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sprite-menu.png) no-repeat scroll bottom left;		
		width:151px;
		height:32px;		
		background-position:-762px -32px;
	}


	/* ----------------- FACEBOOK ------------------ */
	
	div#switcher {
		width: 178px;
		float:right;
		position: absolute;
		left: 920px;
		top: 4px;
		z-index: 9999;
		cursor: pointer;
	}
	div#switcher.show {
		border: none;
	}
	div#switcher a {
		color:#2F2F2F;
		text-decoration: none;
	}
	div#switcher a:hover, div#switcher td.alt a:hover {
		color: #bcbeb2;
	}
	div#switcher td.alt a {
		color:#2F2F2F;
	}
	div#switcher h6 {
		display: block;
		float: left;
		margin-bottom: 2px;
		height: 26px;
		width: 54px;
	}
	body div#switcher h6.hide, body div#switcher h6.hover {
		display: none;
	}
	div#links {
		float: right;
		width: 178px;
		border: none;
		display: none;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:11px;
		font-weight: bold;
		text-transform: uppercase;
		color: 666px;
		height:27px;
	}
	div#links.show {
		display: block;
	}
	div#links div {
		width: 178px;
	}
	div#links div.alt, div#links {
		border-top: none;
		border-bottom: none;
		background-repeat: no-repeat;
	}
	
	div#one {
		background-image:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/fb.jpg);
		background-repeat: no-repeat;
		border-top: none;
		border-bottom: none;
		margin: 0px 0px 0px -120px;	
				z-index: 9999;
	}
	
	div#two {
		background-image:url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/fb.jpg);
		background-repeat: no-repeat;
		border-top: none;
		border-bottom: none;
		margin: 0px 0px 0px -120px;	
				z-index: 9999;
	}
	
	div#links div table {
		margin: 0px 0px 0px 30px;
	}
	div#links div table tr.hover a {
		color: #fff;
	}
	div#links table td {
		line-height: 1.5em;
	}
	div#links table td.alt {
		width: 200px;
	}

/* -------------- MAIN CONTENT --------------- */

#content-container {
	margin: 0 auto;
	margin-top: 0px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-container.jpg);
	background-position: center top;
	background-color: #eeefd2;
	overflow: hidden;
	position: relative;
	background-repeat: repeat-y;
}

#content {
	width: 978px;
	position: relative;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-content.jpg);
	background-position: center top;
	background-color: #e9dfc5;
	margin: 0 auto;
	padding-bottom: 80px;
}

#main-content {
	width: 620px;
	position: relative;
	float: left;
	padding: 22px 0px 0px 28px;
	_margin-right: -20px;	
}

#main-content-h {
	width: 620px;
	position: relative;
	float: left;
	padding: 22px 0px 0px 28px;
	_margin-right: -20px;	
	_height: 470px;	
}
	
#image-frame {
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-image-frame.jpg);	
	width: 492px;
	height: 300px;
	position: relative;
	float: left;
	overflow: hidden;
}

#image-frame img{
	border: none;
}

#weather {
	width: 120px;
	height: 303px;
	position: relative;
	float:left;
	margin:0px 0px 20px 8px;	
}

	.article{
		width: 620px;
		position: relative;
		float: left;
	}

	#prosfata-bg{
    float: left;
    height: 132px;
    margin-bottom: 23px;
    margin-top: -3px;
    padding: 0;
    position: relative;
    width: 620px;
	}

	#prosfata{
		position: relative;
		float:left;
		width: 447px;
		height: 99px;
		padding-top: 5px;
	}
	
	#prosfata p{
		text-align:center;
		margin: 0px 0px 0px 0px;
	}	

	#marquee-bg {
		float: left;
		width: 632px;
		/*padding-left: 143px;	*/		
		height: 103px;
		/*padding-top: 49px;*/
		position: relative;			
		margin-bottom: 13px;
		margin-top: -15px;
		background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/marquee.png);		
	}

/* Scroller Box */
#scroller_container {
 margin-left: 143px;	
 margin-top: 32px; 
 position: relative;
 width: 468px;
 height: 60px;
 overflow: hidden;
}

#scroller {
 white-space: nowrap;
 line-height: 60px;
 font-size: 16px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */

	
.epiloges {
	margin:8px 0 8px 9px;
	padding:0 0 0 24px;
	position: relative;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/prosfata-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.epiloges a {
	font-family:"Century Gothic", helvetica, sans-serif;
	color:#753617;
	display:block;
	font-size:24px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:22px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #753617;
	width: 200px;
}

.epiloges a:hover {
	color:#2A2215;
}

.epiloges-image img{
	width: 46px;
	height: 38px;
	position: absolute;
	margin-left: 202px;
	top: -7px;	
}

.epiloges-small {
	margin:8px 0 8px 9px;
	padding:0 0 0 24px;
	position: relative;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/prosfata-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.epiloges-small a {
	font-family:"Century Gothic",helvetica,sans-serif;	
	color:#753617;
	display:block;
	font-size:18px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:20px;
	text-decoration:none;
}

.epiloges-small a:hover {
	color:#2A2215;
}

		.topframe{
			width: 620px;
			height: 20px;
			position: relative;
			background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/brownframe-top.jpg);
		}
	
		.centerframe{
			width: 540px;
			position: relative;
			background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/brownframe-center.jpg);
			background-repeat: repeat-y;
			padding: 20px 40px 6px 40px;
		}

		.centerframe ul {
			 padding: 7px 0px 23px 20px;
		}

		.centerframe ul li{
			 padding: 3px 0px;
		}

		.centerframe ul li strong{
			 color: #665747;
		}
								
		.meta {
			border-bottom:1px solid #c1af88;
			border-top:1px solid #c1af88;		
			color:#666666;
			font-size:12px;
			margin:10px 0;
			padding-left: 4px;
		}

		.more-link {
			background:transparent url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/more-link.gif) no-repeat scroll left 4px;
			font-size:12px;
			margin-right:10px;
			padding-left:10px;
			color:#660000;
			text-decoration:none;	
			float: left;
			z-index: 10;
			position: relative;
			width: 100px;
			overflow: hidden;
		}

		.comments-link {
			font-size:12px;
			margin-right:10px;
			padding-left:10px;
			padding-right: 20px;
			color:#660000;
			text-decoration:none;
			width: 520px;
			position: relative;
			text-align: right;
			z-index: 5;
			background-color: transparent;
			background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/comments-link.png);
			background-repeat: no-repeat;
			background-position: right;
		}
		
/* LINKS Color Fix */
			.article p a {
				color: #660000;
				text-decoration:none;
			}
			
			.article p a:hover {
				text-decoration:underline;
			}
	
			.meta a {
				color: #660000;
				text-decoration:none;
			}
			
			.meta a:hover {
				text-decoration:underline;
			}
	
			.comments-link a {
				color: #660000;
				text-decoration:none;		
			}
	
			.comments-link a:hover {
				text-decoration:underline;		
			}
			
			.comment-data a {
				color: #660000;
				text-decoration:none;		
			}
	
			.comment-data a:hover {
				text-decoration:underline;		
			}
			
			
			.blognavigation a {
				color: #660000;
				text-decoration:none;	
			}
	
			.blognavigation a:hover {
				text-decoration:underline;		
			}
			
			#gallery a{
				color: #660000;
				text-decoration:none;					
			}
			
			#gallery a:hover {
				text-decoration:underline;		
			}			
/* Link Color Fix */

		.bottomframe{
			width: 620px;
			height: 20px;
			position: relative;
			background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/brownframe-bottom.jpg);
			margin-bottom: 20px;
		}

/*--navigation--*/

#navigation {
	float: left;
	width: 620px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.blognavigation {
	float: left;
	width: 600px;
	margin: 20px 0px 0px 0px;
	position:relative;
}


.blognavigation .alignleft a {
		border-top:1px dashed #C3B080;
		float:left;
		padding-bottom:10px;
		padding-top:15px;
		padding-left: 10px;		
		text-align:left;
		width:620px;
}

a.scroll-to-top {
	background:transparent url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/scroll-up.png) no-repeat scroll 0 0;
	height:78px;
	width: 68px;
	position:absolute;
	margin-top: -78px;
	left: 552px;	
	text-indent: -9999px;
	overflow:hidden;
}

a.more-news {
	background:transparent url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/more-news.png) no-repeat scroll 0 0;
	height:54px;
	width: 211px;
	position:absolute;
	margin-top: -78px;
	left: 302px;	
	text-indent: -9999px;
	overflow:hidden;
}

#backtotop-anchor {
	display: none;
}

	/*--comments--*/
	
	#comments {
		margin-top: 15px;
		float: left;
		width: 600px;
	}

	#comments-title {
		background:transparent url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bullet-floral.png) no-repeat scroll 0 0;
		margin:0 0 15px 15px;
		padding:0 0 0 30px;
		float: left;
		width: 600px;
		height: 30px;
		position:relative;
		font-family:"Century Gothic",helvetica,sans-serif;		
		color:#753617;
		display:block;
		font-size:23px;
		font-weight:bold;
		letter-spacing:3px;
		line-height:34px;
		text-decoration:none;		
	}
	
	#comments ol, #comments ol li {
		float: left;
		width: 600px;
		list-style: none;
		padding: 0;		
	}

	.comment_wrapper {
		border-top:1px dashed #C3B080;
		clear:both;
		float:left;
		padding:15px 10px 15px;
		width:600px;
	}

	.odd {
		background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sidebar-grad.png);
		background-repeat: repeat-x;		
	}

	#comments ol li .comment-info {
		display:inline;
		float:left;
		font-size:13px;
		margin-right:10px;
		width:130px;
	}
	
	#comments ol li .comment-info span {
		color:#B6956B;
		font-family:Georgia,serif;
		font-size:12px;
		font-style:italic;
	}
	
	#comments ol li .comment-info a {
		text-decoration: none;
	}

	#comments ol li .comment-data {
		display:inline;
		float:right;
		width:460px;
	}
	
	.comment-paginate {
		border-top:1px dashed #C3B080;
		float:left;
		margin-bottom:20px;
		margin-left:0;
		margin-right:0;
		padding-top:15px;
		text-align:right;
		width:620px;
	}

	#comments-form {
		float:left;
		margin-bottom:15px;
		padding:20px;
		width:410px;
	}

	#comments-form span.required {
		color:#C26341;
	}

	#comments-form p {
		color:#B6956B;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-style:italic;
		font-weight:bold;
		margin-bottom:0;
		vertical-align:top;
	}

	#comments-form input.std_input {
		border:1px solid #B6956B;
		font-family:"Century Gothic",Georgia,Times,serif;
		line-height:1.2em;
		margin-bottom:10px;
		width:99%;
		background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-commentsform.png);
		background-repeat: repeat-x;
		background-position: bottom;
		color:#8F7E5A;
		display:block;
		font-size:13px;
		height:17px;
		padding:5px;		
	}
	
	#comments-form p.submitbutton {
		clear:both;
		display:inline;
		float:left;
		margin-bottom:0;
		margin-top:15px;
	}

	#comments-form textarea {
		-x-system-font:none;
		border:1px solid #B6956B;
		color:#8F7E5A;
		font-family:"Century Gothic",Georgia,Times,serif;
		display:block;
		font-size:13px;
		height:150px;
		line-height:1.2em;
		padding:5px;
		width:99%;
		background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-commentsform.png);
		background-repeat: repeat-x;
		background-position: bottom;		
	}

/* -------------- SIDEBAR --------------- */

#sidebar {
	padding: 22px 0px 0px 0px;
	float: left;
	width: 307px;
	min-height: 500px;
	position: relative;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sidebar-grad.png);
	background-repeat: repeat-x;
	margin-left: 23px;
	overflow: visible;
	z-index: 1;
	_position: absolute;	
	_right: 0px;
	_height:500px;
}

	#clock{
		width: 295px;
		height: 23px;
		margin: 0 auto;
		margin-bottom: 18px;	
		margin-top: 0px;		
	}

.sidebar-blogroll-sec2 ul {
	list-style: inside square;
	margin-left: 0;
	padding: 0;
	font-size: 12px;
	margin-top: 10px;
	width: 280px;
}

.sidebar-blogroll-sec2 ul li {
    margin: 0;
    padding: 7px 15px;
    text-align: left;
    text-decoration: none;
	font-weight:bold;
	background: url("http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bottombg.gif") repeat-x scroll 0 100% transparent;
    color: #223E48;
    display: block;
    font-family: "Palatino Linotype","URW Palladio L","palladio l",palatino,"book antiqua",times,serif;	
}

.sidebar-blogroll-sec2 ul li a{
	color:#5B5B5B;
	text-decoration:none;	
	font-weight: normal;
}

.sidebar-blogroll-sec2 ul li a:hover{
	color:#000;
	text-decoration: underline;
}

	#statpress {
			width: 280px;
			height: 130px;
			margin: 0 auto;	
			background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-statistics.jpg);	
			margin-bottom: 18px;				
	}
	
	.widget-title {
		color:#EAE8E2;
		font-size:18px;
		height:28px;
		margin-left:-12px;
		margin-right:-12px;
		padding-top:8px;
		position:relative;
		text-align:center;
		width:295px;		
	}

	#statpress ul{
		list-style: none;
		margin: 7px 0px 0px 42px;
	}
	
	#statpress ul li{
		margin: 0px 0px 9px 0px;
		color:#2F2F2F;
		font-family:Trebuchet Ms,Arial,Verdana,sans-serif;
		font-size:12px;	
	}	

		.poll-top{
			width: 280px;
			height: 26px;
			position: relative;
			background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/poll-top.jpg);
			color:#EAE8E2;
			font-size:18px;
			text-align:center;
			padding-top:8px;
			margin-left: 13px;
		}
	
		.poll-center{
			width: 280px;
			position: relative;
			background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/poll-center.jpg);
			background-repeat: repeat-y;
			padding: 10px 10px 2px 0px;
			margin-left: 13px;
		}
		
			.poll-center ul{
				list-style: none;
				margin: 0px 0px 0px 0px;
				color:#2F2F2F;
				font-family:Trebuchet Ms,Arial,Verdana,sans-serif;
				font-size:12px;
				line-height:19px
			}		
	
			.poll-center a {
				color:#660000;
				text-decoration:none;
			}

			.poll-center a:hover {
				text-decoration:underline;
			}

		.poll-bottom{
			width: 280px;
			height: 5px;
			position: relative;
			background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/poll-bottom.jpg);
			margin-bottom: 20px;
			margin-left: 13px;
		}

	#tel-button {
			width: 281px;
			height: 30px;	
			position: relative;
			margin: 2px 0px 25px 13px;
	}

	.youtube-video {
		width: 295px;
		height: 200px;
		margin: 0 auto;
		margin-bottom: 18px;	
		margin-top: 18px;		
	}

	#mme {
		margin: 5px 0px 10px 20px;		
	}

		#mme select {
			background-color: #FFF;
			border: 1px solid #7F9DB9;
			color: #000;
			height: 22px;
			width: 250px;
			font: 0.9em Verdana;
			padding: 2px 2px 2px 2px;
		}

	.eortologio{
		background-image: url("http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/poll-center.jpg");
		background-repeat: repeat-y;
		margin-left: 13px;
		padding: 10px 10px 0;
		position: relative;
		width: 270px;
	}
		
	.sidebar-navigation {
		width: 303px;
		padding-left: 16px;		
		position: relative;
		height: 28px;
		background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sidebar-navs.jpg);
		margin-left: -12px;
		margin-right: -12px;
		text-align: center;
		color:#EAE8E2;
		font-size:18px;	
		padding-top: 8px;
	}

		.current_page_item {
			background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-sidebar-hover.jpg);
			color:#930;
		}

	.sidebar-blogroll-title {
		width: 303px;
		padding-left: 16px;	
		position: relative;
		height: 28px;
		background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/sidebar-titles.jpg);
		margin-left: -12px;
		margin-right: -12px;
		text-align: center;
		color:#EAE8E2;
		font-size:18px;	
		padding-top: 8px;
		_margin-bottom: -13px;		
	}
	
	.sidebar-blogroll {
		width: 295px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.sidebar-blogroll ul{
		list-style: none;	
		width: 306px;
		margin-left: -6px;			
		margin-top: -14px;	
		text-align: center;
		_margin-top: 0px;	
	}

	.sidebar-blogroll li a {
		color:#223E48;
		display:block;
		text-decoration:none;
		font-family:"Palatino Linotype","URW Palladio L","palladio l",palatino,"book antiqua",times,serif;
		line-height:25px;	
		_margin:-0px 0px -20px 0px;
		font-weight:bold;
	}
	
	.sidebar-blogroll li a:hover {
		background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-sidebar-hover.jpg);
		color:#2A2215;
	}

	.sidebar-pictures {
		width: 281px;
		margin: 27px 0 0 13px;
	}
	
	.sidebar-blogroll-sec {
		width: 295px;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	.sidebar-blogroll-sec ul{
		list-style: none;	
		width: 306px;
		margin-left: -6px;			
		margin-top: -14px;	
		text-align: center;
		_margin-top: 0px;	
	}

	.sidebar-blogroll-sec li a {
		color:#223E48;
		display:block;
		text-decoration:none;
		font-family:"Palatino Linotype","URW Palladio L","palladio l",palatino,"book antiqua",times,serif;
		line-height:25px;	
		_margin:-0px 0px -20px 0px;
	}
	
	.sidebar-blogroll-sec li a:hover {
		background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-sidebar-hover.jpg);
		color:#2A2215;
	}
	
	.finalize-menu {
		width: 277px;
		height: 7px;
		position:relative;
		margin: 0 auto;
		padding-top:10px;
		padding-bottom: 20px;
	}

/* ----------- HISTORY PAGE ------------ */

#history-title {
	margin:0 0 15px 0px;
	padding:0 0 0 0px;
	font-family:"Century Gothic",helvetica,sans-serif;
	color:#753617;
	display:block;
	font-size:23px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:34px;
	text-decoration:none;
	position: relative;
	text-align: center;
}

/* -------------- FOOTER --------------- */

#footer{
	width: 100%;
	position: relative;
	height: 42px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-color: #312e24;	
}

	#footer-content {
		margin: 0 auto;
		height: 42px;
		width: 980px;
		position: relative;
	}
	
	
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	
#headerbg {
	margin: 0 auto;
	width: 1214px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 99;
}

#menu-container {
	text-align: center;
	width: 100%;
	height: 64px;
	position: relative;
	float: none;
	margin-left: 117px;
	margin-top: -78px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-menu.jpg);
	z-index: 1;
}

#content-container {
	margin: 0 auto;
	width: 1214px;	
	margin-top: 0px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-container.jpg);
	background-position: center top;
	background-color: #eeefd2;
	overflow: hidden;
	position: relative;
	background-repeat: repeat-y;
}

#footer{
	width: 1214px;	
	position: relative;
	height: 42px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-color: #312e24;	
}
	
}
/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {

#headerbg {
	margin: 0 auto;
	width: 1214px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 99;
}

#menu-container {
	text-align: center;
	width: 100%;
	height: 64px;
	position: relative;
	float: none;
	margin-left: 117px;
	margin-top: -78px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-menu.jpg);
	z-index: 1;
}

#content-container {
	margin: 0 auto;
	width: 1214px;	
	margin-top: 0px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-container.jpg);
	background-position: center top;
	background-color: #eeefd2;
	overflow: hidden;
	position: relative;
	background-repeat: repeat-y;
}

#footer{
	width: 1214px;	
	position: relative;
	height: 42px;
	background-image: url(http://www.vlaxerna.gr/wp-content/themes/vlaxerna/images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-color: #312e24;	
}

}
