/*
Theme Name: TUSH MAGAZINE
Theme URI:
Description:
Version: 1.0
Author: Matthias Kunze
Author URI:
Tags:
*/


/* reset */

html, body, span, a, table, td, th, form, h1, h2, h3, h4, p, ul, li, label, dt, dl, blockquote, input, textarea {
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier;
	color: #000;
	border: 0;
}

ul, li {
	list-style: none;
}

/* konstrukt */

body {
	margin: 50px 0;
	background: #ddd7e5;
}

p {
  margin: 0 0 15px 0;
}

#outframe {
	padding: 55px 0 20px 15px;
}

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 150px 0; /* abstand nach unten */
	background: #fff;
}

/** header **/

#header {
	height: 260px;
	width: 800px;
	margin: 0 auto;
	text-align: right;
position: relative;
}

#header-border {
	height: 1px;
	width: 800px;
	margin: 0 0 35px 0;
}

/* flashbanner */

#header-left {
	float: left;
	width: 300px;
	height: 220px;
	visibility: hidden;
}

/* / flashbanner */

#header-right {
	float: right;
	width: 357px;
}

#header-img {
	float: left;
	margin: 0 20px 0 0;
}

#header-navi {
	text-align: left;
	line-height: 14px;
}

#header-issue {
	margin: 35px 50px 0 0;
}

/** sidebar **/

#sidebar {
	width: 150px;
	float: left;
}

#sidebar h2 {
	margin: 0 0 15px 0;
}

#sidebar .widget_categories {
	margin: 102px 0 85px 0;
}

#sidebar input#s {
	border: solid 1px #000;
	width: 100px;
}

/** inhalt **/

#content {
	width: 635px;
	float: right;
}

/** posts **/

.titles {
	margin: -10px 0 25px 0;
	padding: 0 0 20px 0;
	background: url(images/divide_dotted_line.gif) bottom no-repeat;
}

.post-meta {
	padding: 30px 0 50px 0;
	background: url(images/divide_solid_line.gif) bottom no-repeat;
	margin: 0 0 55px 0;
}

.entry {
	width: 600px;
}

/** kommentare **/

.comment-meta {
	margin: 0 0 20px 55px;
}

h3#respond {
	margin: 55px 0 45px 0;
}

.the-comment {
	padding: 45px 0 55px 0;
	background: url(images/divide_dotted_line.gif) bottom no-repeat;
}

.comment-number {
	float: left;
	background: url(images/comment_number.gif) no-repeat;
	width: 34px;
	height: 34px;
	padding: 8px 0 0 0;
	text-align: center;
	margin: 4px 0 0 0;
}

.comment-text {
	float: right;
	width: 545px;
	margin: 0 35px 0 0;
}

/* formulare */

input, textarea {
	border: solid 1px #d5d5d5;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 12px;
}

#commentform input {
	width: 250px;
}

#commentform textarea {
	margin-top: 25px;
	width: 500px;
}

#commentform input#submit {
	background: #000;
	color: #fff;
	text-align: left;
	font-weight: bold;
	border: none;
}


/* formatierungen */

/** links **/

a {
	color: #ff0099;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}

#header-navi a, #sidebar a {
	color: #000;
}

.current-cat a, .current_page_item a {
	color: #ff0099 !important;
}

/** navigation **/

#header-navi li a {
	text-transform: uppercase;
	font-size: 11px;
}

#header-navi li {
	line-height: 13px;
}

#header-navi ul.white li a {
	color: #fff;
}

/** headlines **/

h2.post-title, h2.post-title a {
	font-size: 42px;
}

h3.post-subtitle {
	font-size: 16px;
}

h3#comments, h3#respond, #sidebar h2 {
	font-size: 12px;
}

/** texts **/

#sidebar, p, em, .comment-meta, .comment-number {
	font-size: 12px;
	line-height: 16px;
}

.post-meta, .post-meta a {
	font-size: 11px;
}

.comment-moderation {
	font-style: italic;
}

/* misc */

.clearboth {
	clear: both;
}

.white {
	color: #fff;
}

img.size-full {
	display: block;
	margin-bottom: 15px;
}

.alignleft {
	float: left;
}

.alignright {
	text-align: right;
	margin: 0 33px 0 0;
}

#movie-button {
  position: absolute;
  top: -45px;
  left: 110px;
}
