/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Yannis Baritakis
	Author Site	: 	http://www.runaway.gr
	Style Name	: 	na-cyclades
	Style URI	:	
	Version		: 	1.0
	Comments	: 	
*/



#header {
	background: #BACCE2 url('nacyclades-header_blue.jpg') center center no-repeat;
	width: 100%;
	height: 165px !important;
	height: 166px;
	}

h1 {
	display: none;
	}

#page {
	padding: 0;
	width: 796px;
	_width: 756px;
	}
	
h2 a:hover, h2 span a:hover {
	color: #3371A3 !important;
	}

a {
	color: #3371A3;
	text-decoration: none;
	}
	
input[type=text], textarea {
	color: #666;
	font-size: 1em;
	}
	
#searchform {
	margin-top: 10px;
	}

div.pageview
{
border: 1px solid #999999;
width: 100%;
}

div.pageview iframe
{
border-top: 1px solid #999999;
border-right: 1px solid #999999;
width: 100%;
height: 560px;
}

/* Begin Contact Form ][ CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}
/* End Contact Form ][ CSS */



/* Begin Table Formating CSS */
caption {	padding: 25px 0 10px 0;	width: 100%;	 	font: italic bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	text-align: left;
	letter-spacing: 1px;
}

.nobrd {
	border: none;
}
th {	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	border-right: 1px solid #CADADA;	border-bottom: 1px solid #CADADA;	border-top: 1px solid #CADADA;	text-align: left;	padding: 8px 6px 8px 10px;	background-color: #CBDDEB;}th.nobg {	border-top: 0;	border-left: 0;	border-right: 1px solid #CADADA;	background: none;}
th.first {	border-left: 1px solid #CADADA;}td {
	font: 12px/150% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #CADADA;	border-bottom: 1px solid #CADADA;	background: #fff;	padding: 3px 6px 3px 12px;}
/* End Table Formating CSS */


/* Begin Definition List Formating CSS */

dl {	padding-top: 20px;}

dl dt {	font-weight: bold;
	font-size: 1.1em;
}

dl dd {
	margin-bottom: 12px;
	padding-left: 16px;	color: #666;
}
/* End Definition List Formating CSS */

.entry-meta {
	color: #777;
}

.read-more {
	width: 500px;
	text-align: right;
	line-height: 22px;
	border-top: thin solid #DDDDDD;
}

.read-more a, .read-more a:visited {
	color: #27d;
}

