/*
Theme Name: Night
Version: 1.91
Description: Theme for Anvil
Author: Boni
*/
body {
	margin:0;
	padding:0;
	font-family: Georgia, Times New Roman, sans-serif;
	/* font-size: 14px; */
	text-align:center;
	background: #111;
	color:#dde;
}
textarea {
    background:#555;
    color:#fff;
}
input {
    background:#555;
    color:#fff;
}
a {
	color:#4de;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #4ad;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}
a span
{
	display:none;
}
a:hover span
{
	display:inline;
	width:260px;
	position:absolute;
	border:1px solid #666;	
	border-radius:8px;
	background:#244;
	color:#dde;
	text-align:left;
	text-decoration:none;
	padding:8px;
	margin-left:-200px;
	margin-top:100px;
	font-weight:normal;
}
.quotes span
{
	display:none;
}
.quotes:hover span
{
	display:inline;
	width:360px;
	position:absolute;
	border:1px solid #666;	
	border-radius:8px;
	background:#244;
	color:#dde;
	text-align:left;
	text-decoration:none;
	padding:8px;
	margin-left:-200px;
	margin-top:40px;
	font-weight:normal;
}

#MainBox {
	text-align:left;
	margin:auto;
	min-width:700px;
}
#TextTitle{
	font-size:1.8em;
	font-weight:bold;
}
#Text1 {
	margin-left:250px;
	padding-right:16px;
  	padding-left:16px;
	padding-top:8px;
	text-align:justify;
	line-height:1.4em;
  	border-left:1px solid #ccc;
}
#Text2 {
	width:224px;
	float:left;
	padding-top:8px;
	padding-left:12px;
	padding-right:12px;
	line-height:1.2em;
	font-weight:normal;
}
#Text3 {
	width:190px;
	float:right;
	padding:8px;
	margin-left:12px; 
	line-height:1.4em;
	font-weight:normal;
}
#Text1 A{
	font-weight:bold;
}	
#Text2 A{
	font-weight:normal;
}	
#Text3 A{
	font-weight:normal;
}	
#TitleBox {
	background:#222 url(../res/stroumboulas.jpg) no-repeat bottom center;
  	background-size:100% auto;
  	opacity:0.8;
	margin-left:12px;
	margin-right:12px;
	width:98%;
	height:160px;
	padding:0px;
}
#TitleBox A {
	color:#fff; 
	text-decoration: none;
}
#BlogTitle {
	color: #ffffff;
	font-size: 2em;
    text-align:right;
	padding:12px 12px 0px 12px;
    text-shadow: 2px 2px 4px #224;
}
#BlogSubtitle {
	color: #ffffff;
	font-size:1em;
    text-shadow: 2px 2px 4px #224;
	font-style:italic;
  	text-align:right;
	padding:10px 12px 0 12px;
}
.Text{
	color:#dde;
	background-color:#111;
	padding:4px;
}
.Text img{
    opacity:0.7;
    background:#111;
  	border:1px solid #C0C0C0;
}
.Title1{
	font-size:1.8em;
	font-weight:bold;
}
.Polaroid_R{
	float:right;
	margin-left:6px;
	padding:4px;
	border:solid 1px #888;
	width:300px;
	text-align:left;
}
.Polaroid_L{
	float:left;
	margin-right:6px;
	padding:4px;
	border:solid 1px #888;
	width:300px;
	text-align:left;
}
.LastPosts{
}
.LastComms{
}
.LastCommsDate{
	font-size:0.8em;
	font-style:italic;
}
.LastCommsText{
}
.PostTitle{
	font-size:1.8em;
}
.NoteBox{
	padding:4px;
	/* font-size:12px; */
	font-style:italic;
	line-height:1.2em;
}
.Comments{
	padding-left:0px;
}
.CommAnon{
	background:#222;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
	text-align:justify;
}
.CommOwner{
	background:#228;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
	text-align:justify;
}
.InPostArea{
	background:#444;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
}
.InCommArea{
	background:#444;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
}
.CommAuthor{
	font-weight:bold;
	font-style:italic;
}
.CommAdd{
	font-weight:bold;
	text-align:right;
}
.CommAdd a{
}
.CommText{
	padding-top:12px;
	padding-bottom:6px;
	font-weight:normal;
    line-height:1.2em;
}
.CommMeta{
	font-size:0.8em;
	font-weight:normal;	
}
.NaviUp{
}
.NaviDown{
}
.SearchBox{
	text-align:center;
	line-height:1.6em;
}
.SearchView1{
	width:780px;
}
.SearchView1 a{
}
.SearchView2{
	width:780px;
}
.SearchView2 a{
}