* {}

.clear {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
/*	background: #C3C3C3 url(../images/img01.gif) repeat-x;*/
  background: #2E80C2 url(../images/background2.jpg);
	background-repeat: repeat-x ; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	z-index: 0;
	position: relative;
}

h1, h2 {
	font-weight: normal;
}

h5
{
 text-align: center;
}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
}

a {
	color: #666666;
}

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

a img {
	border: none;
}

img.google{
margin-left: 50px;
}

img.logo {
float: left;
margin-top: 0px;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	height: 44px;
	margin: 0 auto;
	text-transform: uppercase;
	background: #0e595f;
}

#logo {
	float: left;
	padding: 0px 0 0 20px;
}

#logo h1, #logo p {
	margin: 0;
	font-weight: bold;
}

#logo h1 {
}

#logo p {
	padding-left: 1px;
	line-height: normal;
	font-size: .85em;
}

#menu {
/*	float: right;*/
	padding-top: 5px;
	text-align: center;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: inline-block;
/*	float: left;*/
	padding: 0px 15px;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	color: white;
	margin-top: 10px;
	text-align: center;
}

#menu a:hover {
	text-decoration: none;
	border-bottom: 3px solid white;
}

#menu .current_page_item a {
	border-bottom: 3px solid white;

}

/* Page */

#page {
	width: 1100px;
	margin: 0 auto;
	margin-top: 2px;
	overflow: hidden;
	position: relative;
}

/* Content */

#content {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	margin-top: 0px;
	z-index: 1;
}

#flash {
	display:block;
	height: 324px;
	margin-bottom: 2px;
}

.post {
}

.meta {
	margin: 0;
	padding: 10px 0 15px 20px;
	background-image: url(../images/bottom_bar.png);
	background-repeat: no-repeat;
	margin-left: 25px;
	margin-top: -17px;
	padding-bottom: 25px;
/*	border-top: 1px solid #F3F3F3;*/
}

.meta a {
	text-decoration: none;
}

.meta a:hover {
	text-decoration: underline;
}

.meta .more {
	padding-left: 12px;
	background: url(../images/img09.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 15px;
	background: url(../images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #FFFFFF url(../images/img16.gif) no-repeat left bottom;
}

#sidebar li li {
	padding: 5px 20px;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	background: url(../images/img15.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

/* Green Box */

.greenbox {
	background: #257481;
	z-index: 5;
}

.gallery_box
{
	background: #257481;
	z-index: 5;	
}

.greenbox .title {
	height: 60px;
/*	background: url(../images/img04.gif) no-repeat;*/
}

.greenbox .title h1, .greenbox .title h2 {
	height: 35px;
	margin: 0;
	padding: 15px 0 0 20px;
/*	background: url(../images/img05.gif) no-repeat right top; */
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

.greenbox .entry {
	padding: 10px 20px 0 20px;
	margin-left: 20px;
	border-left: 3px solid white;
	color: white;
/*	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
	z-index: 7;
	text-align: justify;
}

.greenbox .entry a{
	text-decoration: none;
	color: white;
}

.greenbox .entry 
{
	list-style-image: url(../images/bullet.png);
}

.gallery_box .entry
{
/*	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
	z-index: 7;	
}

/*.btm { background: url(images/img06.gif) repeat-x left bottom; }*/
/*.btm .l { background: url(../images/img07.gif) no-repeat left bottom; }
.btm .r { background: url(../images/img08.gif) no-repeat right bottom; }
*/
/* Two Columns */

.two-columns {
	clear: both;
	background: url(../images/img11.gif) repeat-y;
	border-top: 10px solid #C3C3C3;
}

.two-columns .title {
}

.two-columns .title h2 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

.two-columns .blue {
	background: url(../images/img13.gif) no-repeat;
}

.two-columns .red {
	background: url(../images/img14.gif) no-repeat;
}

.two-columns .columnA, .two-columns .columnB {
	width: 320px;
}

.two-columns .columnA {
	float: left;
}

.two-columns .columnB {
	float: right;
}

.two-columns .btm {
	clear: both;
	background: url(../images/img12.gif) no-repeat left bottom;
}

/* Footer */

#footer {
	clear: both;
	padding: 0px 0;
	height: 55px;
/*	background: #FFFFFF url(../images/img02.gif) repeat-x;*/
	background: url(../images/footer_bg.jpg);
	text-align: center;
	font-size: smaller;
	color: white;
}

#footer p {
	padding-top: 8px;
}


#footer p a {
	text-decoration: underline;
	color: white;
}

#footer p a:hover {
	text-decoration: none;
}

table.stats 
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 550px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td 
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

/* Form */

form {
/*	margin: 0;
	padding: 0;*/
	margin-top: -16px;
	z-index: 10;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
/*	color: #333333;*/
	background: url(../images/input_repeat.jpg);
	background-repeat: repeat;
	border: none;
	color: black;
	margin-left: 15px;
}

button
{
	margin-top: 2px;
	background-image: url(../images/input_repeat.jpg);
	border: none;
	color: white; 
	margin-left: 15px;
	z-index: 10;
}


#diamond
{
 position: absolute;
 background-image: url(../images/diamond.jpg);
 background-repeat: no-repeat;
 width: 34px;
 height: 38px;
 margin-top: -90px;
 margin-left: 5px;
}

#bottom_bar
{
 display:block;
}

#english
{
 width: 38px;
 display: inline-block;
 float: left;

}

#english img
{
 display: block;
 margin-top: -25px;
 margin-left: 5px; 
}

#greek
{
 width: 38px;
 display: inline-block;
 float: left;

}

#greek img
{
 margin-top: -25px; 
 margin-left: 50px;
 float: left;
}

#facebook
{
}

#facebook img
{
 margin-top: -45px; 
 margin-right: 10px;
 float: right;

}

#twitter
{
}

#twitter img 
{
 margin-top: -45px; 
 margin-right: 20px;
 float: right;

}

#youtube
{
}

#youtube img
{
 margin-top: -45px; 
 margin-left: 10px;
 float: right;

}

.contact_details {
	float: left;
	margin-top: -10px;
	color: white;
	font-size: 11px;
}

#links
{
 color: white;
 float: right;
 margin-top: -10px;
}

#links a
{
	color: white;
}


span.select {
  position: absolute;
  width: 96px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 0px 0 0px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(../images/select.gif) no-repeat;
	background-repeat: repeat-x;
  overflow: hidden;
	padding-left: 4px;
	
}

#logo_trans
{
 position: absolute;
 background-image: url(../images/dimitra_studios.png);
 width:90px;
 height:409px;
 margin-left: -110px;
 margin-top: -320px;
}

#overlay
{
 background-image: url(../images/dimitra2.png);
 background-repeat: no-repeat;
 height: 430px;
 margin-top: -78px;
 margin-left: 220px; 
 z-index: -200;
 width: 630px;
 position: absolute;
}

.drop {
	color: white;
	background:#0c5a5f;
}

#middle span {
	float: left;
	display: block;
	width: 250px;
	height: 32px;
	margin-bottom: 3px;
	padding: 10px; 
	background-image: url(../images/link_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
}
