@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

html body {
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #2f2e2e;
}

html>body {
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #2f2e2e;
}

caption,th { 
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

q:before,q:after {
	content:'';
}

fieldset,img {
	border:0;
}

.clear {
  clear:both;
}



/* Structure */

#wrapper {
	width: 990px;
	margin: auto;
	background-image: url(images/wrapper-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header {
	height: 229px;
	width: 990px;
	background-image: url(images/header-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#logo {
	float: left;
	margin: 10px 10px 10px 15px;
	width: 108px;
}

#headerright {
	float: right;
	width: 300px;
	font-size: 9px;
	text-align: right;
	margin-right: 16px;
	margin-top: 10px;
	color: #2f2e2e;
}

#headerright a {
	color: #2f2e2e;
	text-decoration: none;
}

#headerright a:hover {
	color: #979797;
	text-decoration: none;
}

#headerright #languages {
	margin-left: 10px;
}

#headerright #languages img {
	margin-left: 5px;
}

#search {
	margin: 50px 17px 5px 123px;
	width: 178px;
	height: 30px;
}
#search form {
	display: inline;
}

#search #search-form {
	width: 125px !important; width: 125px;
	border: 1px solid #999999;
	padding-top: 2px;
	float: left;
	margin-right: 5px;
	height: 22px;
}

#search #search-form-btn {
	float: left;
}


#search-page {
	margin: 0px;
	width: 178px;
	height: 30px;
}

#search-page form {
	display: inline;
}

#search-page #search-form {
	width: 125px !important; width: 125px;
	border: 1px solid #999999;
	padding-top: 2px;
	float: left;
	margin-right: 5px;
	height: 22px;
}

#search-page #search-form-btn {
	float: left;
}


#header-image {
	margin-left: 15px;
	margin-bottom: 15px;
}

#main {
	width: 990px;
	margin: auto;
	min-height: 500px;
}

#left {
	width: 210px;
	float: left;
	margin: 0px;
	background-image: url(images/left-bg-middle.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	overflow: hidden;
}

#menu {
	margin-top: 0px;
	background-image: url(images/left-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}

#menu-bottom {
	width: 210px;
	height: 7px;
	margin-top: 0px;
	background-image: url(images/left-bg-bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}



/*MENU LIST*/

#menu ul {
	width: 178px;
	padding-bottom: 0px;
	background-image:url(images/st-apolonia.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-top: 0px;
}

#menu li {
	list-style-type: none;
	list-style-image: url(images/list-image.jpg);
	margin-left: 20px;
	font-size: 11px;
	color: #2f2e2e;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}

#menu a {
	font-size: 11px;
	color: #2f2e2e;
	text-transform: uppercase;
	height: 30px;
	text-decoration: none;
}

#menu a:hover {
	color: #a01d1e;
	text-decoration: none;
}

/*SUB MENU LIST*/

#menu ul li ul {
	background-image: none;
	margin-top: 0px;
	width: 158px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


* html #menu ul li ul {
	background-image: none;
	margin-top: 0px;
	width: 158px;
	margin-bottom: -15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*CENTER*/

#center {
	width: 570px;
	float: left;
	margin-top: 0px 0px 20px 0px;
	background-image: url(images/center-bg-middle.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#content {
	margin-top: 0px;
	background-image: url(images/center-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 20px;
	font-size: 13px;
	text-align: justify;
	min-height: 350px;
}

#center-bottom {
	width: 570px;
	height: 7px;
	margin-top: 0px;
	background-image: url(images/center-bg-bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}



/*CONTENT*/

#content .title {
	font-size: 18px;
	color: #2f2e2e;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#content hr {
	margin: 20px 0px;
	color: #d7d7d7;
	background-color: #d7d7d7;
	height: 2px;
	border: outset #d7d7d7 0px;
}

#content .title a {
	font-size: 18px;
	text-transform: uppercase;
	color: #2f2e2e;
	text-decoration: none;
}

#content .title a:hover {
	font-size: 18px;
	text-transform: uppercase;
	color: #898989;
	text-decoration: none;
}

#content .date {
	font-size: 11px;
	margin-top: -1px;
	color: #898989;
	text-transform: uppercase;
}

#content .separator {
	height: 2px;
	background-color: #f1f1f1;
	margin: 20px 0px 20px 0px;
}

