/*
Theme Name: gawp-tls
Theme URI: 
Description: wp-theme für den guckauto blog
Version: 1.0
Author: ff
Author URI: http://guckauto.de

navy: #133056, as usual
light-blue: #92bffa
light-green: #bede3d
orange: #dfa416;
*/

* {
	margin: 0;
	padding: 0;
}
body {
	display: block;

	background: #92bffa;
	background: #ddd url(images/bbg.png) no-repeat center 0px;

	padding: 0;
	
	font-family: Arial, Helvetica, sans;
	font-size: 14px;
	color: #444;
}

a {
	color: #444;
	text-decoration: none;
}
a:hover { color: #133056; }

/*-----------------------------------------------------------*/

#ga-logo {
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	
	width: 200px;
	height: 56px;
	margin: 0 0 0 700px;
	
	background: transparent url(images/ga_logo.png) no-repeat;
	border: none;
}
#ga-logo:hover {
	background: transparent url(images/ga_logo-h.png) no-repeat;
}

#page {
	width: 900px;
	margin: 0 auto;	
}

#header {
	width: 900px;
	height: 70px;
	margin: 20px auto 0;

	background: #fff url(images/head_bg.png) no-repeat;
	
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
}
#header a#home-link {
	position: absolute;
	display: block;
	
	height: 70px;
	width: 225px;
}

#top-nav {
}
#top-nav ul {	
	list-style-type: none;
	width: 900px;
	height: 32px;
	margin: 38px auto 0;
	padding: 0;

	float: none;
	clear: both;
	overflow: hidden;
}
#top-nav li {
	display: inline;
	height: 20px;
	line-height: 20px;
	
	padding: 0 25px 0 5px;
	margin: 12px 0 0 0;
	
	color: #777;
	font-weight: 500;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0px;
	
	border-left: 1px solid #ccc;
	
	border-top: 0;
	
	float: right;
	overflow: hidden;
}
#top-nav li, #top-nav li a { color: #777; }
#top-nav li a:hover { color: #133056; }

#top-nav li#fb-link, #top-nav li#twitter-link, #top-nav li#rss-link {
	height: 32px;
	width: 32px;
	
	border-left: 0;
	margin: 0 10px 0 0;
	padding: 0;
}
#top-nav li#fb-link a, #top-nav li#twitter-link a, #top-nav li#rss-link a {
	display: block;
	width: 100%;
	height: 100%;
}
#top-nav li#fb-link {
	background: url(images/social_facebook.png);
}
#top-nav li#twitter-link {
	background: url(images/social_twitter_bird.png);
}
#top-nav li#rss-link {
	background: url(images/rss.png);
}

#top-nav li:hover {
	border-color: #133056;
	color: #133056;

	cursor: pointer;
}

#lena-start {
	display: none;
	
	position: absolute;
	top: auto;
	left: auto;
	
	width: 253px;
	height: 200px;
	
	margin: 21px 0 0 640px;
	padding: 0;

	background-image: url(images/lena_start-trans.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

	overflow: hidden;
	z-index: 250;
}

#content {
	display: inline;

	padding: 20px 0;	
	width: 590px;

	float: left;
}

.float-breaker {

	margin: 0;
	padding: 0;
	
	height: 0px;
	background: transparent;
	float: none;
	clear: both;	
}

#footer {
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 20px 0;

	color: #aaa;
	background: #444 url(images/footer_bg.png) repeat-x top;

}
#footer div {
	width: 900px;
	margin: 30px auto;
	padding: 10px 0;
	
	border-top: 1px solid #aaa;

}
#footer a { 
	color: #ccc;
	font-weight: 900;
}
#footer a:hover { color: #133056; }

