/*
Theme Name: CompuLearn Englisch - Right Sidebar
Theme URI: http://compulearnenglisch.de
Description: CompuLearn Englisch Theme
Author: Simon Ottenhaus
Author URI: http://familie-ottenhaus.de/simon/blog/
version: 1.0
Tags: two-column, widget-ready
*/




/* basics */

*{margin:0; padding:0;}

body {
	font: normal normal 14px/ 20px Verdana;
	background: #f8c76e url(img/ce_hintergrund.png) repeat-x fixed 0px 0px;
	margin: 0px;
	padding: 0px 0px 100px 0px;
	font-family: Verdana;
	color: #000;
}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 14pt;}
h4 {font-size: 9pt;}

#content h2 {
	background: url("img/dots.gif") repeat-x scroll left bottom transparent;
	margin: 0 0 5px 0;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	background-color:#fff;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#03699C;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

input {
	background-color:#FFF;
	border: 1px solid #824E00;
	}


/* ce-stuff  */


#headline {
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	top: 10px;
	left: 20px;
	color: #fff;
	top: 10px;
}

#headline a {
	color:#fff;
}

/* container */


#container {
	width: 950px;
	margin: 0 auto;
	padding:0;
	background:#FEEAC0;
	color:#333;
	overflow: hidden;
	top: 50px;
	position: relative;
}
	
/* ce-header */

#header {
  	width: 950px; 
  	height: 172px; /* 130 + 30 +2*6*/
	background: #2887b6 url(img/cellpic1_gross.gif) scroll repeat-x;
	color: #FFBE61;
	}

#header h1, #header h2{
	margin-top: 0px;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	line-height: 35px;
	}
#header h2 {
	font-size: 20px;
	}
	
#header h1 a, #header h2 a{color: #FFBE61; text-decoration: none;}
#header h1 a:hover, #header h2 a:hover{text-decoration: none;}


	
	
#header_smiley {
	padding: 30px 150px 0 150px;
	height: 100px;
	background: url(img/sm_orange_thumbs_up.png) no-repeat scroll 35px 25px; 
	}
#header_icon {
	background: url(img/icon.png) no-repeat scroll 850px -40px;
	}
	
.entry p.warning {
	margin:15px 50px 15px 80px;
	padding:5px;
	border: 2px solid #970000;
	background-color: #FFA35E;
}
.entry p.dl_c3 {
	margin: 12px 0 30px 80px;
}
a.dl_c3 {
	width:300px;
	height:94px;
	display:block;
	background: url(img/dl_cl_light.png) no-repeat scroll 0 0;
	}
a.dl_c3:hover {
	background: url(img/dl_cl_dark.png) no-repeat scroll 0 0;
	}
a.dl_c3_link,
a.info_c3_link,
a.uebung_c3_link,
a.bestellung_c3_link,
a.c3_link_large {
	padding: 6px 15px 6px 75px;
	line-height: 50px;
	height:50px;
	display:block;
	margin: 0 0 0 80px;
	width: 300px;
	font-size: 18px;
	}
	

a.info_c3_link_small {
	display: block;
	/*width:200px; */
	margin: 10px 0 0 20px; 
	line-height:30px; 
	height: 30px;
	padding-left: 35px;
	font-weight: bold;
	background: url(img/info-26.png) no-repeat scroll 2px 2px;
	}
	
a.dl_c3_link_small {
	display: block;
	/*width:200px; */
	margin: 10px 0 0 20px; 
	line-height:30px; 
	height: 30px;
	padding-left: 35px;
	font-weight: bold;
	background: url(img/gb-install-26.png) no-repeat scroll 2px 2px;
	}	
	
a.c3_link_large {
	font-size: 28px;
	font-weight: bold;
	}

a.dl_c3_link {
	background: url(img/gb-install-50.png) no-repeat scroll 11px 6px;
	}
a.uebung_c3_link {
	background: url(img/sm_orange_thumbs_up-50.png) no-repeat scroll 11px 6px;
	}
a.info_c3_link {
	background: url(img/info-50.png) no-repeat scroll 11px 6px;
	}
a.bestellung_c3_link {
	background: url(img/euro-50.png) no-repeat scroll 11px 6px;
	}

/* main menu */



#menu {
	background:transparent;
	font-family: verdana, arial, times, serif;
	font-size: 12pt;
	line-height:30px;
	width:950px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0 0 0 80px;
	height: 42px;
	/* border-top: 1px solid #FEEAC0; */
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:6px 15px;
	margin: 0;
	color: #fff;
	display:block;
	height: 30px;
}

#menu ul li a:hover {
	background: #FEEAC0;
	color:#000;
}

#menu ul li.current_page_item a, #menu ul li.current_page_ancestor a {
	background: #FEEAC0;
	color:#000;
	}


/* content */


#content {
	float:left;
	width:700px;
	overflow: hidden;
	margin:14px;
	padding: 0 0 0 0;
	}
	
#content.information {
	width: auto;
	}

.info_text_right {
	margin-left: 320px;
	}
	
.breadcrumb {
	overflow: hidden;
	margin:0 0;
	font-size:10px;	
	}

.post {
	margin:0;
	padding:0;
	}
	
.post h2{
	font-size:15pt;
	font-weight:normal;
	padding-bottom: 5px;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {
	margin: 0 0 0 40px;
	}
	
.post ul.lesson_list li {
	margin: 0;
	}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#FFD18E;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:5px 0;}
.alignright a{float:right; margin:5px 0;}

#content .ddsg-wrapper li {
	list-style-type: none;
	margin-left: 20px;
	}

ul.spacious li {
	margin-top: 10px;
	margin-bottom: 10px;
	}


