html
{
	margin: 0;
	padding: 0;
	color: #aaaaaa;
	background-color: #333333;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

/* Links */

a:link { text-decoration: none; color: #7799bb; }

a:visited { text-decoration: none; color: #557799; }

a:hover, a:active { color: #dd5555; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 10px 0; color: #aaa; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5, h6 { font-size: 17px; }

ul, ol, dl, blockquote, pre, .comment, .trackback, #comment-form
{
	color: #999999;
	margin: 10px 0; 
	padding: 10px 30px; 
	line-height: 1.8em;
	border: 1px solid #222;
	background: #404040;
}

ul { list-style-type: square; } 

dt
{
	margin: 0;
	color: #7799bb;
	font-size: 10px; 
	font-weight: bold;
	padding: 10px 0 2px; 
	text-transform: uppercase; 
}

dd { margin: 0; padding: 2px 0 5px; margin-bottom: 5px; border-bottom: 1px dotted #555555; }

dd.last { border-bottom-width: 0; }

pre { font-family: Consolas, Verdana, "Courier New"; font-size: 11px; padding: 10px 30px; }

code { color: #779955; }

abbr, acronym { text-decoration: none; border-bottom: 1px dotted #aaaaaa; cursor: help; }

em { font-style: italic; }

strong { font-weight: bold; }

ins { color: #999999; text-decoration: none; padding-left: 20px; }

del { text-decoration: line-through; } 

blockquote { text-align: right; }

blockquote p { text-align: left; }

blockquote cite { font-style: normal; padding-right: 10px; }

/* Structure */

body
{
	margin: 0;
	float: left;
	width: 100%; 
}

#header
{
	float: left; 
	width: 100%; 
	clear: both;
	padding: 20px;
	background: #000;
}

#navigation
{
	float: left;
	width: 100%; 
	clear: both;
	color: #333333;
	border-bottom: 5px solid #222222;
	background: #eeeeee; 
	padding: 0 20px;
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
}

#content-wrapper
{
	width: 60%;
	float: left;
	padding: 20px 0;
}

#content
{
	float: left;
	padding: 0 20px;
}

#sidebar-wrapper
{
	width: 40%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 20px;
	width: 250px;
	background: #2f2f2f;
}

#footer
{
	clear: both;
	float: left;
	width: 100%; 
	color: #888888;
	text-align: center; 
	background-color: #222222;
	border-top: 1px solid #000000;
	border-bottom: 10px solid #191919;
}

/* Header */

#header a#logo { 
    display: block;
    width: 119px;
    height: 93px;
    outline: none;
    background: transparent url('http://www.cadcuci.net/images/sixpence/logo.gif') top left no-repeat;
    text-indent: -9999px;
}

#header h2 { padding: 0 25px 20px; font-size: 15px; }

/* Navigation */

#navigation ul { float: left; list-style-type: none; margin: 0; padding: 0; background: none; border-width: 0; }

#navigation li { float: left; }

#navigation a
{
	float: left;
	display: block;
	padding: 5px 10px; 
}

#navigation a:link,
#navigation a:visited
{
	color: #002244; 
	font-weight: bold; 
	text-transform: uppercase; 
}

#navigation a:hover,
#navigation a:active
{
	color: #7799bb;
	background: #333333;
}

body#bhome li#lhome a,
li#lhome a:hover,
li#lhome a:active
{
	background-position: 0 -1px; 
}

body#barchives li#larchives a,
li#larchives a:hover,
li#larchives a:active
{
	background-position: 0 3px;
}

body#babout li#labout a,
li#labout a:hover,
li#labout a:active
{
	background-position: 0 0; 
}

body#bcontact li#lcontact a,
li#lcontact a:hover,
li#lcontact a:active
{
	background-position: 0 2px; 
}

body#bhome li#lhome a,
body#barchives li#larchives a,
body#babout li#labout a,
body#bcontact li#lcontact a
{
	color: #99bbdd;
	background-repeat: repeat;
	background-color: #333333;
}


/* Content */

.entry { margin-bottom: 5px; padding-bottom: 20px; border-bottom: 1px dotted #555555; line-height: 1.8em; }

.entry-footer { margin: 10px 0 0; padding: 10px; background-color: #2d2d2d; color: #888888; border: 1px solid #252525; }

.entry-footer p { margin: 0; padding: 0; }

.comment-list { margin-bottom: 5px; padding-bottom: 20px; border-bottom: 1px dotted #555555; }

#comment-form { margin-top: 15px; padding-bottom: 20px; }

label { font-weight: bold; font-size: larger; }

input, textarea { background-color: #333333; border: 1px solid #000000; color: #888888; padding: 5px; }

/* Sidebar */

#sidebar p
{
	color: #999999;
	margin: 10px 35px; 
	padding: 5px 30px; 
	line-height: 1.6em;
	border: 1px solid #1a1a1a;
	border-top: 10px solid #151515;
	background: #404040;
}

/* Footer */

#footer p { margin: 15px 0; }

#footer a:link { color: #888888; font-weight: bold; border-bottom: 1px dotted #888888; } 

#footer a:visited { color: #666666; font-weight: bold; border-bottom: 1px dotted #666666; }

#footer a:hover, #footer a:active { color: #999999; border-bottom: 1px solid #999999; }