/*  
Theme Name: Zero v2
Theme URI: http://www.network-gaming-clan.de/
Description: WordPress theme by Zero.
Version: 1.0.0
Author: Zero
Author URI: http://www.network-gaming-clan.de/
Tags:Two Columns, Widgets, Simple, Pink
*/

/** **************************************
*************** Generelles ***************
************************************** **/
body {
  font:12px Arial, Helvetica, Verdana, sans-serif;
  color:#252525;
  margin:0;
  padding:0;
  background-image: url("images/outside.jpg");
}

/** **********************************
*************** Layout ***************
********************************** **/
#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}
#header {
	background-color: #FFFFFF;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	background-position: -5px 5px;
	width: 990px;
	height: 180px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
}
#top {
	background-color: #FFFFFF;
	width: 990px;
	height: 40px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
#navi-top {
	padding-left: 20px;
	padding-right: 20px;
}
#spacer-top {
	background-color: transparent;
	width: 990px;
	height: 15px;
	border: 0px solid #DFDFDF;
}
#search-title {
	border-bottom: 2px dashed #ACACAC;
	width: 710px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18pt;
	font-weight: bold;
	float: left;
	margin-bottom: 30px;
}
#main {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	width: 770px;
	float: left;
	/*-webkit-border-radius: 7px; 
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-radius: 7px;*/
}
#inhalt {
	background-color: transparent;
	width: 770px;
	padding: 30px;
}
#inhalt-container {
	width: 710px;
	float: left;
}
#right {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	width: 200px;
	float: right;
}
#navi-right {
	background-color: transparent;
	padding: 5px;
}
#spacer-bottom {
	background-color: transparent;
	width: 990px;
	height: 25px;
	border: 0px solid #DFDFDF;
	float: left;
}
#footer {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	width: 990px;
	float: left;
}
#footer-inhalt {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/** *********************************************
*************** Text Formatierung ***************
********************************************* **/
h2.dbx-handle {
	font-size: 12pt;
	border-bottom: 2px dashed #CCCCCC;
	padding-left: 5px;
}
p.footer {
	padding: 0px;
	margin: 0px;
}
/** **********************************
*************** Header ***************
********************************** **/
span.blog-title {
	font-family: Tahoma;
	float: left;
	padding-top: 60px;
	padding-left: 40px;
}
span.blog-title h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
span.blog-title h2 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
span.blog-title h1 a {
	font-size: 28pt;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
}
span.blog-title h1 a:hover {
	font-size: 28pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
span.search {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
}
input.search {
	background-color: transparent;
	color: #CCCCCC;
	width: 170px;
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #DFDFDF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #DFDFDF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
input.search:focus, input.search:hover {
	background-color: transparent;
	background-image: url("images/search-bg_hover.png");
	color: #555555;
	width: 170px;
	border-top: 0px solid #FFFFFF;
	border-left: 1px solid #BBBBBB;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/** ******************************************
*************** Top Navigation ***************
****************************************** **/
#navi-top ul {
	width: 710px;
	list-style: none;
	display: inline;
}
#navi-top li a {
	background-color: #FFFFFF;
	color: #000000;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-top: 3px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	float: left;
}
#navi-top li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-top: 3px solid #CCCCCC;
	border-bottom: 0px solid #FFFFFF;
	float: left;
}

/** ***************************************
*************** Main Inhalt ***************
*************************************** **/
#inhalt-container h1 {
	width: 710px;
	font-size: 12pt;
	border-bottom: 2px dashed #DFDFDF;
	padding: 0px;
	margin: 0px;
}
#dateicon {
	width: 60px;
	float: left;
}
#text {
	width: 650px;
	float: right;
}
/** Formatierungen im Text **/
#text ul {
	color: #000000;
	list-style: square;
	padding-left: 10px;
}
#text ol {
	padding-left: 15px;
}
#text h1 {
	font-size: 16pt;
	color: #000000;
	border-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}
#text h2 {
	font-size: 14pt;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
#text h3 {
	font-size: 12pt;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
#text h4 {
	font-size: 10pt;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
#text h5 {
	font-size: 8pt;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
