/*
-----------------------------------------------
AS I PLEASE
Author:   Dimitrios Savvakos
Version:  23 October 2004
----------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Georgia,'Times New Roman',times,serif;
	color:#31302B;
	line-height:1.5em;
	font-size:12px;
	background: #696a64 url(img/back2.gif) repeat-y center top;
}

p {
	clear: both;
	padding:5px 25px 5px 25px;
}

p span {
	text-decoration: line-through;
}

img {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
	display: inline;
}

q {
	display:block;
	padding: 10px 8px 8px 8px;
	background-color:#F1F1F1;
	border-top: 1px dotted #D5D5D5;
	margin: 0px 0px 16px 0px;
	font: 85% 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	line-height:1.4;
	color:#666;
	text-align:left;
}


li {
    line-height:1.5em;
	list-style:none;
	vertical-align:top;
	padding-bottom: 5px;
	margin:0;
}

/*-----Headers-----*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: palatino,times new roman,times,georgia,serif;
}

h1 {
	font-size: 180%;
	font-family: 'Trebuchet MS', Verdana ;
}
/*date*/
h2 {
	font-size: 80%;
	text-transform:uppercase;
	letter-spacing:.1em;
	padding:0;
	text-align: center;
}

h3 {
	font-size: 150%;
	text-align: center;
	margin: 0;
	padding: 6px 0 6px 0;
}

h4 {
font-size: 160%;
margin: 25px 10px 10px 0;
padding: 0;
background: url(img/head_bot.gif) no-repeat center bottom;
}

h5 {
	font-size: 120%;
}


/*-----Links-----*/

a, a:link, a:active, a:hover {
	color: #A0772F;
	text-decoration: none;
}

#coll a:visited, #colr a:visited {color:#999;}

a:active, a:hover {
	text-decoration: underline;
	color: #69C;
	}


/*-----Structure-----*/
#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}

#header {
	width: 700px;
	height: 198px;
	text-align: left;
	background: url(img/header.jpg) no-repeat center top;
	display: block;
	margin: 0;
}

#content {
	background: #E7E7DF url(img/content.gif) repeat-y center;
	float: left;
	position: relative;
	width: 700px;
	text-align: left;
	display: block;
		}

#coll {
	float: left;
	width: 500px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#coll p span {
	font-size: 120%;
	text-decoration: underline;
}

#coll p span.count {
	font-size: 95%;
	text-decoration: none;
}

#colr {
	float: right;
	width: 195px;
	font: 82% 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	margin: 0;
	padding: 0;
	}

#colr p {
	margin: 10px 10px 10px 0;
	padding: 0;
	line-height: 1.6em;
}

#footer {
	width: 700px;
	clear: both;
	padding-bottom: 20px;
	background: #E7E7DF url(img/bottom2.jpg) no-repeat center bottom;
	display: block;
	font-family: Arial, Verdana;
	font-weight: bold;
}

/*-----Navigation-----*/
#nav {
	background-color: #E7E7DF;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#nav ul {
	float: right;
	margin:0;
	padding-right:10px;
}

#nav ul li {
	width: 60px;
	float: left;
	list-style: none;
	text-align: center;
}

/*-----Classes-----*/

.posted {
	font-size: 90%;
	text-align: center;
	padding-bottom: 20px;
	background: url(img/seperate.gif) no-repeat bottom center;
	margin-bottom: 20px;
}

.archives {
	text-align: center;
}

/*-----Paragraphstyles-----*/

.arc a {
	font-size: 135%;
	text-decoration: underline;
	}

.arc {
	margin: 5px 0;
	font-size: 97%;
}

.arc span {
	font-style: italic;
	font-size: 90%;
	text-decoration: none;
}

/*-----Links-----*/

#link {
	margin: 0;
	padding:0;
}
#link li {
	margin: 8px 10px 15px 0;
	padding: 0;
	line-height: 1.3;
}

.right {
	border-top: 1px dotted silver;
	margin: 15px 5px 10px 5px;
	padding: 0;
}

/*-----Music-----*/

#music {
	margin: 20px auto;
	padding: 0;
	text-align: center;
	display: block;
	clear: both;
}

#music li img {
	border: 2px solid silver;
	padding: 3px;
	margin: 0;
	vertical-align: top;
	}

#music li span {
	}

/*-----FrequentLinks-----*/

#freq {
	margin: 0 5px;
	padding: 0;
	font-size: 110%;
}

#freq li {
	list-style: none;
	background: url(img/star2.gif) no-repeat;
	margin: 0;
	padding-left: 16px;
	line-height: 14px;
}

/*-----Comments-----*/

.comments {
	color: #494740;
	font: 85% 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	
}

.author {
	color: #66674E;
}

.author a {
	color: #2D2E25;
	font-weight: bold;
	text-decoration: underline;
}

.more {
	background: url(img/more.gif) no-repeat right 3px;
	padding-right: 18px;
}