/*  
Theme Name: Red Cookies
Theme URI: http://wordpress.org/
Description: Red Cookies von <a href="http://www.kuckartz-berlin.de">Kuckartz Präsentation + Kommunikation</a>.
Version: 1.1
Author: Astrid Kuckartz
Author URI: http://www.kuckartz-berlin.de/
*/



/* Begin HTML Elements */
body {
	margin: 0;
	padding: 0;
	font-size: 100%; 
	font-family: Verdana, arial, helvetica, sans-serif;
	background-color: #993300;
	color: #000000;
	text-align: center;
	}

p {
	padding: 3px 15px 3px 15px;
	font-size: 0.75em;
}

div#sidebar p {
	padding: 0;
	font-size: 0.9em; 
}

a, a:link, a:visited {
	color: #BD434E;
	}
	
a:hover, a:active {
	color: #BD434E;
	text-decoration: underline;
	}
.index a:hover, a:active {
	text-decoration: underline;
}
a img {
	border: none;
	}
		
h1, h2, h3 {
	line-height: 130%;
	}

h1 {
	padding: 3px 15px 3px 15px;
	margin: 30px 0 0;
	font-size: 135%;
	color: #BD434E;
	font-weight: normal;
	}

h2 {
	margin: 30px 0 0 0;
	padding: 3px 15px 3px 15px;
	font-family: 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
	font-size: 120%;
	text-align: left;
	color: #BD434E;
	font-weight: normal;
}
	
.index h2 {
	margin: 25px 0 5px 0;
}

.post h2 a, h2 a:link {
	color: #000000;
}

h2 a:hover, h2 a:active {
	text-decoration: underline;
	color: #BD434E;
	}

#sidebar h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;	
}
h2.pagetitle {
	margin: 30px 0 15px 0;
	font-size: 150%;
	color: #BD434E;
	background: none;
}
	
h3 {
	margin: 30px 0 0;
	padding: 3px 15px 3px 15px;
	font-family: 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #BD434E;
}
	
h3, h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #BD434E;
	}
	
h3 a:hover, h3 a:active {
	color: #BD434E;
	text-decoration: underline;
	}

.index h3 {
	margin: 5px 0 5px 0;
	padding-top: 10px;
	font-size: 100%;
	font-weight: bold;
}
	
h3.posttitle_small a, h3.posttitle_small a:link, h3.posttitle_small a:visited {
	text-decoration: none;
	color: #000000;
	}

h3.posttitle_small {
	padding: 3px 15px 3px 15px;
	margin: 0;
	font-size: 1.3em;
	text-decoration: none;
	color: #000000;
}

h3.posttitle_small a:hover, h3.posttitle_small a:active {
	text-decoration: underline;
	color: #BD434E;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4 {
	margin: 10px 0 0 0;
	font-family: 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #BD434E;
}

div#content ul,ol {
	font-size: 0.75em;
}
div#sidebar ul,ol {
	font-size: 0.9em;
}

ul li a:link, ol li a:link, ul li a:visited, ol li a:visited {
	text-decoration: none;
	}
		
ul li a:hover, ul li a:active, ol li a:hover, ol li a:active {
	text-decoration: underline;
	}

ul.listeohne {
	margin-bottom: 30px;
}
.listeohne li {
	list-style-type: none;
}

.index ul {
	margin: 0;
}
blockquote {
	margin: 15px 30px 0 20px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
	}
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

select {
	width: 130px;
	}

hr {
	display: none;
	}
		
/* End HTML Elements */

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

/* Begin Page DIVs */

#page {
	margin: 20px auto;
	padding: 0;
	width: 960px;
	background-color: #FFFFFF;
	text-align: left;
	}

/* End Page DIVs */

/* Begin Header DIVs and CLASSes */

#header {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #FFFFFF;
	}

#logolinkhome {
	position: absolute;
	width: 259px; 
	height: 84px;
	left: 38px;
	top: 25px; 
	background-image: url(images/logo_kpk.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

#logolinkhome span {
	display: none;
}

#menu { 
	background: transparent;
	padding: 0px;
	position: absolute;
	bottom: 0px; 
	left: 28px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	}
#menu ul li a {
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: block;
	padding: 7px 15px;
	}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color: #EBC2C7;
	text-decoration: none;
	}
	

