/*
	Theme Name: c4
	Theme URI: 
	Description: Orange and Blue <a href="http://koeln.ccc.de/">CCC Cologne</a> theme
	Version: 1.00
	Author: C4
	Author URI: http://koeln.ccc.de/
	Tags: orange, blue, fixed width, two columns, widget ready
*/

/***** general *****/
body {
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	background: #ffffff;
	color:#000000;
}
img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
	/*height: auto;*/ /* you can enable this.*/
}

a:link { color: #505050; text-decoration: none; }
a:hover { color: #242424 }
a:active { color: #858585 }
a:visited { color: #505050; text-decoration: none; }

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #a1b9cf; width:90%;}
del {color:red;}
ins {color:green;}
blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 2px solid #73943B;
}
input,select,textarea {
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}
code{
	font-family: 'Courier New', Courier;
	font-size: 100%;
	color:#1f1f54;
	width: auto;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:29px;}

/***** layout *****/
#base{
	/* width:888px; */
	margin:0px auto;
	/* background: url(images/chaosknoten.gif) repeat-y center; */
}
#base2{
	/* width:888px; */
	/* background: url(images/footer.jpg) no-repeat center bottom; */
}

#container{
	/* position:relative; */
	/* width:888px; */
	overflow:hidden;
	/* background:url('images/container_bg.jpg') no-repeat 0 0; */
}

#content{ /*width=698px*/
	float:right;
	display:inline; 
	overflow:hidden; /*when ie6, image's with is > content width, hidden*/
	/* width:658px; */
	min-height:614px; /*ie6 not support*/
	padding: 0px 15px 0px 25px;
	/* background:url('images/chaosknoten.gif') no-repeat 567px 0px; */
}
#sidebar{ /*width=190px*/
	float:left;
	display:inline; 
	overflow:hidden;
	width: 160px;
	margin:0 0 0 0;
	padding: 0px 8px 0px 8px;
	/*color:#ffffff;*/
}
#footer {
	clear:both;
	margin:0px;
	color: #e4e4e4;
	font-size: 11px;
	padding:35px 190px 14px 20px;
	text-align: center;
}
#footer a {color: #e4e4e4; font-weight:bold;}

/***** header *****/

div#header {
	width:100%;
	height:130px;
}

div#banner {
	position: absolute;
	background-color: #778899;
	top: 25px;
	left: 165px;
	right: 175px;
	height: 70px;
	color: #242424;
}

/* IE Hack - I hate this f*cking browser */
* html div#banner {
	width: 60%;
}

div#banner h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #ffffff;
}

div #banner h1 a {
	color: #ffffff;
}

div#navi { 
	position: absolute;
	left: 30px;
	right: 80px;
	top: 100px;
	background-color: #FFA333;
	height: 14px;
}

* html div#navi {
	width:90%;
}

div#subnavi {
	position:absolute;
  top:118px;
  left:30px;
	right:80px;
  height:14px;
  background-color:#E4E4E4;
  color:#505050;
}

* html div#subnavi {
	width:90%;
}

div#navi a:link, div#navi a:hover { color:#242424; }
div#subnavi a:link, div#subnavi a:hover { color:#242424; }
a.navigo { color:#ffe4ff; }
a.subnavigo { color:#040404; }

div#navi h1 { font-size:1.5em; }

div#navi, div#subnavi, div#subnavigo {
	font-weight:bold;
	text-align:center;
	padding:2px;
	font-size:12px;
	margin-right:0px;
}

div #navi ul {
	display: inline;
}

div #navi ul li {
	display: inline;
	text-transform: capitalize;
	margin-right: 5px;
}

div #barcode {
	position:absolute;
	vertical-align: top;
	left:30px;
	top:20px;
	height:71px;
	width:140px;
}

.bcshort {
	position: absolute;
	margin-top:4px;
	height:49px;
	background: #778899;
	width:5px;
}

.bcshort_altcolor {
	/* normally orange */
	position: absolute;
	margin-top:4px;
	height:49px;
	background: #FFA333;
	width:5px;
}

.bclong {
	position: absolute;
	margin-top:4px;
	height:62px;
	background: #778899;
	width:5px;
}

.bctext {
	position: absolute;
	margin-top:52px;
	font-family: Arial;
	color: #000000;
	font-size: 70%;
}

div#logo {
	position:absolute;
	vertical-align: top;
	background-image: url('images/chaosknoten.gif');
	top:20px;
	height:100px;
	right:20px;
	width:140px;
}


/***** content *****/

.teaserbox {
  position:relative;
  margin-top:20px;
  background-color:#E4E4E4;
  height:100%;
  margin-bottom:20px;
}

.contenthead {
  background-color:#FFA333;
  font-size:16px;
  font-weight:bold;
  padding:3px;
  color:#505050;
}

.contentborder {  border-color: #A1B9CF; border-width:1.5px; border-style:dashed; }
.contenttext { font-size:1em; padding:4px; }
.contentsubhead { font-size:0.8em; padding:4px; }

div#content {
	border-color:#E4E4E4;
	margin-top:20px;
	margin-left:235px;
	margin-right:82px;
}
div#content a { font-weight: bold; }
div#content h1 { font-size: 2em; }
div#content h2 { font-size: 1.5em; }

.archivetitle {
	color: #000000;
	font-size: 14px;
	font-variant: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}
.title, .title a {
	color: #000000;
	font-size: 20px;
}

.date {
	font-size: 10px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #a1b9cf;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 8px 0px 0px 0px;
}
.page_entry {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
	border-top: 2px solid #a1b9cf;
	border-bottom: 1px solid #a1b9cf;
}

