/*
Theme Name: Green Marinée Deutsch
Theme URI: http://www.pixelreality.net/
Description: Green Marine wurde speziell für <a href="http://alexking.org">Alex King's</a> WordPress 1.5 Themes Wettbewerb entwickelt.
Version: 1.0
Author: Ian Main
Author URI: http://e-lusion.com/
Übersetzer: Sebastian Schwittay
Übersetzer URI: http://www.pixelreality.net/

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;
	margin: 2px;	
	font-family: Arial, Verdana, Helvetica;
	font-size: 80%;
	color: #3F3F3F;
	text-align: center;
	}

h1 {
	color: #428E44;
	font-size: 2.0em;
	margin: 20px 0 0 10px;
	}

#snacktv_dserk h1 {
	font-size: 1.0em;
	margin: 0;
}
	
.mainTable {border:1px solid #428E44; width:748px; margin:5px;}	

.abobox {border:1px dashed #428E44; padding-left:5px; padding-right:5px;}

.messageImage {}

/* 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: #428E44;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	background: none;
	color: #428E44;
	text-decoration: none;
	}
	
h2 {
	color: #428E44;
	font-weight: normal;
	font-size: 1.8em;
	margin: 20px 0 0 0;
	}
	
h2 a:link, h2 a:visited {
	color: #428E44;
	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 -5px 0;
	font-weight: normal;
	}
	
a:link {
	color: #428E44;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #428E44;
	}
	
a:hover, a:active {
	background: #428E44;
	color: #eee;
	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 #D0EC98;
	}

p {
		line-height: 1.6;
		text-align: justify;
	}
	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	width: 748px;
	margin: 0 auto;
	text-align: left;
	}
	
.container_left {
	background: no-repeat;
	}
	
.container_right {
	background: no-repeat top right;
	}
	
.topline {
	background: no-repeat;
	}
	
#content {
	float:left;
	margin: 20px 0 20px 20px;
	width: 480px;
	}
	
#content_bg {
	background: #fff 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 ul li {
	background: url(images/content_bullet.gif) no-repeat 0 7px;
	padding: 2px 0 0 10px;
	list-style: none;
	}

.main ol li {
	padding: 2px 0 0 10px;
	line-height: 1.6;
	}
	
.main ul {
	padding: 0 0 0 10px;
	margin: 10px 0 10px 0;
	}
	
.main img {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #ACE149;
	}

.main .fullimg {
}
	
.main .alignleft {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.main .alignright {
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}

.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: 25px;
	border-bottom: 3px double #eee;
	}
	
.comments a:link, .comments a:visited {
	color: #428E44;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #428E44;
	color: #fff;
	text-decoration: none;
	}	
	
.alt {
	background: #EAF8CF !important; 
	border: 1px solid #D5F0A4 !important;
	padding: 10px 10px 0 10px !important;
	}
	
.alt:hover {
	border: 1px solid #ACE149 !important;
	}
	
.commentlist li:hover {
	border: 1px solid #ACE149;
	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #DEF3B6;
	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: 240px;
	padding: 10px 15px;
	
	/* Box model hack used for IE5.5/5 */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 210px;
	}
	
#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 50%;
	padding: 2px 0 2px 20px;
	}
	
#links ul {
	padding: 20px 10px 30px 10px;
	margin: 0;
	}
	
#links a {
	font-size: .9em;
	text-decoration: none;
	}
	
#links a:link {
	color: #428E44;
	font-weight: normal;
	}
	
#links a:visited {
	color: #428E44;
	}
	
#links a:hover, #links a:active {
	background: #80BE14;
	color: #fff;
	}
	
.line {
	border-top: 1px solid #428E44;
	margin-top: -5px;
	}
	
#search {
	background: url(images/search.gif) no-repeat;
	height: 30px;
	margin: 0 auto;
	padding-top: 22px;
	}
	
#search h3 {
	font-size: 1.4em;
	margin: 20px 0 -5px 0;
	font-weight: normal;
	}

#rezept_search {
	background: url(images/search.gif) no-repeat;
	height: 40px;
	margin: 0 auto;
	padding-top: 22px;
	}
	
#rezept_search h3 {
	font-size: 1.4em;
	margin: 20px 0 -5px 0;
	font-weight: normal;
	}

	
