

@font-face {
	font-family: Museo Sans;
	src: url(fonts/MuseoSans_500.otf) format("opentype");
}

@font-face {
	font-family: Myndraine;
	src: url(fonts/Myndraine.otf) format("opentype");
}
body {
	margin: 0px;
	padding: 0px;
	background: url("images/bg.gif");
	font: 14px "trebuchet ms", Helvetica, Arial, Sans-Serif;
	color: #222222;
}

a {
	text-decoration: none;
	color: #007fd8;
}

a:hover {
	color: #006092;
}

a.more {
	margin-left: 5px;
	font-size: 9px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #f10000;
}

a.more:hover {
	color: #C50000;
}

.center {
	margin: 0px auto;
}

span.dot {
	color: #C50000;
}

span.soft {
	color: #B4B4B4;
}

.container {
	width: 950px;
	position: relative;
}

.clear {
	clear: both;
	height: 0px;
}

img.alignleft, img.align-left, img.alignright, img.align-right {
	display: block;
	padding: 7px;
	margin-bottom: 10px;
	background: #EAEAEA;
	border: 0px none;
}

img.alignleft, img.align-left {
	float: left;
	margin-right: 10px;
}

img.alignright, img.align-right {
	float: left;
	margin-right: 10px;
}

.lined {
	background: url("images/line.gif") repeat-x;
	margin: 0px;
	padding: 0px;
}

.lined a {
	text-decoration: none;
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
	background: #FFFFFF;
	padding: 0px 10px;
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
}

.walled.primary {
	border: 4px solid #f10000;
}

.walled.secondary {
	border: 4px solid #007fd8;
}

.walled.monochrome {
	border: 4px solid #B4B4B4;
}

.walled a {
	color: #555555;
	font-size: 20px;
	font-weight: normal;
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
}

.timestamp.big.right {
	float: right;
}

.timestamp.big.left {
	float: left;
}

.walled.right {
	border-left: 0px none;
	border-bottom: 0px none;
	border-top: 0px none;
	text-align: right;
	padding-right: 5px;
}

.walled.left {
	border-right: 0px none;
	border-bottom: 0px none;
	border-top: 0px none;
	text-align: left;
	padding-left: 5px;
}

.timestamp.big {
	padding: 0px 5px;
}

.timestamp.big .date {
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-size: 30px;
}

.timestamp.big .month {
	font-family: "trebuchet ms", Helvetica, Arial, Sans-Serif;
	font-size: 11px;
}


.nav {
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 700px;
	height: 30px;
}

.nav div {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	position: absolute;
	bottom: 0px;
	padding-bottom: 5px;
	border-bottom: 3px solid #f10000;
}

.nav .nav-prev {
	left: 0px;
}

.nav .nav-next {
	right: 0px;
}.post-item {
	color: #444444;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #DADADA;
}

.post-item h3 {
	margin: 0px;
	padding: 0px;
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	padding-top: 5px;
	font-size: 30px;
}

.post-item h3 a {
	text-decoration: none;
	color: #444444;
}

.post-item p {
	color: #444444;
	line-height: 24px;
	word-spacing: 0px;
	margin-left: 5px;
	text-align: justify;
}

.post-item img {
	display: none;
}

.post-item img.title-image {
	display: block;
}

.post-info {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	padding-left: 5px;
}

.post-info .comments-link {
	background: url("images/icon-comments.gif") no-repeat left top;
	padding-left: 20px;
	margin-left: 10px;
	float: right;
	padding-bottom: 10px;
	padding-top: 2px;
}

.post-info .category-link {
	background: url("images/icon-category.gif") no-repeat left top;
	padding-left: 20px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
}

.post-info .tags-link {
	background: url("images/icon-tags.gif") no-repeat left top;
	padding-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
}

.post-info .author {
	background: url("images/icon-people.gif") no-repeat left top;
	padding-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.head {
	color: #FFFFFF;
	background-color: #0B0B0B;
	background: url("images/head-bg.gif") no-repeat top center;
}

#header {
	height: 140px;
}

#logo {
	height: 125px;
	width: 258px;
	background: url("images/logo.gif") no-repeat;
}

#logo h1 {
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	list-style: none;
}

ul#menu .page_item {
	float: left;
	margin-right: 15px;
	padding-bottom: 10px;
}

ul#menu .page_item a {
	text-decoration: none;
	color: white;
	font-size: 15px;
	padding: 0px 5px;
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	text-transform: lowercase;
}

ul#menu .current_page_item {
	background: url("images/menu-arrow.gif") center bottom no-repeat;
}

ul#menu .current_page_item a {
	color: red;
}

.main {
	background: #FFFFFF;
}

.foot a {
	color: #006092}

.foot a:hover {
	color: #007fd8}

.foot {
	color: #FFFFFF;
}

#sidebar {
	width: 900px;
}

#sidebar .widget, #sidebar .widget ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidebar .widget {
	float: left;
	margin: 10px;
	width: 150px;
}
#sidebar #meet-us {
	width: 300px;
}

#sidebar #meet-us div {
	background: #222222;
	margin: 0px;
	padding: 10px;
}

#sidebar #meet-us h3 {
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 10px;
}

