/*  
Theme Name: Pugilist Design V2
Theme URI: http://www.Pugilist.de
Description: Web 2.0 Theme for Pugilist.de
Version: 2.0
Author: Marcel Waeckerle
Author URI: http://www.factable.de/

	Pugilist v2.0
	 

	This theme was designed and built by Marcel Waeckerle,
	

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Verdana', Arial, Sans-Serif;
	background: #295b81; 
	color: white;
	text-align: center;
	}

#page {
	background:  url('images/background.gif');
	background-repeat:repeat-x;  	
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background:  url('images/header.gif') no-repeat bottom center;
	
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 320px; 
	width: 800px; 
	}
#headernav 
{
padding-top: 280px;
padding-left: 150px;
}	

.alt {
	background-color: #FFFFFF;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:0 10 0 20;
	}

#footer {
	background:  url('images/footer.jpg') no-repeat top center; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:  Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 12px;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #b39a45;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #b39a45;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: white;
	}
.narrowcolumn {
	float: left;
	padding: 0 0 10px 45px;
	margin: 0 0 0 0;
	width: 524px;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	background:  url('images/post/postbackground.jpg') center;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	color: #b39a45;
	}

.commentlist p {
	font-weight: normal;
	line-height: 11px;
	text-transform: none;
    color: #808080;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: 10px;
	}

#sidebar {
	font: 13px 'Verdana', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #FFFFFF;
	}

code {
	font: 1.1em 'Verdana', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #b39a45;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: none;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: #295b81;	
	margin: auto;
	padding: 0;
	width: 800px;
	
	}

#header {
	background-color: #295b81;
	margin: 0 0 0 0px; 
	height: 320px; 
	width: 800px;
	}

#headerimg {
	margin: 0;
	height: 320px;
	width: 100%;
	}

.post {
	text-align: justify;
	background:  url('images/post/postbackground.jpg') center;
	margin-top: 10px;
	}
	
.postheader {
background:  url('images/post/postheader.jpg') no-repeat bottom center;
height: 58px;
}

.postheader h2{
padding: 12px 15px 0px 40px;
margin-left: 35px;
color: #b39a45;
}

.postheader small{
padding-left: 40px;
margin-left: 35px;
}

.postfooter {
background:  url('images/post/postfooter.jpg') no-repeat top center;
height: 24px;
}

.postfooter a{color: #295b81;}

.post hr {
	display: block;
	}

.post h2{
	padding: 5 0 0 30;
}
	
.entry p{
	margin: 10px 15px 10px 15px;
	}
	
.entry {
	margin: 10px 15px 10px 15px;
	color: #cdd1d9;
	}
.entry img{
	padding-bottom: 5px;
}
	
.postmetadata {
	clear: left;
	margin: 0 0 0 0;
}

.postmetadata li { padding: 1px 5px 1px 14px; margin: 0px; font-size: 10px;  list-style-type: none; display: inline; }
 .postmetadata .Comment { background: url('images/toolbox/comment.png') no-repeat left center;}
 .postmetadata .Tags { background: url('images/toolbox/tag.png') no-repeat left center;}
 .postmetadata .Edit { background: url('images/toolbox/admin.png') no-repeat left center;}
 .calender { background: url('images/toolbox/time.png') no-repeat left center;
 padding-left: 20px;
 }

#footer {
	padding: 10 0 0 0;
	margin: auto;
	width: 800px;
	height: 156px;
	clear: both;
	}

.footermedia{
margin-top: 90px;
margin-left: 400px;
}
	
.footermedia img#feedicon {
		width: 12px; 
		height: 12px;
		display: block;
		}
.footermedia img#adminicon {
		width: 12px; 
		height: 12px;
		display: block;
		}

.footermedia img#faviicon {
		width: 12px; 
		height: 12px;
		display: block;
		}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	/*margin: 30px 0 0;*/
	margin: 0 0 0 0;
	}

h3 {
	padding: 0;
	margin: 0 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: inline;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.centered {
	text-align: center;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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;
	}

/* End Entry Lists */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 5px 5px 1px 20px;
	}

#commentform textarea {
	width: 400px;
	padding-left: 40px;
	margin-left: 20px;
	}

#commentform #submit {
	margin: auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/


.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 30px 3px;
	padding: 5px 10px 3px 10px;
	list-style: none;
	background-color: 234556;
	}

.commentlist p {
	margin: 10px 5px 10px 20px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar{
	margin-left: 580px;
	width: 162px;
	}

	#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 5 5 5 5;
	}

#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;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-left: 5px;
	padding: 0;
	}

/* ----------------------------------------
   Widgets
------------------------------------------- */
.widget {
	background:	url('images/nav/navbackground.jpg') ;
	width: 162px;
}
.widget ul li{
	padding: 3px 5px 3px 10px;
}

.widget_title {
	background:	url('images/nav/navheader_nav.jpg')bottom center no-repeat;
	height: 45px;
	width: 162px;
	text-align: center;
	font-weight: bold;
	
}
.widget_title h3{
	padding-top: 10px;

}

.widget_bottom {
	background:	url('images/nav/navfooter.jpg')top center no-repeat;
	height: 22px;
	width: 162px;
}
	
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: none;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
        color: #000000;
	margin: 0;
}
/* End captions */

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}

/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}

.ngg-widget{
padding-left: 20px;
}

div.comment-number {
float: right;
text-align: right;
font-size: 22px;
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
padding: 8px 8px 0 0;
color: #556B2F;
}

.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 12px;
	height: 12px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
