.header-box {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.page-box {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*** first page ***/
#fp-intro-box {
	border-color: #d1d1d1;
	border-width: 1px;
	border-style: solid;
	background-color: #e3f0f9;
	padding: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

#fp-intro-box a {
	text-decoration: none;
}

#fp-intro-box a:hover {
	text-decoration: underline;
}

.fp-article-time {
	color: grey;
}

.fp-article-box td {
	padding: 5px;
	border-bottom: 1px dashed grey; 
}


/**** Articles ***/

.article-box {
	background-color: #FFFFFF;
}

.article-content {
	text-align: justify;
}

.article-meta {
	font-size: smaller;
	color: gray;
	text-align:right;
	padding: 5px;
}

.article-meta a:link {
	padding: 5px;
}

.article-meta a:hover {
	background-color: black;
	color: white;
	padding: 5px;
}

.article-title a {
	color: white;
	text-decoration: none;
}

.article-title a:link {
	text-decoration: none;
	color: white;
}


.article-title a:hover {
	color: yellow;
	text-decoration: underline;
}

.article-time {
	border: 2px solid black;
	background-color: #FF9933;
	padding: 5px;
}

.article-title {
	background-color: #000000;
	color: white;
	font-weight:bold;
	padding:5px;
}


/* comments */

.comment-time {
	border: 2px solid #666666;
	background-color: #666666;
	padding: 5px;
	color: #999999;
}

.comment-author {
	background-color: #666666;
	color: white;
	font-weight:bold;
	padding:5px;
}

/*
.comment-author.Mirandolina {
	color: yellow;
}

.comment-body.Mirandolina {
	background-color: white;
}
*/

.comment-body {
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	background-color: #EFF3E6;
	color: black;
	padding:5px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.comment-time.Mirandolina {
	border: 2px solid black;
	background-color: black;
	padding: 5px;
	color: yellow;
}

.comment-time.Mirandolina a {
	color: yellow;
}

.comment-author.Mirandolina {
	background-color: #000000;
	color: white;
	font-weight:bold;
	padding:5px;
}

.comment-body.Mirandolina {
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #D6F1FA;
	color: black;
	padding:5px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}



/* end comments */

.form-label {
	color: black;
	font-weight: normal;
}

.form-box {
	background-color: #CCCCCC;
	border: 2px solid gray;
}

.form-header {
	background-color: gray;
	color: orange;
	font-weight: normal;
}

.form-box td {
	border-collapse:true;
	padding: 5px;
}

.form-box .submit {
	background-color: #EFFBE3;
	padding: 5px;
	font-weight: normal;
	font-size: medium;
}

.form-box .text, .form-box .textarea{
	background-color: #E5E9E6;
	padding: 2px;
	font-size: medium;
}

.bg-black {
	background-color: #000000;
}

/*** basic ***/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #000000;
}

a:hover {
	color: #339900;
}



/* menu titles *
h1.swap {
  height:50px;
  background-repeat:no-repeat;
}

h1.swap span {display:none;}

h1#title-recent {background-image:url("images/recent.jpg");}

    <h1 class="swap" id="title-recent"><span>Πρόσφατα</span></h1>


*/

/* menu tables 
.menu-table td {
	background-color: #F8FFDF;
	border: 1px solid black;
	border-collapse:true;
	padding: 10px;
}

.menu-table .menu {
	background-color: #000000;
	color: white;
	font-weight:bold;
}
*/

/* menu tables alternative */
.menu-table td {
	border-collapse:true;
	padding: 10px;
}

.menu-table .menu {
	background-color: #000000;
	color: white;
	font-weight:bold;
}

/*** lists ***/

.menu-list h2 {
  	background-color: #000000;
	color: white;
	font-weight:bold;
	font-size: medium;
	padding: 5px;
}

.menu-list li {
   list-style: none;
   display: block;
   padding: 5px;
   background-color: green;
}

/*****/

#sidebar {
}

#sidebar ul {
	margin: 0;
	padding: 0;
}	

#sidebar ul ul {
	margin-bottom: 20px;
}	

#sidebar ul ul ul {
	margin-bottom: 0px;
}	

#sidebar ul ul ul ul {
	margin-bottom: 0px;
}	

#sidebar ul li {
	display: block;
	list-style: none;
}

#sidebar li .menu-header {
	color: white;
	padding: 10px;
	background-color: black;
	font-weight: bold;
}

#sidebar li li {
	background-color:  white;
}

#sidebar li li a {
	display: block;
	padding: 10px;
	text-decoration: none;
}

#sidebar li li a:hover {
	text-decoration: underline;
}

#sidebar li li a:visited {
	color: black;
}

/*** archives list ***/

#archives-list-title {
	font-weight: bold;
	font-size: larger;
}

ul#archives-list {
	margin-left: 0px;
	padding: 0px;
}

#archives-list li {
	padding: 10px;
	list-style-type: none;
	display: block;
	margin-left: 0px;
	border-bottom: 1px solid #e1e1e1;
}


/***/

td.article-content img {
		display: block;
        border: 5px solid black;
        margin-bottom: 10px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
}

.imgplain2 {
        border:0;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
}

.author {
	color: gray;
}



