* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image: url("images/stripe.png");
	background-repeat: repeat;
	background-color: white;	
	margin: 0px;
	padding: 0px;
	color: #444748;
}

#page {
	width: 980px;
	margin: 0px auto 30px;
	background-color: white;
}

#header {
	width: 100%;
	background-color: white;
	
}

#menu-bar {
	width: 99.7%;
	background-color: #202020;
	min-height: 31px;
	height: auto !important;
	height: 31px;
	margin-top: -2px;
	padding-top: 8px;
	padding-bottom: 4px;
        padding-left: 4px;
	}
	#menu-bar ul {
		list-style-type: none;
		}
		#menu-bar ul li {
			float: left;
			}
			#menu-bar ul li a {
				display: block;
				text-indent: -9999px;
				outline: none;
				}
				#menu-bar ul li a.button-about {
					width: 75px;
					height: 31px;
					background-image: url(images/button-about.gif);
					background-position: bottom center;
				}
				#menu-bar ul li a.button-contact {
					width: 87px;
					height: 31px;
					background-image: url(images/button-contact.gif);
					background-position: bottom center;
				}
				#menu-bar ul li a:hover {
					background-position: top center;
				}
	#menu-bar .floatright {
		float: right;
		margin-right: 10px;
		padding-top: 2px;
}

#main-content {
	background-color: white;
	padding: 20px;
	width: 600px;
	float: left;
}

.entry {
	background-color: white;
	padding: 0px 10px 10px 10px;
	border: 1px solid #eef0ff;
	border-left: 5px solid #aadb00;
	background-image: url(images/entry-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	.entry p.article-author {
		font-family: Georgia, serif;
		font-weight: bold;
		font-size: 1.0em;
		float: right;
	}
	.entry p.article-date {
		float: left;
	}
	
	
p {
	font-size: 1.2em;
	margin-bottom: 10px;
}

p.bio {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

a {
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

.post-title-box {
	padding-left: 10px;
	margin-bottom: -4px;
	border-left: 5px solid #666666;
	padding-bottom: 4px;
}

.post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
.post h2 a:hover {
	color: black;
}

.post {
	margin-bottom: 30px;
}

.post p {
	line-height: 1.9em;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post ol ol {
	list-style-type: lower-alpha; 
}

.post li {
	font-size: 1.2em;
	line-height: 1.9em;
	padding: 2px 0 2px 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

code {
	font: 1.2em 'Courier New',Courier,Fixed;
	display: block;
	overflow: auto;
	text-align:left;
	margin: 10px 0 10px 12px;
	padding: 5px 20px 5px 20px;
	background: #D7E1FF;
	border-top: solid 1px #9DB7FF;
	border-bottom: solid 1px #9DB7FF;
}

pre {
	font-size: 1.4em;
}

a img {
	border: 0;
}

#sidebar {
	background-color: white;
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-right: 20px;
}

#sidebar ul {
	margin-bottom:20px;
	list-style: none;
}

#sidebar a {
	display: block;
	width: 100%;
	color: #0066CC;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: dashed 1px #CFCFCF;
	}
	#sidebar a:hover {
		background-color: #eef0ff;
		text-decoration: none;
	}

#sidebar ul h2 {
	padding-bottom: 5px;
	border-bottom: dashed 1px #CFCFCF;
	font-size: 1.5em;
}

#comments {
	font-size: 1.2em;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:5px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol#commentlist {
	list-style-type: decimal;
}

ol#commentlist li {
	margin-left: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

ol#trackbacklist {
	list-style-type: decimal;
}

ol#trackbacklist li {
	margin-left: 20px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform input {
	font-family: Tahoma;
	padding: 5px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#commentform textarea {
	font-family: Tahoma;
	padding: 5px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	height: 160px;
	background-image: url(images/entry-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#search-area {
	padding-top: 5px;
	float: left;
	margin-left: 15px;
}

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform input {
	width: 205px;
	background: #fff;
	padding: 3px;
	font-size: 10px;
}

.adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	padding-top: 8px;
	float: left;
	margin-left: 10px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}

#footer {
	width: 100%;
	text-align: center;
	background: black;
}

#footer ul {
	list-style: none;
	}
	#footer ul li {
		width: 290px;
		margin-left: 10px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dashed #666;
	}
	#footer ul li a {
		display: block;
		width: 290px;
		padding: 4px;
	}
	#footer ul li a:hover {
		background: #666;
		color: white;
	}


#footer #footer-left {
	width: 310px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: url(images/archives-bg.jpg) no-repeat;
	margin-right: 5px;
	float: left;
	margin-bottom: 15px;
	padding-top: 50px;
}

#footer #footer-middle {
	width: 310px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: url(images/categories-bg.jpg) no-repeat;
	margin-right: 5px;
	float: left;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 50px;
	}

#footer #footer-right {
	width: 310px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: url(images/author-bg.jpg) no-repeat;
	margin-right: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-top: 247px;
}

input#submit {
	/*width: 170px;
	height: 30px;
	background: url(images/post-button.gif) no-repeat;
	border: 0px solid white;
	text-indent: -9999px;*/
}
