/*
Theme Name: Red Marinee
Theme URI: http://www.kaushalsheth.com
Description: Red Marinee based on original Green Marinee by Ian Main
Version: 1.0
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/

Release info:
Green Marinee by Ian Main - http://www.e-lusion.com
Ported to Textpattern by Thame - http://www.tom.frihost.net/
Reported to Wordpress by Kaushal Sheth. ( Not much work put in this theme by me. Due credits to original author & Thame)
*/

/*

	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: #FBD1FD url('images/bg_top.gif') repeat-x;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	color: #3F3F3F;
	text-align: center; margin-left:0; margin-right:0; margin-top:68px; margin-bottom:20px
	}

h1 {
	color: #FCFEF4;
	margin: -35px 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: #FCFEF4;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #FFCECE;
	text-decoration: none;
	}
	
h2 {
	color: #C232CC;
	font-weight: normal;
	font-size: 1.8em;
	margin: 20px 0 0 0;
	}
	
h2 a:link, h2 a:visited {
	color: #C232CC;
	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: 20px 0 -10px 0;
	font-weight: normal;
	}
	
h4 {
	font-size: 0.9em;
	margin: 10px 0px -20px 20px;
	font-weight: normal;
	}
	
a:link {
	color: #C232CC;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #999;
	}
	
a:hover, a:active {
	background: #C232CC;
	color: #fff;
	text-decoration: none;
	}
	
blockquote {
	border-left: 4px solid #F69494;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #C232CC;
	background: #E5D6D8;
	font-size: 1.2em;
	border-top: 2px solid #C232CC;
	}

p {
	line-height: 1.4;
	}
	
/* 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 {
	padding-top: 30px;
	margin: 30px;
	width: 450px;
	}
	
#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;
	list-style-type:none; padding-left:10px; padding-right:0; padding-top:2px; padding-bottom:0
	}
	
.main ul {
	padding: 0 0 20px 10px;
	margin: 0;
	}
	
.main img {
	padding: 3px;
	border: 1px solid #FFB0B0;
	}
	
.meta {
	background: #F5F5F5;
	font-size: .9em;
	padding: 2px;
	}
	
.meta:hover {
	background: #FEEDF0;
	}
	
.highlight { /* Basic highlight for text */
	background: #FEEDF0;
	}
	
.comments {
	font-size: 1.2em;
	padding-bottom: 25px;
	border-bottom: 3px double #eee;
	}
	
.comments a:link, .comments a:visited {
	color: #C232CC;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #C232CC;
	color: #fff;
	text-decoration: none;
	}	
	
.alt {
	background: #FFE5E5 !important; 
	border: 1px solid #FFC7C7 !important;
	padding: 10px 10px 0 10px !important;
	}
	
.alt:hover {
	border: 1px solid #C232CC !important;
	}
	
.commentlist li:hover {
	border: 1px solid #C232CC;
	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #FFCECE;
	border: 1px solid #FFB6B6;
	margin: 5px;
	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;
	}
	
.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;
	}
	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
	
#author ul {
	padding: 10px 0 0 0;
	margin: 0;
	}
	
#links li {
	background: url('images/links_bullet.gif') no-repeat 0 50%;
	list-style-type:none; padding-left:20px; padding-right:0; padding-top:2px; padding-bottom:2px
	}
	
#links ul {
	padding: 20px 10px 30px 10px;
	margin: 0;
	}
	
#links a {
	font-size: .9em;
	text-decoration: none;
	}
	
#links a:link {
	color: #EF7DE8;
	font-weight: normal;
	}
	
#links a:visited {
	color: #aaa;
	}
	
#links a:hover, #links a:active {
	background: #EF7DE8;
	color: #fff;
	}
	
.line {
	border-top: 3px solid #C232CC;
	margin-top: -5px;
	}
	
#search h3 {
	font-size: 1.4em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
	
p.searchinfo {
	margin: 4px 0 -2px 2px;
	font-size: .9em;
	color: #999;
	}
	
.searchfield {
	background: #fff;
	border: 1px solid #C232CC;
	color: #C232CC;
	padding: 2px 5px 1px 5px;
	width: 160px;
	}
	
.searchfield:hover {
	border: 1px solid #EF7DE8;
	color: #949494;
	}
	
.themes {
	font-size: .9em;
	}
/*Live Search Styles*/
#LSResult { position: absolute; background-color: #FCFEF4; width: 200px; }
#LSShadow { padding: 5px; }

#LSRes { background-color: #fff; }
.LSRow { padding: 0 5px; }

#LSHighlight { background-color: #FFB6B6; }

#LSHeader { padding: 2px 2px 8px; }
.lsDate { display: block; color: #555; }
	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	background: url('images/footer.gif') no-repeat;
	height: 10px;
	clear: both
	}
	
#footer p {
	padding: 30px 0 0 30px;
	float: left;
	font-size: 1.0em;
	color: #777;

	}
	
.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: #FFDBDB;
	color: #EF7DE8;
	padding: 5px;
	border: 2px solid #FFBBBB;
	}
	
.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 #C232CC;
	color: #FF7E7E;
	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 #C232CC;
	color: #FF7E7E;
	}
	
/* 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 */
