/*  
Theme Name: atomicboy.tv
Theme URI: http://www.atomicboy.tv
Description: Das Theme zum Blog von blog.atomicboy.tv
Version: 1.0
Author: Thomas Nitschinger
Author URI: http://www.atomicboy.tv
*/

div {
/*	border: 1px dotted pink;*/
}

/*************************************
 +Containers
 *************************************/
body {
	background: #e9e9e9 url(images/background4.jpg) repeat-x;	
/*	background: #f4f4f4 url(images/background2.jpg) repeat-x;*/
	color: #111;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#header {
	height: 200px;
	width: 100%;
	background: url(images/header1.jpg) no-repeat;	
/*	background: url(images/header.jpg) no-repeat;*/
}
#navigation {
	float: left;
	width: 626px;
	height: 26px;
	position: absolute;
	top: 168px;
	padding-top: 6px;
}
#content {
	clear: both;
	font-size: 1.3em;
	line-height: 1.5em;
	float: left;
	padding: 3em 2em 1em 0;
	width: 600px;
}
#sidebar {
	font-size: 1em;
	float: right;
	width: 250px;
	margin-top: 39px;
	margin-right: 1.5em;
	padding: 2em 1.5em 2em;
	font-size: 1.3em;
	line-height: 1.5em;
	background: #000;
}
.sb_bottom {
	float: right;
	width: 290px;
	height: 179px;
	overflow: visible;
	background: url(images/sb_bottom.png) no-repeat left bottom;
	font-size: 1.3em;
	margin-right: 1.5em;
}
#footer {
	background: #1b1b1b;
	color: #A9BFCD;
	clear: both;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 2em 0 4em 0;
	text-align: left;
	width: 100%;
	float: left;
	margin-top: 4em;
}

/*************************************
 Header
 *************************************/
#header #header_logo {
	width: 369px;
	float: left;
}
#header h1 a {
/*	background: url(images/atomic_logo3.jpg) no-repeat left top;
	width: 369px;
	height: 166px;*/
	background: url(images/atomic_logo1.jpg) no-repeat left top;
	width: 417px;
	height: 167px;
	display: block;
	position: absolute;
	margin-left: -52px;
	line-height: 500px;
	overflow: hidden;
}
#header #header_search {
	width: 189px;
	height: 21px;
	float: right;
	margin-top: 66px;
	background: url(images/search_bg.png) no-repeat;
	padding: 10px 40px 8px 61px;
}
#header_search #s {
	color: #555;
	border: none;
	width: 167px;
}
#header #searchsubmit {
	position: absolute;
	visibility: hidden;
}
#header #rss {
	float: right;
}
#header #rss a {
	display: block;
	background: url(images/rss.png) no-repeat left bottom;
	width: 133px;
	height: 41px;
	position: absolute;
	top: 125px;
	margin-left: 75px;
	line-height: 500px;
	overflow: hidden;
}

/*************************************
 Navigation
 *************************************/
#navigation ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
#navigation li { 
	font-size: 1.4em;
	font-weight: bold;
	float: left; 
	list-style-type: none; 
	list-style-image: none;
	margin-right: 2em;
}
#navigation li a, #navigation li a:visited {
	color: #fff;
}
#navigation li a:hover {
	color: #900201;
	text-decoration: none;
}

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3 {
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
}

/*************************************
 Entry
 *************************************/
.entry, .post {
	padding-bottom: 1.5em;
	margin-bottom: 2em;
	border-bottom: 10px solid #1b1b1b;
	background: #fff url('images/entry_bg.gif') no-repeat left top;
	width: 580px;
	padding: 25px 26px 20px 20px ;
}
.post {
	margin-bottom: 0;
}
.entry-1, .post {
	background: #fff url(images/entry_bg2.gif) no-repeat left top;
}
#content h2.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	padding: 0 20px 20px;
	color: #a9bfcd;
}

.date2 {
	float: left; 
	width: 77px; 
	height: 83px; 
	margin-left: -110px; 
	margin-top: -16px;
	background: url('../atomicboy_tv/images/datum.png') no-repeat; 
}
.date2 .day {
	display: block;
	color: #111;
	font-size: 2.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	margin-top: 22px;
	margin-bottom: 7px;
	padding-right: 7px;
	padding-left: 2px;
}
.date2 .month {
	display: block;
	color: #c40000;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 7px;
	padding-left: 2px;
}

.entrytitle {
	width: 510px;
	float: left;
}
.post .entrytitle {
	float: none;
	width: 100%;
}
.entrymeta {
	height: 39px;
	width: 54px;
	float: right;
	background: url(images/comments.gif) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 1px 0 0;
	text-align: center;
}
.entrymeta a {
	color: #333;
}
.entrymeta a:hover {
	color: #c40000;
	text-decoration: underline;
}
.entrytitle h2 {
	font-size: 2.2em;
	line-height: 1.1em;
}
.entrytitle h2 a {
	color: #67a1c6;
}
.entrytitle h2 a:hover {
	color:#c40000;
	text-decoration: none;
}
.entrytitle h4 {
	font-size: 1em;
	color: #111;
	margin-bottom: 2em;
}
.filedto {
	background: url(../atomicboy_tv/images/tagged.jpg) no-repeat left 2px;
	padding: 3px;
	padding-left: 22px;
	line-height: 1.2em;
	margin: 0;
	margin-top: 0.5em;
}

.entrybody {
	clear: both;
}
a {
	color: #c40000;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: underline;
}
.entrybody a img, .post a img {
	padding: 2px;
	border: 1px solid #646567;
}
.entrybody .sociable, .post .sociable {
	border-top: 1px solid #f4f4f4;
	padding-top: 6px;
}
.entrybody .sociable a img, .post .sociable a img {
	padding: 0;
	border: none;
}
.entrybody blockquote, .post blockquote {
	background: #D4DEE5 url(images/quote.gif) no-repeat;
	margin: 10px 26px;
	padding: 5px 20px;
	border-left: 10px solid #1b1b1b;
}

