/* ----------------------------------------
Theme Name: sophieswelt
Theme URI: http://www.sophieswelt.ch/wp-content/themes/sophieswelt/
Description: Sophieswelt Theme
Version: 1.0
Author: R3to Lehnherr
Author URI: http://r3to.ch
Last Modified: 2006.04.20
Provides: Theme definition file for WordPress 2.02
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  text-align: center; 
	background: #000 url(gfx/hg.gif) top center no-repeat fixed ;
}

#wrapper {
	width: 530px; 
	margin: 25px auto; 
	text-align: left;
	border: 1px #fff solid;
	background-color: #919F8C;
	
}
#header {
	width: 530px;
	height: 120px;
	background: url(gfx/header.jpg) no-repeat;
}
#header a {
	display: block;
	width: 530px;
	height: 120px;
}
#header a:hover, #header a:active {
	background: url(gfx/header_overlay_2.jpg) no-repeat;
}
#main {
	float: left;
	width: 340px;
	border-right: 1px #6C726A solid;
	background-color: #A3B29E;
	padding: 10px;
	min-height: 500px;
}

#sidebar {
	float: right;
	width: 160px;
	background-color: #919F8C;
}

#footer {
	clear: both;
	width: 510px;
	background-color: #000;
	color: #fff;
	padding: 10px;
}

#footer a {
	text-decoration: none;
}

#mainNav {
	width: 530px;
	height: 24px;
	background-color: #000;
	color: #fff;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 530px;
}
#mainNav ul li {
	float: left;
	min-width: 50px;
	border-right: 1px #fff solid;
}

#mainNav ul li a, #mainNav ul li a:visited  {
	display:block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	
}
#mainNav a:hover, #mainNav a:active {
	display:block;
	text-decoration: none;
	background-color: #919F8C;
}


.trenner {
	width: 340px;
	height: 30px;
	background: url(gfx/trenner.gif) no-repeat center;
}

.date {
	size: 1em;
	margin: 0.5em 0em 0em 0em;}

h2 {
	font-size: 1.6em;
	margin: 0em 0em 0.3em 0em;
	color: #fff;
}

h2 a:link, h2 a:visited {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

h2 a:hover, h2 a:active {
	color: #024D9C;
	text-decoration: none;
	background-color: #919F8C;
	padding: 2px;
}
a:link,a:hover,a:active,a:visited {
	color: #fff;
	font-weight: bold;
}

.entry a:link, .entry a:hover, .entry a:active, .entry a:visited {
	color: #fff;
	font-weight: bold;
	background-color: #919F8C;
	padding: 2px;
}

#main a img { 
	border: 1px solid #6C726A;
	background-color: #fff;
	padding: 3px;
	 }
.box img, .box a img {
	border: none !important;
	padding: 0 !important;
}
#sidebar ul {
	list-style: none;
	margin: 0;
}

#sidebar h2 {
	font-size: 1.2em;
	color: #000;
	margin: 1.5em 0em 0.3em 0em;
}
#metastuff {
	margin-top: 4em;
}
blockquote, .box {
	padding: 5px;
	background-color: #919F8C;
	border: 1px #6C726A solid;
}
.feedicon {
	vertical-align: -20%;
}

#main ul {
	margin: 1em;
	padding: 5px;
}
/*==================================*/
label {
	width: 150px;
	padding: 2px;
	font-weight: bold;
	font-size: 1em;
	display: block;
}

.alt {
	background-color: #919F8C !important;
	padding: 5px;
}
#commentList li {
	padding: 5px;
	border-bottom: 1px #6C726A solid; 
}
#commentList h3 {
	margin: 0;
}
