/*  
Theme Name: Messaritis
Theme URI: http://phoat.com/
Description: Special theme created for messaritis.com.
Version: 1.5
Author: Phoat Spyro
Author URI: http://phoat.com/
*/


body {
	margin: 0;
	padding:0;
	text-align: center;
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/body_bg.jpg) repeat-x fixed left bottom;
	}
	
#wrap {
	margin: 0 auto; 
	width: 650px;
	text-align: left;
	border-top: 10px solid #455961;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-family: "Century Gothic", "Arial Black", Arial;
	font-weight: normal;
	letter-spacing: 1px;
	}

p, ul, li {
	margin: 0; padding: 0;
	}
	
ul, li {
	list-style-type: none;
	}
	
acronym {
	border-bottom: 1px dotted #555;
	cursor: help;
	color: #555;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	


/* Header
============================== */
#header {
	border-top: 2px solid #fff;
	}

/* Navigation
============================== */
ul#nav {
	margin: 0; padding: 3px 0;
	font-family:"Century Gothic", "Arial Black", Arial;
	font-size: 14px;
	text-align: center;
	background-color: #485D64;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-transform: lowercase;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	margin: 0; padding: 0 30px;
	text-decoration: none;
	color: #fff;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #B8BFBD;
	}

/* Page
============================== */
#page {
	border-top: 12px solid #B8BFBD;
	border-bottom: 12px solid #B8BFBD;
	border-left: 1px solid #B8BFBD;
	border-right: 1px solid #B8BFBD;
	background: #fff url(images/main_bg.gif) repeat-y scroll right top;
	}

/* Clear the float with :after! */
#page:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	} * html #page {height: 1%;}

#page {display: inline-table;} /* IE/Mac Fix \*/
#page {display: block;}
	
/* Content
============================== */
#content {
	float: left;
	padding: 10px 20px;
	width: 447px;
	background: #fff url(images/gradient_bg.jpg) no-repeat scroll 0 0;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 407px;
	}
	
#content h1 {
	margin-bottom: 10px;
	font-size: 24px;
	float: left;
	display: inline;
	margin-left: -20px; padding-left: 20px;
	border-bottom: 1px solid #ccc;
	}
	
#content h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	clear: left;
	}
	
#content h2 a {
	text-decoration: none;
	color: #369;
	}
	
#content h2 a:hover {
	color: #f00;
	}
	
#content p {
	margin-bottom: 1em;
	line-height: 1.7em;
	clear: left;
	}
	
#content ul {
	margin: 10px 0 15px;
	}
	
#content li {
	padding-left: 25px;
	background: url(images/list_bullet.gif) no-repeat scroll 10px 8px;
	line-height: 1.5em;
	margin-bottom: 0.8em;
	}
	
.logo strong {
	font-weight: normal;
	}
	
/* Special Content
============================== */
#team li em {
	display: block;
	}
/*
#team {
	position: relative;
	height: 80px;
	padding-left: 2px;
	}
	
#team li {
	float:left;
	display:block;
	width: 75px;
	height: 75px;
	margin-right: 7px;
	padding: 0;
	background: url(none) left top;
	}
	
#team li#kostas {margin-right: 0;}
	
#team li a {
	display:block;
	width:75px; height:75px;
	background-repeat:no-repeat;
	text-decoration: none;
	}

/*	
#team li#fotis a {background-image:url("images/portraits/phoat.jpg");}
#team li#john a {background-image:url("images/portraits/phoat.jpg");}
#team li#irene a {background-image:url("images/portraits/phoat.jpg");}
#team li#george a {background-image:url("images/portraits/phoat.jpg");}
#team li#kostas a {background-image:url("images/portraits/phoat.jpg");}

#team li a span {
	position:absolute;
	top: 5px; left:0;
	display:block;
	padding-left: 20px;
	width: 200px;
	background: url(images/list_bullet.gif) no-repeat 5px 6px;
	line-height: 1.2em;
	color:#333;
	}
	
#team li#fotis a span {margin-top: 0.2em;}
#team li#john a span {margin-top:1.8em;}
#team li#irene a span {margin-top:3.4em;}
#team li#george a span {margin-top:0.2em; left: 200px;}
#team li#kostas a span {margin-top:1.8em; left: 200px;}

#team li a:hover span {
	color: #f00;
	}

*/
	
/* Contact Form
============================== */
form {
	margin: 0; padding: 0;
	clear: left;
	}
	
label {
	display: block;
	margin-top: 10px;
	}
	
textarea {
	display: block;
	}
	
.submit {
	margin-top: 10px;
	width: 100px;
	}
	
label.required {
	color: #f00;
	font-weight: bold;
	}
	
div.errors {
	margin-bottom: 30px;
	}
	
#content div.errors h2 {
	margin-bottom: 5px;
	}
	
#content div.errors p {
	margin: 0; padding: 0;
	line-height: 1.5em;
	color: #f00;
	}
	
#search {
	margin: 5px 5px 0 0;
	width: 100px;
	float: left;
	}

#search-submit {
	margin-top: 4px;
	width: 60px;
	}

/* Sidebar
============================== */
#sidebar { /* Inspired by Simplebits */
	float: right;
	padding: 10px;
	width: 201px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 181px;
	}
	
#sidebar h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	}
	
#sidebar ul {
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 11px;
	}
	
#sidebar li {
	margin-bottom: 3px;
	}
	
#sidebar ul#newsitems li {
	margin-bottom: 10px;
	}
	
#sidebar ul#newsitems li a strong {
	display: block;
	color: #369;
	}
	
#sidebar a {
	color: #369;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color:  #f00;
	}
	
#sidebar .block {
	margin-bottom: 20px;
	}
		
/* Footer
============================== */
#footer {
	background-color: #485D64;
	border-top: 2px solid #fff;
	margin-bottom: 15px;
	clear: both;
	padding: 10px;
	color: #fff;
	}
	
/* Clear the float with :after! */
#footer:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	} * html #footer {height: 1%;}

#footer {display: inline-table;} /* IE/Mac Fix \*/
#footer {display: block;}

#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #aaa;
	}	
	