/*

Author: Nicola Lambathakis
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}

/*text links and image links*/

a, a:link, a:visited  {
	text-decoration: none;
}

a:hover {
	color: #81A021;
	text-decoration: underline;



}

#sitelink {
	margin-top: 10px;
	/*height: auto !important;  
	    height: 240px;      
    min-height: 240px;  */
	
	
}

a:active { color: #333333; text-decoration: none;}


a img, img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

img a {

	color: #e1e1e1;
	border: 1px solid #FFFFFF;
	background-color: #F7F7F7;
}
img a:hover {

	color: #e1e1e1;
	border: 1px solid #006600;
	background-color: #F7F7F7;
}

/*H1 H2 H3 H4 H5*/
/*h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #666666;
	background-color: #F7F7F7;
	margin-top: 10px;
	margin-bottom: 5px;
	}
h2 {
 font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
 font-size:16px;
 font-weight:normal;
 text-transform:uppercase;
 text-align:left;
 color: Silver;
 border-bottom:none;
 margin:8px 0;
 padding-bottom: 3px;
	}*/
h3 {
 font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
 font-size:18px;
 font-weight:normal;
 text-transform:uppercase;
 text-align:left;
 color: Silver;
 border-bottom:1px solid #cdcdcd;
 margin-bottom:8px;
 padding-bottom: 3px;

	}


b {
	color: #66CC00;
}



ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

blockquote{
	font-size:90%;
	border:1px solid #81A021;
	margin:20px 10px;
	padding:8px;
	background-color: #D2DEB0;
}

/*---others---*/

fieldset {
    border: none;
}

legend {
	display: none;
}



/*LAUYOUT ------------------------------------------------------------------------- */ 
#page {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 100%;
	background-color: #27343C;
	background-repeat: repeat-y;
	background-image: url(imgs/right.gif);
	background-position: right center;

}
/* Header */

#header {
	position: relative;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(imgs/headerbg.gif);
	padding: 0px;
	width: 100%;
	/*height: 100px;*/
	background-color: transparent;
	margin: 0px;
	
}
.searching {
	background-image: url(imgs/searchbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 256px;
	height: 40px;
	margin-top: 0px;
	padding-left: 10px;
	margin-right: 150px;
	float: right;

}
.angolo {
	background-image: url(imgs/angolo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*height: 195px;*/
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}



#header h1 {
	color: #81A021;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	text-align: left;
	background-color: transparent;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}





/*content DIV style*/

#contentx {
	text-align: left;
	line-height: 1.5em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	border: none;	
	padding-left: 10px;
	background-color: transparent;
	margin-left: 220px;
	margin-top: 0px;
	min-height: 2000px;
height: auto !important;
height: 2000px;

}
textare #contentx {
	color: Black;
height: 200px;

}

#contentx a, #contentx a:link, #contentx a:visited  {
	text-decoration: none;
	color: #91C835;

}

#contentx h3 {
	font-size: 18px;
		color:#FFFFFF;
	margin-bottom:8px;
	margin-top:15px;
	margin-right: 8px;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1D102;

}
#contentx h3 a:link{
	color: #A1D102;
	background-repeat: no-repeat;
	background-image: url(imgs/headerarrow.gif);
	background-position: left top;
	padding-left: 10px;
	 font-size:16px;
}
#contentx h3 a:visited{
	color: #A1D102;
	background-repeat: no-repeat;
	background-image: url(imgs/headerarrow.gif);
	background-position: left top;
	padding-left: 10px;

}
#contentx h3 a:hover{
	color: #000000;
	background-repeat: no-repeat;
	background-image: url(imgs/headerarrowover.gif);
	background-position: left top;
	padding-left: 10px;
	background-color: White;
}
#contentx h4 {
	border: 1px solid #e4e4e4;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	color: #000;
	text-decoration: none;
	font-size: 100%;
	margin-left: 10px;
	padding-left: 5px;
	margin-right: 10px;
}

