/*  
 * Theme name: monkey-business.biz theme
 * Theme URI: http://www.einmalmitprofis.com/
 * Description: monkey business theme based on the simpla design
 * Version: 1.0
 * Author: Loaden, Tobias Jäck, loaden@einmalmitprofis.com
 * Author URI: http://www.einmalmitprofis.com/
 * Author E-Mail: loaden@einmalmitprofis.com
*/


/****************/
/* Basic layout */
/****************/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(./img/bg.gif);
	background-repeat: repeat-x;
	border-top: 5px solid #33333;
	color: #555555;	
	line-height: 1.5;
}

a:focus {
	outline: none;
}

ul, ol {
	padding-left: 40px;
	margin-bottom: 12px;
}

h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

h1 a {
	color: #B4C24B;
}

h1 a:hover {
	color: #0E6CC3;
}

h3 {
	letter-spacing: normal;
	font-size: 22px;
	color: #6F6F6F;
}

a {
	color: #557799;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}

small {
	font-size: 10px;
}

hr {
	height: 1px;
	margin-bottom: 12px;	
	border: 0;
	background-color: #6F6F6F;
}

div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	margin: 0 auto;
	min-width: 980px;
	width: 90%;
}

div#header {
	padding-top: 70px;
	padding-bottom: 20px;
}

div#header h2 {
	font-size: 30px;
}

div#header h2 a {
	color: #0E6CC3;
}

div#header h2 a:hover {
	color: #B4C24B;
}

div#header p {
	color: #aaaaaa;
	margin-top: -7px;
}

div#content {
	float: left;	
	width: 85%;
}

div#content #searchform {
	padding-top: 12px; 
	width: 385px;
}

div#content p {
	margin-bottom: 12px;	
}

div#content blockquote {
	font-style: italic;
}

div#content div.navigation span.alignleft {
	float: left;
}

div#content div.navigation span.alignright {
	float: right;
}

form#commentform input {
	width: 165px;
}

form#commentform input#submit {
	width: 180px;
}

ul#sidebar {
	float: right;
	width: 13%;		
	padding-left: 0;
}

ul#sidebar ul {
	margin: 0;
	padding: 0;
}

ul#sidebar li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul#sidebar ul li {
	margin-bottom: 4px;
	padding: 4px 0px 4px 0px;
}

ul#sidebar h2 {
	font-size: 22px;
}

.right_clearer {
	height: 1px;
	line-height: 1px;
	clear: right;
}

.clearer {
	height: 1px;
	line-height: 1px;
	clear: both;
}

.spacer {
	height: 15px;
}

.screen-reader-text {
	display: none;
}

ul#sidebar h3 {
	color: #555555;
	font-size: 18px;
	margin: 12px 0;
}

.entry {
	text-align: justify;
	margin-bottom: 20px;
}

div#content div.entry h1 {
	color: #6F6F6F;
	font-size: 26px;
}

.commentslink {
	float: right;
	background-image: url(./img/comments.png);
	background-repeat: no-repeat;
	padding-left: 29px;
	height: 24px;
	margin-top: 17px;
}

.commentsblock {
	padding-left: 2.5%;
}

.commentsblock textarea {
	width: 422px;
}

input, textarea {
	border: 1px solid #d1d1d1;
}

textarea:focus, input:focus {
	background: #FCFCFC;
}

ol.commentlist {
	color: #777777;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 1.5em;	
}

.commentlist li {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}

#comment {
	width: 99%;
}

#respond {
	margin-bottom: 12px;
}

.alt {
	background:#f3f5e9;
	border: 1px dotted #d1d1d1;
	padding: 0.5em;
}

h3#comments{
	font-size: 1.6em;
}


/*****************/
/* Widget styles */
/*****************/

#s {	
	width: 100%;
	margin-bottom: 6px;
}

#searchsubmit {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*****************/
/* Plugin styles */
/*****************/

p .subscribe-to-doi-comments {
	display: inline;
	margin-left: 12px;
	padding-top: 2px;
}

div#captchaImgDiv {
	margin-bottom: 12px;
}

div#captchaInputDiv {
	padding-top: 0;
	margin-bottom: 12px;
}

img#si_image_com {
	width: 167px;
}

#si_image_ctf1 { 
	margin-right: 10px;
	width: 167px;
}

#si_contact_form1 textarea {
	width: 50%;
	height: 240px;
}

#si_contact_form1 input {
	width: 165px;
}

#si_contact_form1 input#si_contact_captcha_code1 {
	margin-bottom: 12px;
	width: 167px;
}

.wp_syntax {
	margin-bottom: 12px !important;
}

.code {
	padding: 8px 4px !important; 
}

div.entry_tags {
	float: left;
	width: 51%;
	margin-bottom: 12px;
}

div#content div.sociable {
	float: left;
	margin: 0;
	width: 50%;
}

div.sociable ul li img {
	margin-right: 5px;
}

#ctc-3 {
	word-wrap: break-word;
	line-height: 30px;
}

#ctc-3 a:hover {
	text-decoration: underline;
}
