/*
Theme Name: wagnerwebdesign
Theme URI: http://www.wagnerwebdesign.at/
Description: WordPress theme based on www.wagnerwebdesign.at.
Version: 1.5
Author: Iris Wagner
Author URI: http://www.wagnerwebdesign.at/
Tags: custom header, fixed width, one column

	This theme was designed and built by Iris Wagner,
	whose blog you will find at http://www.wagnerwebdesign.at/blog/
*/

/* =main */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;	
}

/* =body */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #01060C;
	color: #333;
	}
	
/* =background */
#bg {
	top: 0;
	width: 100%;
	height: 100%;	
	position: fixed;
	background: #000 url("../../../../img/sand.jpg") repeat top left;
	z-index: -100;
}

#stars {
	height: 126px;
	width:100%;
	background: url("../../../../img/sterne.gif") repeat-x top left;
}

#moon {
	background: url("../../../../img/mond.gif") no-repeat top left;
	margin: 41px 0 0 60px;
	width: 76px;
	height: 60px;
	position: absolute;
}

#sky {
	background: url("../../../../img/himmel.jpg") repeat-x top left;
	height: 250px;
}

#sea-l {
	background: url("../../../../img/meer-li.gif") no-repeat top left;
	width: 758px;
	height: 74px;
	float: left;
}

#sea-r {
	background: url("../../../../img/meer-re.gif") repeat-x top left;
	margin-left: 758px;
	height: 74px;
}

#branding-swoosh {
	top: 0;
	width: 100%;
	position:absolute;
	text-align: center;	
}

#swoosh {
	display: block;
	width: 684px;
	height: 172px;
	margin-top: 8px;
	margin-left: -201px;
	text-align: left;
	position: absolute;
	z-index: -50;
}

#swoosh-l {
	background: url("../../../../img/swoosh-l.png") no-repeat top center;
	width: 201px;
	height: 142px;
	float: left;
}

#swoosh-r {
	background: url("../../../../img/swoosh-r.png") no-repeat top center;
	width: 135px;
	height: 122px;
	margin-top: -10px;
	margin-left: 501px;
}

/* =branding */
#branding h1 {
	width: 300px;
	height: 127px;
	background: url('../../../../img/branding.jpg') no-repeat top center;
}

h1 {
	text-indent:-5000px;
}

/* =links */
a {
	color:#86564F;
	text-decoration: none;
	}

a:hover {
	color: #956855;
	text-decoration: underline;
}

/* =content */
#sitecontent {
	text-align: center;
	clear: left;
}

#top {
	margin: 23px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 300px;
	height: 143px;
}

/* =page */
#page {
	margin: 18px auto 0 auto;
	padding-bottom: 20px;
	width: 508px;
	text-align: left;
	background-color: #fff;
	border-bottom: 1px solid #DDD1C8;
	border-left: 1px solid #DDD1C8;
	border-right: 1px solid #DDD1C8;
}
	
#corner {
	margin-top: -8px;
	position: absolute;
	width: 510px;
}

#corner-l {
	width: 8px;
	height: 8px;
	background: url("images/corner-t-l.png") no-repeat;
	margin-left: -1px;
	float: left;
}

#corner-m {
	width: 494px;
	height: 8px;
	background-color: #fff;
	float: left;
}

#corner-r {
	margin-left: 501px;
	background: url("images/corner-t-r.png") no-repeat;
}

/* =content */
#content {
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

/* =navigation */
ul#nav {
	font-size: 1.2em;
	height: 26px;
	list-style-type: none; 
	background: transparent url('../../../../img/nav.jpg') repeat-x top left;  
	padding-left: 6px;
}

ul#nav li { 
	float: left;
	margin: 3px 0 0 16px;
	color: #C1AB9B;
	cursor: default;
}

ul#nav li:first-child {
	margin-left: 13px;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:hover, ul#nav li a:active {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

ul#nav li a:hover, #fl-v a:hover {
	color: #C1AB9B;
}

/* =header */
#blog-header {
	width: 464px;
	margin-left: 22px;	
	height: 60px;
	overflow: hidden;
	background: #fff url('../../../../img/hline.gif') repeat-x bottom left;
	}

#blog-header h2 {
	padding-top: 27px;
	font-size: 1.7em;
	font-weight: bold;	
}

