/*
THEME NAME: CENANDU
THEME URI: http://www.psuw.de
DESCRIPTION: CENANDU website template
VERSION: 3.0
AUTHOR: <a href="http://www.psuw.de/">Oliver Schirok</a>
AUTHOR URI:
TAGS: 
*/

/* COLORS */
/*
petrol
#00463F
blau
#0990AE
gruen
#C7B307
beige
#E3DFD0
dunkelbeige
#BEBBAF
dark beige
#96948c
ganz dunkel
#4a463d
*/


/* RESET 
----------------------------------------- 
*/

html * { font-size: 100.01% }
* { margin:0; padding:0; }

body {
	background-color:#E3DFD0;
	color:#000;
	font:normal normal normal 12px/20px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align:center;
	height:100%;
}

/* ############# STANDARDS ################## */
a { color:#00463F; text-decoration:underline; }
a:hover { text-decoration:underline; background: #C7B307;}
a img { border:0;}
:focus { outline:0; }

/* Heading */
h1, h2, h3, h4, h5, h6, .head { margin-bottom:10px; color:#00463F; font-weight:bold; }
h1, h2, h3 { 
	font:italic normal bold 30px/35px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; 
	letter-spacing:0.02em;
}
h2 { font-size:20px; line-height: 25px;}
h3 { font-size:15px; line-height: 20px }
h4 { font-size:11px; line-height: 14px;}
h5, h6 { font-size:14px; }

h1 a, h2 a, h3 a {
	text-decoration:none;
}

/* Table */
th { padding:0; text-align:left; vertical-align:top; }
td {padding:0;vertical-align:top;}


/* Paragraph */
p { margin-bottom:14px;}
address { margin-bottom:14px; }
address { font-style:normal;}
cite { font-style:normal; font-size:20px;color:#C7B307;line-height: 25px;}
q:before, q:after{content:'';}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:italic;
	font-size: 20px;
	line-height: 25px;
	letter-spacing:0.02em;
	color: #c7b307;
	margin-bottom: 20px;
}
/* Form */
form { display:inline;}
fieldset { border:none; }
legend {display:none;}
label { color:#00463F; font-weight:bold; }
input, select, button { vertical-align:middle; }

/* Lists */
dt { display:block; font-weight:bold; }
ul,ol { list-style:none; line-height:20px;}


.strong { font-weight: bold }

.button { background: #00463F; color: white !important; border: none; letter-spacing: -1px; padding: 5px 12px 3px 12px; }
.button:hover { background: #C7B307;}
.alignCenter { text-align: center; }
.floatLeft { float: left; }
.floatRight { float: right; }

/* wordpress presentational classes */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

.current_page_item a, .current-cat a {background-color: #C7B307;}

/* ####################### MY STYLES ######################## */ 
/* BACKGROUND */
#loading{
	position:absolute;
	width:16px;
	height:16px;
	top:49.5%;
	left:49.5%;
	background-image: url(/images/progress.gif);
	z-index:3;
}
#supersize {
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	height:100%;  
    width:100%;
}
#supersize img, #supersize a{  
    width:100%;
    height:100%;
    position:absolute; 
    z-index: 0;
    top:0;
    left:0;
    display:none;
}  
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
	display:block;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
	display:block;
} 

/*
LAYOUT
----------------------------------------- 
*/

div#header {
	position:fixed;
	top:0;left:0; right:0;
	text-align:center;
	z-index:5;
}
div#header-container {
    width:960px;
}
#page {
	z-index:3;
	position:absolute;
	top:0;left:0; right:0;
	text-align:center;
}
div#page-container {
    width:960px;
}
#content-container {
	float:left;
	margin:0px 15px 70px 0px;
	width:720px;
}
#content-container-wide {
	margin:0 0 70px 0px;
	width:960px;
}
#content-container .page-nav, #content-container #content-outer, #content-container-wide .page-nav, #content-container-wide #content-outer {
	margin-left:260px;
}
#content-outer{
	background: none;
}
#content-inner{
	background-color: #fff;
	min-height:0; /* gain a layout for IE7 (background problem) */ 
}
#content{
	padding-bottom: 20px;
	margin:10px;
}
div#sidebar{
	float:right;
	width:225px;
	overflow:hidden;
}

