/*  
Theme Name: codedifferent theme v0.5 EN
Theme URI: http://www.codedifferent.com
Description: Three-colum theme for Wordpress
Version: 0.5 EN
Author: Christian Lupp
Author URI: http://www.codedifferent.com

*/

body {
	font-size: 62.5%; 
	font-family: Arial, Sans-Serif; /* codedifferent */
	background-color: #CDC6B3;		/* codedifferent */
	color: #462F16;					/* codedifferent */
	text-align: center;
    background-image: url(images/body-background.gif); /* codedifferent */
	background-repeat:repeat-x;
	}
#page {
	background-color: #E2DFCE; 		/* codedifferent */
	border: 1px dotted #462F16;		/* codedifferent */
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 900px;
	}
#header {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 118px;
	width: 100%;
	background-color: #C6B9AA;		/* codedifferent */
	}
#content {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.2em
	}
#sidebar1 {
	font: 1.1em Arial, Sans-Serif;	/* codedifferent */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 204px;
    float: left;
	color: #462F16;					/* codedifferent */	
	}
#sidebar {
	font: 1.1em Arial, Sans-Serif;
	padding: 0px 0px 10px 0;
	margin: 0 22px 0 22px;
	width: 160px;
	color: #462F16;					/* codedifferent */	
	}
#sidebar2 {
	font: 1.1em Arial, Sans-Serif;
	padding: 20px 0 10px 0;
	margin: 0 0px 0 20px;
	width: 160px;
    float: left;
	color: #462F16;					/* codedifferent */	
	}
#sidebar ul ul li, #sidebar2 ul ol li {
	color: #6C5A47;					/* codedifferent */	
	}
#sidebar h2, #sidebar2 h2 {
	color: #998A79;					/* codedifferent */	
	font-size: 1.4em;
    line-height: 1em;
	margin: 10px 0 0;
	padding: 0;
    border-bottom: 1px dotted #462F16;	/* codedifferent */	
    background: url(images/sidebarheader.gif) no-repeat;
	}
#sidebar form, #sidebar2 form {
	margin: 0;
	}

/* Begin Structure */
.narrowcolumn {
	float: left;
	padding: 0 0 0px 25px;
	margin: 0 0 0 0;
	width: 490px;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px;
	width: 550px;
	}
.pagepost {
	margin: 0 0 20px;
    border-bottom: 1px dotted #462F16;		/* codedifferent */	
    background: url(images/postbackground.gif) repeat-y;
	}
.post {
	margin: 0 0 20px;
	text-align: left;
    border-bottom: 1px dotted #462F16;		/* codedifferent */	
    background: url(images/postbackground.gif) repeat-y;
	}
.postinfo {
	padding: 3px 15px 3px 15px;
	margin: 0 0 0 0;
	text-align: left;
	background-color: #CDC6B3; 		/* codedifferent */
	}
.postpadding {
	padding: 1px 15px 3px 15px;
	margin: 0 0 0 0;
	}

.postsingle {
	margin: 0 0 5px;
	text-align: left;
    border-bottom: 1px dotted #462F16;		/* codedifferent */	
    background: url(images/postbackground.gif) repeat-y;
	}

.widecolumn .post {
	margin: 0;
	}
.narrowcolumn .postmetadata {
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	}
.narrowcolumn .postlinks {
	padding-top: 0px;
	padding-left: 00px;
	text-align: right;
	}

.postmetadata {
	background-color: #CDC6B3;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 900px;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px dotted #462F16;			/* codedifferent */	

	}
.textalignleft {
	text-align: left;
	}
.textalignright {
	text-align: right;
	}

/* End Structure */

#commentform p {
	font-family: Arial, Sans-Serif;			/* codedifferent */	
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.widecolumn {
	line-height: 1.6em;
	}
small {
	font-family: Arial, Sans-Serif;		/* codedifferent */	
	font-size: 0.9em;
	line-height: 1.5em;
	}
.smalldark {
	font-family: Arial, Sans-Serif;		/* codedifferent */	
	font-size: 0.9em;
	line-height: 1.5em;
	color: #C597AF;
	}
.smallgrey {
	font-family: Arial, Sans-Serif;		/* codedifferent */	
	font-size: 0.9em;
	line-height: 1.5em;
	color: #998A79;
	}


/* @group Captions & Alignment */

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions & aligment */

/* @end */
/* @group Headers */

/*	Begin Headers */
h1, h2, h3 {
	font-family: georgia, Serif;
	font-weight: normal;		/* codedifferent */	
	}
h1 {
	font-size: 3.5em;
	text-align: center;
	letter-spacing: .5em;
	padding-top: 40px;
	margin: 0;
	}
h2 {
	margin: 20px 0 0;
	font-size: 1.6em;
	color: #C6B9AA;			/* codedifferent */	
	}
h2.pagetitle {
	margin-top: 10px;
	font-size: 2.2em;
    line-height:1em;
	text-align: left;
	color: #C6B9AA;		/* codedifferent */	
	}
.pagesubtitle {
	font-size: 0.7em;
    line-height:0em;
	text-align: left;
	color: #998A79;		/* codedifferent */	
	}

h3 {
	padding: 0;
	font-size: 1.3em;
	margin: 10px 0 0;
	border-bottom: 1px dotted #462F16; /* codedifferent */	
	color: #462F16;		/* codedifferent */	

	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	text-align: center;
	}
.id {
	font-size: 2em;
	color: #C6B9AA;	/* codedifferent */	
	}
