/*
Okto template CSS for Elxis 2008
Author: Ioannis Sannos (datahell)
E-mail: datahell@elxis.org
URL: http://www.elxis.org
Date: December 30, 2007
License: GNU/GPL
Elxis CMS is a free software
Modified by Petros Bournias for client
URL: http://www.do-my-site.net/
*/

@import url("layout.css"); /*layout css file*/
@import url("customize.css"); /*Use this file to customize your website*/


/* this area contains layout changes  */

/* 2C425E is used in order body to be left white */
#container {
	padding: 0;
	margin: 0;
	width: 100%;
	background: #B49684 url(../images/bg.png) repeat 0 0;
	/*background: #C2C29C url(../images/bg.png) repeat 0 0;*/
	text-align: center;
}

#oktoheader {
	text-align:center;
	background: url(../images/enosi-header-background.png) repeat top center;
	/*background: #4219E6 url(../images/enosi_900x150_logo.jpg) no-repeat top center;*/
	height: 150px;
	border-bottom: 1px solid #1D4D6C;
}

/* template's header secondary */
#oktoheader2 {
	text-align:center;
	/*background-color: #FFFFFF;*/
	background: url(../images/enosi-header-background.png) repeat top center;
	/*background: #4219E6 url(../banners/banner_900x75.jpg) no-repeat top left;*/
	height: 75px;
	border-bottom: 1px solid #1D4D6C;
}

/* end   layout changes  */

/* this area contains changes from the old template_css */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9D937E;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: justify;

}

.textSpaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}


/*	text font size changes	*/
div.blogcell div.contentpaneopen_text { text-align:justify; padding:0.3em; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em;}
p { font-family: "Times New Roman", Times, serif; font-size: 14px; }

.ipt {
	border:1px solid #959595; PADDING-LEFT: 5px; FONT-SIZE: 11px; 
	/*BACKGROUND-IMAGE: url('templates/customer/login/garbis/inputbg.gif');*/ 
	FONT-FAMILY: Tahoma,Verdana; BACKGROUND-COLOR: white
}

.button {
	FONT-SIZE: 11px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #B1AC88;
	font-weight: normal;
}
