.hide-me {
    visibility: hidden; display: none;
}

.clearabove {
    clear: both;
}

.clearfix:after {
	content: "................................................................";     
	display: block; height: 0; clear: both; visibility: hidden;
}
h1, h2, p, ul, ul li ul, ol, ol li ul, dl, input, select, textarea, label, th, td, li li, li p, td p, blockquote p {
	font-size: 1em; font-family: Helvetica, Arial, sans-serif;
}

h3,h4,h5,h6 {
	font-size: 1em; font-family: Helvetica, Arial, sans-serif;
}

body {
	margin: 26px 0 26px 0; padding: 0;
	background: #8898B8;
	font-size: 62.5%;
}

#wrapper {
	margin: 0 auto 0 auto; padding: 0; width: 769px;
	background: url("img/site/bg.png") 0 0 repeat-y;
	font-size: 1em;
}

#header {
	margin-bottom: 20px; padding: 0; width: 769px; height: 172px;
	background: url("img/site/header.png") 0 0 repeat-y;
	font-size: 1em;
}

#header #header-logo {
	margin: 0 0 0 45px; padding: 0; width: 680px; height: 75px;
	font-size: 1em;
}

#header #header-banner {
	margin: 0 0 0 45px; padding: 0; width: 680px; height: 73px;
	background: url("img/site/banner.png") 0 0 no-repeat;
	font-size: 1em;
}

#header #header-date {
	margin: 5px 0 0px 55px; padding: 0; width: 670px; height: 19px;
	background: #888888;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #dadada;
}

#Content {
	clear: both; float: left; margin: 0 0 0 45px; padding: 0; width: 463px;
	font-size: 1em;
	display: inline;
}

#Content h2, #Content h3, #Content h4, #Content h5, #Content p, #Content ul, #Content ol {
	margin: 0 30px 0 29px;
}

#Content p, #Content ul, #Content ol {
	/*margin-top: 5px;*/ padding-bottom: 1.4em;
	font-size: 1.2em; line-height: 1.4em;
	color: #111;
}

#Content ul {
	padding-left: 17px;
	list-style-type: circle;
}

#Content ol {
	padding-left: 17px;
	list-style-type: decimal;
}

#Content .post {
	margin: 10px 0 0 0; padding: 0;
	list-style-type: none;
	font-size: 1em;
	
}
#Content .post h2{
	/*border-top: 2px dotted #9ca176;
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 2.2em;
	color: #9ca176; */
}
#Content h3 {
	clear: both;
	border-top: 2px dotted #ccc;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 2.2em;
	line-height: 1em;
	color: #9ca176;
}

#Content h3 a {
	color: #9ca176;
}

#Content h3 a:hover {
	color: #B5B999;
}

#Content h4 {
	clear: both; padding-bottom: 0.5em;
	font-size: 1.6em; line-height: 1.6em;
	color: #555;
}

#Content h5 {
	clear: both; padding-bottom: 0.5em;
	font-size: 1.3em; line-height: 1.3em;
	color: #555;
}

#Content .Date-Tag {
       
}
#Content .Date-Tag .Date {
	float: left; margin: 0; padding: 0; width: 49%;
	text-align: left;
	font-size: 1.1em;
	font-style: normal;
	color: #8898b8;
	text-transform:uppercase;
	padding-bottom: .5em;
	width: 50%;
}
#Content .Date-Tag .Tag {
	float: right; margin: 0; padding: 0; width: 49%;
	text-align: right;
	font-size: .9em;
	color: #8898b8;
	width: 40%;
	
}
#Content .Category small{
	font-size: .9em;
	color: #8898b8;
	float: right;
	padding-bottom: .5em;
}

#Content img.PostImg {
	margin-right: 29px;
	padding: 5px;
	float: right; display: block;
}

#Content p.more {
	display: block; clear: both;
	border-bottom: 2px dotted #9ca176;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#Content a.more {
	font-size: 1.1em;
	font-weight: bold;
	color: #8898b8;
}

#Content p a {
	font-weight: bold;
	color: #8898b8;
}

#Content p a:hover {
	border-bottom: 1px solid;
}


#Content #admin h2{
	font-size: 1.5em;
}
#Content #admin ul {
	list-style-type: square;
	font-size: 1.2em;
}

#Content #admin .title{
	color: #8898b8;
	font-size: 1.3em;
	font-weight: bold;
}
#Content #flashMessage{
	color: #999;
	font-size: 1.5em;
}
#Content #main #page-form-wrapper {
	margin: 0 25px 0 25px; padding: 0 0 1.4em 0;
	font-size: 1.2em;  line-height: 1.4em;
}
#Content form fieldset{
	float: left; margin: 10px 10px 0 0; width: 190px;
}
#Content form .Submit{
	margin-bottom: 10px;
}
#Content form fieldset.email{
	width: 300px;
}
#Content textarea {
	width: 300px;
	height: 300px;
}