div#footer {
	clear: both;
	position:fixed;
    bottom:0; left:0; right:0;
    z-index:6;
    text-align:center;
    height: 25px;
    width:100%;
}

div#footer-container {
    width:960px;
    margin-left:auto;
    margin-right:auto;
    height: 25px;
}
.center-section {
	margin-left:auto;
    margin-right:auto;
	text-align:left;
}
.bg-trans-black {
	background: transparent url(/images/bg_black_65-2-trans.png) repeat scroll 0 0;
}

/*
 LOGO AND MENU-BUTTONS
*/
#logo {
	position:absolute;
	top:0px;
	width:225px;
	height:110px;
	background-color:#FFF;
	z-index:5;
	margin-left:20px;
}
#logo a:hover{
	background:none;
}
#logo img {
	position:relative;
	top:15px;
	left:30px;
	border:none;
}
#primary-nav {
	position:absolute;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 !important;
	margin-left:20px;
	top: 110px;
	z-index:5;
}
#primary-nav li {
	list-style-image:none;
	margin-top:20px;
	padding:0;
	text-indent:0;
	width:225px;
	font-size:12px;
}
#primary-nav li a {
	display:block;
	height:48px;
	margin:0;
	overflow:hidden;
	color:#00463F;
	text-decoration:none;
	padding:0 5px;
	border:1px solid #00463F;
	background-color: #fff;
}
#primary-nav .tab-title {
	display:block;
	font: 13px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	width: 100%;
	border-bottom:#00463F 1px dotted;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	margin:0px;
	color:#00463F;
}
#primary-nav li a:hover {
	background-color:#C7B307;
	color:#fff;
	border:1px solid #fff;
}
#primary-nav li a:hover .tab-title {
	color:#fff;
	border-bottom:#fff 1px dotted;
}
#primary-nav a.active .tab-title {
	color:#E3DFD0;
	border-bottom:#E3DFD0 1px dotted;
}

#primary-nav .tab-gray a {
	border:1px solid #4a463d;
	color:#4a463d;
}
#primary-nav .tab-gray a .tab-title {
	color:#4a463d;
	border-bottom:#4a463d 1px dotted;
}

#primary-nav .current_page_item a {
	border:1px solid #C7B307;
	color:#C7B307;
}
#primary-nav .current_page_item a .tab-title {
	color:#C7B307;
	border-bottom:#C7B307 1px dotted;
}

/* MAIN */
/* Subpages navigation */
.page-nav {
	width:460px;
	height:110px;
	background: transparent url(/images/bg_black_65-2-trans.png) repeat scroll 0 0;
	font-size:14px;
	margin-bottom:20px;
}
.page-nav ul {
	color:#E3DFD0;
	padding:20px 10px 0 30px;
	list-style: url("/images/nav-arrow.gif") outside none;
}
.page-nav ul li {
	padding-left:10px;
}
.page-nav li a, .page-nav li a:visited {
	color:#E3DFD0;
	text-decoration:underline;
	position:relative;
}
.page-nav li a:hover {
	background-color:#C7B307;
	color:#E3DFD0;
}

/* content */

#content-header{
	border-bottom: 1px dotted #c7b307;
	padding:4px 10px 4px 10px;
	font-size:11px;
	min-height:0;
}
* html #content-header{
	height:1%; /* gain layout for IE6 */
}
.breadcrumb{
	float:left;
}
#content-toggle{
	float:right;
}
#content-toggle a{
	text-decoration:none;
	color:#96948c;
}
#content{
	clear:both;
}
#content .post{
	margin-bottom:10px;
}
.entry-content ul {
	margin: 0  0 14px 28px;
	list-style: disc inside none;
}
.entry-content ol {
	margin: 0  0 14px 20px;
	list-style:decimal outside none;
}
.entry-read-more{
margin-bottom:10px;
}
.entry-meta, .comment-meta, #content .navigation{
	border-bottom:1px dotted #c7b307;
	line-height:25px;
	font-size:11px;
}
.entry-meta {
	border-top:1px dotted #c7b307;
}
.entry-meta .top-link{
	float:right;
	margin-top:-25px;	
}
#content .nav-previous{
}
#content .nav-next{
text-align:right;
}
.comment-author, p#login{
	border-bottom:1px dotted #c7b307;
	font-size:11px;
	margin-bottom:10px;
}
#respond, #comments-list, #trackbacks-list {
	margin-top:20px;
}

