/*   
Theme Name: Goldkanal
Theme URI: http://www.goldkanal.de
Description: Goldkanal Standard Wordpress Theme
Author: Christian Darsow
Author URI: http://www.salon91.com
Version: 1.0
.
General comments/License Statement if any.
.
*/


body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#0076b3;
}


/* Main DIVs */
#page {
	
}

#header {
	background-color:#0076b3;
}

#content_sidebar {
	background-color:#272727;
	width:100%;
	color:#FFFFFF;
}

#content {
	float:left;
	padding: 18px 35px 0px 66px;
	width:618px;
}

#sidebar {
	color:#606060;
	padding:18px 0px 0px 0px;
	float:left;
}

#searchform {
	margin-bottom:22px;
}

#footer {
	clear:both;
	padding: 10px 0px 12px 66px;
	background-color:#0076b3;
	color:#FFFFFF;
}



/* Styles Header */
#logo span {
	display:none;
}

#logo {
	width:535px;
	height:286px;
	background:url('images/goldkanal_logo.png') no-repeat;
}

#header_moodpic {
	width:463px;
	height:286px;
	position:absolute;
	top:0px;
	left:535px;
}


/* Styles Searchform */
.searchInput {
	background-color:#505050;
	border: 1px solid #000000;
	color:#FFFFFF;
	width:146px;
	height:16px;
	padding:3px;
}



/* Links */
a:Link, a:Visited, a:Active, a:Hover {
	color:#606060;
	text-decoration:none;
}

a.white:Link, a.white:Visited, a.white:Active, a.white:Hover {
	color:#FFFFFF;
	text-decoration:none;
}

a.h2_link:Link, a.h2_link:Visited, a.h2_link:Active, a.h2_link:Hover {
	color:#0076b3;
	font-size:14px;
	text-decoration:none;
}

a.homeLink:Link, a.homeLink:Visited, a.homeLink:Active {
	display:block;
	width:45px;
	height:23px;
	background:url('images/start.gif') no-repeat;
	float:left;
}

a.homeLink:Hover {
	display:block;
	width:45px;
	height:23px;
	background:url('images/start.gif') 0px -23px no-repeat;
}

a.homeLink span {
	display:none;
}

a.wirLink:Link, a.wirLink:Visited, a.wirLink:Active {
	display:block;
	width:45px;
	height:23px;
	background:url('images/wir.gif') no-repeat;
	float:left;
}

a.wirLink:Hover {
	display:block;
	width:45px;
	height:23px;
	background:url('images/wir.gif') 0px -23px no-repeat;
}

a.wirLink span {
	display:none;
}

a.kontaktLink:Link, a.kontaktLink:Visited, a.kontaktLink:Active {
	display:block;
	width:69px;
	height:23px;
	background:url('images/kontakt.gif') no-repeat;
	float:left;
}

a.kontaktLink:Hover {
	display:block;
	width:69px;
	height:23px;
	background:url('images/kontakt.gif') 0px -23px no-repeat;
}

a.kontaktLink span {
	display:none;
}


/* general style stuff */
h2 {
	color:#0076b3;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6, ul {
	margin:0px;
	padding:0px;
}

li {
	list-style-type:none;
	background:url('images/quad.gif') no-repeat;
	padding: 0px 0px 0px 20px;
	margin:0px 0px 5px 0px;
}

li.categories {
	list-style-type:none;
	background:none;
	padding: 0px;	
}

#clear {
	clear:both;
}

small {
	color:#606060;
}

#small {
	color:#606060;
	display:block;
	width:375px;
	border-bottom: 1px solid #0076b3;
}

.zeilenabstand2 {
	line-height:200%;
}


.post {
	margin-bottom:25px;
}

.post img {
	margin: 0px 20px 10px 0px;
}

img {
	border:0px;
}

/* 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;
	}

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 */

.cat-item {
	background:url('images/test.gif') no-repeat;
	width:150px;
	height:17px;
	padding-left:35px;
}


