/* 
Theme Name: SBoNK
Theme URI: http://www.sbonk.it/
Description: The WP Theme for SBoNK.it
Version: 1.0
Author: Andrea Franceschini
Author URI: http://www.morpheu5.net/

The CSS, XHTML and design is released under CC by-nc-sa 2.5:
http://creativecommons.org/licenses/by-nc-sa/2.5/it/

*/

body {
	background: #6090c0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: black;
	text-align: justify;
}

.credits {
	font-style: italic;
	margin: 0px;
	top: -1.3em;
	position: relative;
	float: right;
}

a {
	text-decoration: none;
	color: #ffa500;
	background-color: transparent;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0.4em;
	line-height: 1.4em;
}

#theStrip {
	font-size: x-small;
}

#theBigBox {
	position: absolute;
	left: 0px;
	margin: 20px 5%;
	padding-bottom: 80px;
	border: 2px solid #205080;
	background: white;
	width: 90%;
	min-height: 420px;
}

#theBigBox:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#underlogo {
	position: absolute;
	left: -2px;
	top: -2px;
	background: url("images/underlogo.png") top left no-repeat;
	width: 360px;
	height: 160px;
}

#theLogo {
	position: absolute;
	top: -25px;
	left: -10px;
	background: url("images/logo.png");
	width: 300px;
	height: 116px;
}

#tagLine {
	display: block;
	position: absolute;
	color: white;
	font-weight: bold;
	font-size: x-small;
	top: 90px;
	left: 50px;
}

#theHeadOne {
	height: 20px;
	background: #ffa500;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: x-small;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #205080;
}

#theHeadOne span {
	border: 0px;
	margin: 0px 5px;
	line-height: 18px;
}

#theHeadTwo {
	margin-left: 300px;
	height: 60px;
	background: white url("images/halftone.png") left no-repeat;
	border-bottom: 1px solid #205080;
}

#theHeadTwo ul {
	float: right;
	margin-top: 40px;
	margin-right: 2em;
	margin-bottom: 0px;
	font-size: medium;
	font-weight: bold;
	display: inline;
	padding: 0px;
	font-size: small;
}

#theHeadTwo ul li {
	display: inline;
	padding: 0px 0.5em;
}

#theHeadTwo ul li a {
	color: #205080;
}

#searchform {
	position: absolute;
	top: 100px;
	right: 2%;
	background: #ffbc40;
	width: 13%;
	padding: 0px 2%;
	height: 50px;
	line-height: 50px;
	text-align: right;
}

#s {
	width: 100px;
	background: #white;
	border: 0px;
	color: #805300;
	padding: 2px 4px;
}

#s:hover, #s:focus {
	background: white;
	color: #805300;
}

#searchsubmit {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	margin-left: 10px;
	top: -1px;
	cursor: pointer;
}

#theContent {
	margin-left: 200px;
	margin-right: 40px;
	margin-bottom: 50px;
	z-index: 255;
}

/* HOME */
.post {
	margin: 20px 10px 40px 10px;
}

.post .title {

}

.post .title a {
	font-size: large;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px;
	color: white;
	background: #ffa500;
	display: block;
}

.post .title a:hover {
	text-decoration: none;
	background: #ffbc40;
}

.post .author {
	font-size: x-small;
	height: 18px;
	line-height: 18px;
	display: block;
	background: #ffe698;
	padding: 0px 20px 2px 20px;
	text-align: right;
	color: #805300;
	border-top: 1px solid white;
}

.post .author a {
	color: #805300;
}

.post .entry {
	margin: 20px;
}

.post .entry > * {
	line-height: 1.5em;
}

.post .entry p {
	text-indent: 1ex;
}

.post .entry img {
	margin: 1em;
}

.post .entry img[align=left] {
	margin-left: 0px;
}

.post .entry img[align=right] {
	margin-right: 0px;
}

.post .entry blockquote {
	background: #ffe698;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color: #805300;
	font-style: italic;
	text-indent: 0px;
}

.post .entry blockquote em, .post .entry blockquote i {
	font-style: normal;
}

.post .entry ul {
	list-style-type: none;
}

.post .entry ul li {
	text-indent: -2ex;
}

.post .entry ul li:before {
	content: "\00BB \0020";
}

.post .metadata {
	font-size: x-small;
	display: block;
	background: #ffe698;
	padding: 4px 20px;
	text-align: right;
	color: #805300;
	border-top: 1px solid white;
}

.post .single {
	text-align: justify;
}

.post .metadata a {
	color: #805300;
}

.post .commentmetadata {
	float: right;
	margin-top: -1.5em;
}

.post .commentlist {
	list-style-type: none;
	padding: 10px 0px 0px 30px;
}

.post .commentlist li {
	padding: 10px;
}

p#comments {
	margin: 20px 10px;
	font-size: x-small;
}

.alt {
	background: #ffe698;
}

.alt a {
	color: #805300;
}

#commentform input {
	border: 1px solid #805300;
	background: white;
}

textarea {
	width: 100%;
	border: 1px solid #805300;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	padding: 10px;
}

#theLeft {
	width: 59%;
	float: left;
	margin-left: 1%;
	margin-top: 70px;
}

#theRight {
	width: 37%;
	float: right;
	margin-right: 2%;
	margin-top: 70px;
	padding: 10px 0px;
	font-size: x-small;
}

#theRight ul {
	padding: 0px 10px;
}

.sidebars {
	width: 42%;
	background: #ffe698;
	padding: 0px 10px;
	list-style-type: none;
}

.sidebars a {
	color: #805300;
}

.sidebars li {
	padding: 10px 0px;
}

.sidebars li ul li {
	padding: 0px;
	margin-left: 10px;
}

#sidebar_1 {
	float: left;
}

#sidebar_2 {
	float: right;
}

#sidebar_2 > * {
	top: -20px;
}

#steffi {
	background: url("images/steffi.png") no-repeat;
	width: 200px;
	height: 149px;
	display: block;
	position: absolute;
	float: right;
	vertical-align: baseline;
	bottom: -26px;
	right: -20px;
	z-index: 255;
	border: 0px solid black;
	color: #ffa500;
	font-weight: bold;
	font-size: x-large;
}

#footer {
	position: absolute;
	left: 0px;
	/* FIREFOX
	right: 0px;
	bottom: 0px; 
	*/
	/* IE 7 */
	right: 4px;
	bottom: -1px;
	border-top: 1px solid #406080;
	border-bottom: 1px solid #406080;
	/* IE 7 */
	background: #ffa500;
	height: 20px;
	line-height: 14px;
	color: white;
	font-size: x-small;
	text-align: left;
}

#footer span {
	margin: 0px 10px;
	line-height: 18px;
}

#footer a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#leftColumn {
	position: absolute;
	left: 0px;
}

.block-user {
	position: absolute;
	top: 50px;
	left: 20px;
	margin-left: 20px;
	display: block;
	background-color: white;
	z-index: 255;
}

#block-user-0 h2 {
	display: none;
}

#block-user-1 h2 {
	font-size: medium;
}

.form-submit {
	height: 30px;
	margin: 10px;
}

hr {
	border: 1px solid;
	border-bottom: 0px;
	color: #ffa500;
	width: 100%;
	margin: 10px auto;
}

.hidden {
	display: none;
}

