/*
Theme Name: apollon (designed and developed by Christos Papadopoulos / http://cpapadopoulos.tk)

Original Theme Name: Green Marinee (designed and developed by Ian Main / http://e-lusion.com)
Ported to Textpattern by: Thame / http://www.tom.frihost.net)
Description: The original theme (Green Marinee) was developed for WordPress and then ported to Textpattern by Thame. The theme was modified by Christos Papadopoulos to suit the needs of www.apollon.edu.gr.
Version: 1.0
Author: Christos Papadopoulos
*/

/*

	1) General selectors - body,h1/h3,a,blockquote,code,p
	2) Structure - container,content,tagline
	3) Left selectors - main,meta,comments
	4) Right selectors - author,links,line,search,themes
	5) Footer - extras
	6) Forms - input,textarea
	7) Accessibility - skip,hr
	8) Hacks - clearfix

*/

/* 1) -=-=-=- General selectors -=-=-=- */

body {
	background: #F7EAFF url(../images/bg_top.gif) repeat-x;
	margin: 68px 0 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	font-size: 76%;
	color: #3F3F3F;
	text-align: center;
	}

h1 {
	color: #F9F2FC;
	margin: -35px 0 0 7px;
	position: absolute;
	font-size: 2.2em;
	text-align: center;
	}
	
/* Uncomment if you want to use the tagline feature (make sure you uncomment .tagline below) - off by default
h1 {
	color: #F9F2FC;
	margin: -45px 0 0 7px;
	position: absolute;
	font-size: 2.2em;
	}
*/
	
h1 a:link, h1 a:visited {
	color: #F9F2FC;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #B391DC;
	text-decoration: none;
	}
	
h2 {
	color: #8B23CB;
	font-weight: normal;
	font-size: 1.6em;
	margin: 5px 0 15px 0;
	}

h2 a:link, h2 a:visited {
	color: #8B23CB;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	}

h2 a:hover, h2 a:active {
	color: #9E38DD;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 {
	font-size: 1.2em;
	margin: 20px 0 -10px 0;
	padding: 1px 0 1px 3px;
	font-weight: normal;
	border-bottom: 1px dotted #8B23CB;
	}
	
a:link {
	color: #8C29CC;
	font-weight: normal;
	text-decoration: none;
	}
	
a:visited {
	color: #999;
	text-decoration: none;
	}
	
a:hover, a:active {
	background: none;
	color: #8F00DB;
	text-decoration: none;
	border-bottom: 1px dotted #8F00DB;
	}
	
blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #481D42;
	background: #F0E5F5;
	font-size: 1.2em;
	border-top: 2px solid #C390DF;
	}

p {
	line-height: 1.4;
	text-align: justify;
	}

fieldset {
	border: 1px solid #BFBFBF;
	padding: 4px 0 0 8px;
	}

legend {
	color: #3F3F3F;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	width: 765px;
	margin: 0 auto;
	text-align: left;
	}
	
.container_left {
	background: url(../images/container_left.gif) no-repeat;
	}
	
.container_right {
	background: url(../images/container_right.gif) no-repeat top right;
	}
	
.topline {
	background: url(../images/container_top.gif) no-repeat;
	}
	
#content {
	width: 538px;
	padding-top: 20px;
	margin: 0 0 0 14px;
	}
	
#content_bg {
	background: #fff url(../images/container.gif) repeat-y;
	}
	
/* Uncomment if you want to use the tagline feature (make sure you uncomment h1 above and comment the original h1) - off by default
.tagline {
	color: #888;
	margin: -18px 0 0 9px;
	position: absolute;
	font-size: 1em;
	}
*/
	
/* 3)-=-=-=- Left selectors -=-=-=- */	
	
.main li {
	background: url(../images/content_bullet.gif) no-repeat 0 7px;
	padding: 2px 0 0 10px;
	list-style: none;
	}
	
.main ul {
	padding: 0 0 20px 10px;
	margin: 0;
	}
	
.main img {
	padding: 3px;
	border: 1px solid #8B23CB;
	}
	
.meta {
	background: url(../images/icons/icon_posted.gif) no-repeat 5px 8px;
	margin: 0 0 40px 0;
	padding: 5px 0 0 20px;
	font-size: .9em;
	}
	
.meta:hover {
	}
	
.highlight { /* Basic highlight for text */
	background: #E2D6F7;
	}
	
.comments {
	padding-bottom: 8px;
	font-size: 1.2em;
	border-bottom: 1px dotted #aaa;
	}
	
.comments a:link, .comments a:visited {
	color: #7D18BC;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #7D18BC;
	color: #fff;
	text-decoration: none;
	}	
	
.alt {
	background: #E4CAF2 !important; 
	border: 1px solid #CD9DE5 !important;
	padding: 10px 10px 0 10px !important;
	}
	
.alt:hover {
	border: 1px solid #9B41C9 !important;
	}
	
.commentlist li:hover {
	border: 1px solid #9B41C9;
	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F4E9FA;
	border: 1px solid #D6AFEA;
	margin: 10px;
	color: #3C452D;
	}
	
p.metadate {
	font-size: .8em;
	margin: 0;
	}
	
p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}
	
.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
	}
	
.warning p { /* Used on the search page (image will appear if no result is found) */
	background: url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
	}
	
.postinput {
	margin-left: 10px;
	}
	
/* 4)-=-=-=- Right selectors -=-=-=- */	
	