/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:12px;
	width:220px;
	float:right;
	margin:0;
	padding: 0 0 0 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px solid #824E00;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:8px 0 14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	margin: 0;
	}

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

#sidebar ul ul ul li{
	padding: 0;
	list-style-type: none;
	color: #898989;
}

#sidebar ul ul.c3_pages {
	display:block;
	margin: 8px -12px;
	}


#sidebar ul ul.c3_pages {
	/* border-top: 1px solid #DDDDDD; */
	}
#sidebar ul ul.c3_pages li.page_item a {
	display:block;
	margin: 0;
	padding: 4px 12px 4px 12px;
	font: 14px/20px Verdana;
	text-align: left;
	/* border-bottom: 1px solid #DDDDDD; */
	background-image: url(img/dot.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	}
#sidebar ul ul.c3_pages ul li.page_item a {
	margin: 0;
	padding-left: 24px;	
	font: 12px/18px Verdana;
	text-align: left;
	border-bottom: 0px none;
	}
#sidebar ul ul.c3_pages ul ul li.page_item a {
	padding-left: 36px;	
}
	
#sidebar a {
	padding: 4px 0;
	}

#sidebar form {
	margin: 12px;
	}
	
#sidebar ul ul.c3_pages li.current_page_item a,
#sidebar ul ul.c3_pages li.current_page_item ul li.current_page_item a,
#sidebar ul ul.c3_pages a:hover,
#sidebar ul ul.c3_pages li.page_item a:hover
	{
	background-color: #03699C;
	color: #EEEEEE;
	text-decoration: none;
	background-image: url(img/dot-white.png);
	}
#sidebar ul ul.c3_pages li.current_page_item ul li a {
	background-color: transparent;
	background-image: url(img/dot.png);
	color: #03699C;
	}
#sidebar ul ul.c3_pages ul li.lesson_nesting_2 a {
	padding-left: 36px;
	background-position: 24px 12px;
}

#sidebar ul ul.c3_pages li a.page-item-download,
#sidebar ul ul.c3_pages li a.page-item-bestellung,
#sidebar ul ul.c3_pages li a.page-item-information,
#sidebar ul ul.c3_pages li a.page-item-blog,
#sidebar ul ul.c3_pages li a.page-item-uebung,
#sidebar ul ul.c3_pages li a.page-item-home
{
	background-attachment:scroll;
	background-position:10px 6px;
	padding-left: 44px;
	background-repeat:no-repeat;
	height: 30px;
	line-height: 30px;
	}
#sidebar ul ul.c3_pages li a.page-item-impressum,
#sidebar ul ul.c3_pages li a.page-item-faq,
#sidebar ul ul.c3_pages li a.page-item-sitemap_
{
	padding-left: 24px;	
	font: 12px/18px Verdana;
	}

#sidebar ul ul.c3_pages li.page_item a.page-item-download {
	background-image:url("img/gb-install-26.png");
	}
#sidebar ul ul.c3_pages li.page_item a.page-item-bestellung {
	background-image:url("img/euro-26.png");
	}
#sidebar ul ul.c3_pages li.page_item a.page-item-information {
	background-image:url("img/info-26.png");
	}
#sidebar ul ul.c3_pages li.page_item a.page-item-uebung {
	background-image:url("img/sm_orange_thumbs_up-26.png");
	background-position:8px 6px;
	}
#sidebar ul ul.c3_pages li.page_item a.page-item-blog {
	background-image:url("img/users-26.png");
	background-position:12px 6px;
	}
#sidebar ul ul.c3_pages li.page_item a.page-item-home {
	background-image:url("img/home-26.png");
	}
	
	
#sidebar_bottom {
	clear: both;
	padding-top: 40px;
	}
#sidebar_bottom ul {
	margin:0;
	padding:0;
	}

#sidebar_bottom ul li {
	padding: 10px;
	border-top: 1px solid #DDDDDD;
	}

#sidebar_bottom h2{
	font:normal 16px/20px arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
	/*border-bottom: 1px solid #824E00;*/
}

/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

small {
	font-size:80%;
	}


/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


.pf_image_float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.pf_image_float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

div.pf_altbox p.pf_altbox {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	}
	
div.pf_altbox {
	padding:5px;
	background-color:#fff;
	}
	
div.pf_gallery a {
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
	}


table.smileys td {
	padding: 0 10px 10px 0;
	}
	
a.info_right, a.info_left {
	width: 120px;
	height: 10px;
	padding: 45px 0 0 0;
	font-size: 10px;
	line-height: 12px;
	}
a.info_right {
	float: right;
	background: url("img/arrow_right.png") no-repeat scroll right 0px transparent;
	text-align: right;
	}
a.info_left {
	float:left;
	background: url("img/arrow_left.png") no-repeat scroll left 0px transparent;
	text-align: left;
	}

a.info_up_left, a.info_up_right {
	width: 100px;
	padding: 10px 0 0;
	font-size: 10px;
	line-height: 12px;
	height: 40px;
	}
a.info_up_left {
	float: left;
	background: url("img/arrow_up.png") no-repeat scroll left 0px transparent;
	padding-left: 40px;
	text-align: left;
	}
a.info_up_right {
	float: right;
	background: url("img/arrow_up.png") no-repeat scroll right 0px transparent;
	padding-right: 40px;
	text-align: right;
	}


/* Startseiten */

.startpage_entry h1 {
	text-align:center;
	margin-top:30px;
	color: #CF142C;
	line-height: 30px;
	}

.startpage_entry h1 em {
	color: #04267E;
	font-style: normal;
	}

.startpage_entry p {
	text-align:center;
	font-size:20px;
	line-height:40px;
	}
	


/* footer */

#footer {
	background:#024B70;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:10px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}


