/*reset---------------------------------------------------------------*/

body {
	font: 10pt/16pt Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-image: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}

div, ul, ol, li, dl, dt, dd, form {margin: 0; padding: 0;}
li {list-style-type: square;}
dt {font-weight: bold;}

h2 {
	font-size: 18pt;
	margin: 0;
	padding: 0;
	color: #000;
	text-shadow: none;
	}
h3 {
	font-size: 12pt;
	margin: 0;
	padding: 0;
	color: #000;
	text-shadow: none;
	}
h4 {
	font-size: 11pt;
	margin: 0;
	padding: 0;
	}
h5, h6 {
	font-size: 9pt;
	margin: 0;
	padding: 0;
	}

p {margin: 0; padding: 0 0 10px 0;}

blockquote {
	font-size: 9pt;
	line-height: 15pt;
	color: #333;
	margin: 0;
	padding: 0 10px 10px 20px;
	background: url(images/quote.gif) no-repeat 0 0;
	}
blockquote cite {
	display: block;
	border-top: 1px dotted #ddd;
	padding: 3px 0 0 0;
	margin: 3px 0 0 0;
	font-style: normal;
	}
blockquote cite a:after {
	content: "- "attr(href);
	padding-left: 4px;
	font-style: italic;
	color: #555;
	font-size: 8pt;
	}

pre, code {
	color: #333;
	font: 9pt/12pt "Courier New", Courier, monospace;
	}
pre {
	border-left: 9px solid #eee;
	padding: 0 0 0 11px;
	margin: 0 0 18px 0;
	}

del {text-decoration: line-through;}

img {border: none;}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}

a.button {
	border: 3px double #aaa;
	padding: 2px 6px;
	font-size: 8pt;
	text-transform: capitalize;
	margin-right: 5px;
	color: #000;
	background-image: none;
	}


/*global---------------------------------------------------------------*/

.hide {display: none;}
.center {text-align: center;}
.left {float: left; margin: 0 10px 10px 0;}
.right {float: right; margin: 0 0 10px 10px;}

a img.grf {display: block;}
.grf {border: 1px solid #ddd; background: #fff; padding: 4px;}


/*position---------------------------------------------------------------*/

#header, #main {
	margin: 0;
	text-align: left;
	width: 100%;
	}


/*logo---------------------------------------------------------------*/

#header h1 {
	margin: 0;
	padding: 0;
	}

#header h1 a {
	float: none;
	text-indent: 0;
	background-image: none;
	display: block;
	margin: 0;
	border: none;
	}

/*main---------------------------------------------------------------*/

#main {
	background-image : none;
	}

#contents {
	float: none;
	width: 100%;
	margin: 0;
	padding-top: 20px;
	}


/*breadcrumb---------------------------------------------------------------*/

#breadcrumb {
	margin: 0 0 20px 0;
	padding: 0 0 4px 0;
	background-image: none;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	}

#breadcrumb span, #breadcrumb a {color: #000;}

/*post---------------------------------------------------------------*/

.post {padding: 0;}

.posttitle {letter-spacing: -1px;}
.posttitle a {border: none; color: #000; background-image: none; padding-right: 0;}

.postdate {
	font-weight: bold;
	font-size: 8pt;
	color: #555;
	padding-bottom: 10px;
	padding-top: 0;
	}

.post ol, .post ul {
	margin-left: 30px;
	padding: 0 0 10px 0;
	}
.post ol li {
	list-style: decimal;
	padding: 0 0 2px 0;
	}
.post ul li {
	list-style: square;
	}

.post dl {padding-bottom: 10px;}

.post dd {
	padding: 0 0 5px 0;
	}

ul.postmeta {
	padding: 5px 0 5px 0;
	margin: 6px 0 24px 0;
	background: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
ul.postmeta li {
	font-size: 8pt;
	padding-bottom: 0;
	background-image: none;
	list-style: none;
	}

/*footer---------------------------------------------------------------*/

#footer {
	background-image: none;
	font-size: 9pt;
	line-height: 10pt;
	padding: 0;
	}


#description, #header ul, #banner, #footnav, #comments, #sidebar {display: none;}