/* =nav blog */
.cat-nav {
	width: 464px;
	height: 64px;
	text-align: left;
	margin-top: 5px;
	margin-left: 22px;
	padding: 0 0 5px 0;
	clear: left;
	font-size: 1.2em;
	background: #fff url('../../../../img/hline.gif') repeat-x bottom left;
}

ul.cat {
	margin: 0;
	width: 355px;
	float: left;
}

li.cat-item {
	white-space: nowrap;
	float: left;
	line-height: 2.0em;
	font-size: 0.8em;
	list-style: none;
	margin-right: 9px;
	margin-left: 0;
	padding-right: 16px;
	background: #fff url("images/dot.png") no-repeat right 8px;
}

li.cat-item a:link, li.cat-item a:visited, li.cat-item a:hover, li.cat-item a:active {
	font-size: 1.2em;	
}

/* =search */
#searchform {
	float: left;
	padding-top: 20px;
	margin-left: 6px;
}

#searchInpt {
	border:1px solid #E0DCD1;
	color:#57453B;
	font-size:11px;
	line-height:15px;
	width: 94px;
	vertical-align: top;
	margin: 2px -25px 0 0;
	height: 15px;
	padding: 1px 0 1px 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#searchInpt:hover {
	border:1px solid #d1c7b3;
}

#searchBtn:hover {
	cursor: pointer;
	background: url("images/search-btn-o.png") no-repeat;
}

#searchBtn {
	background: url("images/search-btn.png") no-repeat;
	width: 24px;
	height: 21px;
	border: 0;
	vertical-align:bottom;
	margin-top: 4px;
}

/* =breadcrumb */
.breadcrumb {
	margin: 0 0 0 151px;
	padding-top: 5px;
	font-size: 1.0em;
	height: 16px;
	overflow: hidden;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	text-decoration: none;
	outline: none;
}

/* =narrowcolumn */
.narrowcolumn {
	margin-left: 22px;
	width: 464px;
}

.narrowcolumn .entry {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	font-size: 0.9em;
	}
	
.narrowcolumn .postmetadata h3 {
	padding-top: 15px;
	}

.postmetadata {
	clear: both;
}

small {
	font-size: 1.0em;
	line-height: 1.5em;
	}

/* =headlines */
h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: center;
	text-indent:-5000px;
	margin: 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	}

h2.pagetitle {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 22px;
	padding-bottom: 2px;
	background: url("images/hline.gif") repeat-x bottom left;
}

h3 {
	padding: 0;
	margin: 0 0 0;
	}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	}

/* =p */
p.center {	
	margin-top: 25px;
	margin-bottom: 60px;
}

p img, p a img {
	padding: 0;
	max-width: 100%;
	border: solid 1px #ccc;
	}

p a:hover img {
    border: solid 1px #b5b5b5;
}

/* =tweetthis */
p a.tt:hover img {
	border: none;
}

/* =socials */
#socials {
	width: 165px;
	height: 47px;
	position: relative;
	margin-top: -45px;
	padding-left: 302px;
}

#socials a {
	display: block;
	text-indent: -5000px;
	margin: 0 5px;
	width: 45px;
	height: 45px;
	outline: none;
	float: left;
}

a#soc-t:link, a#soc-t:visited, a#soc-t:hover, a#soc-t:active {
	background: url("../../../../img/social-t-b.png") no-repeat top left;
	font-size: 0.8em;
}

a#soc-t:hover {
	background: url("../../../../img/social-t-c.png") no-repeat top left;
}

a#soc-f:link, a#soc-f:visited, a#soc-f:hover, a#soc-f:active {
	background: url("../../../../img/social-f-b.png") no-repeat top left;
	font-size: 0.8em;
}

a#soc-f:hover {
	background: url("../../../../img/social-f-c.png") no-repeat top right;
}

a#soc-r:link, a#soc-r:visited, a#soc-r:hover, a#soc-r:active {
	background: url("../../../../img/social-r-b.png") no-repeat top right;
	font-size: 0.8em;
}

a#soc-r:hover {
	background: url("../../../../img/social-r-c.png") no-repeat top right;
}

/* =post */
.post {
	text-align: left;
	margin: 28px 0 28px 0;
	}

.post hr {
	display: block;
	}

