*/
Theme Name: Cinnamon
Theme URI: http://www.cinnamon.nl/
Description: Cinnamon Interactive Weblog WP Theme
Version: 2.0
Authors: Kristiaan Thivessen (v1), Don Crowley (v2)
Author URI: http://www.cinnamon.nl/
*/

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/* Layout */
body {
	font-size: 75%; 
	font-family: "Trebuchet MS", sans-serif;
	background-color: #eeeee6;
	color: #333;
	text-align: left;
	line-height: 1.5;
	}
#page {
	margin: 0;
	text-align: left;
	}

#header {
	position: relative;
	padding: 0;
	margin: 0 auto;
	height: 139px;
 	background: #fff url("images/header1.jpg") no-repeat;
 	border-bottom: 1px solid #ccc;
	}

#headerimg {
	position: absolute; top: 0; right: 0;
	margin: 0;
	height: 200px;
	width: 199px;
	background: transparent url("images/logo-bg.jpg") no-repeat;
	}

#header #headerimg h1 { background: transparent url("images/logo-cinnamon.gif") no-repeat; width: 212px; height: 139px; margin-left: -14px; }
h1 span, #header div.description { margin-left: -3000em; }

.narrowcolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0 35.2% 0 0;
	padding-top: 20px;
	padding-left: 3%;  
	min-height: 450px;
	background:  url("images/body1-0.jpg") no-repeat;
	}

/* ===== SIDEBAR =====*/
#sidebar {
	position: absolute;
	top: 182px;
	right: 0;
	width: 30%; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	border: 1px solid #ccc;
	color: #000;
	background: #f1f1ea;
	}

.ne, .nw, .se, .sw {
	position: relative;
	}

.nw {
	left: -1px;
	top: -1px;
	color: #000;
	background: url("images/nw.gif") top left no-repeat;
	}

.ne {
	left: 2px;
	color: #000;
	background: url("images/ne.gif") top right no-repeat;
	}

.se {
	top: 2px;
	color: #000;
	background: url("images/se.gif") bottom right no-repeat;
	}

.sw {
	left: -2px;
	padding: 12px 20px;
	color: #000;
	background: url("images/sw.gif") bottom left no-repeat;
	}


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

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

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;	}

#sidebar #categorylist { margin-top: 2.5em; }
	
/* ===== END SIDEBAR =====*/
	
#searchform * { margin-left: 0; padding-left: 0;  }
#searchform div { margin: 0; padding: 0; width: 187px;}
.widecolumn { /*used in links and archives.php*/
	padding: 7px 0 20px 0;
	margin: 0 0 0 40px;
	width: 60%
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	

#footer {
	padding: 0 0 0 52px;
	margin: 0 0 0 40px;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;
	font-size: 92%;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
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
	}
/* End Images */

/* 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 11px;
	}

.entry 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;
	}

.entry ul ul {
	margin-top: -2.2em; 
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 3% 3% 0 0 ;
	float: right;
	}
#commentform p { padding-left: 40px; width: 90%; }
/* End Form Elements */

/* abc */

/* Begin Comments*/
/*.alt {
	margin: 0;
	padding: 10px;
	}
*/
.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.small, small {
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: left;
	}

.description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
.entry p { 
	margin: 5px 0 0 55px; 
	padding-bottom: .75em; 
	}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #b06030;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* hr#bevel { position: absolute; top: 139px; left: 0; width: 100%; height: 16px; background: white url("images/bevel.gif") repeat-x top; z-index: 999; } */
hr { position: absolute; top: 140px; left: 0; width: 100%; border: 0 !important; background:  url("http://www.cinnamon.nl/img/bevel.gif") repeat-x; height:16px; margin: 0; padding: 0; z-index: 999; }

/* NAVIGATION */

#navigatie {
	height: 22px;
	width: 100%;
	margin: 0;
	position: absolute;
	top: 139px;
	left: 0;
	border-top: 1px solid #bcbab5;
	color: #000;
	background: url("http://www.cinnamon.nl/img/bevel.gif") transparent top left repeat-x;
	}

#navigatie h2 {
	visibility: hidden;
	}

