/* Structure
---------------------------------------- */
#page {	margin:10px 0px 0px 0px;	}
#header {
	height: 50px;
	border-bottom: 1px solid #777;
	width: 100%;
	margin: 0;
}
#left_col {
	position: absolute;
	top: 60px;
	left: 0;
	width: 130px;
	z-index: 3;
	margin: 0;
	overflow: hidden;
}
#center_col {
	position: relative;
	margin: 0 0 0 132px;
	z-index: 5;
	border: solid #777;
	border-width: 0 1px;
}
/* Default Design Elements
-------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #333;
	color: #999;
	font-family: Verdana,Arial,Sans-serif;
	font-size: 12pt;
}
a:link 		{	color: #da7;				}
a:visited		{	color: #799;				}
a:hover		{	color: #fff;					}
a img		{	border-width: 0;			}
/* Content Block Formatting ------------------------------
-------------------------------------------------------------------- */
#header_content {
	margin: 0px 10px 0px 10px;
}
#left_content {
	font-size: 8pt;
	padding: 20px 5px 20px 5px;
}
#center_content {
	height: 80%;
	padding: 5px 5px 50px 5px;
}
/* Blog Title
-------------------------------------- */
#blog-title {
	text-align:left;
	font-size: 30pt;
	color:#8dd;
	text-transform:lowercase;
}
#blog-title a {
	color:#8cc;
	text-decoration:none;
}
#description {
	margin: 10px 0px 0px 10px;
	text-align:right;
	font-size: 14pt;
	color:#9c7;
}

#gallery-text {
	font-size: 8pt;
	color:#9c7;
	font-style: italic; 
}
/* Posts
----------------------------------------------- */
.date-header {
	margin:0 0 .75em;
	padding-bottom:.35em;
	border-bottom:1px dotted #567;
	font:bold 100%/1.4em Verdana,San-serif;
	text-transform:lowercase;
	color:#7bc;
}
.post {
	margin:0 0 2.5em;
	text-align: center;
}
.post-title {
	margin:.25em 0;
	font:bold 130%/1.4em Verdana,San-serif;
	color:#ad8;
}
.post-title a, .post-title strong {
	display:block;
	color:#ad8;
	text-decoration:none;
	padding:0 0 1px 45px;
}
.post-title a:hover {
	color:#fff;
}
.post p {
	margin:0 0 .75em;
	line-height:1.6em;
}
p.post-footer {
	margin:0;
	text-align:right;
}
p.post-footer em {
	display:block;
	float:left;
	text-align:left;
	font-style:normal;
	color:#9c7;
}
a.comment-link {
/* IE5.0/Win doesn't apply padding to inline elements,
so we hide these two declarations from it */
	padding-left:15px;
}
html>body a.comment-link {
/* Respecified, for IE5/Mac's benefit */
	padding-left:15px;
}
.post img {
	margin:0 0 5px 0;
	padding:4px;
	border:1px solid #567;
}

/* Left Styles
----------------------------------------------- */
.left_title {
	margin: .5em 0 .5em;
	padding-bottom:.35em;
	border-bottom:1px dotted #567;
	font:bold 100%/1.4em Verdana,San-serif;
	text-transform:lowercase;
	color:#7bc;
	text-align: center;
}
#left_content p {
	margin:0 5px 0px 5px;
	line-height:1.1em;
}
/* Right Styles
----------------------------------------------- */
.right_title {
	margin: .5em 0 .5em;
	padding-bottom: .35em;
	border-bottom: 1px dotted #567;
	font: bold 100%/1.4em Verdana,San-serif;
	text-transform: lowercase;
	color: #7bc;
	text-align: center;
}
#right_content p {
	text-align: right;
	margin:0 5px 0px 5px;
	line-height:1.1em;
}
ul, li {
	margin: 0;
	list-style: none;
}