/*
Author: ogee / Stefan Gaertner
Website: http://www.ogee.de/log
*/
body {
	color: #333;
	margin: 0px;
	/*background: #002c43 url('images/bg.gif');*/
  background: #fff;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
}
#content {
	width: 510px;
	margin: auto;
	padding: 35px;
	position: relative;
	/*background: #005885 url('images/content_bg.png');*/
  background: #eee;
	/*border-left: solid 10px #003955;
	border-right: solid 10px #003955;*/
}
a {
	color: #0F98E0;
}
a:hover {
	color: #405156;
	text-decoration: none;
	background: #eeeeee;
}
h1 {
	padding: 25px 0px 65px 0px;
	margin: 0px;
	text-align: center;
	font: Normal 60px Georgia, serif;
	line-height: 60px;
	letter-spacing: -1px;
	/*opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);*/
}
h1 a {
	color: #405156;
	text-decoration: none;
}
div#content {
	position: relative;
}
div#description {
	position: absolute;
	left: 605px;
	font: Normal 12px Verdana, sans-serif;
	line-height: 20px;
	width: 150px;
	color: #333;
}
div#search {
	text-align: right;
}
div#description div a {
	color: #333;
}
div#searchresultcount {
	text-align: center;
}
.post {
	position: relative;
	margin-bottom: 50px;
}
.post .permalink {
	position: absolute;
	top: 8px;
	right: 3px;
	display: none;
	font-weight: bold;
	font-size: 24px;
	line-height: 0px;
}
.post:hover .permalink {
	display: block;
}
.post .permalink a {
	text-decoration: none;
}
.post .date {
  position: absolute;
	right: 565px;
	text-align: right;
	width: 200px;
	white-space: nowrap;
	font: Bold 20px Helvetica, sans-serif;
	text-align: right;
	letter-spacing: -1px;
	color: #888;
	padding: 5px 5px 5px 5px;
	line-height: 20px;
	text-transform: uppercase;
}
.post .date em {
	font-style: normal;
	color: #4075a2;
}
.post .date big {
		background: #ddd;
  font-size: 30px;
}
.post h2 {
	font: Normal 22px Georgia, serif;
	color: #336699;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}
.post h2 a {
	color: #336699;
	text-decoration: none;
}
/* Regular Post */
.post .regular {
	font-size: 14px;
	line-height: 17px;
}
.post .regular blockquote {
	font-style: italic;
}
/* Photo Post */
.post .photo img {
	border: solid 5px #eee;
}
.post .photo .caption {
	font-size: 14px;
	margin-top: 5px;
}
.post .photo .caption a {
	color: #0F98E0;
}
/* Quote Post */
.post .quote span.quote {
	font: Normal 28px Georgia, serif;
	letter-spacing: -1px;
	color: #405156;
}
.post .quote span.quote a {
	color: #405156;
}
.post .quote span.quote big.quote {
	font-weight: bold;
	font-size: 60px;
	line-height: 8px;
	vertical-align: -20px;
}
.post .quote span.source {
	font-size: 16px;
	color: #aaa;
	letter-spacing: -1px;
}
.post .quote span.source a {
	color: #aaa;
}
/* Link Post */
.post .link a.link {
	font: Bold 22px Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #E15346;
	text-decoration: none;
	border-bottom: dotted 1px #E15346;
	line-height: 33px;
}
.post .link .description {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	margin-top: 5px;
}
/* Conversation Post */
.post .conversation ul {
	background-color: #fff;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left: solid 5px #66A259;
}
.post .conversation ul li {
	border-bottom: solid 1px #66A259;
	font-size: 12px;
	padding: 4px 0px 4px 8px;
	color: #000;
}
.post .conversation ul li span.label {
	font-weight: bold;
}
/* Audio Post */
.post .audio .caption {
	font-size: 14px;
	margin-top: 5px;
}
.post .audio .caption a {
	color: #fff;
}
/* Video Post */
.post .video {
	width: 500px;
	margin: auto;
}
.post .video .caption {
	font-size: 14px;
	margin-top: 5px;
}
.post .video .caption a {
	color: #fff;
}
/* Footer */
#footer {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: 22px;
}
#footer a {
	text-decoration: none;
	color: #0F98E0;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p.tiny {
	margin: 50px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
}
#footer p.tiny a {
	text-decoration: underline;
	color: #0F98E0;
}
#footer p.tiny .dim {
	/*filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;*/
}
.query {
	font-weight: bold;
}
.containerFormComments {
	margin: 25px 65px 0px 0px;
	font-family: Verdana;
	font-size: 0.75em;
}
#commentForm input, #commentForm textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentForm p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}
#commentForm input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentForm textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #fff;
	background-color: #fff;
}
#commentForm #btnAdd {
	margin: 0;
	float: right;
}
.totalComments h3 {
	margin: 0 10px 0 0;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	color: #999;
	font-style: italic;
}
.totalComments a {
	color: #999;
}
/*Plugin Name: WP-Digg Style PaginatorPlugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/Author: Victor De la RochaAuthor URI: http://www.mis-algoritmos.com*/
/*CSS Yahoo new version style pagination*/
div.pagination {
	padding: 3px;
	margin: 10px 3px 3px 3px;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .85em;
}
div.pagination a {
	background-color: #fff;
	border: 1px solid #ccdbe4;
	margin-right: 3px;
	padding: 2px 8px;
	background-position: bottom;
	text-decoration: none;
	color: #000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #999;
	background-image: none;
	background-color: #ccc;
	color: #fff;
}
div.pagination span.current {
	margin-right: 3px;
	padding: 2px 6px;
	font-weight: bold;
	color: #000;
}
div.pagination span.disabled {
	display: none;
}
div.pagination a.next {
	border: 2px solid #ccdbe4;
	margin: 0 0 0 10px;
}
div.pagination a.next:hover {
	border: 2px solid #2b55af;
}
div.pagination a.prev {
	border: 2px solid #ccdbe4;
	margin: 0 10px 0 0;
}
div.pagination a.prev:hover {
	border: 2px solid #2b55af;
}
