/*Theme Name: IT Forum SaarTheme URI: http://www.itforum-saar.de/wp/Description: Version: 1.0Author: Ralf HorttAuthor URI: http://horttcore.de*/@import url('./css/reset.css');@import url('./font/stylesheet.css');
/*=HTML======================================*/html {	background: url('./images/bg_html.png');	height: 100%;}body {	background: url('./images/bg_body.png') repeat-x;	color: #c2c1c1;	line-height: 19px;	font-family: 'AndaleMonoRegular';	font-size: 13px;	height: 100%;	padding: 0 0 25px 0;	text-shadow: #000 0px 0px 2px;	-moz-text-shadow: #000 0px 0px 2px;	-o-text-shadow: #000 0px 0px 2px;	-webkit-text-shadow: #000 0px 0px 2px;}/*HEADLINE*/h1,h2,h3,h4,h5,h6 {	clear: both;	color: #c9e223;	font-weight: bold;}h1 {	padding: 50px 0;	float: left;}h1 a img, h1 a:hover img {	border: 0px;	box-shadow: none;	-moz-box-shadow: none;	-o-box-shadow: none;	-webkit-box-shadow: none;}h2 {	font-size: 26px;	line-height: 32px;	margin: 0 0 20px 0;	text-shadow: #000 0px 0px 5px;	}h2 a {	color: #c9e223;	font-weight: bold;	text-decoration: underline;}h3 {	color: #fff;	font-size: 18px;	line-height: 24px;	margin: 30px 0 10px;	text-shadow: #000 0px 0px 5px;}h4 {	color: #fff;	font-size: 16px;	line-height: 22px;	margin: 30px 0 10px;	text-shadow: #000 0px 0px 2px;}h5 {	color: #fff;}hr {	background: none;	border: 0px;	border-top: 1px solid #666;	clear: both;	margin: 30px auto;	width: 70%;}/*BLOCK ELEMENTS*/p {	margin: 0 0 20px 0;}ul, ol, dl {	margin: 0 0 20px;}ol {	list-style: decimal;}.box li {	margin: 0 0 5px 30px;}ul {	list-style: disc;}li {	margin: 0 0 5px 15px;}sup {	vertical-align: super;}sub {	vertical-align: sub;}/*INLINE ELEMENTS*/strong {	color: #fff;	font-weight: bold;}a {	color: #fff;	text-decoration: underline;}a:hover {	text-decoration: none;}a img {	/*border: 5px solid #222;*/	border-radius: 6px;	-moz-border-radius: 6px;	-o-border-radius: 6px;	-webkit-border-radius: 6px;	box-shadow: 0px 0px 10px rgba(0,0,0,1);	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);	-o-box-shadow: 0px 0px 10px rgba(0,0,0,1);	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);}a:hover img {	/*border: 5px solid #111;*/}/*TABLES*/table {	border-spacing: 2px;	margin: 0 0 25px 0;	width: 100%;}tr {}td {	background: #333;	box-shadow: 0px 0px 2px rgba(0,0,0,1);	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);	-o-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);	margin: 1px;	padding: 5px;}/*FORM*/input, textarea {	background: #333;	background: rgba(65,65,65,0.9);	border: 0px;	border-radius: 5px;	-moz-border-radius: 5px;	-o-border-radius: 5px;	-webkit-border-radius: 5px;	color: #fff;	padding: 5px;}button {	color: #fff;}.wpcf7-not-valid-tip {	color: #fff !important;	background: rgba(65,65,65,0.5) !important;	padding: 5px;	width: 350px !important;}
blockquote {
	color: #f3f3f3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	background: rgba(65,65,65,0.5);
	font-style: italic;
	margin: 0 0 20px;
	padding: 10px;
}
blockquote p {
	margin: 0px;
}
blockquote p:before {
	content: '„';
	font-size: 20px;
}
blockquote p:after {
	content: '“';
	font-size: 20px;
}

/*=HEADER======================================*/#page {	margin: 0 auto;	width: 960px;}
/*=MENU======================================*/
#menu {	float: right;	margin: 0px;	padding: 95px 0 0 0;}
#menu li {	display: block;	float: left;	list-style: none;	margin: 0 0px 0 10px;}
#menu li a {
	
	background: #b4b7be;
	background: -moz-linear-gradient(-90deg, #dddee1, #b4b7be);
	background: -ms-linear-gradient(-90deg, #dddee1, #b4b7be);
	background: -o-linear-gradient(-90deg, #dddee1, #b4b7be);
	background: -webkit-gradient(linear, left top, left bottom, from(#dddee1), to(#b4b7be));
	background: linear-gradient(-90deg, #dddee1, #b4b7be);
	border: 0px;
	border-top: 2px solid #e8e9eb;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0, .7);
	-ms-box-shadow: 0px 2px 2px rgba(0,0,0, .7);
	-o-box-shadow: 0px 2px 2px rgba(0,0,0, .7);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0, .7);
	box-shadow: 0px 2px 2px rgba(0,0,0, .7);
	color: #525c69;
	font: bold 16px/18px "Helvetica Neue", "Arial", "sans-serif";
	padding: 5px 15px;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;}
	#menu li a:hover {
		-moz-box-shadow: 0px 2px 2px rgba(0,0,0, 0);
		-ms-box-shadow: 0px 2px 2px rgba(0,0,0, 0);
		-o-box-shadow: 0px 2px 2px rgba(0,0,0, 0);
		-webkit-box-shadow: 0px 2px 2px rgba(0,0,0, 0);
		box-shadow: 0px 2px 2px rgba(0,0,0, 0);
	}
#menu li a:hover .menu-link, #menu li.current_page_item a .menu-link, #menu li.current_page-parent a .menu-link, #menu li.current_page_ancestor a .menu-link {	background: url('./images/bg-menu-on.png');	/* color: #00ff11; */	color: #000;}
/*=CONTENT======================================*/#content {	float: left;	margin: 0 30px 0 0;	width: 650px;}.page .post {	border: 0px;}.post {	border-bottom: 1px solid #858585;	margin: 0 0 40px 0;	padding: 0 0 25px 0;}.postmetadata {	background: #333;	background: rgba(65,65,65,0.5);	border-radius: 5px;	-moz-border-radius: 5px;	-o-border-radius: 5px;	-webkit-border-radius: 5px;	color: #c9e223;	padding: 10px;}.postmetadata a {	text-decoration: none;}.more-link:hover {	text-shadow: none;}.wp-paginate {	list-style: none;	margin: 0 0 25px 0;}.wp-paginate a, .wp-paginate .current  {	background: #333;	background: rgba(65,65,65,0.5);	border-radius: 5px;	-moz-border-radius: 5px;	-o-border-radius: 5px;	-webkit-border-radius: 5px;	color: #fff;	display: block;	float: left;	margin: 0 0 5px 5px;	padding: 5px;	text-decoration: none;	text-shadow: none}.wp-paginate a:hover {	background: #333;	background: rgba(65,65,65,1);}.wp-paginate .current {	color: #C9E223;	font-weight: bold;	text-decoration: underline;}.wp-paginate .title {	display: none;}
/*=SIDEBAR======================================*/#sidebar {	background: #333;	background: rgba(65,65,65,0.5);	border-radius: 10px;	-moz-border-radius: 10px;	-o-border-radius: 10px;	-webkit-border-radius: 10px;	color: #b0c434;	float: left;	width:  220px;	padding: 20px 30px;}#s {	background: rgba(255,255,255,.2);	-moz-border-radius-topright: 0px;	-moz-border-radius-bottomright: 0px;	-webkit-border-top-right-radius: 0px;	-webkit-border-bottom-right-radius: 0px;	float: left;	margin: 0 0 3px 0;	padding: 6px 5px 5px;	}#searchsubmit {	background: rgba(0,0,0,.5);	-moz-border-radius-topleft: 0px;	-moz-border-radius-bottomleft: 0px;	-webkit-border-top-left-radius: 0px;	-webkit-border-bottom-left-radius: 0px;}.widgettitle {	font-size: 18px;	margin: 0 0 0 0;}.widget {	margin: 0 0 25px 0;}.widget_categories li {	list-style: disc;	margin: 0 0 5px 15px;}.widget a {	padding: 0 5px;	text-decoration: none;}.widget_tag_cloud a {	color: #8a8686;	padding: 0 5px;}.widget a:hover {	background: #666;	border-radius: 5px;	text-shadow: none;	-moz-text-shadow: none;	-o-text-shadow: none;	-webkit-text-shadow: none;	-moz-border-radius: 5px;	-o-border-radius: 5px;	-webkit-border-radius: 5px;	color: #000;	text-decoration: none;}.widget_categories a:hover, .widget_recent_entries a:hover {	background: #ccc;}
/*=HELPERS======================================*/.alignleft {	float: left;	margin: 0 25px 25px 0;}.alignright {	float: right;	margin: 0 0 25px 25px;}.box {	background: rgba(255,255,255,0.1);	border-radius: 5px;	-moz-border-radius: 5px;	-o-border-radius: 5px;	-webkit-border-radius: 5px;	box-shadow: 0px 0px 10px rgba(0,0,0,5);	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);	-o-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);	padding: 5px;}.clear {	clear: both;}.clearleft {	clear: left;}.clearright {	clear: right;}.code {	background: #000;	box-shadow: 0px 0px 10px #000;	-moz-box-shadow: 0px 0px 10px #000;	-o-box-shadow: 0px 0px 10px #000;	-webkit-box-shadow: 0px 0px 10px #000;	border-top: 20px solid blue;	border-radius-topleft: 5px;	border-radius-topright: 5px;	-moz-border-radius-topleft: 5px;	-moz-border-radius-topright: 5px;	-o-border-radius-topleft: 5px;	-o-border-radius-topright: 5px;	-webkit-border-radius-topleft: 5px;	-webkit-border-radius-topright: 5px;	color: #fff;	font-size: 10px;	margin: 0 0 20px 0;	padding: 10px;}.bluebox {	background: #0000ff;	box-shadow: 0px 0px 10px #000;	-moz-box-shadow: 0px 0px 10px #000;	-o-box-shadow: 0px 0px 10px #000;	-webkit-box-shadow: 0px 0px 10px #000;	border-top: 20px solid blue;	border-radius-topleft: 5px;	border-radius-topright: 5px;	-moz-border-radius-topleft: 5px;	-moz-border-radius-topright: 5px;	-o-border-radius-topleft: 5px;	-o-border-radius-topright: 5px;	-webkit-border-radius-topleft: 5px;	-webkit-border-radius-topright: 5px;	color: #fff;	font-size: 10px;	margin: 0 0 20px 0;	padding: 10px;}.dos-title {	font-size: 12px;	font-weight: bold;	margin-top: -30px;	position: relative;	text-shadow: none;	-moz-text-shadow: none;	-o-text-shadow: none;	-webkit-textshadow: none;	z-index: 100;}.hidden {	display: none;}.logos a {	background-position: center center;	background-repeat: no-repeat;	display: block;	float: left;}.logos a img {	border-radius: 0px;	-moz-border-radius: 0px;	-o-border-radius: 0px;	-webkit-border-radius: 0px;	box-shadow: none;	-moz-box-shadow: none;	-o-box-shadow: none;	-webkit-box-shadow: none;	opacity: 0.0;	padding: 10px;}.logo-akg {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/akg.png');}.logo-dell {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/dell.png');}.logo-core2duo {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/core2duo.png');}.logo-noctua {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/noctua.png');}.logo-logitech {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/logitech.png');}.logo-intel {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/intel.png');}.logo-lg {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/lg.png');}.logo-sapphire {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/sapphire.png');}.logo-enermax {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/enermax.png');}.logo-kingston {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/kingston.png');}.logo-delock {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/delock.png');}.logo-tagan {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/tagan.png');}.logo-sharkoon {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/sharkoon.png');}.logo-wd {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/wd.png');}.logo-gigabyte {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/gigabyte.png');}.logo-dlink {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/d-link.png');}.logo-chieftec {background:url('http://blog.itforum-saar.de/wp-content/uploads/2010/02/chieftec.png');}.more-link {	clear: both;	display: inline-block;	padding: 2px 5px;}.more-link:hover {	background: #fff;	border-radius: 5px;	-moz-border-radius: 5px;	-o-border-radius: 5px;	-webkit-border-radius: 5px;	color: #000;	text-decoration: none;}.wp-caption-text {	color: #fff;	font-size: 10px;	font-style: italic;}

.widget {
	list-style: none;
}
