/*[fmt]1A90-1A0B-3*/
/*
Theme Name: Hemma 3.0
Theme URI:
Description:
Version:
Author:
Author URI:

Basic styles*/
body {
	background: #03181D url(images/bg.jpg) no-repeat;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	margin: 0 auto;
	font-size: 12px;
}

img {
	border: 0;
}

a {
	outline-style: none;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #093B46;
	border: none;
}

a.more-link {
	color: #E32A18;
}

a:hover {
	text-decoration: none;
	color: #666464;
	border: none;
}

textarea, input {
	color: #7B7D6F;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered, img.aligncenter {
	display: block;
	margin: 0 auto;
	border: 1px solid #C0C0C0;
	overflow: hidden;
	padding: 4px;
}

img.alignright {
	padding: 4px;
	margin: 2px 0 2px 7px;
	display: inline;
	border: 1px solid #C0C0C0;
}

img.alignleft {
	padding: 4px;
	margin: 2px 7px 2px 0;
	display: inline;
	border: 1px solid #C0C0C0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	margin: 0 auto;
	width: 880px;
}

#wrapper #header {
	clear: both;
	height: 215px;
	width: 840px;
	padding: 7px 20px;
	background: url(images/body_top.png) no-repeat bottom left;
	overflow: hidden;
}

#wrapper #main {
	clear: both;
	overflow: hidden;
	width: 860px;
	padding: 5px 10px;
	background: #FFFFFF url(images/body_middle.png) repeat-y top left;
}

#wrapper #footer {
	color: #5E5E5E;
	clear: both;
	overflow: hidden;
	width: 830px;
	padding: 20px 30px 10px 20px;
	background: #E7E7E2 url(images/body_bottom.png) no-repeat top left;
	text-align: center;
}

#header #logo {
	width: 280px;
	float: left;
}

#header #nav {
	width: 560px;
	float: right;
}

#header #nav .pages, #header #nav .pages * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #nav .pages {
	float: right;
	margin-top: 18px;
}

#header #nav .pages li {
	display: inline;
	float: left;
	margin-right: 5px;
}

#header #nav .pages li a:link, #header #nav .pages li a:visited, #header #nav .pages li a:active {
	color: #426372;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding-right: 10px;
}

#header #nav .pages li a:hover {
	color: #5D6061;
	background: transparent url(images/navbg.png) repeat scroll top right;
	float: left;
}

#header #nav .pages li a:hover span {
	background: transparent url(images/navbg.png) repeat scroll left top;
	display: block;
}

#header #nav .pages li.current_page_item a:visited, #header #nav .pages li.current_page_item a:active, #header #nav .pages li.current_page_item a:link {
	background: transparent url(images/navbg.png) repeat scroll top right;
	color: #5D6061;
	float: left;
}

#header #nav .pages li.current_page_item a:visited span, #header #nav .pages li.current_page_item a:active span, #header #nav .pages li.current_page_item a:link span {
	background: transparent url(images/navbg.png) repeat scroll left top;
	display: block;
}

#header #nav .pages li a:link span, #header #nav .pages li a:visited span, #header #nav .pages li a:active span {
	padding-left: 10px;
}

#main #content {
	width: 540px;
	float: left;
	margin: 10px;
}

#main #sidebar {
	width: 280px;
	float: right;
	line-height: 18px;
	margin-right: 10px;
}

#footer .left {
	float: left;
	width: 45%;
}

#footer .right {
	float: right;
	width: 45%;
	text-align: right;
}

.widget {
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
	clear: both;
}

.widget h4 {
	font-size: 14px;
	margin: 0;
	padding: 0 0 5px 15px;
	color: #575757;
	font-weight: 400;
	border-bottom: 1px solid #D9D9D9;
}

.widget ul {
	list-style: none;
	font-size: 11px;
	margin: 5px 0;
	padding: 0;
}

.widget ul li {
	background: url(images/icon_bullet.png) no-repeat 5px 2px;
	padding: 0 0 7px 24px;
}

.widget_categories ul li {
	width: 40%;
	float: left;
	margin: 0;
}

.widget_rssfeed {
	color: #727576;
	font-size: 14px;
	padding: 0 10px;
}

.widget_rssfeed ul li {
	margin-bottom: 5px;
}

.widget_rssfeed ul li.rss {
	background: url(images/rssfeed.png) no-repeat 0 0;
	padding: 6px 0 10px 38px;
	font-size: 16px;
}