.navigation {
	display: inline;
	width: 565px;
	float: left;
	
	padding: 5px;
	margin: 0 5px 15px 0;
	
	clear: both;
	overflow: hidden;
	
	border: 5px solid #eee;
	
	color: #133056;
	font-size: 1em;
	font-weight: 900;
	
	background: #fff;
}
.navigation a { color: #133056; }
.navigation a:hover { color: #dfa416; }
.navigation div {
	width: 40%;
	padding: 5px;
	background: #eee;
	overflow: hidden;	
}
.navigation .previous { 
	float: left;
	text-align: left;
}
.navigation .next { 
	float: right;
	text-align: right;
}

/*-----------------------------------------------------------*/
/*		POST		*/
/*-----------------------------------------------------------*/

.post {
	margin: 0 5px 15px 0;
	padding: 5px;
	
	clear: both;

	border: 5px solid #eee;
	
	background: #fff;	
}
.post h1 {
	line-height: 40px;
	font-size: 28px;

	margin: 0 0 5px;
	padding: 0 20px;

	font-family: Georgia, Times New Roman, serif;
	font-weight: 900;
	
	background: #eee;
	
	float: left;
}
.post-date {
	display: inline;
	height: 30px;
	line-height: 30px;

	margin-left: -12px;
	padding: 5px 10px;
	
	color: #fff;
	font-family: Arial;
	letter-spacing: -1px;
	font-weight: 900;
	font-size: 1.5em;

	float: left;
	overflow: hidden;
	
	background: url(images/date-bg.png);
}

.pi-author {
	float: left;
	clear: both;
	
	margin: 0 10px 5px 0;
	padding: 0 10px;

	font-family: Georgia, Times New Roman, serif;
	font-weight: 900;
	font-size: 1.2em;
	
	background: #eee;
}

.post-info {
	width: 100%;
	list-style: none;
	clear: both;

	color: #777;
	font-family: Georgia, Times New Roman, serif;
	line-height: 1;
	font-size: 14px;
	font-weight: 500;
	text-align: right;

	border: 1px solid #ccc;
	border-right: 0;
	border-left: 0;
	
	float: left;
	overflow: hidden;
}
.post-info li {
	height: 20px;
	line-height: 20px;
	
	float: left;
	padding: 5px;
}
.post-info li a { color: #777; }
.post-info li a:hover { color: #dfa416; }

.post-info li.pi-comments {
	float: right;
}

.post-info li.pi-comments {
	font-size: 1.5em;
	font-weight: 900;
}
a.c-icon {
	line-height: 20px;
	padding: 0 15px;
	
	background: url(images/comments-icon-trans.png) no-repeat left;
}

.post div.post-content {
	clear: both;
	
	padding: 0 10px 15px;
	line-height: 1.6;
	overflow: hidden;
}
.post div.post-content.page {
	width: auto;
	padding: 10px 20px;
	
	float: none;
	clear: both;
}

.post div.post-content p {
	clear: both;
	margin-top: 10px;
}
.post div.post-content p a { font-weight:900; color: #133056; }
.post div.post-content p a:hover { color: #dfa416; }

.post img {
	float: none;
	margin: 0 100% 0 0;

	border: 5px solid #eee;
}


.wp-caption {
	background: #eee;
	text-align: center;
	padding: 0 0 10px;
}

.post object, .post embed {
	width: 450px !important;	
	
	float: left;
	border: 5px solid #eee;
}

#no-posts {
	float: left;
	margin: 50px 30px;
	
	font-size: 2em;
	color: #444;
}

a.more-link {
	display: block;
	width: 120px;
	padding: 5px;
	margin: 15px 0 0;	
	
	font-family: georgia, times, serif;
	font-style: italic;
	
	text-align: center;
	
	background: #f2f2f2;
}
a.more-link:hover { color: #dfa416; }

.post-bottom {
	clear: both;
	margin: 10px 0 0;
	
	border-top: 1px solid #eee;
	
	color: #777;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	text-align: right;
}
.post-bottom a  {
	padding: 0 5px;
	margin: 0 5px;
	font-size: 1.2em;
}

/*-----------------------------------------------------------*/
/*		COMMENTS		*/
/*-----------------------------------------------------------*/

#comments {
	margin: -15px 5px 0 0;
	padding: 10px 5px 20px;
	
	border: 5px solid #eee;
	border-top: 0;
	background: #fff;
}

#comments h3 {
	border-bottom: 2px solid #eee;
}

#comment-list {
	margin: 10px 0 0;
	padding: 10px 0;
	
	list-style-type: none;
	clear: both;
}
#comment-list li {
	margin: 0 0 20px;
	
	background: #fff;

	border-bottom: 2px solid #133056;	
}
#comment-list li.byuser { padding: 0; background: #fffeee; }
#comment-list li.byuser .comment-author { color: #133056; }

#comment-list .comment-author {
	height: 25px;
	line-height: 25px;	
	padding: 0 5px;
	
	font-weight: 900;

}

#comment-list .comment-meta {
	float: right;
	
	height: 25px;
	line-height: 25px;	
	padding: 0 5px;
	margin: -26px 0 0;

	color: #fff;
	font-size: 0.7em;
}

#comment-list p {
	padding: 10px;
	clear: both;
}