/* Sidebar div
------------------------------------------------------------------------- */
#sidetop {
	padding-bottom: 0px;
	width: 211px;
	background-image: url(imgs/bgsidetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 27px;
}
#sidebottom {
	padding: 0px;
	width: 211px;
	background-image: url(imgs/bgsidebottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	height: 22px;
	background-color : #27343C;
}
.insidediv {
	margin-left: 10px;
	padding-top: 0px;
	margin-right: 10px;
}
#sidebar {
position: absolute;
left:0;
top:160px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 211px;
	padding-top: 0px;
	margin-right: 5px;
	background-image: url(imgs/bgsidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.sidediv  a {
	color : #91C835;
}

#sidebar h2 {
	color: #666;
	height: 32px !important; 
	height /**/:57px;
	padding-right: 0;
	padding-bottom: 0;
}

#sidebar ul, #sidebar p {
	margin-left: -5px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 1em;
	padding-left: 5px;
}

#sidebar h3 {
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	text-align:right;
	color:#FFFFFF;
	margin-bottom:8px;
	margin-top:15px;
	margin-right: 8px;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1D102;
	}
#sidebar h3 a:hover {
	color: #333333;
	font-weight: bold;
	background : White;
	}
	#sidebar h3 a:link, h3 a:visited {
	text-decoration: none;
	border-bottom: none;
	 color:#c0c0c0;
	  font-size:16px;
	
	}


#sidebar img {
	vertical-align: top;
	padding: 0px;
	}

/* Footer
------------------------------------------------------------------------- */
#footer {
	font-size: 85%;
	color: #27343C;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(imgs/bgsites.gif);
	padding: 20px 0 0 0;
	height: 80px;
	text-align: center;
	vertical-align: bottom;
	background-color: Black;
	border-top-width: 1px;
	border-color: #DCEDA9;
	margin: 10px 0 0 0;
	padding-top: 20px;
	width: 99%;
}
.logo {
	background-image: url(imgs/logo.gif);
	background-repeat: no-repeat;
	height: 140px;
	color: #FFFFFF;
	background-position: left top;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.logo p {
	font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 250px;
	font-weight: normal;
}



#footer a {
	border-bottom: none;
	color: #A1D102;
	font-weight: bold;
}

#footer a:hover {

	border-bottom: none;
	color: Black;
	font-weight: bold;
	background-color : transparent;
}

input.btn{
	color:Gray;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	background-color: White;
}

/* NAV */

	#nav, #nav ul {padding: 0;margin: 0;list-style: none}
	#nav {
	font-weight:bold;
	
	height:60px;
	font: bold 96% arial;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(imgs/bgpage.gif);
	background-position: top;
	padding: 0px;
	margin: 0px;
}
	#nav li {
	position:relative;
	float: left;
	/*width: 120px;*/
	display:block;
	margin: 0;
	border-right: 1px solid #DDDDDD;
	padding:0;
	background-color: transparent;
}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active { font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif; width: 110px;
 font-size:18px; height:40px; border-bottom: none;text-decoration:none;cursor:pointer;color:#91C835;display: block;padding: 4px 10px 2px; }
 
	#nav a:hover {
	color: #666666;	
	background-repeat: repeat-x;
	background-image: url(imgs/navhover.gif);
	background-position: top;
}
	
	
	/*#nav li li a:hover {color:#000;}*/
	
	
	
#nav li.here a{
	color: #333333;
	background-color: #27343C;
	background-image: url(imgs/navhover.gif);
	background-repeat: repeat-x;
	}
	

#sites {
	background-color: #FFFFFF;
	text-align: left;
	margin: 20px 10px 10px 0px;
	padding: 6px;
	/*position: relative; */
	height: auto !important;  
	height: 250px;      
	min-height: 250px; 
	background-image: url(imgs/bgsites.gif);
	background-repeat: repeat-x;
	border-width: 0px 1px 3px 2px;
	border-style: solid;
	border-color: #182223;
	
	color: #333333;
	}
