* {
	margin: 0;
	padding: 0;
}

body {
	background: #660000 url(images/pagebg.gif) repeat-x;
	text-align: justify;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
	color: #333333;
}

h2 {
	font-size: 1.7em;
	color: #FFFFFF;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #333333;
}

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: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* page */

#page {
	width: 750px;
	margin: 0 auto;
	background: url(images/headerbg.gif) no-repeat;
}

/* Header */

#header {
	width: 740px;
	height: 190px;
	padding: 5px;
	background: url(images/header.png) no-repeat 50% 5px;
}

#header h1, #header h2 {
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
}

#header h1 {
	padding: 100px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	margin-top: -5px;
	padding: 0 0 0 22px;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* wrapper */

#wrapper {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
}

/* content */

#content {
	float: left;
	width: 520px;
	margin-top: -5px;
	padding-left: 5px;
}

/* posts */

.posts {
}


.posts .title {
	height: 37px;
	padding: 15px 0px 10px 15px;
	margin: 0;
	text-align: left;
	background: url(images/titlebg.png) repeat;	
}


.posts .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.posts .entry {
	padding: 20px 15px 10px 15px;
	background: url(images/entrybg.gif) repeat-x;
	line-height: 1.8em;
}

.posts .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin-top: -5px;
}

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

#sidebar li {
}

#sidebar li ul {
	margin: 0 5px;
	padding: 15px 15px 15px 30px;
	background: url(images/entrybg.gif) repeat-x;
	list-style-type: square;
}

#sidebar li li {
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 24px 5px 0 20px;
	background: url(images/navigationbg.png) no-repeat;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
}

/* Navigation */

#navigation {
}

#navigation h2 {
	height: 27px;
	padding-top: 13px;
	background-position: left bottom;
}

#extra {
}

/* Footer */

#footer {
	background: url(images/bottombg.png) no-repeat;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

/* Calendar */

#calendar a {
	color: #3366FF;
}


#calendar table {
	border: solid #000000 2px;
	background-color: #808080;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
}

/* the month and year header */
#calendar caption {
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	
}

/* top row cells which hold day names */
#calendar th {
	border: solid #000000 1px;
	font-size: 10pt;
	background-color: #808080;
	color: #ffffff;
	width: 100px;
	text-align: center;
}

/* day cells */
#calendar td {
	border: solid #000000 1px;
	height: 70px;
	width: 100px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
}

/* day cells with events */
#calendar td.event {
	background-color: #ffff33;
	font-size: 8pt;
}

/* day cell for today */
#calendar td.today {
	background-color: #ffffff;
}

