@CHARSET "UTF-8";

/*
Web URI: http://www.ma3xl3.com
Version: 2.0
Author: Markus Kinzl
*/

/* --- General Styles --- */
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	/*background: url(img/bg.png) #f7f6f6 repeat-x top;*/
	background: url(img/bg_wood.jpg) repeat fixed;
	color: #404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .75em;
}

a {
	color: #33707e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 12px;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h2 {
	color: #222222;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
}

h3 {
	color: #333333;
	font-size: 1.2em;
	margin: 0 0 .8em;
}

h4 {
	font-size: 1em;
	margin: 0 0 1em;
}

p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}

.clear {
	clear:both;
}

.post img.alignright {
	float:right;
	margin:0 0 10px 20px;
	padding:4px;
}

.post img.alignleft {
	float:left;
	margin:0 20px 10px 0;
	padding:4px;
}


/* --- Layout --- */
#page {
	margin: 0 auto;
	width: 975px;
}

/* --- Search --- */
#search {
	float: right;
	height: 25px;
	padding: 31px 0 0;
}
#search input {
	background: url(img/search-bgr.gif) repeat-x top;
	border: 1px solid #000000;
	float: left;
	padding: 8px;
	width: 285px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;
	width: auto;
}

/* --- Header --- */
#header #innerheader {
	margin: 0 auto;
	width: 975px;
	background: url(img/iphone-top.jpg) no-repeat 350px 38px;
}

#header {
	background: url(img/bg-top.png) repeat-x;
	height:140px;
	padding-bottom:7px;
}

#header h1 {
	float:left;
	height:101px;
}

#header h1 a {
	display:block;
	background: url(img/ma3xl3-logo.jpg) no-repeat;
	width:300px;
	height:72px;
	overflow:hidden;
	text-indent:-9000px;
	margin:15px 0 17px 0;
}

#header #menu {
	margin:1px 0 2px 0;
	overflow:hidden;
}

#header .mainmenu {
	float:left;
	overflow:hidden;
	padding-left:1px;
	background: url(img/nav1-sep.gif) no-repeat left top;
	list-style-type:none;
}

#header ul.mainmenu li {
	position: relative;
	background: url(img/nav1-sep.gif) no-repeat right top;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}

#header ul.mainmenu li a {
	color: #333333;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	width: 107px;
	cursor: pointer;
}

#header ul.mainmenu li a:hover {
	text-decoration: none;
	background: #FEFEFE;
}

#header ul.rightmenu {
	float:right;
	list-style-type:none;
	overflow:hidden;
}
	#header ul.rightmenu li {
		float:left;
	}

	#header ul.rightmenu img {
		margin:3px 3px 0 3px;
		
	}

/* --- Ads --- */
.box.topad {
	margin: 10px 0 15px 0;
	padding: 2px 0;
	text-align:center;
}

.box.rightad {
	text-align:center;
}

/* --- Content --- */
#columns {
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;#
}

/* --- Center Column --- */
#centercol {
	float: left;
	width: 660px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 304px;
}

#rightcol a {
	color: #404040;
	text-decoration: none;
}

#rightcol a:hover {
	color:#9F9F9F;
}

#rightcol .categories {
	margin-left:15px;
}

#rightcol .categories a {
	display:block;
	padding:2px 0;
}

#rightcol .categories ul {
	margin-left:10px;
}

#rightcol .links a {
	display:block;
	padding:2px 0;
}

/*=== Quicklinks ==*/
#quicklinks li {
	margin-bottom:4px;
}

#quicklinks li a {
	display:block;
	width:199px;
	height:63px;
	text-indent:-9000px;
	background-image:url(img/quicklinks.jpg);
	background-repeat:no-repeat;
}

	#quicklinks .first {
		background-position:0 0;
	}
	
	#quicklinks .second {
		background-position:0 -63px;			
	}
	
	#quicklinks .third {
		background-position:0 -126px;
		display:none;			
	}
	
	#quicklinks .fourth {
		background-position:0 -189px;	
		display:none;		
	}
	
	#quicklinks .fifth {
		background-position:0 -252px;			
	}
	
	#quicklinks .sixth {
		background-position:0 -315px;
		display:none;		
	}
	
	#quicklinks .seventh {
		background-position:0 -378px;
		display:none;		
	}
	
	#quicklinks .eighth {
		background-position:0 -441px;
		display:none;		
	}
	
	#quicklinks .nineth {
		background-position:0 -504px;
		display:none;		
	}
	
	#quicklinks .tenth {
		background-position:0 -567px;	
	}
	
	#quicklinks .eleventh {
		background-position:0 -630px;	
	}
	

/*=== Footer === */
#footer {
	background:url(img/bg-footer.png) repeat-x;
	height:42px;
}

	#footer .footerinner {
		margin:0 auto;
		width:975px;
		color:#f1f1f1;
		padding-top:15px;
		font-size:11px;
	}
	
	#footer ul {
		overflow:hidden;
		list-style-type:none;
	}
	
	#footer li {
		float:right;
		border-right:solid 1px #f1f1f1;
		padding:0 10px;
	}
	
	#footer li.last {
		border-right:none;	
	}
	
	#footer a {
		color:#f1f1f1;
	}


/*=== Styling Boxes ===*/
/* --- Box1 --- */
.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;	
	margin: 0 0 25px;
	padding: 1px;
}

.box .content {
	background: url(img/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px;
}

#rightcol .content {
	padding:10px;
}

.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}

#rightcol .box {
	margin: 0 0 10px;
}

/*=== Post ===*/
/* --- Post Title --- */

.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.post-title h1 span {
	color: #33707e;
}

.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}