#navigatie ul {
	position: absolute;
	top: -24px;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none outside;
	height: 23px;
	color: #fff;
	background: url("http://www.cinnamon.nl/img/bgs/menu7.jpg") #606066 no-repeat;
	width: 584px;
	}

body.voorpagina #navigatie ul {
	background-image: url("http://www.cinnamon.nl/img/bgs/menu1.jpg");
	}

body.bedrijf #navigatie ul {
	background-image: url("http://www.cinnamon.nl/img/bgs/menu2.jpg");
	}

body.portfolio #navigatie ul {
	background-image: url("http://www.cinnamon.nl/img/bgs/menu3.jpg");
	}

body.diensten #navigatie ul {
	background-image: url("http://www.cinnamon.nl/img/bgs/menu6.jpg");
	}

body.nieuws #navigatie ul, body.contact #navigatie ul {
	background-image: url("http://www.cinnamon.nl/img/bgs/menu4.jpg");
	}

body.post #navigatie ul {
	background-image: url("http://www.cinnamon.nl/img/bgs/menu5.jpg");
	}
#navigatie li {
	width: 72px;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccac5;
	border-right: 1px solid #cccac5;
	font-size: 114%;
	text-align: left;
	background-image: none;
	}

#navigatie li strong {
	display: block;
	}

#navigatie li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: transparent;
	}

#navigatie li a:focus {
r: #72737d;
	}

#navigatie li a:hover, #navigatie li a:active {
	color: #000 !important;
	background-color: #666 !important;
	}

#navigatie li strong a:hover {
	color: #b06030 !important;
	background-color: transparent !important;
	}

/* TYPOGRAPHY */
/* GENERAL */

h1 {
	font-size: 145%;
	color: #222;
	background: transparent;
	line-height: 120%;
	margin: 0 6% 20px;
	font-weight: normal;
	}

h2 {
	color: #6b5121;
	background: transparent;
	margin: 1.4em 6% 0.6em;
	font-size: 170%;
	line-height: 120%;
	letter-spacing: 0.0125em; 
	}

div#sidebar h2 { margin: 0; padding: 0;}

h3 {
	margin: 1.6em 6% 0.5em;
	font-size: 105%;
	line-height: 140%;
	color: #000;
	background: transparent;
	}

h4 {
	margin: 1.6em 6% 0.5em;
	font-size: 100%;
	line-height: 140%;
	color: #333;
	background: transparent;
	}

p {
	margin: 0 6% 1em;
	}

h2.intro, p.intro {
	font-style: italic;
	font-weight: normal;
	font-size: 100%;
	line-height: 135%;
	margin-bottom: 0.8em;
	color: #6b5121;
	background: transparent;
	}

.preintro {
	font-size: 90%;
	line-height: 130%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	font-style: italic;
	}

ul {
	list-style: none outside;
	margin: 0 6% 1.7em;
	padding: 0;
	}

ol {
	list-style-position: outside;
	margin: 0 6% 1.7em;
	padding: 0 0 0 2.2em;
	}

ul li, body.nieuws ul.bullets li {
	margin: 0;
	color: #000;
	padding: 0.1em 0 0.1em 1.5em;
	}

#extra ul li {
	background-position: 0 0.3em;
	}

ol li {
	padding: 0.1em 0;
	margin: 0;
	}

div#content.narrowcolumn div#footer,  div.post small { margin: 40px; }
div#page div.navigation { margin: 30px 0  0 28px; }
div.article div.post h2 {display: block; margin-top: 65px;}
/*div.article div.post p.postmetadata { margin: -5px 0 0 30px; text-indent: -38px;  } */
#footer, div.article div.post form { margin-left: 27px; }

div#sidebar form#searchform { margin-bottom: -25px; }
a { z-index: 999; }
.postmetadata {display: block; width: 100%; padding: 0 0 0 -55px; font-size: 0.95em; }
div#content.widecolumn .postmetadata {display: block; width: 100%; padding: 0 0 0 55px; font-size: 0.95em; }
div#content.widecolumn h2, div#content.widecolumn h3 { padding-left: 8px; }
h3#respond { margin-left: 55px !important; }
form#commentform { padding-left: 15px; }
div#footer, div#content.narrowcolumn * { margin-left: 55px; }
div#content.narrowcolumn * * {margin-left: 0; }