.info {
	font-size: 0.8em;
	text-align: left;
	margin: 0px 1px 4px 0px;
	padding: 4px 0px 1px 1px;
}
.category {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/category.gif') no-repeat top left transparent;
}

.tags {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/tags.gif') no-repeat top left transparent;
}

.bubble {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/bubble.gif') no-repeat top left transparent;
}


.navigation {
	font-size: 11px;
	margin: 40px 0px 0px 0px;
	padding: 2px 0px 17px 0px;
	border-top: 2px solid #a1b9cf;
	border-bottom: 1px solid #a1b9cf;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #a1b9cf;
	border-bottom: 1px solid #a1b9cf;
}
#postmetadata {
	font-size: 12px;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #a1b9cf;
	border-bottom: 2px solid #a1b9cf;
}

.nocomments {background: none; color: #000000;}
.commenttitle {
	color: #000000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px solid #80b608;
}
.commentlist {list-style: none;}
.commentbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #80b608;
}

.adminbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #80b608;
}
.commenthead {
	color: #000000;
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #80b608;
	background:#ffffff;
}


.adminhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	border-bottom: 1px dotted #80b608;
	background:#ffffff;
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 11px; font-weight: bold;}
.authorlink a {color: #000000; font-size: 11px; font-weight: bold;}
.commentlink {font-size: 10px; color: #000000;}
.trackhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 8px 41px;
	border-bottom: 1px dotted #80b608;
	background: url(images/track.jpg) no-repeat top left;
}
.trackbody {
	color: #000000;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #80b608;
}
.trackbody p a {color: #000000;}
#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 12px;
	background: none;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #73943B;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 400px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #a1b9cf;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #a1b9cf;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/***** search *****/

div#precontactbox, div#precontentbox, div#prejabberbox, div#prerssbox, div#preportscanbox, div#presearchbox  { 
  /* position:relative; */
  width:160px;
  border: solid 1px #FFA333;
  font-size:0.8em;
  background-color:#FFA333;
  text-align:left;
  /* padding:3px;  */
  font-weight:bold;
  margin-top:10px;
}

.prepadding { 
	display: block; 
	padding: 3px; 
	color: #505050; 
}


#searchform{
	margin:0 0 15px 0;
	padding:0 0 0 0;
}
.searchbox {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:170px;
	/* height:28px; */
}	

div#contactbox, div#rssbox, div#contentbox, div#portscanbox, div#jabberbox, div#searchbox {
  position:relative;
  width:160px;
  border-color: #A1B9CF;
  border-style: dashed;
  border-width: 1px;
  font-size:0.8em;
  background-color:#E4E4E4;
  /*padding:8px;*/
  overflow:hidden;
  margin-bottom:20px;
}

.boxpadding { 
    display: block; 
    padding: 8px; 
}

/*
.search-field input {
	position:relative;
	float:left;
	top:8px;
	left:8px;
	width:117px; 
	height:13px; 
	font-family:Verdana;
	font-size:11px; 
	font-weight:bold;
	color:#999999; 
	padding:2px 3px 1px 3px;
	border:0px;
	background:#f0f0f0;
}
.search-but input {
	float:right;
	position:relative;
	top:5px;
	right:10px;
	width:25px; 
	height:22px;
}
*/

input, select {
    font-size: 11px;
}

.inputBorder {
    border: 1px solid #333; 
    margin: 3px 0 3px 0;
    padding: 2px;
}

.inputSubmit {
    font-size: 10px;
    padding: 1px;
}


/***** sidebar *****/

div#sidebar {
	position: absolute;
	top: 187px;
	width: 160px;
	left: 30px;
}

/* #sidebar a{color:#ffffff;} */
/* #sidebar a:hover {color:#73943B;} */
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar li {
	list-style-type: none;
	/* margin: 0px 0px 24px 0px; */
	padding: 2px 0px 5px 0px;
	border-bottom: 1px dashed #a1b9cf;
}

.ec3_list.ec3_list_day {
	position: relative;
	width: 160px;
	border-color: #a1b9cf;
	border-style: dashed;
	border-width: 1px;
	font-size: 0.8em;
	background-color: #e4e4e4;
	overflow: hidden;
	padding: 3px 3px 3px 3px;
	margin: 0 0 0 0;
}

#sidebar ul ul li {
	position: relative;
	width: 160px;
	border-color: #a1b9cf;
	border-style: dashed;
	border-width: 1px;
	font-size: 0.8em;
	background-color: #e4e4e4;
	overflow: hidden;
	padding: 3px 3px 3px 3px;
	margin: 0 0 0 0;
}

#sidebar ul ul ul li {
	position: relative;
	width: 160px;
	border-color: #a1b9cf;
	border-style: dashed;
	border-width: 0px;
	font-size: 0.8em;
	background-color: #e4e4e4;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
}

#sidebar h1 {
	width:160px;
	border: solid 1px #ffa333;
	font-size: 0.8em;
	background-color: #ffa333;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	display: block;
	padding: 3px;
	color: #505050;
}


#sidebar select{
	margin:5px 0px 2px 2px;
	font-size:11px;
	width:170px;
	overflow:hidden;
}

/***** widget *****/
#wp-calendar td {font-size:11px;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 174px;
	text-align: center;
	font-size:11px;
	border-bottom: 0px solid #73943B;}

.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:2px 0px 5px 2px;

}
.rsswidget img{
	display:none;
}

#akismetwrap{
	margin:2px 0 2px 25px;
}

#sidebar .widget_rss h1{
	background-image:url('images/rss.png');
	background-position: right;
	background-repeat: no-repeat;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}

