body {
    margin: 72px 96px;
    font: 0.9em/1.3em Helvetica Neue, Geneva, sans-serif;
    color: #333;
    background-color: #fefefe;
}
a {
    /*color: #6498CC;*/
    color: #224B68;
    text-decoration: none;
}

/* FORMS */

form.vform p { margin: 0 0 .5em; }
form.vform p label { display: block; }
form.vform p.checkbox label { display: inline; }
form.wide {border:1px solid #fff; padding:10px;}
form.wide label {display :block}

h1 { font-size: 197%; }
h2 { font-size: 197%; font-weight: 550; }
h3 { font-size: 153.9%; }
h4 { font-size: 123.1%; }
h5 { font-size: 108%; }

h1, h2, h3, h4, h5 {
    font-weight: normal;
    background-color: transparent;
    margin: 1em 0 0 0;
    padding: 0;
    line-height: 1.15em;
    page-break-after: avoid;
    page-break-inside: avoid;
    letter-spacing: -0.05em;
}

h1 + .a { text-decoration: none; }

h1 {
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
    background-color: transparent;
}
p.ft {
    margin: 2em 0 0 0;
    padding: 0.25em 72px;
    text-align: right;
    opacity: 1.0;
    border-top: #999 solid 1px;
    clear: both;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}
h1 + p {margin-top: 1.5em; }
#container-top, #container-bottom, #container {
	text-align: left;
	background: #fff;
}
#container-top {
	margin: 0 auto 20px auto;
	padding-top: 20px;
}
#container-bottom {
	padding-bottom: 20px;
}
#container {
	padding: 10px 30px;
}
#content {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 90%;
}
#content h2, .single h1 {
	margin: 0 0 .5em 0;
	padding: .2em 0;
	font-size: 150%;
	border: 0;
	border-bottom: solid 1px #c0c0c0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.page h2, .single h2 {
	padding: .5em;
}
.search h2 {
	padding: 0;
}
#content h2 a, .single h1 a {
	color: #353434;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
.single h1 {
	padding-bottom: 0;
}
.hentry {
	text-align: justify;
	margin-bottom: 2em;
	clear: both;
}
.hentry li {
	text-align: left;
	list-style-type: square;
}
.entry-date-comment {
	float: left;
	width: 40px;
}
.entry-date {
	font-size: 70%;
	color: #ffffff;
	width: 40px;
	/*background: #9F6E19;*/
	background: #224B68;
	font-family: Arial Rounded, Arial, sans-serif;
	font-weight: bold;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.entry-date .month, .entry-date .date, .entry-date .year {
	display: block;
	text-align: center;
}
.entry-date .month {
	text-transform: uppercase;
}
.entry-date .date {
	font-size: 190%;
	line-height: 50%;
}
.entry-comments {
	background: url('/media_root/m/ico-comments.gif') top center no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	height: 50px;
	width: 40px;
	margin-top: 10px;
	padding-top: 4px;
}
.entry-comments a {
	color: #eee;
	text-decoration: none;
	display: block;
	width: 40px;
}
.page h1.entry-title, .page h2.entry-title {
	width: auto;
}
.entry-content, .search .page .entry-content {
	margin: 0 0 0 55px;
	overflow: auto;
}
.page .entry-content, .four04 .entry-content {
	margin-left: 0;
	width: auto;
}
.entry-content p {
	margin: 0 0 1em 0;
}
.entry-content ol {
	list-style-type: decimal;
	margin: 0 0 1em 2.5em;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul {
	list-style-type: square;
	margin: 0 0 1em 2em;
}
#content ul li {
	margin: .3em 0;
}