/* End Header DIVs and CLASSes */

/* Begin Content DIVs and CLASSes */

#content {
	line-height: 130%;
	}

.narrowcolumn {
	float: left;
	padding: 5px 0 20px 22px;
	margin: 0;
	width: 600px;
	text-align: left;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 650px;
	}
		
.widecolumn .entry {
	}
	
.widecolumn .entry p {
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 0.75em;
	}

/* End Content DIVs and CLASSes */

/* Begin Post and Pages DIVs and CLASSes */

.post {
	margin: 0 0 30px;
	text-align: left;
	}

.post a[target^="_blank"]:link, .post a[target^="_blank"]:hover,  .post a[target^="_blank"]:active, .post a[target^="_blank"]:visited {
	background: transparent url('images/externlink.gif') 100% 50% no-repeat;
	padding-right: 15px;
}

.post ul {
	padding-top: 0;
}

.post ul li {
	line-height: 150%;
}

.post ol {
	font-size: 0.75em;
}

.entry, .entrytext {

	text-align: left;
	}

.entry p a {
	color: #BD434E;
	}

.entry li, .entrytext li {
	line-height: 150%;
	margin-top: 5px;
}
html>body .entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	} 

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

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

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

/*Klasse für Referenzen-Thumbnails:*/
.refthumb {
	float: left;
	background: url(images/refthumbbg.gif) top left no-repeat;
	margin: 10px;
	padding: 8px;
}

/*Klasse für Referenzen-Illustrationen:*/
.refimg {
	width: 588px;
	background: url(images/refimgbg.gif) top left no-repeat;
	padding: 8px;
	border: 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
.more-link {
	text-decoration: none;	
}
	
.postmetadata {
	clear: left;
	height: 1%;
	padding: 5px 10px 5px 15px;
	margin-bottom: 0;
	margin-top: 0;
	color: #000000;
	}

.postmetadata a, a:visited {
	text-decoration: none;
}

.postmetadata a:hover, a:active {
	text-decoration: underline;
}	

.postmetadata_single {
	clear: left;
	height: 1%;
	padding: 5px 10px 5px 15px;
	text-align: center;
	color: #000000;
	margin-bottom: 0;
	background: url(images/postmetadata_bg.jpg) no-repeat left bottom;
	}
/* End Post and Pages DIVs and CLASSes */

/* Begin Comments DIVs and CLASSes */

.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height: 1.5em;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
	
#commentform p {
	margin: 5px 0;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

/* End Comments DIVs and CLASSes */

/* Begin Calendar DIVs and CLASSes */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar a {
	text-decoration: none;
	display: block;
	}
		
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-decoration: none;
	width: 100%;
	}
		
#wp-calendar cite {
	text-decoration: none;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
	
/* End Calendar DIVs and CLASSes */

/* Begin Sidebar DIVs and CLASSes */

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 680px;
	width: 250px;
	}

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

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 1px;
	}
	
html>body #sidebar ul li {
	height: auto;
}

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

#sidebar ul ul li {
	background: none;
	border-top: solid 1px #EEEEEE;
	}
	
#sidebar ul li p {
	margin: 8px 15px 0 15px;
	}

#sidebar ul ul ul {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

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

#sidebar form {
	margin: 0;
	}

#searchform {
	margin: 10px auto;
	padding: 15px 3px 5px 3px; 
	text-align: center;
	background: url(images/magnifier.png) no-repeat 7% 60%;
	}

#sidebar #searchform #s {
	width: 110px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.feedsymbol {
	height: 16px;
	background: url(images/feed.png) no-repeat top left;
}

.feedsymbol a {
	margin-left: 20px;
}

.mailsymbol {
	height: 16px;
	background: url(images/email_go.png) no-repeat top left;
}

.mailsymbol a {
	margin-left: 20px;
}

/*End Sidebar DIVs and CLASSes */

/* Begin Footer DIVs and CLASSes */

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 960px;
	clear: both;
	font-size: 0.9em;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

/* End Footer DIVs and CLASSes */

/* Begin General Formatting CLASSes */

.red {
	color: #BD434E;
	}
	
.center {
	text-align: center;
	}
	
/* End General Formatting CLASSes */	


