/*
Theme Name: Orange Marinae
Theme URI: http://e-lusion.com/
Description: Orange Marinee is an alternative colour style for the <a href="http://e-lusion.com/greenmarinee/">Green MarinĂ©e</a> theme.
Version: 1.0.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 {
	margin: 20px 0;
	font-family: "Trebuchet MS", "Geneva CE", "Geneva", lucida, sans-serif;
	/*Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 76%;
	color: Black;
	text-align: center;
	}
h1 {
	color: Black;
	margin: 0 0 0 20px;
	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: #FFF8F3;
	margin:  0 0 0 20px;
	position: absolute;
	font-size: 2.2em;
	}
*/
h1 a:link, h1 a:visited {
	color: Black;
	text-decoration: none;
	}
h1 a:hover, h1 a:active {
	background: none;
	color: Black;
	text-decoration: none;
	}
h2 {
	color: Black;
	font-weight: normal;
	font-size: 1.9em;
	margin: 20px 0 0 0;
	font-family: Georgia, "Times New Roman CE", "Times New Roman", Times, Serif;
	}
h2 a:link, h2 a:visited {
	color: Black;
	font-weight: normal;
	text-decoration: none;
	}
h2 a:hover, h2 a:active {
	color: Black;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;;
	font-size: 1.2em;
	margin: 10px 0 -10px 0;
	font-weight: normal;
	}
h4 {
	font-size: 1.3em;
}
h4, .metadate {
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
}
a:link {
	color: #BA6600;
	font-weight: bold;
	/*text-decoration: none;*/
	}
a:visited {
	color: #999;
	}
a:hover, a:active {
	background: #E8751C;
	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: #583315;
	background: #FFF8F3;
	font-size: 1.2em;
	border-top: 2px solid #FDC986;
	overflow: auto;
	}
p {	
	line-height: 1.5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
.main {
	font-size: 1.1em;
	}
/* -=-=-=- Selectory pre staticke stranky -=-=-=- */
#uncomment-links li {
	margin-top: 5px;
	}
#uncomment-links li:hover {
	margin-top: 5px;
	background-color: #FFF8F3;
	}
/* 2)-=-=-=- Structure -=-=-=- */
#container {
/*
	width: 800px;
*/	
	margin: 0 auto;
	text-align: left;
	}
#content {
	padding-top: 30px;
	margin: 20px;
/*	width: 480px;
*/
	}
/* 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, #main ol {
	padding: 10px 0 10px 10px;
	margin: 0;
	}
.main img {
	padding: 3px;
	border: 1px solid #FFA62B;
	} */
.meta {
	background: #F5F5F5;
	font-size: .9em;
	padding: 2px;
	text-decoration: none;
	}
.meta a {
	font-size: 1em;
	padding: 2px;
	text-decoration: none;
	}
.meta:hover {
	background: #FFEBDB;
	}
.highlight { /* Basic highlight for text */
	background: #FFEBDB;
	}
#comments {
	font-size: 1.1em;
	padding-bottom: 25px;
	border-bottom: 3px double #eee;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
/*	font-family: "Palatino Linotype", "Palatino CE", Palatino, Georgia, Serif;*/
	}
#comments a:link, #comments a:visited {
	color: #BA6600;
/*	font-weight: bold;
	text-decoration: none;*/
	}
#comments a:hover, #comments a:active {
	background: #BA6600;
	color: #fff;
/*	text-decoration: none;*/
	}	
.alt {
	background: #FFE8C8 !important; 
	border: 1px solid #FFD495 !important;
	padding: 10px 10px 0 10px !important;
	}
.alt:hover {
	border: 1px solid #FFA62B !important;
	}
.commentlist li:hover {
	border: 1px solid #FFA62B;
	}
.commentlist {
	padding: 0;
	margin: 0;
	}
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #FFF5E8;
	border: 1px solid #FFDBAA;
	margin: 10px;
	color: #4A3D28;
	}
.metadate {
	font-size: .8em;
	float: right;
	font-weight: bold;
	}
p.comment_meta {
	margin: 10px 0 10px 10px;
	font-size: .9em;
	}
.comment_meta>img, img.rss {
	vertical-align: sub;
	}
.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: 250px;
	padding: 10px 15px;
	/* Box model hack used for IE5.5/5 */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 230px;	
	display: none;
	}
#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 li {
	list-style: none;
	background: url(images/links_bullet.gif) no-repeat 0 4px;
	padding: 2px 0 2px 20px;
	}
#links li li {
	background: url(images/sub_icon.gif) no-repeat 0 4px;
	padding: 2px 0 2px 13px;
	font-size: 1em !important;
	}
#links li li li {
	background: url(images/sub_icon.gif) no-repeat 0 5px;
	padding: 3px 0 2px 13px;
	font-size: 1em !important;
	}
#links ul {
	padding: 10px;
	margin: 5px;
	}
#links ul ul {
	padding: 0 !important;
	margin: 2px 0 0 0 !important;
	}
#links ul ul ul {
	padding: 0 !important;
	margin: 0 0 -4px 0 !important;
	}
#links a {
	text-decoration: none;
	}
#links a:link {
	color: #615646;
	font-weight: normal;
	}
#links a:visited {
	color: #aaa;
	}
#links a:hover, #links a:active {
	background: #D27E00;
	color: #fff;
	}
#links .next {
	font-size: 1em;
	color: #C36C04;	
	font-weight: normal;
	letter-spacing: 1px;
	margin: -17px 0 15px 0;
	text-align: right;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	}
#links .next a.links_next, #links .next a.links_next:visited {
	padding: 0 3px;
	text-decoration: underline;
	}
#links .next a.links_next:hover, #links .next a.links_next:active {
	background: #D27E00;
	color: #fff;
	}
#links .li_nekom a {
	text-decoration: underline;
	}
#links ul li {
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	}
.line {
	border-top: 3px solid #FFA62B;
	margin-top: -5px;
	}
#search {
	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 #FFA62B;
	color: #C36C04;
	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;
	display:none;
	}
#footer p {
	padding: 30px 0 0 70px;
	float: left;
	text-transform: uppercase;
	font-size: .8em;
	color: #999;
	display:none;
	}
.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: #FDC394;
	color: #C57600;
	padding: 5px;
	border: 2px solid #FFB463;
	}
.extras li {
	display: inline;
	}
.extras ul {
	padding: 0 0 10px 0;
	margin: 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 #FFA62B;
	color: #C36C04;
	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: 450px;
	}
textarea:hover {
	background: #fff;
	border: 1px solid #FFA62B;
	color: #C36C04;
	}
/* 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 */	
h2 img, h2 a {
	border: 0 solid black;
}
img {
	display: none;
}