﻿/*
Theme Name: Green Marinée for e107
Theme URI: http://e-lusion.com/
Description: Green Marinée was designed and built specially for <a href="http://alexking.org">Alex King's</a> WordPress 1.5 themes competition.
Version: 1.1
Author: <a href="http://e-lusion.com">Ian Main</a>

For the WordPress community (GPL), enjoy it guys.
by Ian Main - e-lusion.com
*/

/*

	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: #FFFFFF url(images/bg_top.jpg) no-repeat fixed center top;
	margin: 35px 0 20px 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	color: #3F3F3F;
	text-align: center;
	}

h1 {
	color: #FFFFFF;
	margin: -32px 0 0 7px;
	position: absolute;
	font-size: 2.2em;
	}
	
/* Uncomment if you want to use the tagline feature (make sure you uncomment .tagline below) - off by default
h1 {
	color: #FCFEF4;
	margin: -45px 0 0 7px;
	position: absolute;
	font-size: 2.2em;
	}
*/
	
h1 a:link, h1 a:visited {
	color: #B0B0B0;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #CC0000;
	text-decoration: none;
	}
	
h2 {
	color: #CC0000;
	font-weight: normal;
	font-size: 1.6em;
	margin: 5px 0 0 0;
  text-decoration: underline
}
	
h2 a:link, h2 a:visited {
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #3F3F3F;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 {
	font-size: 1.4em;
	margin: 5px 0 0 0;
	font-weight: normal;
	}
	
a:link {
	color: #9F9F9F;
	text-decoration: underline;
	}
	
a:visited {
	color: #484848;
	}
	
a:hover, a:active {
	background: #CC0000;
	color: #fff;
	text-decoration: none;
	}
	
blockquote {
	border-left: 4px solid #3F3F3F;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #0066CC;
	}

p {
	line-height: 1.4;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	width: 765px;
	margin: 0 auto;
	text-align: left;
	}
	
.container_left {
	background: url(images/1container_left.gif) no-repeat;
	}
	
.container_right {
	background: url(images/1container_right.gif) no-repeat top right;
	}
	
.topline {
	background: url(images/container_top.gif) no-repeat;
	}
	
#content {
	padding-top: 10px;
	margin: 20px;
	width: 540px;
	}
	
#content2 {
	padding-top: 10px;
	margin: 20px;
	width: 720px;
	}
	
#content_bg {
	background: transparent url(images/container.png) 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 #0000CC;
	}
	
.meta {
	background: #F5F5F5;
	font-size: .9em;
	padding: 2px;
	}
	
.meta:hover {
	background: #F7FEDC;
	}
	
.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}
	
.comments {
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 3px double #D7D7D7;
	}
	
.comments a:link, .comments a:visited {
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #CC0000;
	color: #fff;
	text-decoration: none;
	}	
	
.alt {
	background: #EAF8CF !important;
	border: 1px solid #0000CC;
	padding: 10px 10px 0 10px !important;
	}
	
.alt:hover {
	border: 1px solid #0066FF;
	}
	
.commentlist li:hover {
	border: 1px solid #0000CC;
	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #0066CC;
	margin: 10px;
	color: #3C452D;
	}
	
p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}
	
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: 190px;
	padding: 10px 10px;
	
	/* Box model hack used for IE5.5/5 */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 170px;
	}
	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
	
#author ul {
	padding: 5px 0 0 0;
	margin: 0;
	}
	
#links li {
	list-style: none;
	background: url(images/bullet2.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	}
	
#links ul {
	padding: 2px 10px 20px 10px;
	margin: 0;
	}
	
#links a {
	font-size: .9em;
	text-decoration: none;
	}
	
#links a:link {
	color: #000000;
	font-weight: normal;
	}
	
#links a:visited {
	color: #000000;
	}
	
#links a:hover, #links a:active {
	background: #CC0000;
	color: #fff;
	}

.line {
	border-top: 3px double #B1B1B1;
	margin-top: -5px;
	}
	
#search {
	background: url(images/search.gif) no-repeat;
	height: 56px;
	margin: 0 auto;
	padding-top: 22px;
	}
	
#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 #0066CC;
	color: #0000CC;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}
	
.searchfield:hover {
	border: 1px solid #BFBFBF;
	color: #949494;
	}
	
.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;
	}
	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	background: url(images/footer.gif) no-repeat;
	height: 75px;
	clear: both;
	}
	
#footer p {
	padding: 40px 0 0 30px;
	float: left;
	font-size: .9em;
	color: #777;
	}
	
.extras {
	float: right;
	padding: 33px 18px 0 0;
	}
	
.extras a {
	text-decoration: none;
	}
	
.extras a:link, .extras a:visited {
	background: #ccc;
	color: #fff;
	padding: 5px;
	border: 1px solid #fff;
	}
	
.extras a:hover, .extras a:active {
	background: #CC0000;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #000;
	}
	
.extras li {
	display: inline;
	}
	
.extras ul {
	padding: 0 0 10px 0;
	margin: 0;
	}
	
/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #BFBFBF;
	color: #949494;
	background: #fff;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #CC0000;
	color: #000000;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	border: 1px solid #BFBFBF;
	color: #949494;
}
	
textarea:hover {
	background: #fff;
	border: 1px solid #CC0000;
	color: #000000;
	}
	
/* 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 */	

/* BEGIN E107 CORE CLASSES 
 copied from kubrick theme */

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	border: 1px solid #CC0000;
}


.smalltext {
	font-size: 10px;
}

.mediumtext {
	font-size: 12px;
}

.tbox{
	background-color: #FFFFFF;
	border: #000000 1px solid;
	color: #000000;
	font-size: 10px;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font-size: 10px;
}


td {
    background: none;
	font-style: normal;
	color:#5d6e75;
	padding: 0px;
	text-align:left;
}

.fborder {
	border: 1px solid #000000;
	background-color: #fff;
	
}
.forumheader{
	background-color: #FFFFFF;
	font-size: 12px;
	color:#000;
	padding: 4px;
	border: 1px solid #ededed;
}

.forumheader2{
	background-color: #fff;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;
}

.forumheader3{
	background-color: #fff;
	font-size: 10px;
	color:#000;
	padding: 4px;
	border: #ededed 1px solid;

}

.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	border: #ededed 1px solid;
	padding: 4px;
	background-color: #FFFFFF;
	font-size: 12px;
	color:#000000;
	font-weight:bold;

}
.fcaption a{
	color:#C0C0C0;
}

.fixfuckedie {
	width: 100%
}

#chatbox {
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