#content img {
	border: 2px solid #dddddd;
	margin: 0px 20px 15px 0px;
}

#content p {
	margin: 10px 0px 10px 0px;
	text-align: justify;
}

#content blockquote {
	
	margin: 20 0 20 20;
	
	padding: 15px;
	
	background-color: #fafafa;
	
	border: 1px solid #dddddd;

}

#content ul, ol {
	margin: 20px 0px 20px 0px;
}

#content li {
	margin: 5px 0px 5px 35px;
}

/*LI:Before
{
content: "- ";
}*/

#content a {
	color: #604487;
	text-decoration: underline;
}

#content .more-link a {
	float: right;
	color: #604487;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(images/more-link-bg.jpg);
	background-position: center left;
	background-repeat: no-repeat;

}

#content #pages-link p {
	border-top: 2px solid #f1f1f1;
	margin-top: 20px;
	padding-top: 10px;
	color: #777777;
	text-align: right;
}

#content #pages-link a {
	color: #333333;
}


#center table {
 	border-collapse: collapse;
	border-spacing:0pt;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	color: #2f2e2e;
	margin-bottom: 10px;
}

#center table .board {
	width: 574px;
}


#center table td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#center table td p {
	text-align: left;
}


/* POST */

#content .post {

}

.post h3 {
	margin: 10px 0px 10px 15px;
	font-size: 13px;
	font-weight: normal;
	color: #2f2e2e;
	text-decoration: none;

}

.post h3 a {
	color: #2f2e2e;
	text-decoration: none;

}

.post h3 a:hover {
	color: #999999;
	text-decoration: none;

}

/*RIGHT*/

#right {
	width: 210px;
	float: left;
	margin-top: 0px;
	background-image: url(images/left-bg-middle.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#right a:hover {
	text-decoration: underline;
}

#right-bottom {
	width: 210px;
	height: 7px;
	margin-top: 0px;
	background-image: url(images/left-bg-bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}


#pannels {
	margin-top: 0px;
	background-image: url(images/left-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	min-height: 300px;
}

#login {
	margin: -10px 0px 10px 0px;
	font-size: 10px; 
	color: #636262;
}

#greet {
	margin: 15px 5px 10px 0px;
	font-size: 11px; 
	color: #333333;
	padding-left: 5px;
}

#login .login-form {
	margin-bottom: 10px;
	width: 176px;
	border: 1px solid #929090;
	font-size: 9px;
	color: #a41e1e;
	padding: 5px 0px 6px 1px;
}

#login a {
	font-size: 10px; 
	color: #636262; 
	text-decoration: none;
}

#login ul {
	list-style: none;
	line-height: 15px;
}

#login ul li {
	padding-left: 15px;
}

#poll {
	margin: -10px 0px 20px 0px;
}

#poll a {
	font-size: 10px; 
	color: #636262; 
	text-decoration: none;
}


#pannels .title {
	font-size: 11px;
	color: #2f2e2e;
	text-transform: uppercase;
	margin-bottom: 24px;
}


#footer {
	width: 100%;
	overflow: visible;
	height: 75px;
	background-color: #dddddd;
	padding: 20px 0px 10px 0px;
	margin: 20px 0px 0px 0px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#footercontent {
	width: 990px;
	padding: 0px;
	margin: auto;
	text-align: center;
}

#footer p {
	color: #898989;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	display: block;
	float: left;
	width: 750px;
	padding-left: 115px;
}

#footer ul {
	margin: auto;
	padding: 0px;
	width: 610px;
/*	position: absolute;
	left: 50%;
	margin-left: -320px;
	margin-top: 20px;*/
}

#footer li {
	float: left;
	list-style-type: none;
	margin-left: 2px;
	margin-right: 2px;
}

#footer a {
	color: #777777;
	text-decoration: none;
}

#footer a:hover {
	color: #898989;
	text-decoration: underline;
}


/*BY IVENTICA*/

#iventica {
	color:#999999;
	font-size:9px;
	width: 110px;
	float: right;
	padding-top: 24px;
}

#iventica a {
	color: #999999;
	font-size: 9px;
	text-decoration: none;
	height: 25px;
}

#iventica a:hover {
	text-decoration:none;
}

#iventica img {
  border: none;
  vertical-align: middle;
}

