/*

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #FFFFFE;
}



img {
	border: none;
}
.postimage {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 2px;
}
.post {
}
#post_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}


/* Header */

#header {
	width: 780px;
	height: 236px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Logo */
#logo {
	padding-top: 20px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 70px;
	background-color: #a5a082;
}
#logo h1 {
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #000000;
}

#logo h1 a {
	color: #FFFFFF;
}
#logo h1 a:hover {
	color: #FF0000;
}
#logo h2 {
	text-transform: none;
	font-size: 12px;
	color: #000000;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#logo h2 a {
	color: #000000;
	font-size: 12px;
}
#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 780px;
	height: 45px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 5px;
	width: 120px;
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu a:hover {
	text-decoration: none;
	color: #FF0000;
}

#menu .first a {
	padding-left: 0;
	display: block;
}

/* Content > Main > Example */

#example {
}

/* Page */
#page {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* Content */
#content {
	float: right;
	width: 540px;
	border: 1px solid #CCCCCC;
	background-color: #EBEAE0;
}
.post h1.title {
	color: #000000;
	font-style: italic;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
}
.post a {
	color: #FF0000;
	text-decoration: none;
}
#post_content h1 {
	margin: 0;
	color: #333333;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#post_content h2 {
	font-size: 15px;
	width: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #666666;
	margin-bottom: 7px;
}

#post_content h3 {
	margin-bottom: 1em;
	font-size: 15px;
	color: #666666;
}

#post_content p {
	margin-bottom: 1.5em;
	line-height: 1.8em;
	font-size: 12px;
	color: #333333;
}
#post_content ul {
	margin-left: 2em;
	list-style-image: none;
	list-style: none;
}

#post_content ul li {
	list-style: none;
}

#post_content a {
	color: #FF0000;
	text-decoration: none;
}

#post_content a:hover {
	text-decoration: none;
	color: #0066FF;
}

/* Content > Main > Welcome */

#welcome {
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.post {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.k-tr {
}
.k-tl {
}
.k-br {
}
.k-bl {
}
.tall-l {
}
.tall-r {
}
.tall-t {
}
.tall-b {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	background-color: #FFFFFF;
	border: 1px solid #A5A082;
}
#sidebar h1 {
	margin: 0;
	color: #FFFFFF;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 230px;
	margin-bottom: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 25px;
	background-color: #678113;
	background-image: url(images/trans_dark.jpg);
	background-repeat: repeat;
}

#sidebar h3 {
	margin-bottom: 1em;
	font-size: 14px;
	color: #FFFFFF;
}
#sidebar h4 {
	margin-bottom: 0.6em;
	font-size: 14px;
	color: #000000;
	padding-top: 5px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
#category_10 {
	padding-bottom: 10px;
}
#search {
	padding-left: 25px;
}
#ym_status {
	padding-left: 25px;
}


#sidebar p {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
#sidebar ul {
	list-style: none;
}
#sidebar li {
	list-style: none;
}
#sidebar ul li {
	list-style: none;
	padding-bottom: 10px;
}
#sidebar li li {
	list-style-type: none;
	color: #000000;
	padding-top: 6px;
	display: block;
	margin-top: 2px;
	text-indent: 25px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#sidebar a {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: none;
	color: #0099FF;
}
#nav {
}


/* Footer */

#footer {
	width: 780px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 70px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFE;
	background-color: #827e68;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	padding-top: 25px;
	color: #FFFFFF;
}
#footer a {
	font-weight: bold;
	color: #990000;
}