.post h2, .post h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.new {	
	width: 420px;
	min-height: 62px;
	margin-top: 12px;
	margin-bottom: 16px;
	padding-top: 15px;
	padding-right: 85px;
	background: url("../../../../img/update.png") no-repeat top right;
}

.article h2 {
	margin-bottom: 15px;	
}

.article h3 {
	margin: 15px 0 10px 0;	
	font-weight: normal;
	text-transform: none;
}

.article h4 {
	margin: 10px 0 0 0;	
}

.article .new {
	width: 464px;
	padding-right: 0;
	background: none;
}

/* =entry */
.entry p {
	margin-top: 5px;	
}

.article .entry p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry {
	margin-left: 0;
	margin-top: 0;
}

.entry ol, .entry ul {
	padding: 0 0 5px 15px;
	margin: 0;
}

.entry ol li, .entry ul li {
	margin-bottom: 4px;
	padding: 0;
	}
	
.entry form { 
	text-align:center;
	}

/*	=postmetadata */
.entry .postmetadata {
	margin: 0;
	background: url("images/hline.gif") repeat-x top;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* =captions */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 0 0 20px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
} 

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px 7px 4px;
	margin: 0;
}

/* =footer */
#footer {
	width: 510px;
	padding: 3px 0 0 0;
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
}
	
#footer p {
	text-align: left;	
}

/* =img */
img {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	white-space: nowrap;
	}

.alignleft {
	float: left;
	display: block;
	margin-right: 15px;	
	white-space: nowrap;
	}

/* =comments */
#commentform {
	margin: 15px 0 0 0;
}

h3#comments {
	margin-top: 35px;
	margin-bottom: 13px;	
}

#submit {
	width: 106px;
	padding: 2px;
	background-color: #86564F;
	color: #fff;
	border: none;
}

#submit:hover {
	cursor: pointer;
	background-color: #956855;
}

#commentform textarea {
	border:1px solid #E0DCD1;
	width: 450px;
	padding: 2px;
}

#commentform textarea:hover, #commentform input:hover {
	border:1px solid #d1c7b3;
}

#commentform input {
	border:1px solid #d1c7b3;
	padding: 2px;
}

#respond {
	margin-top: 35px;
	font-size: 0.9em;
}

#respond h3 {
	font-size: 1.5em;	
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	border: none;
	font-size: 1em;
	}

.reply {
	margin-top: 6px;	
}

.alt {
	margin: 0;
	}
	
.vcard {
	margin-top: 7px;
}

.commentlist {
	padding: 0;
	font-size: 0.9em;
	}

.commentlist li {
	list-style: none;
	padding-bottom: 5px;
	background: url("images/hline.gif") repeat-x bottom;
	}

.commentlist p, #respond p {
	margin-top: 5px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	}

.commentlist cite {
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	float: right;
	}

/* =misc */	
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 0;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	font-size: 1.3em;
	margin-bottom: 20px;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

code {
	font: 1.0em "Consolas", "Andale Mono", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.clear {
	clear: both;
}

.sociable {
	float: right;
}

/* =page-navigation */ 
.wp-pagenavi {
	margin-top: -16px;
	clear: both;
	font-size: 0.8em;
	text-align: right;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 0 4px;
	margin: 2px;
	height: 20px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #86564F;
	color: #fff;
	border: 1px solid #86564F;
}

.wp-pagenavi a:hover {
	border: 1px solid #956855;
	background-color: #fff;
	color: #956855;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	border: none;	
}

.wp-pagenavi a.nextpostslink:hover, a.previouspostslink:hover {
	text-decoration: underline;
	color: #956855;
	background-color: #fff;
	border: none;
}

/* =table */
table {
	width: 100%;
	margin-top: 20px;
}

td {
	vertical-align: top;	
}

td.hnr {
	font-size: 5em;
	font-weight: bold;
	color: #ddd;
	padding-top: 33px;
}

/* =socials */
.tweetthis {
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 0;
}

/* =syntaxhighlighter */
.syntaxhighlighter.nogutter {
	margin-top: 0 !important;
}

/* "Daisy, Daisy, give me your answer do. I"m half crazy all for the love of you.
	It won"t be a stylish marriage, I can"t afford a carriage.
	But you"ll look sweet upon the seat of a bicycle built for two." */