.post-title h2, .post-title h2 a  {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #222222;
	text-decoration: none;
}

/* --- Post Date --- */
.post-date {
	margin: 0 0 1.25em;
}

.post-date a {
	color: #ffffff;
}

.post-date em {
	background: #5eb7cb;
	color: #ffffff;
	font-size: .9em;
	font-style: normal;
	padding: 3px 5px;
	line-height: 1.75em;
}

.post-date .commentnr {
	padding-left:15px;
}

/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: italic;
	height: 1%;
 /* margin: 0 0 1em; */
}

.post-readarticle {
	padding-left:15px;
}

/*- Post Lists -*/

.post ul, .post ol {
	margin: 0 0 1.5em;
	line-height:1.5em;
}


.post ul,
.post ol {
	margin-left: 30px;
	margin-right: 30px;
}

.post ul li,
.post ol li {
	margin: 0 0 .6em;
}

.post ul ul,
.post ul ol,
.post ol ul,
.post ol ol {
	margin-top:0.75em;
	margin-right:0;	   
}


/*- Post Tags -*/
.post .tags {
	font-size:10px;
	overflow:hidden;
}

.post .tagtitle {
	float:left;
	margin-right:10px;
}

.post .tagcontent {
	float:left;
	width:570px;
}

/*- Post Blockquote -*/
.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}

/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}

.author-details {
	font-size: .85em;
}

.author-descr {
	display: table;
	height: 1%;
}

/*- Social Links -*/
.social-links {
	background: url(img/box-bgr2.gif) #f1f1f1 repeat-x top;
	height: 34px;
	padding: 8px 18px 0 18px;
}

.social-links .fl {
	line-height: 42px;
	margin-top:-6px;
}

.social-links .fl span {
	background: url(img/comment_count_bg.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	height:32px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
	overflow:hidden;
	float:left;
}

.social-links .fr {
	padding: 9px 0 0;
}

.social-links .fr span {
	line-height: 21px;
}

.social-links img {
	margin: 0 0 0 2px;
}

/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}

.post-rel a {
	color: #33707E;
}

/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}

.post-comments .fr {
	width: 520px;
}

/*- Widget Title - */
.wtitle {
	background: url(img/box-bgr.gif) repeat-x top;
}

.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 18px;
}

/*=== Sub Columns ===*/
.subcols {
	background: url(img/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}

.subcols li {
	list-style-type:none;
	border-bottom:1px solid #E7E7E7;
	margin-bottom:.8em;
	padding:0 0 .7em 50px;
}

.subcols li a {
	display:block;
	min-height:42px;
}

.subcols li img {
	border:1px solid #CFCFCF;
	margin-left:-50px;
	height:40px;
	width:40px;
	float:left;
}

/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

.hl, .hl2 {
	background: url(img/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}

.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

/* === Pics, Thumbs === */
.index .pic {
	min-height:200px;
}

.pic img {
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img
{
	width:40px;
	height:40px;
	border: 1px solid #cfcfcf;
}

/* --- right col widgets --- */
#rightcol h2 {
	font-weight:bold;
	height:22px;
	margin:0 0 10px 0;
	padding:5px 10px;
	border-bottom: dotted 1px;
}

#rightcol #newtagcloud {
	text-align: justify;	
}

#rightcol .paragraph {
	margin-bottom:15px;
	padding:0 7px;
}

#rightcol ul {
	list-style-type:none;
}

#rightcol ul.list li a{
	display:block;
}


/* === Plugins === */

/*- nggallery -*/
.ngg-galleryoverview {
	margin:0 0 1.3em 17px !important;
}


/*- contentjumpnumber -*/
.contentjumpnumber {
	border:1px solid #CFCFCF;
	padding:3px 7px;
	margin-left:3px;
	text-decoration:none;
}

/*- sociable -*/
.sociable {
	margin:5px 0 0 0 !important;
}

.sociable-hovers {
	opacity:1 !important;
	filter: alpha(opacity = 100) !important;
}

.sociable ul li {
	margin:0 2px !important;
}

/*- wp-stats -*/
#wpstats {
	display:none;
}

/* --- unlock status --- */
#rightcol table {
	border-collapse:collapse;
}

#rightcol table img {
	display:block;
	padding:0 5px;
	margin:0 auto;
}

#rightcol td {
	padding:1px 8px;
	width:40px;
}

#rightcol td.seperator {
	height:5px;
	overflow:hidden;
}

#rightcol td.center {
	text-align:center;
}

#rightcol td.title {
	font-weight:bold;
}

#rightcol td.first {
	width:90px;
}

#no-fw-updates {
	margin-top:20px;
}

#no-fw-updates p {
	padding-bottom:0;
	font-weight:bold;
}

#no-fw-updates a {
	display:block;
	overflow:hidden;
}

#no-fw-updates img {
	position:relative;
	top:2px;
	margin-right:5px;
}

#donate form {
	text-align:center;
}

#donate input {
	border:none;
}

#donate .paragraph {
	margin-bottom:0;
}

/* --- apps plugin --- */

span.apps {
	display:block;
	font-size:12px !important;
	line-height:1.15 !important;
	margin-bottom:-15px !important;
}

span.apps span#Title {
	font-size:14px !important;
	font-weight:bold !important;
}

span.apps span#Hersteller,
span.apps span#Freigabe,
span.apps span#Preis {
	font-size:12px !important;
}

span.apps img#Image {
	margin:0 10px !important;
}

/* --- PayPal Donations --- */
.post .paypal-donations {
	padding-bottom:1.3em;
	text-align:center;
}

.post .paypal-donations input {
	border:none;
}

/* facebook like plugin --- */
.wpfblike {
	overflow:hidden;
}