.widget_rssfeed ul li.email {
	background: url(images/mail.png) no-repeat 0 0;
	padding: 6px 0 10px 38px;
	font-size: 16px;
}

.widget_rssfeed ul li.twitter {
	background: url(images/twitter.png) no-repeat 0 0;
	padding: 6px 0 10px 38px;
	font-size: 16px;
}

.widget_search form {
	padding: 0 10px;
}

.widget_search input {
	width: 63%;
	padding: 5px;
	margin: 0 5px 10px 0;
	background: #F8F8F5 url(images/random.png) repeat-y top left;
	border-left: 1px solid #DDDBD4;
	border-top: 1px solid #DDDBD4;
	border-right: 1px solid #F5F5F1;
	border-bottom: 1px solid #F5F5F1;
}

.widget_search input#searchsubmit {
	width: 70px;
	margin-top: 10px;
	background: url(images/submit.png) repeat-x top left;
	color: #FFFFFF;
	padding-bottom: 3px;
	border: 1px solid #94C1CD;
}

.post {
	border-bottom: 1px solid #D9D9D9;
	color: #6E6E6E;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.post .title {
	width: 480px !important;
	width: 460px;
	float: left;
	padding-bottom: 5px;
}

.post .title h2 {
	/*[disabled]color:#000000;*/
	font-size: 18px;
	margin: 0;
	padding: 0 0 7px;
}

.post .title h2 a {
	color: #0D5B6D;
}

.post .title h2 a:hover {
	color: #66808D;
}

.post .title .meta {
	color: #858585;
	font-size: 11px;
}

.post .title .meta a {
	background-color: #A2C2D1;
	color: #FFFFFF;
	padding: 4px;
}

.post .title .meta a:hover {
	background-color: #000000;
}

.post .commentcount {
	font-weight: 600;
	font-size: 11px;
	width: 35px;
	height: 28px;
	text-align: center;
	margin: 0 7px 0 10px;
	padding-top: 8px;
	float: left;
	background: url(images/commentcount.png) no-repeat top left;
}

.post .commentcount a {
	color: #6E6E6E;
}

.post .entry {
	line-height: 22px;
	padding: 10px;
	display: block;
	clear: both;
	overflow: hidden;
	color: #021A1E;
}

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

.post blockquote {
	background: transparent url(images/quote.png) no-repeat scroll 0 0;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.5em;
	margin: 5px 0;
	padding: 10px 15px 10px 60px;
}

.post ul.split3cols, .post ul.split2cols {
	font-size: 12px;
	overflow: auto;
	width: 520px;
}

.post ul {
	list-style-type: none;
	margin: 0px 0 10px;
	padding: 0 0 0 10px;
}

.post ul.split3cols li {
	float: left;
	width: 155px;
	margin-right: 5px;
}

.post ul.split2cols li {
	float: left;
	width: 240px;
	margin-right: 5px;
}

.post ul li {
	background: transparent url(images/bullet.png) no-repeat scroll 0 8px;
	line-height: 20px;
	margin: 3px 0 4px 25px;
	padding: 0 0 0 10px;
}

.post .entry h1, .post .entry h2, .post .entry h3, .post .entry h4 {
	margin: 0px 0 5px;
	padding: 11px 0 5px 2px;
	color: #116D82;
	font-weight: 400;
}

.post .entry h1 {
	font-size: 16px;
}

.post .entry h2 {
}

.post .entry h3 {
	font-size: 14px;
}

.post .entry h4 {
	font-size: 13px;
}

.page h2 {
	font-size: 24px;
	margin: 0 0 5px;
	padding: 0 0 5px 15px;
	color: #575757;
	font-weight: 400;
	border-bottom: 1px solid #D9D9D9;
}

.page .entry {
	line-height: 22px;
	padding: 0 10px;
	display: block;
	clear: both;
	overflow: hidden;
	color: #03181D;
}

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

.page blockquote {
	background: transparent url(images/quote.png) no-repeat scroll 0 0;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.5em;
	margin: 5px 0;
	padding: 10px 15px 10px 60px;
}

.page ul.split3cols, .page ul.split2cols {
	font-size: 12px;
	overflow: auto;
	width: 520px;
}

.page ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0 0 0 10px;
}

.page ul.split3cols li {
	float: left;
	width: 155px;
	margin-right: 5px;
}

