/**************************** Reset Css ****************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	position:relative;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/**************************** Main ****************************/

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

img	{	border:0;}

.linklove	{ display:none;}

body { background: #f2efda url(i/bg.gif) 0 0 repeat-x ; }

#back {
	position: absolute;
	z-index: 0;
	top: 130px;
	left:0;
	width: 100%;
	height: 28px;
	background: url(i/back.gif) 0 0 repeat-x;
	}

#container {
	position: relative;
	z-index: 10;
	top: 0;
	margin: 0 auto;
	width: 760px;
	}
	
#nav {
	float: left;
	display: inline;
	width: 233px;
	background: url(i/nav_rpt.gif) 0 0 repeat-y;
	}
#navlist {
	width: 233px;
	background: url(i/nav_top.gif) 0 0 no-repeat;
	padding-top: 164px;
	padding-bottom: 10px;
	}
#navlist li {
	display: block;
	list-style-type: none;
	color: #850a0d;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	background: url(i/underline.gif) 28px bottom no-repeat;
	padding-left: 28px;
	text-indent: 12px;
	}
#navlist li a {
	display: block;
	padding: 8px 0 8px 0;
	color: #850a0d;
	text-decoration: none;
	}
#navlist li a:hover {
	text-decoration: none;
	color: #f0ebd9;
	background: url(i/hover.gif) 0 0 no-repeat;
	}
#navlist li.ttl {
	width: 169px;
	background: url(i/bg_nav_tl2.gif) 15px 0 no-repeat;
	color: #2c6335;
	margin-top: 8px;
	padding: 3px 0 4px 20px;
	text-align: left;
	}
/* gia na paizei to block kai ston IE */
* html #navlist li a {
	height: 1%;
	}
	
#navbtm {
	float: left;
	display: inline;
	width: 233px;
	height: 62px;
	background: url(i/nav_btm.gif) 0 0 no-repeat;
	}
	
#content {
	float: right;
	display: inline;
	width: 527px;
	}
#content p {
	font: normal 0.8em/1.6em Arial, Helvetica, sans-serif;
	color: #342413;
	padding: 0 0 14px 0;
	text-align: left;
	}
	
#content p a {	
		color: #9d090b;
		text-decoration:none;
		border-bottom:1px solid #9d090b;
		padding-bottom:1px;
		}
		
#content p a:hover {
		border-bottom:none;
		text-decoration:none;
		background-color:#9d090b;
		color: #f2efda;
	}
h2 {
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #9d090b;
	padding: 0 0 14px 0;
	}
h2 a {
	color: #9d090b;
	font-size: 0.8em!important;
	text-decoration: underline;
	}
h2 a:hover {
	background-color: #9d090b;
	color: #f2efda;
	text-decoration: none;
	}
	
h3#comments, #respond {
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 14px 0;
	color:#003300;
	}
	
h1 {
	float: right;
	display: inline;
	background: url(i/ph.jpg) 0 0 no-repeat;
	width: 527px;
	height: 158px;
	margin: 13px 0 0 0;
	text-indent: -9000px;
	}
	
strong	{
	font-weight:bold;
	}
	
#footer {
	float: left;
	display: inline;
	margin-top:90px;
	width: 100%;
	height: 100px;
	clear: both;
	background: #5a6621 url(i/bg_footer.gif) 0 0 repeat-x;
	}
#footer_inner {
	position: relative;
	width: 760px;
	margin: 0 auto;
	color: #fff;
	font: normal 0.6em Verdana, Arial, Helvetica, sans-serif;

	}
#footer_inner p {
	padding: 14px 0 14px 14px;
	text-align:right;
	}
#footer_inner p a {
	color: #fff;
	text-decoration: none;
	}
#footer_inner p a:hover {
	color: #c50303;
	text-decoration: none;
	}
#footer_inner img {
	float: right;
	}

ol.commentlist li {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	margin-left:10px;
	list-style-position:inside;
	padding:4px 0 ;
	}
	
	
ol.commentlist a {
		font-size:0.8em;
		color: #9d090b;
		text-decoration:none;
		border-bottom:1px solid #9d090b;
		padding-bottom:1px;
		}
		
ol.commentlist li p {
		font-size:1.1em !important;
		}
		
ol.commentlist a:hover {
		border-bottom:none;
		text-decoration:none;
		background-color:#9d090b;
		color: #f2efda;
	}	
	
	
.entry ul li {
	font:normal 0.8em/1.6em Arial, Helvetica, sans-serif;
	list-style-type: disc;
	color: #342413;
	list-style-position:inside;
	}

form#commentform input, textarea {
	border: 1px solid #666600;
	width:300px;
	padding:4px;
	background-color: #FFFFFF;
	}
	
form#commentform label {
	float:left;
	font-size: 1.1em!important;
	}
	
form#cformsform {
	margin:0;
	}

form#cformsform p.cf-sb {
	background:none;
	}
	
#sendbutton {
	margin-left: 20px;
	width: 410px;
	}
	
.linkcat ul li a {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	list-style-type:none;
	color:#336600;
	text-decoration:none;
	margin-top:5px;
}

.linkcat ul li a:hover {
	background-color:#336600;
	color: #FFFFFF;
	text-decoration:none;
}
.linkcat ul {
	list-style-type:none;
	}

.linkcat h2 {
	font:normal 0.9em Arial, Helvetica, sans-serif;
	padding:8px;
	list-style-type: none;
	}
	
#content	ul	li.linkcat	{
	list-style:none;
	}
	
h2 ul.post-categories {
	background-color: #9d090b;
	color:#FFFFFF;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:5px;
	list-style-type:none;
	}
h2 ul.post-categories a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
/**************************** Navigation Before After ****************************/

.navigation .alignleft a, 
.navigation .alignright a {
	font: normal 0.8em Arial, Helvetica, sans-serif;
	padding:10px;
	list-style-type:none;
	color:#9d090b;
	text-decoration:none;
}

.navigation .alignleft a:hover, 
.navigation .alignright a:hover {
	background-color:#9d090b;
	color:#FFFFFF;
	}
	
	
	
.pagetitle {
	background-color: #9d090b;
	color:#FFFFFF;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	list-style-type:none;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	}
	
h2.booktitle	{
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:-10px;
	}
	
ul.post-meta {
	margin: 0 0 20px 0;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:0.8265em;
	}
	
ul.post-meta li { 
	color:#000;
	list-style:none;
	clear:both;
	line-height:1.5em;
	}

ul.post-meta li span.post-meta-key {
	color:#000;
	width:100px;
	float:left;
	}
	
img.alignleft {
	float:left;
	margin:5px;
	}
	
img.alignright {
	float:right;
	margin:5px;
	}