#respond {
	margin: 25px 0;
}
#respond  h3 {
	margin: 0 0 10px;
}

#comment-form p {
	margin: 0 0 10px;
}
#comment-form textarea, #comment-form input {
	padding: 2px;
	
	color: #000;
	border: 1px solid #aaa;
	background: #fff;
}
#comment-form textarea {
	width: 99%;
	margin: 0 0 10px;
	padding: 0;
}
#comment-form input#submit {
	background: #133056;
	color: #fff;
	
	font-size: 1.25em;
	font-weight: 900;
}

#comments .navigation {

	padding: 0;
	margin: 0 0 20px;

	border: 0;
	
	color: #133056;
	font-size: 1em;
	font-weight: 900;
	
	background: #fff;
}


/*-----------------------------------------------------------*/
/*		SIDEBAR		*/
/*-----------------------------------------------------------*/

#sidebar {
	width: 300px;
	margin: 20px 0 0;
	color: #aaa;
	
	float: right;
}
#sidebar a { color: #777; }
#sidebar a:hover { color: #dfa416; }

#sidebar .sb-icon {
	width: 32px;
	height: 32px;
	
	padding: 0 0 0 10px;
	
	float: right;
}
#sidebar .sb-icon#rss { background: url(images/rss.png) no-repeat right; }
#sidebar .sb-icon#rss:hover { background: url(images/rss-h.png) no-repeat right; }

#sidebar .sb-icon#facebook { background: url(images/fb.png) no-repeat right; }
#sidebar .sb-icon#facebook:hover { background: url(images/fb-h.png) no-repeat right; }

#sidebar .sb-icon#twitter { background: url(images/twitter.png) no-repeat right; }
#sidebar .sb-icon#twitter:hover { background: url(images/twitter-h.png) no-repeat right; }

#sidebar div.sb-item {
	margin: 0 0 15px 0;
	padding: 0 0 0px;
	background: #fff;

	border: 5px solid #eee;	
}

#sidebar .sb-item-content {
	clear: both;
	padding: 0 15px;	
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	line-height: 1;

	color: #133056;
	font-weight: 900;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: -1px;

	background: #eee url(imaes/date-bg.png);
	
	overflow: hidden;

	float: left;
	clear: both;
}

#sidebar ul#archive {
	list-style: none;
	padding: 0 15px 10px;
	overflow: hidden;
}
#sidebar ul#archive li {
	display: inline;
	margin: 2px;
	padding: 2px 4px;
	
	float: left;
	
	font-size: 0.8em;
	text-transform: uppercase;
	
	background: #fff;
	border: 1px solid #eee;	
}


#blogsearch {
	height: 27px;
	padding: 10px 10px 15px 0;
	overflow: hidden;
}
#blogsearch input {

	width: 180px;
	height: 25px;
	
	float: right;
	margin: 0 0 0 5px;
	
	font-size: 1.3em;
	line-height: 30px;

	background: #fff;
	border: 1px solid #ccc;
}
#blogsearch input#go {
	width: 40px;
	height: 27px;	
	color: #aaa;
	text-align: center;
}

#sidebar .sb-item-content.sb-list {
	list-style: none;
}
#sidebar .sb-item-content.sb-list li {
	padding: 5px 0;

	border-bottom: 1px solid #eee;
	
	line-height: 1.25em;
	font-size: 1.2em;
}


#tagcloud {
	clear: both;
	text-align: right;
	padding: 5px 15px 15px;
}

/*-----------------------------------------------------------*/
/*		KONTAKTFORMULAR (PXSMAIL PLUGIN)		*/
/*-----------------------------------------------------------*/
#contact-form {

	margin: 0 20px 0 0;
}
#contact-form form dl, dl.labels {
	font-size:100%;
	margin-top:0.5em;
	
	text-align: right;
}

#contact-form form dt, dl.labels dt {
	float:left;
	width:7em;
	margin-bottom:0.8em;
	color:#555;

	font-weight:400;
	position:relative /*IEWin hack*/
}

#contact-form form dd, dl.labels dd {
	margin-left:7.5em;
	margin-bottom:0.8em;
	font-size:100%;
	font-style:normal;
	text-align:left;
	padding-left:0.5em
}

#contact-form form dd.submit, dl.labels dd.submit  {
	margin-top:2em
}

#contact-form .error_msg {
	font-weight:700;
	color:#C33;
}

#contact-form .pxs_css_spamcheck {
	display: none !important;
}

#contact-form input, #contact-form textarea {
	width: 90%;
}