#page-form-wrapper {
	margin: 0 25px 0 25px; padding: 0 0 1.4em 0;
	font-size: 1.2em;  line-height: 1.4em;
}
#Content form fieldset{
	float: left; margin: 10px 10px 0 0; width: 190px;
}
#Content form .Submit{
	margin-bottom: 10px;
}
#Content form fieldset.email{
	float: left; margin: 10px 10px 10px 40px; width: 300px;
}

#Content input {
	border:1px solid #000;
}
#Content form.page-form span.Input input.Text {
	border:1px solid #999;margin-top: 5px; display: block;
	color: black; font-size: 1em; width: 130px; height: 15px;
}
#Content form.page-form #CallMeBackEmail{
	width: 160px;
}
#Content form.page-form .error_message{
	color: red; display: block;
}
#Content #pagination-numbers{
	color: #999; font-size: 1.4em; font-weight: bold; font-family: Helvetica, Arial, sans-serif;
	margin: 10px 0 0 30px;
	
}
#Content #postDetail {
	margin: 35px 30px 0 29px;border-top: 2px dotted #b6ba9a;
}
#Content #postDetail p{
 margin:0;
 padding: 5px 0 0 0;
}
#Content #postDetail p.postby {
	float: left;
	padding: 5px 0 5px 0;
}
#Content #postDetail p.cmt {
	float: right;
	padding: 5px 0 5px 0;
}


#Content #subscribe {
	clear:both;
	padding: 0 0 25px 0px;
	margin: 0 30px 0 29px;
	border-top: 2px dotted #b6ba9a;
	border-bottom: 2px dotted #b6ba9a;
}
#Content #subscribe p{
	margin:0;
	padding: 5px 0 5px 0;
}
#Content #subscribe p a{
	margin:0;
	padding: 0;
}
#Content #subscribe p img{
	margin:0;
	padding: 0;
}
#Content #subscribe p.links {
	float: left;
	padding: 5px 0 5px 0;
	
}
#Content #subscribe p.email {
	float: right;
	padding: 5px 0 5px 0;
	
}

#Content #change {
	clear:both;
	padding: 2px 5px 16px 5px;
	margin: 5px 30px 10px 29px;
	background: #b6ba9a;
	
}
#Content #change p{
	margin:0;
	float: left;
	color: #FFF; font-weight: bold; font-size: 1.1em; font-stretch: wider;
	text-transform:uppercase;
	
}
#Content #change a{
	color: #FFF;
}
#Content #change p.previous {
	padding-right: 90px;
}
#Content #change p.home {
	
}
#Content #change p.next {
	float: right;
}

#Content #pagination-numbers a{
	color: #666;
}
#Content #pagination-results {
	color: #999; font-size: 1.4em; font-weight: bold; font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 30px;
}

#sidebar {
	float: right; margin: 0 44px 0 0; padding: 0; width: 217px; font-size: 1em;
}

#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar p, #sidebar ul, #sidebar ol {
	margin: 0 24px 0 22px;
}

#sidebar ul li ul {
	margin-left: 0;
}

#sidebar form {
	margin: 5px 24px 0 22px;
}
#sidebar form.sidebar-form-search {
	padding-top: 25px;
}
#sidebar form label{
	font-size: 1.2em;
	font-weight: bold;
}
#sidebar form input {
	font-size: 1.2em;
	width: 100px;
	margin-top: .5em;
}
#sidebar form input.Submit {
	font-size: 1em;
	color: #000;
	width: 25px;
	height: 17px;
	margin-top: .5em;
}
#sidebar .sidebar-form-search label{
	color: #9ca176;
	text-transform:uppercase;
}
#sidebar .sidebar-form-search input {
	border: 1px solid #9ca176;
	color: #999;
}
#sidebar .sidebar-form-search input.Submit {
	border: 1px solid #9ca176;
}
#sidebar .sidebar-form-email label{
	color: #8898b8;
	text-transform:uppercase
}
#sidebar .sidebar-form-email input {
	border: 1px solid #8898b8;
	color: #999;
}
#sidebar .sidebar-form-email input.Submit {
	border: 1px solid #8898b8;
}

#sidebar ul {
	margin-top: 10px;
	font-size: 1.2em; line-height: 1.4em;
	font-weight: bold;
	color: #8898b8;
	text-transform:uppercase;
}
#sidebar ul li {
	padding-top: 5px;
}
#sidebar ul li a {
	color: #8898b8;
}
#sidebar ul li a:hover {
	border-bottom: 1px solid #8898b8;
}
#sidebar ul li ul li{
	text-transform: none;
	margin: 0; padding: 0 0 0.7em 15px;
	font-size: .8em; line-height: 1.1em;
	background: url('img/site/point_regular.png') 0 0.3em no-repeat;
}
#sidebar ul li ul li a{
	color: #8898b8;
}
#sidebar ul li ul li.sticky {
	background: url('img/site/point_odd.png') 0 0.3em no-repeat;
}

#footer {
	clear: both; margin: 0; padding: 0; width: 769px; height: 29px;
	background: url("img/site/footer.png") 0 0 no-repeat;
	font-size: 1em;
}