#right {
	float: right;
	width: 210px;
	padding: 10px 18px 0 0;
	
	/* Box model hack used for IE5.5/5 */
	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 192px;
	}

html>body #right {
  	width:192px;
	}
	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
	
#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}
	
#links {
	float: right;
	width: 182px;
	}

#links h3 {
	margin: 20px 0 0 0;
	border-top: 1px dotted #8B23CB;
	}

#links li {
	list-style: none;
	background: url(../images/links_bullet.gif) no-repeat 0 50%;
	padding: 3px 2px 2px 20px;
	}
	
#links ul {
	padding: 5px 0 0 10px;
	margin-left: 5px;
	}
	
#links a {
	font-size: .9em;
	text-decoration: none;
	margin: 0 0 0 3px;
	}
	
#links a:link {
	color: #8B23CB;
	font-weight: normal;
	}
	
#links a:visited {
	color: #aaa;
	}
	
#links a:hover, #links a:active {
	background: none;
	color: #8F00DB;
	border-bottom: 1px dotted #8F00DB;
	}
	
#links .home {
	background: url(../images/icons/home.gif) center left no-repeat;
	}

#links .introduction {
	background: url(../images/icons/introduction.gif) center left no-repeat;
	}

#links .content {
	background: url(../images/icons/content.gif) center left no-repeat;
	}

#links .structure {
	background: url(../images/icons/structure.gif) center left no-repeat;
	}

#links .activities {
	background: url(../images/icons/activities.gif) center left no-repeat;
	}

#links .goal {
	background: url(../images/icons/goal.gif) center left no-repeat;
	}

#links .forum {
	background: url(../images/icons/forum.gif) center left no-repeat;
	}

#links .links {
	background: url(../images/icons/links.gif) center left no-repeat;
	}

#links .contact {
	background: url(../images/icons/contact.gif) center left no-repeat;
	}

#links .gr {
	background: url(../images/icons/gr.gif) center left no-repeat;
	}

#links .gb {
	background: url(../images/icons/gb.gif) center left no-repeat;
	}

.line {
	border-top: 3px solid #A746D9;
	margin-top: -5px;
	}

#language li {
	list-style: none;
	background: url(../images/links_bullet.gif) no-repeat 0 50%;
	padding: 3px 2px 2px 20px;
	}

#language ul {
	padding: 0 0 0 10px;
	margin-left: 5px;
	}
	
#search {
	background: url(../images/search.gif) no-repeat;
	height: 38px;
	margin: 5px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	}
	
#search h3 {
	font-size: 1.4em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
	
p.searchinfo {
	margin: 2px 0 -8px 2px;
	font-size: .9em;
	color: #999;
	}
	
.searchfield {
	background: #fff;
	border: 1px solid #A746D9;
	color: #8A27C7;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}
	
.searchfield:hover {
	border: 1px solid #BFBFBF;
	color: #949494;
	}

#searchform fieldset {
	border: none;
	padding: 0;
	}

#searchform input {
	background: #fff url(../images/icons/search.gif) center right no-repeat;
	}
	
.submit {
	background: url(../images/search_submit.gif) no-repeat;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
	}
	
.submit:hover {
	background: url(../images/search_submit.gif) no-repeat 0 -20px;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	}
	
.themes {
	font-size: .9em;
	}
/*Live Search Styles*/
#LSResult { position: absolute; background-color: #F6F2FC; width: 250px; }
#LSShadow { padding: 5px; }

#LSRes { background-color: #fff; }
.LSRow { padding: 0 5px; color:#ffffff; }

#LSHighlight { background-color: #9900EA; }

#LSHeader { padding: 2px 2px 8px; }
.lsDate { display: block; color: #555; }
#livesearch { width: 145px; }
	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	background: url(../images/footer.gif) no-repeat;
	height: 75px;
	clear: both;
	}
	
#footer p {
	width: 552px;
	padding: 22px 0 5px 0;
	float: left;
	font-size: .9em;
	color: #777;
	text-align: center;
	}
	
.extras {
	float: right;
	padding: 33px 18px 0 0;
	}
	
.extras a {
	text-decoration: none;
	font-weight: bold;
	}
	
.extras a:link, .extras a:visited {
	background: #ccc;
	color: #fff;
	padding: 5px;
	border: 2px solid #fff;
	}
	
.extras a:hover, .extras a:active {
	background: #DEEEA4;
	color: #7AB90C;
	padding: 5px;
	border: 2px solid #C9E979;
	}
	
.extras li {
	display: inline;
	}
	
.extras ul {
	padding: 0 0 10px 0;
	margin: 0;
	}

.extras_valid_xhtml {
	background: url(../images/valid_xhtml.gif) no-repeat;
	display: inline;
	padding: 0 101px 10px 0;
	}
	
.extras_valid_css {
	background: url(../images/valid_css.gif) no-repeat;
	display: inline;
	padding: 0 98px 10px 0;
	}

/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #BFBFBF;
	color: #949494;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #B25DDE;
	color: #8A27C7;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #949494;
	padding: 2px 5px 1px 5px;
	width: 350px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #B25DDE;
	color: #8A27C7;
	}

select {
	border: 1px solid #BFBFBF;
	color: #949494;
	background: #fff;
	padding: 2px 2px 1px 1px;
	font-size: 1em;
	}
	
select:hover {
	background: #fff;
	border: 1px solid #B25DDE;
	color: #8A27C7;
	font-size: 1em;
	}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}
	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	