/* @override http://orestis.gr/stati./static/css/1.css

/* CSS Document */

body {
	background-color:#fdfdfd; 
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:14px;
}
#container {
	width: 70%;
	margin:0 auto;
}

#content {
    width: 70%
    overflow: auto;
}

.article pre {

    height: auto;
    border: 1px solid lightgray;
    background-color:#eeeeee;
    overflow: auto;
    padding: 5px;
 
}

.month-menu {
	border-bottom: 1px solid #ddd;
	text-align:right;
	margin:0;
	padding-top:0;
	padding-bottom:5px;
    overflow: auto;
}

a.rss img {
	margin:5px 3px -3px 13px;
	padding: 0;
	text-decoration:none;	
	border:0px;
	}
	
a img, a.img {
	text-decoration:none;	
	border:none !important;
}


.prev-month {
	float:left;	
	display:inline;
	margin-bottom:5px;
	padding-bottom:5px;
}

.next-month {
	display:inline;
	margin-bottom:5px;
	padding-bottom:5px;
}

#tag_cloud {
	margin:10px;
	padding:0 10px 10px 10px;
}

#tag_cloud a {
	color:#444444;
}

#tag_cloud a:hover {
	color:#444497;
}

.Tag1 { font-size: x-small; }
.Tag2 { font-size: small; }
.Tag3 { font-size: medium; }
.Tag4 { font-size: large; }
.Tag5 { font-size: large; } 

#header {
	background-color:#ddd;
    width: 100%;
	padding:15px 0 30px 0;
}

#header h1 {
	text-align:center;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#111;
	margin:0;
	font-weight:normal;
}
#header h1 strong {
	color:#A85BA6;
}
#header h1 a {
	color:#333;
	text-decoration:none;

}
#header h2 {
	font-size:14px;
	font-weight:normal;
	text-align:center;
	color:#999;
}
#header ul {
	padding:0;
    margin-left: 20%;
}
#header li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#header li a {
	display:block;
	padding:7px;
	color:#999;
	text-decoration:none;
	border-bottom:5px solid #fdfdfd;
	margin:0 10px 0 0;
	font-size:12px;
}
#header li a:hover {
	color:#000;
	border-bottom:7px solid #fdfdfd;
	padding:5px 7px 7px 7px;
}
#header li a em {
	font-style:normal;
	text-decoration:underline;
}

#sidebar {
	float:right;
	width:16%;
	margin:10px 0px 30px 10px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    padding-bottom: 2em;
}

#sidebar > h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
	margin:10px 5px 5px 10px;
}
#sidebar > p {
	padding:5px;
	margin:5px 5px 5px 10px;
	line-height:17px;
	word-spacing:-1px;
}

ul.submenu {
	margin:0;
	padding:0;
}
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu a {
    font-size: small;
	display:block;
	padding:3px 7px 3px 17px;
	margin:1px 0 0 0;
}
.submenu a:hover {
	color:#444497;
}

.note {
	padding:10px;
	background-color:#eee;
	border:1px solid #ccc;
	margin:20px 5px 20px 5px;
}

.article_info {
    width: 100%;
	color: #888;
}

.article_info #tags a, .article_info #tags a:visited {
	color: #AAA !important;
	border-bottom: none !important;
}

.article_info #tags a:hover, .article_info #tags a:hover:visited {
    color: #888 !important;
	border-bottom:1px dotted #AAA !important;	
}


.article_info #tags:hover {
	background-image:url(../images/tag2.png);
}

.article_info #tags {
	padding:0 10px 0 20px;
    margin-top: -1em;
	font-weight:normal;
	background-image:url(../images/tag_off2.png);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	float: right;
}

h1.article_title {
    padding-top: 1em;
    padding-bottom: 1em;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-bottom:0px;
    padding-left: 1em;
    display: block;
	background-image:url(../images/backgrounds/h1.png);
	background-position:left;
	background-repeat:no-repeat;
}

h1.article_title > a:visited {
	color:#66e !important;
}
h1.article_title > a {
	color:#66e;
	text-decoration:none;
	border-bottom:none !important;	
}

h1.article_title > a:hover {
	color:#44c;
}

.article h2 {
	font-size:18px;
	color:#77d;
	margin:10px 0 10px 0;
	padding:5px;
}

.article h3 {
	font-size:16px;
	color:#77d;
	margin:25px 0 -5px 5px;
}
.article p {
	padding:5px;
	line-height:18px;
	word-spacing: 0.1em;
}