p.searchinfo {
	margin: 2px 0 -8px 2px;
	font-size: .9em;
	color: #999;
	}
	
.searchfield {
	background: #fff;
	border: 1px solid #ACE149;
	color: #428E44;
	padding: 2px 5px 1px 5px;
	width: 140px;
	}
	
.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: no-repeat;
	}
	
#footer p {
	text-align:center;
	font-size: .9em;
	color: #777;
	}
	
	.extras {
		text-align:center;
	}
	
.extras a {
	text-decoration: none;
	font-weight: bold;
	}
	
.extras a:link, .extras a:visited {
	background: #fff;
	color: #428E44;
	}
	
.extras a:hover, .extras a:active {
	background: #DEEEA4;
	color: #7AB90C;
	}
	
.extras li {
	
	}
	
.extras ul {
	
	
	}
	
/* 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 #ACE149;
	color: #428E44;
	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 #ACE149;
	color: #428E44;
	}

.navLink {font-weight:bold; color:#428E44; text-decoration:none;}
.navLink:hover {background:#C3EDC5; color:#428E44; text-decoration:underline;}	

.navLinkBlock {height:20px; margin:0px; padding-left:5px; padding-top:2px; border-top:1px solid #428E44; border-bottom:1px solid #428E44; border-right:1px solid #428E44;}
.navLinkBlock:hover {background:#C3EDC5;}

.navLinkBlockEnd {height:20px; margin:0px; padding-top:2px; border-top:1px solid #428E44; border-bottom:1px solid #428E44;}		

h2 a.redad {color:#CC0000; background:white;}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}

img.wp-smiley {
	border:none; 
	padding:0px; 
	margin:0px;
	}
	
/* 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 */	

/* 9)-=-=-=- Mobile -=-=-=- */

#mobile-menu-button {
	display: none;
	width: 40px;
	height: 40px;
	margin: 5px;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 100%; 
		background: white;
		margin: 0;
	}
	
	.mainTable {
		margin: 0;
		padding: 0;
		border: none;
		width: 100%;
	}
	
	html > body > table {
		margin: 0 !important;
	}
	
	html > body > table > tbody > tr > td {
		padding: 0 !important;
	}
	
	html > body > table > tbody > tr > td > table.mainTable > tbody > tr > td > a > img {
		width: 100%;
	}
	
	#mobile-menu-button {
		display: block;
	}
	
	#navigation {
		display: none;
	}
	
	.navLinkBlock {
		width: 100% !important;
		height: 25px !important;
		float: none !important;
		border-right: none;
		border-bottom: none;
		border-left: none;
		margin: 0;
		padding-left: 5px;
		padding-top: 3px;
		box-sizing: border-box;
	}
	
	.navLinkBlockEnd {
		display: none;
	}
	
	#container {
		width: 100%; 
	}
	
	#content {
		width: 100%; 
		float: none;
		margin: 0;
		padding: 5px;
		box-sizing: border-box;
	}
	
	#content .main img {
		width: 100%; 
		height: auto;
		text-align: center; 
		margin: 5px 0;
		box-sizing: border-box;
	}
	
	#content .main .alignleft {
		width: auto;
		max-width: 100%; 
		height: auto;
		margin: 5px 15px 5px 0px;
		box-sizing: border-box;
	}
	
	#content .main .alignright {
		width: auto;
		max-width: 100%; 
		height: auto;
		margin: 5px 0 5px 15px;
		box-sizing: border-box;
	}
	
	#content h2 {
		font-size: 1.7em;
	}
	
	#content iframe {
		width: 100% !important;
		margin: 0;
		box-sizing: border-box;
	}
	
	#content textarea {
		width: 100% !important;
		margin: 0;
		box-sizing: border-box;
	}
	
	#content object { 
		width: 100% !important;
		margin: 0;
		box-sizing: border-box;
	}
	
	#right {
		width: 100%; 
		float: none; 
		margin: 0;
		box-sizing: border-box;
	}
	
	#footer {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 400px) {
	#content .main .alignleft {
		width: 100%; 
		float: none;
		margin: 0;
	}
	
	#content .main .alignright {
		width: 100%; 
		float: none;
		margin: 0;
	}
}