#sidebar #meet-us p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #B4B4B4;
	word-spacing: 1px;
	line-height: 16px;
}

#sidebar .widget h3 {
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 10px;
}

#sidebar .widget ul li {
	display: block;
	background: #222222;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
}

#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px;
	color: #DADADA;
}

.front .block-banner {
	padding: 20px 0px;
}

.front #quotation {
	background: #F2F2F2 url("images/quote.gif") no-repeat;
	margin-right: 10px;
	padding: 20px;
	padding-left: 60px;
	height: 300px;
	width: 250px;
	float: left;
	position: relative;
}

.front #quotation p {
	font-family: Myndraine, Times New Roman, Georgia, Serif;
	font-size: 16px;
	color: #444444;
	line-height: 28px;
}

.front #quotation a {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 14px;
	text-decoration: none;
	color: #007fd8;
	font-family: "trebuchet ms", Helvetica, Arial, Sans-Serif;
}

.front #banner {
	float: right;
	background: url("banner/01.jpg") no-repeat;
}

.front .latest-posts {
	width: 650px;
	float: left;
	margin-bottom: 20px;
}

.front .latest-notes {
	width: 300px;
	float: right;
}

.front .latest-notes h3 {
	margin: 3px 0px;
}

.front .latest-notes ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
}

.front .latest-notes ul li {
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	background: #F2F2F2;
	text-align: left;
}

.front .latest-notes ul li a {
	color: #222222;
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
}

.front .latest-notes ul li p {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	text-align: justify;
	font-size: 12px;
	color: #666666;
}
.index {
	padding-top: 20px;
}

.index .left-block {
	width: 700px;
	padding-left: 10px;
	margin-bottom: 20px;
	float: left;
}

.index .right-block {
	width: 200px;
	float: right;
	margin: 0px;
}

.index .right-block li {
	margin-bottom: 40px;
}

.index .right-block h3 {
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 18px;
	margin: 3px 0px;
	padding-bottom: 5px;
}

.index .right-block, .index .right-block ul {
	list-style: none;
}

.index .right-block ul li {
	padding: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 3px;
	background: #F2F2F2;
	text-align: left;
}

.index .right-block a {
	font-size: 14px;
}

.index .title {
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 20px;
	color: #666666;
	margin: 0px;
	margin-bottom: 20px;
}
.single .post-item h3 {
	font-size: 36px;
}

.single .post-info {
	margin-top: 10px;
	padding-left: 0px;
}

.single .right-block a {
	font-size: 12px;
}

.single .title-comment {
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	margin-left: 20px;
	padding-bottom: 15px;
	font-size: 24px;
	color: #666666;
}

.single .arrow-comment {
	height: 16px;
	width: 16px;
	background: url("images/comment-arrow.gif");
	position: absolute;
	bottom: -16px;
	left: 50px;
}

.single .content {
	margin-top: 20px;
}
#comments {
	margin-top: 30px;
}

#comments .comment {
	background: #333333;
	width: 270px;
	height: 300px;
	padding: 10px;
	margin: 10px;
	float: left;
	position: relative;
}

#comments .comment-header h3{
	display: block;
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	color: #B4B4B4;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	margin-top: 3px;
}

#comments .comment-header a{
	color: #61baff;
}

#comments .count {
	position: absolute;
	right: 0px;
	top: 10px;
	padding-right: 4px;
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	color: #DADADA;
	font-size: 24px;
	font-weight: normal;
	border-right: 3px solid #f10000;
}

#comments .content {
	margin-top: 20px;
	overflow: hidden;
	color: #DADADA;
}

#comments .comment-header .timestamp {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #666666;
}

#comments img.gravatar {
	float: left;
	margin-right: 5px;
}

#comments .comment.form h3 {
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-size: 16px;
	color: #DADADA;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
}

#comments .form-input, #comments .form-textarea {
	background: #444444;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #2E2E2E;
	border-top: 1px solid #242424;
	border-right: 1px solid #292929;
}

#comments .login {
	font-family: Verdana, Arial, Sans-Serif;
	color: #666666;
	font-size: 11px;
	margin-top: 80px;
	margin-bottom: 20px;
}

#comments .form-input input, #comments .form-textarea textarea {
	padding: 0px;
	margin: 0px;
	background: #444444;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	border: 0px solid black;
	color: #666666;
	width: 250px;
}

#comments .form-textarea {
	margin-top: 20px;
}

#comments .form-textarea textarea {
	height: 110px;
	overflow: hidden;
}

#comments #submit {
	width: 54px;
	height: 18px;
	border: 0px solid #F2F2F2;
	border-right: 3px solid #f10000;
	background: #333333;
	position: absolute;
	padding: 0px;
	padding-bottom: 5px;
	bottom: 10px;
	right: 0px;
	color: #B4B4B4;
	cursor: hand;
	cursor: pointer;
}
.page .page-block {
	width: 750px;
	padding-bottom: 20px;
}

.page .page-block h3.page-title {
	margin: 0px;
	padding: 0px;
	font-family: Museo Sans, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	margin-top: 5px;
	font-size: 42px;
	color: #555555;
	padding-left: 10px;
	position: relative;
}

.page .post-item {
	margin-top: 30px;
	margin-left: 70px;
}