/* 
Elxis Blog (eBlog) native style 
Created by Ioannis Sannos (Elxis Team)
*/


/* eblog overall container */
#elxisblog {
}


/************ BLOG HEADER ************/

/* header overall container */
div.eblog-blogtop {
	margin: 0;
	padding: 0;
}

/* blog title */
h1.eblog-blogtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: normal;
	color: #1A4F6A;
	padding: 0;
	margin: 0.2em 0;
}

/* blog title link */
h1.eblog-blogtitle a, h1.eblog-blogtitle a:link, 
h1.eblog-blogtitle a:visited, h1.eblog-blogtitle a:active {
	color: #1A4F6A;
	text-decoration: none;
}
h1.eblog-blogtitle a:hover { color: #333333; text-decoration: none; }

/* archive date header */
div.arcivedate {
	width: 120px;
	height: 84px;
	margin: 3px 0;
	padding: 0;
	background: transparent url('archive_back.gif') top left no-repeat;
	text-align: center;
	min-height: 84px;
}
div.archiveyear {
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0;
	padding: 25px 0 14px 0;
}
div.archivemonth {
	font-family: tahoma, verdana, arial;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

/* blog slogan */
div.eblog-slogan {
	padding: 0;
	margin: 0.3em 0;
}

/* blog owner name */
div.eblog-ownername {
}
div.eblog-ownername a, div.eblog-ownername a:link, div.eblog-ownername a:hover, 
div.eblog-ownername a:visited, div.eblog-ownername a:active  {
	font-size: 1.1em;
	text-decoration: none;
	color: #444;
}
div.eblog-ownername a:hover { text-decoration: underline; }

/* link to blog control panel */
div.eblog-gocpanel {
	text-align: right;
	padding: 0 10px;
	font-weight: bold;
}
div.eblog-gocpanel a, div.eblog-gocpanel a:link, 
div.eblog-gocpanel a:visited, div.eblog-gocpanel a:active  {
	color: #CC0000;
	text-decoration: none;
}
div.eblog-gocpanel a:hover { color: #000000; text-decoration: none; }



/************ BLOG ARTICLE ************/

/* post overall container */
div.eblog-post {
	margin: 1em 0 2em 0;
}

/* post title */
h3.eblog-posttitle {
	font-size: 1.6em;
	line-height: normal;
	margin: 0.2em 0;
	padding: 0 0 0.2em 0;
	background: none;
	border-bottom: 1px dotted #AAAAAA;
}

/* post date */
div.eblog-postdate {
	color: #444;
	font-size: 0.94em;
	background: url(date.gif) top left no-repeat;
	padding-left: 20px;
}

/* post main content */
div.eblog-postbody { margin: 1em 0; text-align: justify; }

/* post tags */
div.eblog-posttags {
	font-size: 0.9em;
	clear: both;
}
div.eblog-posttags a , div.eblog-posttags a:link, div.eblog-posttags a:visited, 
div.eblog-posttags a:hover, div.eblog-posttags a:active {
	text-decoration: none;
	color: #1A4F6A;
}
div.eblog-posttags a:hover { color: #CC0000; }

/* post footer container */
div.eblog-postfooter {
	margin: 0 0 1em 0;
	font-size: 0.9em;
	clear: both;
}
/* footer archives links */
a.eblog-arclink, a.eblog-arclink:link, a.eblog-arclink:visited, a.eblog-arclink:hover, a.eblog-arclink:active {
	text-decoration: none;
	color: #1A4F6A;
	background: url(date.gif) top left no-repeat;
	padding-left: 20px;
	margin-right: 10px;
}
a.eblog-arclink:hover {
	color: #000000;
}

/* post author */
a.eblog-postauthor, a.eblog-postauthor:link, a.eblog-postauthor:visited, a.eblog-postauthor:hover, a.eblog-postauthor:active {
	text-decoration: none;
	color: #1A4F6A;
}
a.eblog-postauthor:hover {
	color: #CC0000;
}

/* post hits */
span.eblog-posthits{}

/* post permanent link */
a.eblog-postlink, a.eblog-postlink:link, a.eblog-postlink:visited, a.eblog-postlink:hover, a.eblog-postlink:active {
	padding: 0 0 0 16px;
	background: url('../images/permlink.gif') top left no-repeat;
	text-decoration: none;
	color: #1A4F6A;
}
a.eblog-postlink:hover {
	color: #CC0000;
}

/* post comments link */
a.eblog-postcomments, a.eblog-postcomments:link, a.eblog-postcomments:visited, a.eblog-postcomments:hover, a.eblog-postcomments:active {
	padding: 0 0 0 16px;
	background: url('../images/comments.gif') top left no-repeat;
	text-decoration: none;
	color: #1A4F6A;
}

a.eblog-postcomments:hover {
	color: #CC0000;
}


/************ BLOG COMMENTS - TAG RESULTS - CPANEL POSTS LIST ************/

/* comments overall container */
div.eblog-comments { margin: 20px 0; }

/* comments title */
h3.eblog-commentstitle {
	background: transparent;
	background-image: none;
	margin: 10px 0;
	padding: 0;
	color: #000000;
	font-size: 1.4em;
}

/* comments unordered list */
ul#eblog-commentsul { margin:5px 0; padding: 0; }

/* comment row */
ul#eblog-commentsul li, li.eblog-line0, li.eblog-line1 {
	list-style-type: none;
	margin: 2px 0;
	padding: 4px;
	font-size: 1em;
	color: #444444;
}
ul#eblog-commentsul li.eblog-line0, li.eblog-line0 {
	background-color: #F8F8F8;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}
ul#eblog-commentsul li.eblog-line1, li.eblog-line1 {
	background-color: #FFF;
	border: 0;
}

/* tag result, article title */
div.eblog-tagarticle {
	font-weight: bold;
}
div.eblog-tagarticle a, div.eblog-tagarticle a:visited, 
div.eblog-tagarticle a:active, div.eblog-tagarticle a:link {
	text-decoration: none;
}
div.eblog-tagarticle a:hover { text-decoration: underline; }

/* comment author */
div.eblog-commentauthor {
	color: #FC8114;
	font-weight: bold;
	font-size: 1em;
}

/* comment date */
div.eblog-commentdate {
	color: #888;
	font-weight: normal;
	font-size: 0.9em;
}

/* cpanel post more info */
div.eblog-postmore {
	font-weight: normal;
	font-size: 0.9em;
}

/* add comment form */
form#eblogcomfm { color: #444444; }
form#eblogcomfm label { display: block; margin: 2px 0; }


/************ BLOG FOOTER ************/
/* footer overall container */
div.eblog-blogfooter {
	margin: 20px 0;
	padding: 0;
}


/************ BLOG CONTROL PANEL ************/

/* control panel tollbar */
ul.eblog-toolbar {
	background: #DDDDDD url(tbar.gif) top left repeat-x;
	height: 28px;
	margin: 10px 0;
	padding: 0;
	overflow: hidden;
	display:block;
	list-style-type: none;
	border-right: 1px solid #BDBDBD;
}
ul.eblog-toolbar li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
	height: 28px;
	border: none;
	border-left: 1px solid #BDBDBD;
}
ul.eblog-toolbar li:hover {	background: url(tbar_hover.gif) top left repeat-x; }
ul.eblog-toolbar li a, ul.eblog-toolbar li a:link, ul.eblog-toolbar li a:visited, 
ul.eblog-toolbar li a:active, ul.eblog-toolbar li a:hover {
	font-weight: normal;
	font-size: 12px;
	margin: 0 5px;
	padding: 0;
	line-height: 24px;
	color: #19489F;
	text-decoration: none;
}
ul.eblog-toolbar li a:hover, a.tbar-selected:hover { color: #FFFFFF; }
#eblog-tbarsel {
	background: url(tbar_hover.gif) top left repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
#eblog-tbarsel a { color: #FFFFFF; }

/* configuration table */
#ebcfgtable,  table#ebcfgtable, table.ebloguptop {
	width: 100%;
	padding: 0;
	margin: 0;
	font: normal 12px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#ebcfgtable caption {
	padding: 0 0 5px 0;
	width: 100%;
	font: italic 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#ebcfgtable th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	border-left: none;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(theader.jpg) top left repeat-x;
}
#ebcfgtable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #FFFFFF;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

table.ebloguptop td {
	border: 0;
	background: #F5FAFA;
	padding: 3px 6px;
	color: #4f6b72;
	margin: 0;
}
#ebcfgtable td.alt { background: #F5FAFA; }
#ebcfgtable th.spec, #ebcfgtable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(bullet1.gif) top left no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#ebcfgtable th.specalt { background: #f5fafa url(bullet2.gif) top left no-repeat; }

#ebcfgtable td a, #ebcfgtable td a:visited { color: #4f6b72; text-decoration: none; }
#ebcfgtable td a:hover { color: #4f6b72; text-decoration: underline; }

/* form input fields */
.eblog-inputbox, input.eblog-inputbox, select.eblog-inputbox {
	background-color: #fff;
	font: normal 12px/14px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	margin: 2px;
	padding: 1px;
	border: 1px solid #C1DAD7;
}

.eblog-button, input.eblog-button {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	background: #CAE8EA url(tableheader.jpg) top left no-repeat;
	margin: 10px 0;
	padding: 3px;
}

.eblog-button2, input.eblog-button2 {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border: 1px solid #C1DAD7;
	background: #CAE8EA url(tableheader.jpg) top left no-repeat;
	margin: 0;
	padding: 3px;
}
