/*
Theme Name: Chris's theme
Theme URI: http://chrisvanleeuwen.net/
Description: Lorem ipsum dolor sit amet.
Version: 0.1
Author: Christian van Leeuwen
Author URI: http://chrisvanleeuwen.net
Tags: chris
*/

/*

font-size:77%  		for setting 10px
font-size:85%  		for setting 11px 
font-size:93% 		for setting 12px 
font-size:100%		for setting 13px
font-size:108%		for setting 14px
font-size:116%		for setting 15px
font-size:123.1%	for setting 16px
font-size:131%		for setting 17px
font-size:138.5%	for setting 18px
font-size:146.5%	for setting 19px
font-size:153.9%	for setting 20px
font-size:161.6%	for setting 21px
font-size:167%		for setting 22px
font-size:174%		for setting 23px
font-size:182%		for setting 24px
font-size:189%		for setting 25px
font-size:197%		for setting 26px

*/

html {
	background:url(images/bg.gif) #292C29 no-repeat;
	background: -moz-linear-gradient(#777F77 0%, #CACFCA 15%, #CACFCA);
}

body {
	padding-bottom:2em;
	font-family:"Lucida Grande", Arial, sans-serif;
	border-top:5px solid #76CF33;
	padding:0 1em;
}
h1, h2, h3,  h4, h5, h6 {
	line-height:150%;
	letter-spacing:0.001em;
	font-weight:bold;
	color:#0F0E0E;
	margin:1.5em 0 .5em 0;
}

h1 {
	font-size:182%;
	margin:0;
}
h2 {
	font-size:123.1%;  
}
h3 {
	font-size:108%;
}
strong {
	font-weight:bold;
}
abbr,acronym {
	border-bottom:1px dotted;
	cursor:help;
} 
em {
	font-style:italic;
}
a {
	color:#81E038;
	color:#64AF2B;
	text-decoration:none;
}
a:hover {
	color:#81E038;
	text-decoration:underline;
}
.blog-title {
	font-size:138.5%;
	display:block;
}
pre,code,kbd,samp,tt{
	font-size:93%;
}
pre {
	border:1px solid #DDDDDD;
	padding:2px 6px;
	overflow:auto;
	margin:0 0.5em 1em 0.5em;
}


.richtext {
	color:#292C29;
	line-height:150%;
	word-spacing:.1em;
	padding-left:2em;
}
.richtext a {
	color:#0F0E0E;
	border-bottom:1px solid;
}
.richtext a:hover {
	text-decoration:none;
	border-bottom:1px dotted;
}
.richtext blockquote,
.richtext ol,
.richtext dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
.richtext blockquote {
	font-style:italic;
}
.richtext ul {
	margin:1em 0;
}
	.richtext ul  ul {
		margin:0;
	}
	.richtext ul li {
		background:url(images/bullet.gif) no-repeat .75em .45em;
		padding-left:2em;
	}
.richtext ol,
.richtext dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
.richtext ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
.richtext dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
.richtext th,.richtext td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
.richtext th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
.richtext caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
.richtext p,
.richtext fieldset,
.richtext table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}



#yui-main .yui-b {
	background:#FCFCFC;
	background:#FCFCFC url(images/gradient_nav.gif) repeat-x;
	padding-top:.75em;
}


.gutter {
	padding:1em 1.5em 1em 1.5em;
}
#hd {
	color:#D5D8CE; 
}
	#hd a {
		color:white;
	}
	#hd hr {
		display:none;
	}


#sidebar {
	color:#292C29;
	background-color:#FFF;
	border-bottom:1px dashed #292C29;
	
}

#sidebar ul {
	padding:0px 9px 6px 9px;
}
#sidebar ul ul {
	padding:0;
}


#sidebar a {
	font-weight:bold;
}

	
#ft, #ft a {
	color:#666;
}
	#ft a {
		text-decoration:none;
		border-bottom:1px solid #666;
	}
	#ft a:hover {
		color:#999;
		border-bottom-color:#999;
	}
	#ft hr {
		display:none;
	}

	
.post {
	border-bottom:1px #292C29 dashed;
}
.postmetadata {
	font-size:85% /*renders 11px */;
	line-height:140%;
}
.postmetadata,
.postmetadata a {
	color:#777F77;
}

.post .entry {
	margin:2em 0;
}


.more-link {
	float:right;
}

.rss {
	font-size:85%;
	background:url(images/Newspaper_Feed_32x32.png) no-repeat center top;
	float:right;
	padding-top:32px;
	min-width:32px;
	display:block;
	text-align:center;
}
.rss:hover {
	background-image:url(images/Newspaper_Feed_add_32x32.png);
}


.widget  {
	margin-bottom:1.5em;
}
	.widget h2 {
		color:#D5D8CE;
		font-size:116%;
		letter-spacing:-.05em;
		font-family:verdana;
	}
	.widget ul,
	.widget .textwidget {
		margin-left:1em;
	}
	.widget ul ul,
	.widget ul .textwidget,
	.widget .textwidget ul,
	.widget ul .textwidget {
		margin-left:0em;
	}
	.widget #twitter_update_list li {
		margin-bottom:.5em;
	}
	
textarea#comment {
	width:100%;
}

.wp-caption {
	background:#F3F3F3;
	border:1px solid #DDDDDD;
	text-align:center;
	padding-top:.5em;
	margin-bottom:1em;
	width:inherit!important;
}
	.wp-caption p { margin-bottom:0; }

ol.commentlist {
	margin:0.5em 10em 1em 0;
}
	ol.commentlist li {
		list-style:none;
		position:relative;
		padding-left:40px;
	}

	ol.commentlist li .avatar {
		position:absolute;
		left:0;
	}

	ol.commentlist li cite {
		display:block;
		font-size:116%;
		line-height:32px;
		font-weight:bold;
	}
	ol.commentlist .commentmetadata {
		position:absolute;
		right:0;
		top:0;
	}
.syntaxhighlighter {
	margin:2em 0 2em 1em !important
}