.page ul.split2cols li {
	float: left;
	width: 240px;
	margin-right: 5px;
}

.page ul li {
	background: transparent url(images/bullet.png) no-repeat scroll 0 8px;
	line-height: 20px;
	margin: 4px 0;
	padding: 0 0 0 10px;
}

.page .entry h1, .page .entry h2, .page .entry h3, .page .entry h4 {
	margin: 0 0 5px;
	padding: 6px 0 0px 2px;
	color: #08748A;
	font-weight: 400;
}

.page .entry h1 {
	font-size: 16px;
}

.page .entry h2 {
	font-size: 18px;
	border-bottom: 1px solid #FEFEFE;
}

.page .entry h3 {
	font-size: 16px;
}

.page .entry h4 {
	font-size: 13px;
}

.bookmarks {
	margin-bottom: 15px;
	padding: 0px 10px 20px 15px;
	border-bottom: 1px solid #D9D9D9;
	color: #6E6E6E;
	overflow: hidden;
	clear: both;
}

.bookmarks span {
	font-size: 12px;
	line-height: 20px;
}

.bookmarks ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	overflow: hidden;
	clear: both;
}

.bookmarks ul li {
	float: left;
	padding: 1px 10px 3px 20px;
}

.bookmarks ul li a:link, .bookmarks ul li a:visited {
	color: #666666;
}

.bookmarks ul li a:hover {
	color: #A2C2D1;
}

.bookmarks ul li.df {
	background: url(images/fav/designfloat.png) no-repeat 0 0;
}

.bookmarks ul li.digg {
	background: url(images/fav/digg.png) no-repeat 0 0;
}

.bookmarks ul li.del {
	background: url(images/fav/delicious.png) no-repeat 0 0;
}

.bookmarks ul li.techno {
	background: url(images/fav/technorati.png) no-repeat 0 0;
}

.bookmarks ul li.su {
	background: url(images/fav/stumbleupon.png) no-repeat 0 0;
}

#comments {
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 14px;
}

.commentlist {
	list-style: none;
	padding: 10px 20px 0;
	margin: 0;
	overflow: hidden;
	clear: both;
}

.commentlist li {
	border-bottom: 1px solid #D9D9D9;
	padding-top: 10px;
	margin-bottom: 10px;
}

.commentlist p {
	color: #8D8D8D;
	line-height: 20px;
	padding: 0 10px;
}

.commentlist .comment-author {
	color: #838383;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist .comment-author a:link, .commentlist .comment-author a:visited {
	color: #7C9DAC;
}

.commentlist .comment-author a:hover {
	color: #838383;
}

.commentlist .comment-author .avatar {
	float: right;
	border: 1px solid #D9D9D9;
	padding: 3px;
}

.commentlist .comment-meta a {
	font-size: 10px;
	color: #A0A09F;
}

.commentlist .reply {
	padding: 0px 10px 5px;
}

#comment-form, .commentform {
	padding: 0 15px;
	margin: 0;
	font-size: 11px;
	color: #282C2D;
}

#comment-form h3, .commentform h3 {
	font-size: 14px;
}

#comment-form form, .commentform form {
	padding: 0 20px;
	margin: 0;
}

#comment-form label, .commentform label {
	margin: 0 10px 0 0;
}

#comment-form input, .commentform input {
	width: 70%;
	padding: 5px;
	margin: 0 10px 10px 0;
	background: #F8F8F5 url(images/random.png) repeat-y top left;
	border-left: 1px solid #DDDBD4;
	border-top: 1px solid #DDDBD4;
	border-right: 1px solid #F5F5F1;
	border-bottom: 1px solid #F5F5F1;
}

#comment-form input.submit, .commentform input.submit {
	width: 100px;
	float: right;
	margin-top: 10px;
	background: url(images/submit.png) repeat-x top left;
	color: #FFFFFF;
	padding-bottom: 3px;
	border: 1px solid #94C1CD;
}

#comment-form textarea, .commentform textarea {
	width: 94%;
	background: #F8F8F5 url(images/random.png) repeat-y top left;
	border-left: 1px solid #DDDBD4;
	border-top: 1px solid #DDDBD4;
	border-right: 1px solid #F5F5F1;
	border-bottom: 1px solid #F5F5F1;
	padding: 10px;
}

.comment-nav {
	padding: 0px;
}

.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
/*border-radius: 3px*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none #000000;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

