body {
	font: 0.9em/150% "Bitstream Vera Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: "Bitstream Vera Serif", "Times New Roman", Times, Georgia, serif;
}

#banner {
	height: 158px;
	background: #B3C7CE url(images/header_perfectionism.jpg) no-repeat right;
}
#banner h1 {
	margin: 0;
}
#banner a {
	text-decoration: none;
	color: #333333;
}

#banner * { /* Hide all banner contents from screen browsers */
	display: none;
}

#container {
	position: relative;
	width: 100%; /* Needed for IE 6 */
}
#content {
	margin-right: 21%;
	padding: 30px;
}

.date {
	margin-left: -15px;
	font-style: italic;
	color: #666666;
	border-bottom: 1px groove #333333;
	font-family: "Bitstream Vera Serif", "Times New Roman", Times, Georgia, serif;
	font-size: 1em;
}

.title {
	margin-left: -15px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size: 1.7em;
	line-height: 1.2em;
	padding: 3px 0 3px 15px;
}

/*
.date {
	font-style: italic;
	color: #666666;
	margin-left: -15px;
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 3px 0 3px 15px;
	font-family: "Bitstream Vera Serif", "Times New Roman", Times, Georgia, serif;
	font-size: 1em;
}

.title {
	border-bottom: 1px groove #333333;
	font-size: 1.5em;
	line-height: 1.2em;
}
*/

.title a {
	text-decoration: none;
	color: inherit;
}
.posted {
	color: #666666;
	font-style: italic;
	font-size: 70%;
	line-height: normal;
}

#links {
	width: 212px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #7F9192;
	margin-top: 0;
}

.calendar {
	font-size: xx-small;
}

.calendarhead {
	
}

.side {
	margin: 0 5px 30px 15px;
	padding: 0;
}

#links h3 {
	width: 212px;
	height: 42px;
	background: url(images/sidemenu_boxhead.png) no-repeat center;
	color: #333333;
	text-align: center;
	line-height: 42px;
	margin: 0;
	padding: 0;
	font-family: "Bitstream Vera Serif", "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
}

#links a:link, #navigation a:link {
	color: #D3D8DB;
	text-decoration: none;
}

#links a:visited, #navigation a:visited {
/*	color: #CC6666; */
	color: #FEFECB;
	text-decoration: line-through;
}

#links a:hover, #navigation a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#links ul, #links form {
	margin-top: 0;
}

#search {
	font-family: monospace;
	width: 100px;
}


.powered {
	font-size: x-small;
}

.menuFade {
	height: 38px;
	background: url(images/sidemenu_bottom.png) repeat-y bottom;
}

#navigation {
	background: #333333 url(images/navbar_quest_impossible.gif) no-repeat right;
	height: 29px;
	padding-left: 1em;
}

#navigation ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	height: 29px;
}

#navigation span {
	vertical-align: middle;
}

#navigation ul li:before {
	content: url(images/post_separator.gif);
}

#navigation ul li.first:before {
	content: "";
}

a:link, a:visited, a:hover {
	font-style: normal;
	text-decoration: none;
}


ul.archives {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 0.9em;
}
.archives li {
	list-style-image: url(images/swan.gif);
	min-height: 23px;
}

/* Comments styles */
.comments-body {
	background-color: #EFEFEF;
	padding: 30px;
	border: 1px ridge #333;
	margin-bottom: 1em;
}

#blogmarks {
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#blogmarks li {
	text-align: center;
	float: left;
	border: 1px ridge #666666;
	padding: 0 0.1em 0 0.1em;
	margin: 0.2em;
}

#blogmarks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}