/* COMMENTS */

#commentform .form-submit {
	margin-top:10px;
}

/* SIDEBAR */
#sidebar {
	color:#E3DFD0;
	font:normal normal normal 12px/20px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
#sidebar h3, #sidebar h4 {
	font:bold normal normal 13px/20px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color:#E3DFD0;
	border-bottom:1px dotted #E3DFD0;
}
#sidebar h3 label{
	color:#E3DFD0;
}

#sidebar a, #sidebar a:visited {
	color:#E3DFD0;
	position:relative;
}
.cat-nav {
	background: transparent url(/images/bg_black_65-2-trans.png) repeat scroll 0 0;
	padding:8px 10px 10px 10px;
	margin-bottom:20px;
}
.cat-nav li {
	border-bottom:1px dotted #000;
}
.cat-nav a, .cat-nav a:visited, #sidebar .widget ul li a {
	width:100%;
	display:block;
	text-decoration:none;
}
.cat-nav a:hover {
	background-color:#0990AE;
}
.cat-nav li.current_page_item a, .cat-nav li.current-cat a {background-color: #0990AE;}

#sidebar .widget{
	padding:10px;
	margin-bottom:20px;
	background: transparent url(/images/bg_petrol_80-2-trans.png) repeat scroll 0 0;
}
#sidebar .widget ul li {
	border-bottom:1px dotted #000;
}

#sidebar .slidecaption {
	background: transparent url(/images/bg_black_65-2-trans.png) repeat scroll 0 0;
}
#sidebar .widget_search{
	background: transparent url(/images/bg_black_65-2-trans.png) repeat scroll 0 0;
}
#sidebar #searchform .button {
	height:23px;
	background: transparent url(/images/bg_black_65-2-trans.png) repeat scroll 0 0;
	border:none;
}
#sidebar #newsletter input[type="text"] {
	margin-top:0.5em;
}
#sidebar #newsletter input[type="submit"] {
	height:23px;
	margin-top:0.5em;
	background-color:#00463F;
	border:none;
	color:#ffffff;
}

#sidebar #post-notification #newsletter p {
	color:#ffffff;
	margin:0;
	padding:0;
}

/* FOOTER */
div#footer-container {
	background: transparent url(/images/bg_black_75-2-trans.png) repeat scroll 0 0;
}
div#footer-content {
	position:absolute;
	margin-left:20px;
	width:940px;
}
#footer-content {
	margin-top:3px;
	font-size:11px;
	color:#E3DFD0;
}
#footer-content a, #footer-content a:visited {
	color:#E3DFD0;
	position:relative;
}
#footer-content a:hover {
	background: #C7B307;
}
#footer-content .widgets-left {
	width:225px;
	float:left;
	height: 25px;
}
#footer-content .widgets-left li.widget {
	list-style:none;
	margin-right:25px;
	margin-left:10px;
}
#footer-content .widgets{  
	margin-left:240px;
} 
#footer-content .widgets li.widget {
	list-style:none;
	float:left;
}
#footer-content .widgets #execphp-2 {
	width:470px;
}
#footer-content .widgets-left ul.qtrans_language_chooser {
	height: 25px;
}
#footer-content .widget_qtranslate .active{
	display:none;
}
#footer-content .qtrans_flag_en {
	background: transparent url(/wp-content/plugins/qtranslate/flags/gb.png) no-repeat scroll 0px 2px
}
#footer-content .qtrans_flag_de {
	background: transparent url(/wp-content/plugins/qtranslate/flags/de.png) no-repeat scroll 0px 2px
}
#footer-content .qtrans_flag_and_text {
	padding-left:25px;
}

/* ACCESS HELPER */
div.skip-link {
	visibility:hidden;
	position:absolute;
	right:9999em;
	top:1em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