#text h6 {
	font-size: 8pt;
	color: #808080;
	padding: 0px;
	margin: 0px;
}
blockquote {
	padding-left: 25px;
	margin: 10px;
	color: #777777;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/** ********************* **/
#inhalt-schlagworter {
	width: 710px;
	margin-top: -10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#inhalt-schlagworter a {
	color: #777777;
	text-decoration: none;
}
#inhalt-schlagworter a:hover {
	color: #000000;
	text-decoration: none;
}
#inhalt-kommentar {
	width: 710px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	margin-top: -25px;
	float: left;
}
#inhalt-kommentar a {
	color: #777777;
	text-decoration: none;
}
#inhalt-kommentar a:hover {
	color: #000000;
	text-decoration: none;
}
#inhalt-kommentar-single {
	width: 710px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	margin-top: 20px;
	float: left;
}
#inhalt-kommentar-single a {
	background-color: transparent;
	color: #AA00AA;
	text-decoration: none;
	display: inline;
	border-bottom: 0px solid #000000;
}
#inhalt-kommentar-single a:hover {
	background-color: transparent;
	color: #DD00DD;
	text-decoration: none;
	display: inline;
	border-bottom: 0px solid #000000;
}
#inhalt-kommentar-single h3 {
	width: 710px;
	font-size: 12pt;
	border-top: 2px dashed #DFDFDF;
	padding-top: 10px;
	margin: 0px;
}
#navigation {
	width: 710px;
	float: left;
	padding-bottom: 30px;
}
.align-left {
	float:left;
}
.align-right {
	float: right;
}
h1.titel {
	width: 710px;
	font-size: 12pt;
	border-bottom: 2px dashed #DFDFDF;
	padding: 0px;
	margin: 0px;
}
h1.titel a {
	color: #555555;
	text-decoration: none;
}
h1.titel a:hover {
	color: #000000;
	text-decoration: none;
}
.dateicon {
	background-image: url("images/dateicon.png");
	background-repeat: no-repeat;
	border: 1px solid #C0C0C0;
	display: block;
	text-align: center;
	float: left;
	width: 40px;
	height: 49px;
	margin: 0px 5px 5px 0px;
	text-align: center;
}
.dateicon-month {
	background-image: url("images/dateicon-month.png");
	background-repeat: no-repeat;
	border-bottom: 1px solid #C0C0C0;
	display: block;
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 2px;
}
.dateicon-day {
	display: block;
	font-size: 18px;
	color: #555555;
	margin: 0;
	padding: 3px 0px 0px 0px;
}

/** ****************************************************
*************** Linke Navigation - Links ***************
**************************************************** **/
ul {
	list-style-type: none;
	padding: 0px;
}
li a {
	color: #000000;
	border-bottom: 1px solid #DFDFDF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
li a:hover {
	color: #000000;
	background-color: #EEEEEE;
	border-bottom: 1px solid #DFDFDF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
li.recentcomments a {
	color: #AA00AA;
	border-bottom: 1px solid #DFDFDF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
li.recentcomments a:hover {
	color: #000000;
	background-color: #EEEEEE;
	border-bottom: 1px solid #DFDFDF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#calendar_wrap {
	margin-left: 30px;
}
#calendar_wrap caption {
	font-size: 11pt;
	font-weight: bold;
}

/** **********************************
*************** Footer ***************
********************************** **/
#footer-inhalt a {
	color: #777777;
	text-decoration: none;
}
#footer-inhalt a:hover {
	color: #000000;
	text-decoration: none;
}

/** **************************************
*************** Kommentare ***************
************************************** **/
span.comments-top {
	color: #000000;
	font-weight: bold;
}
li.odd {
	color: #555555;
	background-color: #EEEEEE;
	border: 1px solid #DFDFDF;
	padding: 10px;
	margin-top: 15px;
}
li.even {
	color: #555555;
	border: 1px solid #DFDFDF;
	padding: 10px;
	margin-top: 15px;
}
li.odd p {
	margin: 5px;
}
li.even p {
	margin: 5px;
}

/** **********************************
**************** Links ***************
********************************** **/
a {
	color: #AA00AA;
	text-decoration: none;
}
a:hover {
	color: #DD00DD;
	text-decoration: underline;
}

/** *********************************
*************** Input ***************
********************************* **/
input {
	color: #777777;
	background-color: transparent;
	border: 1px dashed #999999;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
input:hover {
	color: #333333;
	background-color: transparent;
	border: 1px dashed #555555;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
input:focus {
	color: #AA00AA;
	background-color: transparent;
	border: 1px dashed #AA00AA;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
textarea {
	color: #777777;
	background-color: transparent;
	border: 1px dashed #999999;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
textarea:hover {
	color: #333333;
	background-color: transparent;
	border: 1px dashed #555555;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
textarea:focus {
	color: #AA00AA;
	background-color: transparent;
	border: 1px dashed #AA00AA;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}