*
{
	margin: 0;
	padding: 0;
}

html
{
	color: #666;
	background-color: #fff;
	font: normal 90%/1.5 "Trebuchet MS", Tahoma, Arial, sans-serif; 
}

/* Links */

a
{
	text-decoration: none;
background-color:#cef255;
}

a:link
{
	color: #666;

}

a:visited
{
background:none;
color:#333;
}

a:hover, a:active
{
	background:none;
}

/* Headings */

h1, h2, h3, h4, h5, h6
{
	color: #7a0026;
	margin: 0 0 10px;
	font-weight: bold;

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
background:none;
color:#7a0026;
}

h1 
{
	font-size:2em;
font-family: "adelle-1","adelle-2";
color:#7a0026;
font-weight:normal;
padding-bottom:0;

}


h1 a:hover { color: #7a0026; }
h1 a:visited, h2 a:visited, h2 a { color:#7a0026 !important; }
h2
{
	font-size: 1.3em;
line-height:110%;
font-family: "adelle-1","adelle-2";
font-weight:normal;
}

h2 a:hover { color:#BADB4D !Important; }
h3
{
	font-size: 1.0em;

}


h4, h5, h6
{
	font-size: 1.0em;
}

/* Lists */

ul, ol
{
	line-height: 1.7em;
}

ul
{
	margin: 25px 35px;
	list-style-type: square;
}

ol
{
	margin: 25px 40px;
}

/* Other HTML Elements */

p
{
	margin: 10px 0;
}
.post img { border:2px solid #ccc; text-align:center; }
abbr, acronym, cite
{
	color: #777;
	cursor: help;
	font-style: normal;
	border-bottom: 1px solid #777;
}

/* Structure */

body
{
	width: 800px;
	margin: 0 auto;
}

#navigation
{
	float: right;
	width: auto;
margin-top:10px;
font-family: "adelle-1","adelle-2";
}

#header
{
	padding: 10px 0;
	background-color: #fff;
float:left;
}

#wrapper
{
	float: left; 
	width: 100%;
	clear: both;
	padding: 20px 0 10px;
}

#content
{
	width: 70%;
	float: left;
}

#sidebar
{
	width: 30%;
	float: left;
}
#sidebar a { background:none; color:#badb4d; text-transform:lowercase; }
#sidebar a:before { content:"+ " }
#sidebar ul li { list-style:none; padding-left:0; }
#sidebar ul { margin-left:0; }
#sidebar h2 { text-transform:lowercase; }
#footer
{
	clear: both;
	padding: 10px 0;
	font-size: 0.9em;
	text-align: center;
border-top:3px dotted #CCCCCC;
}

/* Navigation */

#navigation ul
{
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	background-color: #fff;
	
}

#navigation li
{
	float: left; 
}

#navigation a
{
	float: left;
	display: block;
	padding: 5px 10px;
	text-transform: lowercase;
color:#badb4d;
background:none;
font-weight:bold;
}

#navigation a:hover, 
#navigation a:active
{
color:#7a0026;
}

#navigation li.active a
{
color:#7a0026;
}

/* Header */

#header h1
{
	margin: 0;
	padding: 0;
font-size:2.5em;
}

#header h2
{
	margin: 0;
	padding: 0 10px;
	font-size: 1.5em;
text-indent:10px;
color:#BADB4D;
}

/* Content */

.post
{
	margin: 0 20px 0 10px;
}

.post-footer
{
	color: #555;
	font-size: 0.8em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 4px dotted #CCCCCC;
}

.post-footer a
{
	border-bottom-width: 0;
background:none;
}

.post-footer a:link
{
	color: #badb4d;
}

.post-footer a:hover,
.post-footer a:active
{
	color: #7a0026;
}

.last .post-footer
{
	margin-bottom: 0;
	border-bottom-width: 0;
}

p.pagination a
{
	margin-right: 10px;
 font-family: "adelle-1","adelle-2";
background:none;
color:#BADB4D;
font-size:1.3em;
}

/* Sidebar */

.block
{
	padding: 0 5px 0 15px;
	margin: 0 5px 20px 15px;
	border-bottom: 4px dotted #CCCCCC;
}

.block h2
{
	margin-left: 0;
	margin-bottom: 5px;
}

.block ul
{
	margin-top: 0;
	margin-left: 20px;
}

#about_me p
{
	font-size: 0.9em;
}

/* Footer */

#footer a:link
{
	color: #666;
background:none;
}

#footer a:hover, #footer a:active
{
	color: #333;
background:none;
}

/* Comments */

textarea, 
.input
{
	padding: 5px;
	border: 1px solid #999; 
}

#comments,
#comment-form
{
	margin: 0 20px 0 10px;
}
.codeblock { border:2px solid #ccc; max-width:100%; word-wrap:wrap; padding:5px; }