.shrinklines{
	padding: 10px 15px 3px 15px;
	margin: 20px 0 0 0;
	line-height: 90%;
	}
h1 a, h1 a:visited, .description {
	text-decoration: none;
	color: #EC5912;		/* codedifferent */	
	}
h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #EC843D;		/* codedifferent */	
	}	
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

/* @end */

.entry p a:visited {
	color: #EC843D;		/* codedifferent */	
	}
	
a  {
    color: #EC5912;		/* codedifferent */	
	text-decoration: none;
	}

a:hover,h1 a:hover,h2 a:hover, h3 a:hover {
	color: #B50067;		/* codedifferent */	
	text-decoration: underline;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #998A79;		/* codedifferent */	
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

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

.entry ul li:before, #sidebar2 ul ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

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

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li  {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
.captionleft{ 
	float: left;
	margin: 0 0 0 0; 
	padding: 0 10px 10px 0; 
	}

#searchform {
	margin: 0px auto;
	padding: 10px 10px; 
	color: #462F16;
    vertical-align: middle; 
	}
#searchform #s {
	width: 115px;
	padding: 0px;
    background-color: #ECE6CF;
    border-style: ridge;
	color: #462F16;
	}

#searchsubmit {
	padding: 1px;
	background-color: #ECE6CF;   /* ?????? */
	color: #462F16;				/* ?????? */
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */

/* Begin Comments*/
.related {
	padding: 1px 15px 7px 15px;
	margin: 0 0 0 0;
	background-color: #CDC6B3;
	}
.related ul {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.alt {
	margin: 0;
	padding: 10px;
    background: url(images/postbackground.gif) repeat-y;
	}
.alt2 {
	margin: 0;
	padding: 10px;
    background: url(images/postbackground2.gif) repeat-y;
	}
.commentlist {
	padding: 0;
	text-align: left;
	}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
    }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
    background-color: #ECE6CF;
    border-style: ridge;
    color: #6C5A47;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
    background-color: #ECE6CF;
    border-style: ridge;
    color: #6C5A47;
	}
#commentform #submit {
	margin: 0;
	background-color: #ECE6CF;
/*	float: right; */
	}
#commentform p {
	margin: 5px 0;
	}
/* End Comments */


/* Begin Calendar */
#calenderbackground {
	border: 1px dotted #462F16;
	}
#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}
#wp-calendar #prev a {
	font-size: 9pt;
	padding-left: 10px;
	text-align: left;
	}
#wp-calendar a {
	text-decoration: none;
	display: block;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #B50067; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
 display: none;
 }
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/


/* ... to customize the look of jeromes keword tag-clouds */
#content ul.technorati, #content ul.technorati a {
	list-style-type: none; 
	text-align:left;
	color:#6C5A47;
	}
#content ul.technorati li {
	display:inline; 
	padding: 0.1em;
	}
#content li.technoratitag { 
	font-size: 0.9em; 
	line-height: 1.1em;	
	}

	
#content ul.cosmos {
			margin: 2em 0;
			list-style: none;
			font-size: 140%;
			text-align:left;
			}
			
#content li.cosmos {
			display: inline;
			padding: 0;
			margin: 4px;
			line-height: 2em;
			}
		
#content li.keyword1 { font-size: 0.7em; line-height: 12px;}
#content li.keyword2 { font-size: 0.9em; line-height: 12px;}
#content li.keyword3 { font-size: 1.0em; line-height: 12px;}
#content li.keyword4 { font-size: 1.1em; line-height: 12px;}
#content li.keyword5 { font-size: 1.2em; line-height: 12px;}
#content li.keyword6 { font-size: 1.3em; line-height: 12px;}
#content li.keyword7 { font-size: 1.4em; line-height: 12px;}
#content li.keyword8 { font-size: 1.5em; line-height: 12px;}
#content li.keyword9 { font-size: 1.6em; line-height: 12px;}
#content li.keyword10 { font-size: 1.7em; line-height: 12px;}
#content li.keyword11 { font-size: 1.8em; line-height: 12px;}
#content li.keyword12 { font-size: 1.9em; line-height: 12px;}
#content li.keyword13 { font-size: 2.0em; line-height: 12px;}
#content li.keyword14 { font-size: 2.1em; line-height: 12px;}
#content li.keyword15 { font-size: 2.2em; line-height: 12px;}



/* ... to customize the look of pagebar-plugin pagebar */
.pagebar 
	{ 
		font: Arial, sans-serif; 
		font-size: 13px; 
		padding: 15px; 
		margin: 0px; 
		color: #462F16;
		border: 1px dotted #462F16;

	}

.pagebar a 
	{
		color: #E2DFCE; 
		font-weight: bold; 
		margin: 1px; 
		padding: 3px 6px;
		border: solid 1px #EC5912; 
		background: #EC5912; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 3px 6px; 
		border: solid 1px #EC843D; 
		background: #EC843D; 
		text-decoration: none;
	}

.pagebar a:hover 
	{
		background: #B50067; 
		border: solid 1px #B50067; 
		text-decoration: none;
	}
	

.pagebar .break 
	{
		margin: 1px; 
		padding: 3px 6px; 
		border: none; 
		text-decoration: none;
	}

.pagebar .this-page 
	{
		margin: 1px; 
		border: dotted 1px #E2DFCE; 
		color: #E2DFCE;
		padding: 3px 6px; 
		background: #462F16;
	}




