/*
Theme Name: Robert Wunsch
Theme URI: http://roberwunsch.de/
Description: Portfolio Website von Robert Wunsch
Version: 1.0
Author: Steffen Bewersdorff
Author URI: http://steffenbew.com/
Tags: design, portfolio, fotograf, galerie
Text Domain: robertwunsch
*/

@import url("reset.css");


/* !---------- global ---------- */
body {
	background: #fff;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 23px 0 23px 23px; }

a, a:active, a:focus,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
	-moz-outline-style: none; }

h1 { font-size: 2em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.3em; }

h4 { font-size: 1.1em; }

p { padding-top: 10px; }

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

	a:hover { text-decoration: underline; }

#content {
	min-height: 600px;
	height: auto !important;
	height: 600px; }

	#content .entry {
		overflow: hidden;
		width: 287px; }

		#content .entry h1,
		#content .entry h2,
		#content .entry h3,
		#content .entry h4 {
			font-weight: 100;
			text-transform: uppercase; }

#page {
	position: relative;
	width: 1080px; }


/* !---------- header ---------- */
#header { padding-bottom: 35px; }

	#header h1 a {
		background: url('images/logo.png') 0px 0px no-repeat;
		display: block;
		float: left;
		font-size: 0.7em;
		font-weight: normal;
		height: 22px;
		text-indent: -999em;
		letter-spacing: 2px;
		text-transform: uppercase;
		line-height: 22px;
		padding: 0 4px 0 6px;
		width: 287px; }

		#header h1 a .desc {
			color: #666;
			text-transform: lowercase; }

		#header h1 a:hover { text-decoration: none; }
		

/* !---------- nav ---------- */
#nav li a, #blog-link {
	color: #000;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 22px;
	padding: 0 4px 0 6px;
	text-decoration: none;
	text-transform: uppercase; }

#nav li a, #nav li, #blog-link {
	height: 22px;
	float: left;
	text-align: center; }

#nav li { margin: 0 0 0 25px; }

	#nav li a:hover, #nav li.current_page_item a, #blog-link:hover {
		background: url('images/bg_nav.png') 0px 0px repeat-x;
		color: #fff; }

.clear {
	clear: both;
	float: none; }

ul { display: block; }

#blog-link {
	color: #767676;
	float: none;
	right: 0px;
	position: absolute;
	top: 0px;
}


/* !---------- thumbnails ---------- */
#thumbnails {
	float: left;
	margin: -1px 13px 0 -1px;
	position: relative; }

	#thumbnails ul li {
		background: #ccc;
		border: 1px solid #fff;
		float: left;
		overflow: visible; }

		#thumbnails ul li.selected { border: 0; }

		#thumbnails ul li a.selected { border: 1px solid #cc9933; }

		#thumbnails ul li a, #thumbnails ul li a img { float: left; }

	#thumbnails ul li, #thumbnails ul li a, #thumbnails ul li a img { height: 55px; }
	

/* !---------- fullsize ---------- */
#fullsize {
	background: #cccccc url('images/ajax-loader.gif') -9999px -9999px no-repeat;
	float: left;
	height: 600px;
	overflow: visible;
	position: relative;
	text-align: center;
	width: 896px; }
	
#image-title {
	bottom: -20px;
	color: #767676;
	display: block;
	letter-spacing: 1px;
	height: 18px;
	line-height: 18px;
	position: absolute;
	left: 0px;
	z-index: 9999;
}

#prev, #next {
	bottom: 0;
	display: block;
	height: 100%;
	position: absolute;
	text-indent: -999em;
	top: 0;
	width: 40%;
	z-index: 9999; }

a#prev {
	background: url('images/prev.png') left center no-repeat;
	left: 0; }

a#next {
	background: url('images/next.png') right center no-repeat;
	right: 0; }

#protector {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9998; }
	

/* !---------- footer ---------- */
#footer {
	bottom: 0;
	display: block;
	height: 1em;
	left: 0;
	line-height: 1em;
	margin: 0;
	padding: 0;
	position: absolute; }

