/*  
Theme Name: PanzerPunze.de
Theme URI: http://www.panzerpunze.de/
Description: Mein eigenes Wordpress Theme
Version: 1.5
Author: Christoph Welcz
Author URI: http://www.panzerpunze.de/
*/

body {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	background-color : #BDBDBD;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
}

.entry a {
	font-weight: normal;
}

a {
	font-weight: bold;
	color : #041B80;
	text-decoration : none;
}

a:visited  {
	color : Black;
	text-decoration : none;
}

a:active  {
	color : Black;
	text-decoration : none;
}

a:hover  {
	color : #041B80;
	text-decoration : underline;
}

#footer {
	font-size: 11px;
	text-align: center;
	border-top: dashed 1px black;
	border-bottom: dashed 1px black;
	margin-top: 20px;
	float: left;
	width: 100%;
}

#footer a {
	font-weight: normal;
	color: black;
	font-size: 11px;
}

#themeswitcherhead {
	font-weight: bold;
}

#themeswitcher select {
	font-size: 100%;
	font: Verdana, Arial, Helvetica, sans-serif;
}

/* Side Bar Begin */
#sidebar h2 {
	font-size: 11px;
	margin: 5px 0;
	background-color: #041B7E;
	color: white;
	padding: 1px;
	border: solid 1px Black;
}

#sidebar h2 a {
	color: white;
}

#sidebar form {
	text-align: center;
	margin: 0px;
}

#sidebar form input {
	width: 100px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#searchsubmit {
	font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
/* Side Bar End */

h1 {
	font-size: 16px;
	margin: 0px;
}

h1.posttitle, h2.posttitle {
	margin: 0px;
	font-size : 13px;
	background: #041B7E url(images/panzerpunzeposttitlebg.gif) repeat-x top center;
	border-bottom: 1px solid #041B80;
	margin-bottom: 4px;
}
h1.posttitle a, h2.posttitle a, h1.posttitle a:visited, h2.posttitle a:visited, h1.posttitle span, h2.posttitle span {
	padding-left: 120px;
	color: white;
	background: url(images/panzerpunzeposttitlebeginbg.gif) no-repeat top left;
}

.box {
	margin-top: 20px;
	padding : 0;
	border-color : Black;
	border-style : solid;
	border-width: 1px;
	color: white;
	background: #707070 url(images/panzerpunzepostbg.gif) repeat-y center;
}

#comments {
}

#respond {
}

#comment {
	width: 100%;
}

h1.posttitle a, h2.posttitle a, h1.posttitle span, h2.posttitle span {
	padding-left: 120px;
	color: white;
	background: url(images/panzerpunzeposttitlebeginbg.gif) no-repeat top left;
}

small {
	font-size: 11px;
}

.post {
	margin-top: 20px;
	padding : 0;
	border : Black solid 1px;
	color: white;
	background: #707070 url(images/panzerpunzepostbg.gif) repeat-y center;
}

.postmetadata {
	color: Black;
	font-size: 11px;
	background-color: #8C8C8C;
	border-top-color: Black;
	border-top-style: dashed;
	border-top-width: 1px;
	padding: 2px;
	margin: 0px;
}

#commentform {
	padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
        margin: 0px;
}

.entry {
	padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

#submit {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #005D8C;
        background-image : url(images/button_bg.gif);
        background-position : bottom;
}

.entry hr {
	border: 1px solid white;
}

hr {
	border: 0px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

table.cpg_album {
	padding: 10px;
	background-color: #8C8C8C;
	border: Black dashed 1px;
	margin: 0px;
}
