/* Global */
body {
	margin: 0 0 20px 0;
	background: #eee url(/images/bg.gif) repeat-y top;
	text-align: center;
	font-family: 'Lucida Grande', 'Tahoma', Verdana, Arial, sans-serif;
 	}

a { text-decoration: none; }
a:link { color: #639; }
a:visited { color: #639; }
a:active { color: #639; }
a:hover { color: #96c; }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* Strucutral */
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	}

#banner {
	color: #ccc;
	background: #639 url(/images/banner-bg.gif) repeat-x top;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #333;
	}
	#banner h2 {
		font-size: small;
		margin: 8px 0 0 24px;
		}

#left {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
#center {
	float: left;
	width: 400px;
	overflow: hidden;
	}

#center2 {
	float: left;
	width: 500px;
	overflow: hidden;
	}	

#right {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
#footer {
	clear: both;
	text-align: right;
	font-size: x-small;
	padding: 6px 10px 10px 0;;
	border-top: 1px solid #333;
	}
	#footer p {
		margin: 0 10px 0 0;
		}
	#footer img {
		margin: 0 10px 0 10px;
		}
/* Content */		

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #333;
	font-size: x-small;
	}
	.content h2 {
		color: #666;
		font-size: x-small;
		text-align: left;
		font-weight: regular;
		border-bottom: 1px dotted #ccc;
		margin: 0 0 10px 0;
		padding: 0 0 2px 0;
		}
	.content h3 {
		color: #333;
		font-size: small;
		text-align: left;
		font-weight: bold;
		margin-bottom: 10px;
		}
	.content .entry {
		color: #000;
		font-size: x-small;
		font-weight: normal;
		text-align: left;
		margin-bottom: 10px;
		line-height: 140%;
		}
	.content p {
		margin-bottom: 10px;
		}
	.content blockquote {
		}
	.content li {
		}
	.content p.posted {
		color: #999;
		font-size: x-small;
		text-align: right;
		margin-bottom: 25px;
		line-height: normal;
		padding: 3px;
	}


/* Sidebars */
.sidebar {
	padding: 15px;
	}
	.editors {
		font-size: x-small;
		font-weight: bold;
		margin: 10px 0 30px 0;
		}
	.credit {
		font-size: x-small;
		font-weight: bold;
		}

.sidebar h2 {
	font-size: x-small;
	font-weight: bold;
	padding: 2px 0 2px 2px;
	margin: 8px 0 4px 0;
	background: #e6e6e6;
	border: 1px solid #ccc;
	}

.sidebar ul {
	padding: 0;
	margin: 0 0 30px 0;
	}

.sidebar li {
	color: #666666;
	font-size: x-small;
	text-align: left;
	margin: 2px 0 0 0;
	padding: 0 0 2px 2px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	}
.sidebar dl {
	padding: 0;
	margin: 0 0 30px 0;
	color: #666666;
	font-size: x-small;
	text-align: left;
	}
	.sidebar dt {
		margin: 6px 0 0 0;
		font-weight: bold;
		}
	.sidebar dd {
		margin: 2px 0 0 0;
		padding: 0 0 2px 2px;
		border-bottom: 1px dotted #ccc;
		}

#powered {
	font-size: x-small;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea#text {
	width: 80%;
	}
