/* CSS Document */

a {	
	text-decoration: none;
	color: #666600;
	}
a:hover {
	text-decoration : underline;}
	
#page-content{
	text-align:left;
	padding: 0px;
	width: 760px;
	background-color: #FFFFFF;
}
#page-header {
	background-image: url(images/page-header-background.png);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0px;
	margin:0px;
}
#page-header-login {
	background-image: url(images/page-header-background.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin:0px;

}
#page-post {
	padding: 0px;
	margin:0px;
	background-image: url(images/comment-background.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#page-post-content {
	padding:1em;
	position: relative;
	margin-left: 0px;
	margin-right: 250px;
}

#page-post-content-post {
    margin-bottom: 1em;
}
#page-post-content-header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#page-post-content-category {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 12px;
}

#page-post-content-detail {
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#page-post-content-detail blockquote {
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page-post-content-detail table {
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page-post-content-footer {
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#page-post-sidebar {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#page-post-sidebar ul {
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	padding: 1em;
	color: #333333;
}

#page-post-sidebar li {
	font-size:12px;
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
}

#page-post-comment {
    margin-bottom: 1em;
	font-size: 12px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#page-post-comment-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6699FF;
	font-weight: bold;
	color: #FFFFFF;
}