.article p a {
	color:#11f;
	text-decoration:none;
	border-bottom:1px dotted #11f;
}


.article p a:hover, .article div a:hover {
	border-bottom:1px solid #11f;
}

.article p a:visited, .article div a:visited {
      color: #b14;
      border-bottom:1px dotted #B14;
}

.article p a:visited:hover, .article div a:visited:hover {
      border-bottom:1px solid #B14;
}

.article_menu {
	text-align:right;
	margin:-7px 0 0 0;
    padding-top: 0.5em;
    padding-bottom: 0.1em;
	border-bottom:1px solid #eee;
    overflow: auto;
}

.article_menu b {
	float:left;
	font-weight:normal;
}

.article_menu a, .article_menu a:visited {
	padding:0 0 0 15px;
	background-image:url(../images/backgrounds/comment.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#000 !important;
	text-decoration:none;
	border-bottom:none !important;
}

.article_menu a:hover {	
	color:#000;
    border-bottom: none;
	background-image:url(../images/backgrounds/comment_hover.png);
}

.article_menu a.comment_feed {
	background: none !important;
	padding: 0px !important;	
    margin-right: 3px;
    margin-top: 10px;
    text-decoration: none !important;
}

.article_menu a.entry_more {
    margin-right: 1em;
    font-weight: bold;
	color:#66e !important;
    background: none !important;
}

.article_menu a.entry_more:hover {
	color:#44c !important;
}


.article_menu #date {
	float:left;
	font-weight:normal;
	background-image:url(../images/calendar_off.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}

.article_menu #date:hover {
	background-image:url(../images/calendar.png);
}

.article_menu #date a {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.article_navigation {
	text-align:right;
	padding-bottom:3px;
	margin:0;
	border-bottom:1px solid #eee;
}

.article_navigation a:hover, .month-menu span a:hover {
	border-bottom:1px solid #11f;
}

.article_navigation a, .month-menu span a {
	color:#11f;
	text-decoration:none;
	border-bottom:1px dotted #11f;
}

#message {
	padding:10px;
	background-color:#eee;
	border:1px solid #ccc;
	margin:20px 5px 20px 5px;
}

#message span {
	float: right;
	margin-top: -5px;
	margin-right: -7px;	
	font-size: x-small;
}

#message span a, #message span a:visited {
	border-bottom: none;
	color:#bbb;
}

#message span a:hover, #message span a:visited:hover {
	color:#11f;
	border-bottom: none;
}



.article ul {
	margin:0 0 0 15px;
	padding:0;
	border-top:1px solid #f6f6f6;
}
.article ul li {
	margin:5px 0 5px 0;
	border-bottom:1px solid #f3f3f6;
	padding:0 0 5px 20px;
	list-style:none;
	background-image:url(../images/backgrounds/arrow2.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#445;
}

.article ol li{
    color:#444455;
    padding:0 0 5px 0;
    margin:5px 0 5px -4px;
}

.article ul:hover a {
	border-bottom:1px dotted #000;
}

.article ul li a:hover {
	border-bottom:1px solid #000;
}


.article blockquote {
	background-color:#f3f3f6;
	margin:4px;
	padding:5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
    overflow: auto;
}
.article blockquote p {
	margin:0;
	padding:0 10px 0 10px;
}
.comment_odd {
	background-color:#f6f6f6;
	padding:6px;
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
}
.comment_even {
	padding:6px;
	background-color:#fcfcfc;
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
}
.comment_me {
	background-color:#FFeeCC ;
	padding:6px;
	border-top:1px solid #fff;
	border-bottom:1px solid #eee;
}

.comment_odd a, .comment_even a, .comment_me a {
    border-bottom:1px dotted #1111FF;
    color:#1111FF;
    text-decoration:none;
}
.comment_odd a:hover, .comment_even a:hover, .comment_me a:hover {
    border-bottom:1px solid #1111FF;
}
.comnum {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	color:#ccc;
}
input, textarea {
	background-color:#fff;
	border:1px solid #ccc;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
}
#footer {
	background-color:#eee;
	border-top:2px solid #ccc;
    margin-top: 8em;
	padding:10px;
	text-align:center;
    clear: both;
}

a {
	text-decoration:none;
	color:#444;
}

.article a {
	color:#11f;
	text-decoration:none;
	border-bottom:1px dotted #11f;
}
