/*  
Theme Name:WeigleWilczek Blog Theme
Theme URI:http://www.weiglewilczek.com/
Description:2 Column - red and gray theme
Version:1.0
Author:WeigleWilczek GmbH
Author URI:http://www.weiglewilczek.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout */
* {
	margin:			0;
}

.page {
	background:		#fff;
	margin:			0 auto;
	text-align:		left;
	width:			749px
}

body {
	background:		#E1DDDE;
	color:			#444;
	font:			small arial,verdana,sans-serif;
	text-align:		center
}

#content {
	float:			left;
	margin:			0 0 20px 20px;
	width:			500px;
}
	
#sidebar {
	float:			left;
	margin:			0 0 20px 40px;
	width:			160px;
}

#footer {
	border-top:		1px solid #ddd;
	clear:			both;
	margin:			0 20px;
	padding:		10px 0;
	text-align:		center;
}
/* End Main-Layout */



/* Begin Header */
h1 {
	background:		transparent;
	font:			1.9em "trebuchet ms",arial,sans-serif;
	padding:		5px 20px 0 20px;
	position:		relative;
	top:			88px;
}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	text-decoration:	none;
	color:			#fff;
}

.description {
	background:		transparent;
	color:			#fff;
	font:			1.3em "trebuchet ms",arial,sans-serif;
	padding:		5px 20px 5px 20px;
	position:		relative;
	top:			88px;
}

#header {
	background:		#A30B16 url(ww-blog.png);
/* For the old image with the large logo change the url to ww-blog-old.png */
	width:			749px;
	height:			265px;
}

#WW_Logo {
/* For the old image with the large logo change the url to ww-blog-old.png */
  top:0px;
  left:560px;
  position:relative;
}
/* End Header */



/* Begin Content*/
h2, h3, h4, h5, h6 {
	color:			#A30B16;
	font:			normal 1.4em georgia,"trebuchet ms",serif;
	margin:			2em 0 0 0;
}

h2, h3 {
	border-bottom:		1px solid #ddd;
}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover {
	color:			#A30B16;
	text-decoration:	none;
}

.post {
	text-align:		justify;
}

.postmetadata {
	color:			#555;
	font-size:		.85em;
	padding:		2px 0 0 0;
}

.postdate {
	color:			#555;
	font-size:		.85em;
	padding:		2px 0 0 0;
	margin-top:		-1.5em;
	width:			100%;
	text-align:		right;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color:			#555;
	text-decoration:	none;
}

.postmetadata a:hover {
	text-decoration:	underline;
}

.entry, .entrytext {
        color:			#000000;
	line-height:		140%;
	margin:			1em 0 1em 0;
}

.entry p {
	margin-bottom:		1em;
}
	
.entrytext p {
	margin:			0 0 15px 0;
}

a:link, a:visited, a:active, a:hover {
	color:			#800;
	text-decoration:	underline;
}
/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea {
	font-size:		0.85em;
}
	
.commentlist li {
	font-weight:		bold;
}

.commentlist cite, .commentlist cite a {
	font-weight:		bold;
	font-style:		normal;
	font-size:		1.1em;
}

.commentlist p {
	font-weight:		normal;
	line-height:		140%;
	text-transform:		none;
}

.commentmetadata {
	font-weight:		normal;
}

.commentlist {
	padding:		0;
	text-align:		justify;
}

.commentlist li {
	margin:			0px 0 15px 16px;
	padding:		5px 10px 0 0;
	list-style:		decimal;
}

.commentlist p {
	margin:			10px 5px 10px 0;
}

#commentform p {
	margin:			5px 0;
}

.commentmetadata {
	margin:			0;
	display:		block;
}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol {
	margin:			5px 0 5px 26px;
}

#sidebar ul {
	padding-left:		0px
}

#sidebar ul li ul {
	padding-left:		0px
}

#sidebar ul li {
	list-style:		none;
}

#sidebar ul li ul li {
	border-bottom:		1px solid #ddd;
	padding:		2px 0;
}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active {
	color:			#444;
	text-decoration:	none;
}

#sidebar ul li ul li a:hover {
	color:			#444;
	text-decoration:	underline;
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:		0;
	max-width:		100%;
}

img.centered {
	display:		block;
	margin-left:		auto;
	margin-right:		auto;
}
	
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;
}
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:			2px 0;
	padding:		5px 0;
}

#sidebar #searchform #s {
	width:			110px;
	padding:		2px;
	border:			1px solid #ddd;
}

#sidebar #searchsubmit {
	border:			1px solid #ddd;
	margin:			0;
	background:		#fff;
}

.entry form { 
	text-align:		center;
}

select {
	width:			130px;
	border:			1px solid #ddd;
}

#commentform input {
	width:			170px;
	padding:		2px;
	margin:			5px 5px 1px 0;
	border:			1px solid #ddd;
}

#commentform textarea {
	width:			100%;
	padding:		2px;
	font:			small arial,verdana,sans-serif;
	border:			1px solid #ddd;
}

#commentform #submit {
	margin:			0;
	float:			right;
	margin-right:		-6px;
	border:			1px solid #ddd;
	background:		#fff;
}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:			1em 'Courier New', Courier, Fixed, monospace;
}

acronym, abbr, span.caps {
	cursor:			help;
	font-size:		0.9em;
	letter-spacing:		.07em;
}

acronym, abbr {
	border-bottom:		1px dashed #226;
}

blockquote {
	background:		#eee;
	border:			1px dashed #ccc;
	line-height:		120%;
	margin:			10px 0;
	padding:		5px 10px 5px 10px;
}

blockquote cite {
	margin:			5px 0 0;
	display:		block;
}

.center {
	text-align:		center;
}

hr {
	clear:			both;
	display:		none;
}

a img {
	border:			none;
}

.navigation {
	display:		block;
	text-align:		center;
	margin-top:		10px;
	margin-bottom:		60px;
}
/* End Various Tags & Classes*/