#sites a:link {
	color: #A1D102;
	
}
.nl_info {
	font-size: 0.8em;
}
.stars {
	float: right;
	margin-right:10px;
	padding:0;

}


#sitelink h3, #sitelink h3 a:link,  #sitelink h3 a:visited{
	color: #333333;
	margin: 15px 0 0 0;	
}
#sitelink h3 a:hover{
	color: #A1D102;
	background-color: transparent;	
	text-decoration: none;

}
.linkto, .linkto a:link,  .linkto a:visited{
	color: #333333;
	margin: 5px 0;
	font-size: 12px;
	display: block;
	border: none;
	text-decoration: underline;
		
}

.nl_info {
	font-size : 10px;
}
/*tags*/
div.tagcloud {

 line-height: 2em;

 font-family: Verdana, Arial, Helvetica, sans-serif;

 }



div.tagcloud a {

 border-bottom: none;

 padding-right: 3px;


 }



.s1 { font-size: 11px;  color : #91C835;   }

.s2 { font-size: 14px;  color : #990000;  }

.s3{ font-size: 16px;  color : #4F91A2;  }

.s4{ font-size: 18px;  color : #FFEE00;  }

.s5{ font-size: 20px;  color : #FF9900;  }

.c1, .c2, .c3, .c4, .c5  { font-size: 12px;  color : #91C835;   }


	.category p
	{
	display: block;
	height: 10px;
	margin:0;
	padding:0;
}
.category a
{
	color : #91C835;
	margin-left: 5px;
}
	
	/* paginate*/
.ditto_paging {
border-top: 1px solid #ccc;
padding: 10px;
font-size: 86%;
color: #618100;
}
#ditto_pages .ditto_currentpage {
border: 1px solid #618100;
padding: 1px 5px 2px;
margin-right: 1px;
background-color: #9c0;
color: #fff;
}
#ditto_pages .ditto_off {
border: 1px solid #ccc;
padding: 1px 5px 2px;
margin-right: 1px;
color: #ccc;
}
#ditto_pages a, #ditto_pages a:link,
#ditto_pages a:visited {
border: 1px solid #9c0;
padding: 1px 5px 2px;
margin-right: 1px;
text-decoration: none !important;
color: #618100;
}
#ditto_pages a:hover {
background-color: #fff;
color: #000;
}
#ditto_archivelist ul {
list-style-type: none;
margin-left: 15px;
padding-left: 0;
}
#ditto_archivelist ul ul {
list-style-type: square;
margin-left: 35px;
}
#ditto_archivelist .ditto_month {
font-weight: bold;
}
#thumb {
	float: left;
	background-image: url(imgs/thumbbg.jpg);
	background-repeat: no-repeat;
	margin: 0 2px 4px 4px;
	background-position: left top;
	width: 157px;
	padding: 15px 15px 15px 18px;
	
}

#thumb a{
	display: block;
    background:#FFFFFF url("imgs/loading.gif") no-repeat;	
	border: 1px solid #9c0;
	width:120px;
	height: auto !important;  /* per i browser moderni */
    height: 100px;      /* per IE5.x e IE6 */
    min-height: 100px;  /* per i browser moderni */	
}

#thumb a:hover{
	border-color: #9c0;
	
}

.bookmarksbox{
float: right;
margin-right:50px;


}
.infoform{
	margin:10px;
	padding: 10px;
	height: auto !important;  /* per i browser moderni */
    height: 240px;      /* per IE5.x e IE6 */
    min-height: 240px;  /* per i browser moderni */
		background-color : #F7F7F7;
		border : 1px solid #91C835;
}
#InfoForm input{
	margin-top:8px;
	
}
#InfoForm h6{
	margin-top:8px;

}

.jot-comment {
	color: Black;
}