/* SET MARGIN AND PADDING TO 0 FOR ALL ELEMENTS */
* {
margin: 0; padding: 0;
}

/* SET BASE FONT ATTRUBUTES */
html, body {
font: Georgia, "Times New Roman", Times, serif 14px/1.5em;
color: #000;
}

/* REMOVE PADDING AND MARGIN VALUES */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre
{margin: 0; padding: 0;}

/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;}

h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {text-decoration: none;}
a:link, a:visited {color: #00f;}
a:hover {color: #075E75;}
a:active {color: #075E75;}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
table {border-collapse: collapse;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul, ul ol, ul dir, dl ul, dl ol, dl dir, dl dl
{margin-top: 0; margin-bottom: 0;}

body {
	background: #FFFFFF;
}

body, input, textarea, select {
	font: normal medium "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 5px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #075E75;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #579700;
}

a:hover {
	text-decoration: none;
}

a:link, a:visited {color: #579700;}


/* Wrapper */

#wrapper {
	width: 1000px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

/* Header */

#header {
	height: 150px;
	width: 1000px;
	position: relative;
	background: #FFFFFF url(images/web/darwin_banner.gif) no-repeat;
	margin: 5px auto;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 675px;  
	font-size: 2.7em;
	letter-spacing: -2px;
}

#header h2 {
	position: absolute;
	top: 0px;
	left: 0px;  
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #075E75;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Content */

#content {
	background: #FFFFFF url(images/web/bg.gif) repeat-y;
	border-top: 3px solid #075E75;
	border-bottom: 5px solid #FFFFFF;
	margin: 15px auto;
	width: 1000px;
}

/* Blog */

#blog {
	float: right;
	width: 823px !important;
	width: 820px; /*IE6 3px problem */
	margin: 0px auto;
}

/* Post */

.post {
	padding-bottom: 0px;
}

.post .title {
	height: 60px;
	border-top: 1px solid #075E75;
	text-transform: uppercase;
	font-size: medium;
	font-weight: bold;
	padding: 5px;
}

.post .title a {
	text-decoration: none;
}

.post .date {
	margin-top: -70px;
	text-align: right;
	font-size: x-small;
	padding: 5px;
	color: #075E75;
}

.post .entry {
	padding: 10px 10px 10px 10px;
	line-height: 1.8em;
}

.post p {
	text-align: justify;
}

.post .meta {
	padding: 0 15px;
	font-size: x-small;
	color: #333;
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */

TD {
	FONT: 12px Arial, Helvetica, sans-serif; COLOR: #FFFFFF
}
A:hover {
	COLOR: #075E75
}
#navigation TD {
	BORDER-BOTTOM: #FFFFFF 1px solid
}
#navigation A {
	PADDING-RIGHT: 6px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 10px; FONT: bold 14px Arial; COLOR: #ffffff ; PADDING-TOP: 8px; LETTER-SPACING: 0.1em
}
#navigation A:hover {
	BACKGROUND: #075E75; COLOR: #FFFFFF 
}

/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	width: 1000px;
	height: 50px;
	margin: 0px auto;
	background: #FFFFFF url(images/web/fbg.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 11px 0;
	text-align: center;
	font-size: x-small;
}

#footer a {
}