/* @override 
	http://jonnoriekwel.nl/styles/main.css
	http://jonnoriekwel.nl/styles/main.css
*/

html {
	
}

body {
	text-align: center;
	color: #333;
	background: #fff url(../bg.gif) repeat-y center 0;
	font: 12px/17px Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 50px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #333;
}

abbr {
	border-bottom: 1px dotted #7c7c7c;
	cursor: help;
}

blockquote {
	color: #606060;
	margin: 10px 0 20px;
	padding-top: 20px;
	line-height: 20px;
	font-size: 15px;
	background: url(../images/quoteleft.jpg) no-repeat 0 0;
	padding-left: 50px;
	font-style: italic;
}

blockquote a {
	font-size: 12px;
	color: #606060;
}

blockquote p {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/quoteright.jpg) no-repeat right bottom;
	padding-bottom: 20px;
	padding-right: 50px;
}

/* CONTAINER */

#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
}

/* LOGO */

#sidebar {
	width: 364px;
	position: fixed;
	float: left;
	background-color:#eeeee4;
}

#sidebar #logo {
	height: 96px;
	background: url(../logo.png) no-repeat 0 24px;
}

/* CONTENT */

#content {
	float: right;
	width: 406px;
}

#content .page a {
	color: #333;
	text-decoration: none;
	background: url(../images/a_bg.gif) repeat-x 0 bottom;
	padding-bottom: 1px;
}

#content .page a:hover {
	border-bottom-color: #000;
	color: #000;
}

/* navigation */

#content #navigation {
	background: url(../images/navigation_bg.jpg) no-repeat;
	height: 96px;
	padding-left: 28px;
}

#content #navigation a {
	
}

/* page */

#content .page {
	clear: both;
	margin-top: 55px;
	padding-left: 35px;
}

#content .page .title {
	font-size: 11px;
	color: #ccc;
	text-transform: uppercase;
	line-height: 6px;
	min-height: 45px;
	height: auto !important;
	height: 45px;
}

#content .page .title h1 {
	font-size: 17px;
	line-height: 30px;
}

#content .page .title .date {
	float: left;
	border-right: 1px solid #e6e6e6;
	padding-bottom: 8px;
	text-align: center;
	width: 21px;
	padding-right: 12px;
	height: 37px;
	margin-right: 11px;
}

#content .page .title .name {
	float: right;
	width: 324px;
	padding-bottom: 8px;
}

#content .page .title .name h1 a {
	background-image: none;
	color: #333;
}

#content .page .title .name a {
	color: #ccc;
	background-image: none;
}

#content .page .title .name a:hover {
	color: #333;
}

#content .page .text {
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
}

#content .page .text_normal {
	border-top: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

/* home */

#content .home {
	background: url(../images/page_home.jpg) no-repeat;
}

/* about */

#content .about {
	background: url(../images/page_about.jpg) no-repeat;
}

#content .about .text img {
	margin-right: 7px;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #e6e6e6;
	float: left;
}

#content .about .title .name {
	width: 100%;
	float: none;
}

/* portfolio */

#content .portfolio {
	background: url(../images/page_portfolio.jpg) no-repeat;
}

#content .portfolio a {
	background-image: none;
}

#content .portfolio img {
	margin-right: 7px;
	padding: 4px;
	margin-top: 3px;
	border: 1px solid #e6e6e6;
}

#content .portfolio .text {
	margin-bottom: 20px;
}

#content .portfolio .title .name {
	width: 100%;
	float: none;
}

/* blog */

#content .blog {
	background: url(../images/page_blog.jpg) no-repeat;
}

#content .blog .text pre, #content .page .text_normal pre {
	padding: 5px 7px;
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	width: 371px;
}

/* contact */

#content .contact {
	background: url(../images/page_contact.jpg) no-repeat;
	margin-bottom: 20px;
}

#content .contact .title .name {
	width: 100%;
}

#content form {
	margin: 0;
	padding: 6px 0 0;
}

#content form label {
	width: 164px;
	padding-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	font-size: 11px;
}

#content form input {
	width: 200px;
	text-align: left;
	border: 1px solid #bebebe;
	padding: 0;
	margin: 0 0 7px;
}

#content form input.none {
	font-size: 10px;
	width: auto;
	margin-left: 164px;
	margin-top: 7px;
}

#content form textarea {
	width: 200px;
	height: 100px;
	overflow: auto;
	border: 1px solid #bebebe;
	margin: 0;
	padding: 0;
}

/* comments */

#content .comments {
	background: url(../images/page_comments.jpg) no-repeat;
}

#content .comments .title .name {
	width: 100%;
	float: none;
}

#content .comments .comment {
	
}

#content .comments .comment .user {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

#content .comments .comment .post {
	padding-bottom: 10px;
}

/* allcomments */

#content .addcomment {
	background: url(../images/page_addcomment.jpg) no-repeat;
}

#content .addcomment .title .name {
	width: 100%;
	float: none;
}

/* other */

.clear {
	clear: both;
}