/*
Theme Name: ciceropn
Theme URI:
Description:
Version: 1.0
Author: Erik Keller
Author URI: http://www.technovelty.de
*/

/* The Reset ---------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, tr, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, abbr { border: 0; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
a { text-decoration: none; }
/* -------------------------------------------- */


/*   Structure
*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	font-size: .75em;
}

#headerbox {
	margin-left: 20px;
	margin-right: 20px;
	/*background-color: #f3f3f3;*/
}
#header {
	height: 100px;
	width: 960px;
	clear: both;
	text-align: left;
	color: white;
}

.headleft {
	float: left;
	width: 370px;
	height: 100px;
	padding-left: 20px;
	background: #e95b25 url(images/cpn_logo_neu.png) no-repeat 110px;
}

.headleft h1 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 5px;
	display:  none;
}

.headleft a {
	color: #fff;
	text-decoration: none;
}

.headleft a:hover {
	color: #ff6900;
	text-decoration: none;
}

.description {
	padding-top: 45px;
	color: black;
}

.headright {
	float: right;
	text-align: right;
	padding-top: 14px;
	display: none;
}

#headdecoration {
	height: 150px;
	background-image:url(images/auge_or.jpg);
}

#page {
	/*width: 960px; */
	text-align: left;
}

#mainarea {
	width: 960px;
	height: inherit;
}

#sidebar {
	width: 180px;
	height: 100%;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #e95b25;
	margin-left: 20px;
	padding-left: 20px;
	position: absolute;
}

#sidebar ul {
	list-style-type: none;
	display: inline;
	line-height: 150%;
}

#sidebar a {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

#sidebar li.page_item li.page_item {
	padding-left: .75em;
}

#sidebar a:hover {
	color: white;
}

#sidebar h2.widgettitle {
	padding-top: .75em;
	font-size: 1.30em;
}

#contentarea {
	float: right;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 20px;
	width: 730px;
	clear: both;
	line-height: 150%;
}

#contentarea a {
	color: #e95b25;
	text-decoration: none;
	font-weight: bold;
}

#contentarea a:hover {
	color: #e95b25;
}

#contentarea h3 {
	margin-bottom: 8px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 8px;
}

#contentarea p {
	margin-bottom: 16px;
	padding-left: 8px;
}

#contentarea ul, #contentarea ol {
	margin-bottom: 16px;
	list-style-position: inside;
}

#contentarea li {
	margin-bottom: 4px;
	padding-left: 8px;
}

.title {
	font-size: 1.5em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 8px;
}

.thetitle h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1.2em;
}

#footer {
	width: 960px;
	height: 87px;
	clear: both;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	font-size: 90%;
}

#footer a {
	color: #ff6900;
	text-decoration: none;
}

#footer .left {
	float: left;
	padding-left: 0px;
	padding-top: 42px;
	line-height: 18px;
}

#footer .right {
	float: left;
	padding-right: 0px;
	padding-top: 42px;
	line-height: 18px;
	text-align: right;
	position: relative;
	left: 196px;
}

.post .wp-smiley {
	margin-bottom: -4px;
}

/* Styles for tinymce */
.cpn_bold {
	font-weight: bold;
}

.cpn_orange {
	color: #dc3200;
}

.cpn_bold_orange {
	color: #dc3200;
	font-weight: bold;
}

.cpn_code {
	font-family: "Courier New", Courier, mono;
	font-size: .8em;
	font-weight: bold;
}

cpn_subtitel {
	font-weight: bold;
	color: #dc3200;
	font-size: .95em;
}
cpn_hr {
	padding-left: 8px;
}


/* Styling for link-page */

.linkcat h2 {
	color: #e95b25;
	font-weight: bold;
	margin-bottom: .5em;
}


div#linkstable td {
	padding: .2em .2em .2em 8px;
}

div#linkstable .linkcategory {
	font-size: 120%;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: rgb(240,240,240);
}

.lipatitle {
	color: #e95b25;
	font-weight: bold;
}