/*
Theme Name: BananaMagazine
Theme URI: http://www.bananamagazine.net
Description: Theme of the best magazine.
Version: 0.1
Author: Jens Sage
Author URI: http://www.berlingrafix.net
Tags: orange
*/

* { 
	border:0;
	outline:0;
	padding:0;
	margin:0;
	font-family:"Lucida Grande", "Lucida", sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#2f2519;
	list-style:none;
	font-weight:normal;
	border-spacing:0px;
}

html, body {
	height:100%;
	width:100%;
}

body {
	background: rgb(249,208,45) url(images/body_bg.png) top repeat-x;
}

p,table {
	margin:0 0 10px 0;
	clear:both
}

table td {
	padding: 1px 0 2px 0;
}

a:hover {
}


h1, h2, h3, h4 {
	font-size: 15px;
	margin-bottom: 6px;
}

h2 a {
	font-size: 15px;
}

h3,h3 a {
	font-size:13px;
}

.intended {
	margin-left: 15px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	background-color:#fbe79d;
}

input:focus, textarea:focus {
	background-color:#fdf3ce;
}

textarea {
	width:80%;
}

ul li {
	margin-bottom: 4px;
}

#commentform p {
	padding-bottom: 10px;
	clear:both;
}

#commentform p input {
	float:left;
}

label {
	font-weight:bold;
	cursor:pointer;
	display:block;
	padding: 3px;
}

#commentform p label {
	float:left;
	width:auto;
	clear:right;
	padding: 5px;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	width: 820px;
	margin-left: -410px;
}

#head {
	height: 126px;
	margin-bottom: 37px;
}

#logo {
	background: url("images/common.png") no-repeat -4px -4px;
	width: 70px;
	height: 68px;
	float:left;
	margin-top: 34px;
}

#navcontainer {
	float:left;
	margin-left:19px;
	margin-top: 60px;
}

#logo_typo {
	background: url("images/common.png") no-repeat -92px -29px;
	width: 309px;
	height: 18px;
}

.vimeo  {
	background: url("images/common.png") no-repeat -709px -7px;
	width: 48px;
	height: 15px;
}

#nav {
	width: 309px;
	margin-top: 15px;
}

#nav li {
	float:left
}

#nav .navitem {
	background-image: url("images/common.png");
	height: 8px;
	margin: 0 15px 0 0;
	padding: 2px;
	display:block;
}

#nav_articles {
	width:48px;
	background-position: -8px -83px;
}

#nav_comics {
	width:46px;
	background-position: -67px -83px;
}

#nav_videos {
	width:43px;
	background-position: -124px -83px;
}

#nav_authors {
	width:56px;
	background-position: -180px -83px;
}

#userbox {
	background: url("images/common.png") no-repeat -409px -7px;
	width: 291px;
	height: 42px;
	margin-top:60px;
	float:right;
}

#userbox a,#userbox {
	color:#f6e0a8;
}

#userbox_content {
	padding: 11px;
	clear:both;
}

#userbox_content_openid {
	padding:4px;
	color: #fff;
	display:block;
	float:right;
}

#title, #body {
	clear:both;
	padding: 0 12px 0 12px;
}

#title .home_left {
	text-transform: uppercase;
	font-size:19px;
	margin-bottom: 30px;
}

#body {
	min-height:150px;
}

#foot {
	clear:both;
	padding-top: 40px;
	padding-bottom: 30px;
}

#foot_left {
	float:left;
	width: 65%;
}

#foot_right {
	float:right;
	width: 20%;
	text-align:right
}

.bordered {
	width: 505px;

}

.bordered img, .bordered object, .content img, .comic_thumb {
	outline:6px solid #fdefb6;
	padding:3px;
	margin: 6px 9px 9px 9px;
}

.bordered img, .bordered object, .content img {
	text-align:center;
	margin-top: 13px;
	width:100%;
	height:auto;
}

.bordered embed {
	padding:0;
	margin:0;
	text-align:center;
	width:100%;
}

.align_right {
	text-align:right
}

.home_left {
	width: 215px;
	float:left;
}

.home_right {
	width: 515px;
	float:right;
}

.content p, .content a, input, textarea {
	font-size: 12px;
}

.content a {
	border-bottom: 1px dotted #2f2519;
}

.content img {
	max-width: 515px;
}

.author {
	clear:both;
}

.author .gravatar {
	float:left;
	padding: 5px;
}

.author h2 {
	float:left;
	width: 50%;
	padding: 5px;
}

.infotable .key {
	width: 23%;
	vertical-align:top;
	font-weight:bold;
}

.item .preview_pic {
	float:left;
}

.item .info {
	clear:right;
	padding-left:10px;
}

.space_bottom {
	padding-bottom:10px;
}

div.carousel-window {
        width: 100% !important;
}

.carousel-window {
        background: none !important;
}

#s {
	width: 120px;
	float:left;
}

input[type=submit],button {
	background-color:#e5a731;
	color:#f6e0a8;
	font-size:11px;
	font-width:bold;
	border:1px solid #f4d369;
	border-left-color:#de972d;
	border-top-color:#de972d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-shadow: #de972d 0px 0px 3px;
}

.avatar {
	float:left;
	margin: 7px;
}

.comment-author cite {
	padding-top:7px;
}

.comic_thumb {
	float:left;
	margin: 21px;
}