.entrybody a.more-link {
	padding: 2px 4px; 
	background: #c40000;
	color: #fff;
}
.entrybody a:hover.more-link {
	background: #111;
	text-decoration: none;
}
.wp-caption-text {
	font-size: 0.9em;
	font-style: oblique;
	color: #646567;
	margin-top: 5px;
}

#pagenav {
	text-align: center;
}
#pagenav .pgn {
	padding: 2px 4px;
	border: 1px solid #111;
	font-weight: bold;
	margin: 0 1px;
}
#pagenav a:hover {
	text-decoration: none;
}

.post .navigation, #content .navigation, #content .navigation1 {
	margin-bottom: 2em;
	clear: both;
	float: left;
	width: 626px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content .navigation a, #content .navigation1 a {
	color: #111;
}

#content .navigation1 .alignleft a {
	background: url(images/prev.png) no-repeat left -2px;
	padding-left: 25px;
}
#content .navigation1 .alignright a {
	background: url(images/next.png) no-repeat right -2px;
	padding-right: 25px;
}
#content .navwrap {
	float: left;
	padding: 1em;
	background: #d4dee5 url(images/pagepost_bg1.gif) no-repeat left bottom;
	font-weight: bold;
}
#content .navigation .alignleft, #content .navigation1 .alignleft {
	float: left;
	width: 262px;
	margin-right: 25px;
	background: url(images/prev.png) no-repeat left top;
	padding-left: 25px;
}
#content .navigation .alignright, #content .navigation1 .alignright {
	float: right;
	width: 262px;
	text-align: right;
	background: url(images/next.png) no-repeat right top;
	padding-right: 25px;
}
#content .navigation1 .alignleft, #content .navigation1 .alignright {
	padding: 0;
	background: none;
}

/*************************************
 Sidebar
 *************************************/
#sidebar .sb {
	margin-bottom: 2em;
}
#sidebar h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	margin-bottom: 0.5em;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #67A1C6;
	font-weight: bold;
}
#sidebar ul li {
	margin-top: 4px;
	margin-bottom: 4px;
}
#sidebar a {
	color: #67A1C6;
}
#sidebar a:hover {
	color: #fff;
	text-decoration: none;
}
#sidebar .sb select {
	border: 1px solid #1b1b1b;
	padding: 2px 4px;
	width: 250px;
}

/*************************************
 +Comments
 *************************************/
.komm {
	clear: both;
	float: left;
	width: 586px;
	padding: 20px;
	background: #a9bfcd url(images/komm_bg.gif) top left no-repeat;
}
.komm h3#comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	font-style: oblique;
}
.komm ol.commentlist {
	list-style-type: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
}
.komm .commentlist li {
	margin-bottom: 0.5em;
	padding: 0.5em 0;
	border-top: 1px dotted #7E9FB4;
	clear: both;
	float: left;
	width: 100%;
}
.komm a {
	color: #fff;
}
.komm .author {
	width: 150px;
	float: left;
	margin-right: 25px;
	color: #fff;
	font-weight: bold;
}
.komm .author .commentmetadata a {
	color: #5c7483;
}
.komm .kommentar {
	float: right;
	width: 400px;
}
.komm .kommentar p {
	margin: 0 0 1.2em 0;
}

.kommform {
	clear: both;
	float: left;
	width: 586px;
	padding: 30px 20px 20px;
	margin-bottom: 3em;
	border-bottom: 10px solid #1b1b1b;
	background: #7E9FB4 url(images/komm_trenner.gif) left top no-repeat;
}
.kommform h4 {
	font-weight: normal;
}
.kommform .label {
	width: 200px;
}
.kommform input, .kommform textarea {
	border: none;
	padding: 2px 4px;
	margin-right: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;	
}
.kommform input#submit {
	background: #1b1b1b;
	border: none;
	color: #fff;
	padding: 4px 5px;
}

/*************************************
 Footer
 *************************************/
#bottombar {
	width: 960px;
	margin: 0 auto;
}
#footer .foo_left, #footer .foo_middle, #footer .foo_right {
	float: left;
	width: 190px;
	margin-right: 25px;
}
#footer .works {
	width: 250px;
	float: right;
	padding: 0 20px;
}
#footer a {
	color: #A9BFCD;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer h3 {
	font-size: 1.6em;
	margin-bottom: 1em;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style: none;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #A9BFCD;
}
#footer .works ul li {
	border: none;
}

#realfooter {
	background: #1b1b1b;
	clear: both;
	text-align: center;
	border-top: 1px dotted #a9bfcd;
	float: left;
	width: 100%;
	padding: 0.5em 0 3em;
}
#realfooter .text {
	margin: 0 auto;
	width: 960px;
}
#realfooter a {
	color: #a9bfcd;
}
#realfooter a:hover {
	color: #fff;
	text-decoration: underline;
}

/*************************************
 Contact Form
 *************************************/
.contact-form {
	padding: 30px 20px 20px;
	background: #a9bfcd url(images/komm_trenner.gif) left top no-repeat;	
}
.contact-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
.contact-form fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	margin-bottom: 0.5em;
}
.contact-form fieldset .form-input {
	margin-bottom: 6px;
}
.contact-form input, .contact-form textarea {
	border: none;
	padding: 2px 4px;
	margin-right: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.contact-form input.button {
	background: #1b1b1b;
	border: none;
	color: #fff;
	padding: 4px 5px;
	margin-top: 1em;
}






