/*
Theme Name: Trails
Version: 1.91
Description: Theme for Anvil
Author: Boni
*/
body {
	margin:0px;
	padding:0px;
	font-family: Georgia, Times New Roman, sans-serif;
	/* font-size: 14px; */
	text-align:center;
	background: #fff;
}
a {
	color:#05a;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #05a;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	/*color: #8dd;*/
	color: #7cc;
	font-weight:bold;
	text-decoration:none;
}
a span
{
	display:none;
}
a:hover span
{
	display:inline;
	width:260px;
	position:absolute;
	border:1px solid #000000;	
	border-radius:8px;
	background:#f4f4ff;
	color:#000000;	
	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 #000000;	
	border-radius:8px;
	background:#f4f4ff;
	color:#000000;	
	text-align:left;
	text-decoration:none;
	padding:8px;
	margin-left:-200px;
	margin-top:40px;
	font-weight:normal;
}

#MainBox {
	text-align:left;
	margin:auto;
  	background: #fff;
	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:#ccc url(../res/stroumboulas.jpg) no-repeat bottom center;
  	background-size:100% auto;
	margin-left:12px;
	margin-right:12px;
	width:99%;
	height:160px;
	padding:0px;
}
#TitleBox A {
	color:#ffffff; 
	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 0px 12px;
}
.Text{
	color:#000000;
	background-color:#ffffff;
	padding:4px;
}
.Text img{
  	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{
	background-color:#ffffff;
	padding:4px;
	/* font-size:12px; */
	font-style:italic;
	line-height:1.2em;
}
.Comments{
	padding-left:0px;
}
.CommAnon{
	background:#f8f8f8;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
	text-align:justify;
}
.CommOwner{
	background:#e8e8ff;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
	text-align:justify;
}
.InPostArea{
	background:#e4e4ff;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
}
.InCommArea{
	background:#f0f0f0;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
}
.CommAuthor{
	color:#000000;
	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{
}