body 
{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: normal 12px Verdana, Arial, Sans-Serif;
    text-align: left;
}

/* Links */

a:link { color: #C6C6C6; text-decoration: none;}

a:visited { color: #C6C6C6; text-decoration: none; }

a:hover, a:active { color: #000000;}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }

h1 { font-size: 36px; color: #293138;}
h2 { font-size: 28px; color: #353F47;}

.post-title h2 {color: #3f4f5c; font-weight:bold; text-transform: uppercase; margin-bottom:5px;}
h3 { font-size: 24px; color: #3f4f5c;}
h4 { 
        color: #222222;
		letter-spacing: -1px;
		font-weight: bold;
		font-size: 18px;
		border-bottom: none !important;
		text-align: left;
}


blockquote {
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px; 
	margin: 10px 20px;
}

/* Structure */

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	padding: 0px 0;	
}

#navigation {
	float: left; 
	width: 800px;
	background-color: #282d2d;
	text-transform: none;
    font-size: 14px;
}

#wrapper {
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 800px;
    background: #ffffff;
    border-left: solid #000 0px;

    border-right: solid #000 0px;

    border-bottom: solid #dde0e1 2px;
}

#content-wrapper {
	width: 475px;
	float: left;
}

#content {
	float: left;
	padding: 27px;
	line-height: 1.6em;

	text-align: justify;
	color: #333333;
}

#sidebar-wrapper {
    margin-left: 5px;

    margin-top: 25px;

    margin-bottom: 25px;
	width: 285px;
	float: left;

	background-color: #fff;
	border: solid #E6E4E4 1px;
	}

#sidebar {
	float: left;

	width: 255px;
	padding: 15px;
    color: #5b5c5c;
	font-size: 9pt;
	text-align: left;
	}

#box {
	clear: both;
}

#footer {
	clear: both;
	float: left;
	width: 800px;
	margin: 0px 0;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	background: #282d2d;
}

/* Navigation */

#navigation ul {
	margin: 0 5px;
	float: left;
	width: 800px;
	padding: 0px 0;
	list-style-type: none;
}

#navigation li { float: left; margin: 0 0 0 5px; padding: 0; }
#navigation a:link,
#navigation a:visited {
	float: left;
	display: block;
	color: #c6c6c6;
	padding: 5px 10px;
}

#navigation ul li.current_page_item   a:link,
#navigation ul li.current_page_item   a:visited,
#navigation ul li.current_page_item   a:hover,
#navigation ul li.current_page_item   a:active
{
	color: #ffffff;
	background-color: #414646;
	border-left: solid #6b7070 1px;
        border-right: solid #6b7070 1px;
}

#navigation ul li.search
{
        float:right;
        margin-right: 10px;
}


/* Header */

#header h1 {color: #222222; font-weight: bold; margin-bottom: 1px; text-align:center;}

#header h1 a {width:750px; height: 200px; background: transparent url() center center no-repeat; }

#header h1 a:link,
#header h1 a:visited
{
	color: #333333;
}

#header h1 a:hover,
#header h1 a:active
{
	color: #000000;
	background-color: transparent;
}

#header h1 span {color:#5b5c5c;}

#header h2 {font-size: 14px; color: #353F47; margin-bottom: 20px; text-align:center;}



/* Content */


h3.post-title {
        display: inline;
        color: #222222 !important;
        font-family: Verdana, Arial, Sans-Serif !important;
		letter-spacing: -1px;
		font-weight: bold;
		font-size: 24px;
		border-bottom: none !important;
		text-align: left;
        }
        
/* Sidebar */
#sidebar h3 {
	font-size: 20px; color:#5b5c5c; 
	text-transform: none; 
	border-bottom: solid #5b5c5c 2px;
}


ul#sidenotes {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: none;
}

ul#sidenotes li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom: 1px dotted #cccccc;
}

ul#sidenotes li:hover {
	background-color: #eeeeee;
}

ul#sidenotes li a:link,
ul#sidenotes li a:visited {
	padding: 0; 
	color: #333333;
}

ul#sidenotes li a:hover,
ul#sidenotes li a:active {
	background-color: transparent; 
}



