/* @override http://beta.photosonmywall.de/wp-content/themes/pomw-portfolio/style.css */

/*
Theme Name: PhotosOnMyWall
Theme URI: http://pascalhertleif.de/projekte/photosonmywall/
Description: Simple, but hopefully supporting the content!
Version: 1.0
Author: Pascal Hertleif
Author URI: http://pascalhertleif.de/
Tags: exclusive, fixed width, photos, portfolio
*/

/* @group reset */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; font-weight:normal}
body{line-height:1}
ol, ul{list-style:none}
blockquote, q{quotes:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse; border-spacing:0}
strong{font-weight:bold}
em{font-style:italic}

/* @end */

/* @group general */

body {
	font: 15px/140% Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: url(img/bg.png) repeat;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 7px;
	text-indent: 15px;
}

blockquote, .blockquote {
	border-left: 3px solid #999;
	padding-left: 10px;
}

h2 {
	font-size: 36px;
	line-height: 200%;
}

h3 {
	line-height: 160%;
	font-weight: bold;
}


/* @end */

/* @group header */

#header {
	position: absolute;
	top: 0;
	right: 0;
	clear: both;
}

#header h1 {
	background-color: #aaa;
	display: block;
	float: right;
	padding: 5px 15px;
	font-size: 18px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#header h1 a {
	color: #fff;
}

#header ul#navi {
	float: right;
	padding: 5px 10px;
	background: #ddd;
	display: none;
	clear: left;
}

#header:hover {
	background: #ddd;
}

#header:hover ul#navi {
	display: block;
}

#header ul#navi li {
	float: right;
	margin-right: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header ul#navi li a {
	color: #888;
	line-height: 180%;
}

/* @end */

/* @group content */

#content {
	width: 900px;
	margin: 80px auto 0;
}

.picture {
	width: 830px;
	margin: 0 auto;
}

.picture img {
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 800px;
	max-height: 800px;
}

.article {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding-left: 10px;
}

.articlea {
	text-decoration: underline;
}

.article h2 {
	text-align: center;
}

.article h2:before {
	content: "";
	padding-left: 145px;
	background: url(img/orna_title_left.png) no-repeat left center;
}

.article h2:after {
	content: "";
	padding-right: 145px;
	background: url(img/orna_title_right.png) no-repeat right center;
}

.article p.story, .article p.story a {
	text-indent: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.article p.link {
	font-style: italic;
}

.article p.link a {
	text-decoration: underline;
}

/* @group prev/next */

p.previouslink {
	position: absolute;
	top: 300px;
	right: 10px;
	width: 60px;
	height: 75px;
	background: url(img/bigarrow_right.png) no-repeat;
}

p.previouslink:hover {
	background-image: url(img/bigarrow_right_hover.png);
}

p.previouslink a, p.nextlink a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

p.nextlink {
	position: absolute;
	top: 300px;
	left: 10px;
	width: 60px;
	height: 75px;
	background-image: url(img/bigarrow_left.png);
}

p.nextlink:hover {
	background-image: url(img/bigarrow_left_hover.png);
}

/* @end */

/* @end */

/* @group archive */

#content.archive {
	clear: both;
}

#content.generalarchive h2:before {
	content: "Das";
	color: #999;
	font-size: 24px;
	margin-right: 10px
}

#content.generalarchive h2:after {
	content: ", mit fast allem, worauf wir stolz sein können";
	color: #999;
	font-size: 24px;
}

#content.archive .article {
	width: 100%;
	margin-bottom: 20px;
}

#content.archive div.thumbail {
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	height: 210px;
	width: 210px;
}

#content.archive div.thumbail a img {
	margin: 0;
	padding: 5px;
	width: 200px;
	height: 200px;
}

#content.archive div.thumbail p {
	position: relative;
	top: -2.5em;
	display: none;
	font: normal normal 12px/2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0 !important;
}

#content.archive div.thumbail p a {
	color: #fff;
}

#content.archive div.thumbail p a:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#content.archive div.thumbail:hover p {
	display: block;
}

/* @end */

/* @group poll */

#content.poll {
	width: 600px;
}

ul.wp-polls-ul li {
	float: left;
	margin: 10px;
}

ul.wp-polls-ul li label {
	width: 100px;
	height: 100px;
	display: block;
}

div.wp-polls-ans p {
	float: left;
	width: 100%;
	margin: 5px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */