@charset "utf-8";
/* CSS Document
-----------------------------------------------
Rethimnon.gr - stylesheet.css
author	:	Stefanakis Petros EnterTheWeb.gr
Copyright	:	2009|01|15
----------------------------------------------- 
*/
/*==================================================================================================*/
/*									HTML Classes													*/
/*==================================================================================================*/

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; 
text-align:center;
margin: 0;
padding: 0;
position:relative;
background:#fff;
z-index:0;
}

h1 { margin:2px 0 0 0; padding:0; font:tahoma; font-weight:bold; font-size:140%; color:#6dc8bf;}
h2 { margin:0; padding:0; font:tahoma; font-weight:bold; font-size:140%; color:#4c4c4c;}
h3 {  font-size:140%; color:#317BAF; margin:0; padding:0; font-weight:normal;}
h4 { margin:0; padding:0; font:"Trebuchet MS"; font-weight:normal; font-size:110%; color:#064204; text-decoration:underline;  }
h5 { margin:0; padding:0; font:"Trebuchet MS"; background-color:#6dc8bf; font-weight:normal; font-size:110%; color:#fff;  }
h6 { margin:0; padding:0; font:"Trebuchet MS"; color:#CA0000; }

img { border:0; vertical-align:middle; }
blockquote { width:160px; margin:0; padding:10px; background:#f0f0f0; color:#000; font-weight:bold; text-align:left;}
hr {  border:1px solid #731D26; }
.toggleopacity { border:0; filter:alpha(Opacity=50); opacity:0.5; -moz-opacity:0.5; -khtml-opacity:0.5; cursor:pointer; }
.toggleopacity:hover { border:0; filter:alpha(Opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1;  }

.invertoggleopacity { border:0; filter:alpha(Opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1;  cursor:pointer; }
.invertoggleopacity:hover { border:0; filter:alpha(Opacity=50); opacity:0.5; -moz-opacity:0.5; -khtml-opacity:0.5; }

a{ color:#e8474e; text-decoration:none; font-weight:bold;}
a:visited {color:#e8474e;}
a:hover {color:#6dc8bf;}

/*==================================================================================================*/
/*									Main Classes													*/
/*==================================================================================================*/
#Main { width:980px; margin:0 auto; border:1px solid #dcdddf; background:#fff;}

/*==================================================================================================*/
/*									Header Classes	         										*/
/*==================================================================================================*/
#Header { width:980px; height:158px;  position:relative; }

/*==================================================================================================*/
/*									Content Classes													*/
/*==================================================================================================*/
#Content { width:560px; margin:0 0 10px 200px; padding:0 10px; background:#fff; position:relative; float:left; display:inline; text-align:left } 

#top_links{ margin:5px 0 0 0; padding:0; }
#top_links ul{ margin:0; padding:0; list-style:none;}
#top_links li{ display:inline; padding:0; margin:0; }
#top_links a{ float:left; color:e8474e; margin:0 5px 0 0; padding:5px; text-decoration:none; background:#dcdddf; }
#top_links a:visited{ color:e8474e;}
#top_links a:hover{ background-color: #6dc8bf; color:#fff; }

.newslist { margin:10px; padding:0px; list-style-type: square; }
.newslist li { border-bottom:2px dotted #ccc; padding:8px 0 3px 0; }
.newslist li:hover { background-color:#dcdddf; }

#newshead {  background-color:#f3f3f3; padding: 0 10px;  }
#newshead a{ color:#e8474e;   }
#newshead a:visited { color:#e8474e;   }
#newshead a:hover { color:#999;   }
#newshead .date {  color:#ff0000; float:right;  }	
#newshead img { text-align:middle; }
#newslevel { float:left; }	

.aggelia { border:1px solid #ccc; padding:5px;  }
.aggelia:hover { background-color:#dcdddf; border:1px solid #ff0000; }
.aggelia hr { width:70%; border:1px dashed #999; }  



/*==================================================================================================*/
/*									Left Classes													*/
/*==================================================================================================*/
#Left { width:200px; margin:0 0 10px -780px; background:#dcdddf; position:relative; float:left; display:inline; color:#fff;} 


#left_menu { margin:0;  z-index:5;  background:#dcdddf; padding:0px 0; color:#000;   }
#left_menu ul{ margin: 0; padding: 0; list-style-type: none; width: 190px;  }
#left_menu ul li{ position: relative; text-align:left;  }
#left_menu ul li ul{ position: absolute; left:200px;  top: 0px; width: 180px; display: block; visibility: hidden;  }
#left_menu ul li a{ color:#e8474e; width: 95%; display: block; overflow: auto; text-decoration: none; padding: 8px 0px 8px 10px; background-color:#dcdddf; border-top:5px solid #fff;} 
#left_menu ul li a:hover{   color:#fff; background:#6dc8bf; }
#left_menu .subfolderstyle{ background: #dcdddf url(/_global_images/arrow-list.gif) no-repeat 98% center;  }
#left_menu ul li .current { color:#fff; }
#left_menu ul li ul li{ display: list-item; float: none; padding:0px 0; background:#dcdddf;}
#left_menu ul li ul li ul{ left: 159px; top: 0; }
#left_menu ul li ul li a {  text-decoration: none; display: block; width: 180px; text-decoration: none; padding: 5px 9px; border: 1px solid #fff;  }
#left_menu ul li ul li a:hover { display: block; color:#fff; }
#left_menu ul li a:hover  { color:#fff; }
#left_menu ul li a:visited  { color:#fff;  }

#left_menu .mainfoldericon{ background: transparent url(/_global_images/arrow-down.gif) no-repeat center right; }
#left_menu .subfoldericon{ background: transparent url(/_global_images/arrow-right.gif) no-repeat center right; }

/* Holly Hack for IE \*/
* html #left_menu ul li { float: left; height: 1%; }
* html #left_menu ul li a { height: 1%; }
/* End */


/*==================================================================================================*/
/*									Right Classes													*/
/*==================================================================================================*/
#Right { width:200px; margin-bottom:10px; background:#fff; position:relative; float:left; display:inline; text-align:right; } 

/*==================================================================================================*/
/*									Footer Classes													*/
/*==================================================================================================*/
#Footer { width:980px; margin:0; padding:10px 0; position:relative; background:#6dc8bf;}

#Footer a {  color: #EAE4CC; text-decoration:none;}
#Footer a:visited { color:#EAE4CC; }
#Footer a:hover { color:#000; background:none;}

#Footer .powerdby { color:#838381; position:absolute; top:50px; left:300px; padding:10px; font-size:90%; text-align:center; }
#Footer .powerdby a{ text-decoration:none; color:#86050A;}
#Footer .powerdby a:visited { color:#86050A;}
#Footer .powerdby a:hover { color: #4c4c4c;}