/*
Theme Name: 50mm
Theme URI: http://www.50-mm.de/
Description: Fotoblog-Theme.
Version: 0.1
Author: Herschel Rubinstein
Author URI: http://www.phase-5.net/

	50mm v0.1
	 http://www.phase-5.net/

	This theme was designed and built by Herschel Rubinstein,
	whose blog you will find at http://www.phase-5.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* ALLGEMEINES
=======================================*/

html {
	padding: 0px 0px 40px 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	background: #111;
	color: #CCC;
	font-family: Helvetica !important;
	font-size: 14px;
}


/* SIDEBAR
=======================================*/

.sidebar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 100%;
	float: left;
	border: none;
	background: #111;
}

.sidebar:hover {
	background: #222;
}

.sidebar:hover h1 a:link {
	color: #CCC;
	text-decoration: none;
}

.sidebar:hover h1 a:visited{
	color: #CCC;
	text-decoration: none;
}

.sidebar:hover h1 a:hover {
	color: #9F0;
	text-decoration: none;
}

.sidebar:hover h3 {
	color: #CCC;
}

h1 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	font-size: 70px;
	line-height: 65px;
}

h1 a {
	color: #333;
	text-decoration: none;
}

.sidebar p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
	color: #333;
}

.sidebar:hover p {
	color: #CCC;
}

h3.foto {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-size: 41px;
	line-height: 37px;
	font-weight: normal;
	color: #333;
}

h3.foto a:link {
	color: #EEE;
	text-decoration: none;
}

h3.foto a:visited {
	color: #EEE;
	text-decoration: none;
}

h3.foto a:hover {
	color: #9F0;
	text-decoration: none;
}

.fotografen {
	padding: 0px;
	margin: 0px;
	width: 200px;
	list-style: none;
	list-style-position: inside;
}

.fotografen li {
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	width: 190px;
	height: 21px;
	font-size: 16px;
	line-height: 21px;
	border-left: 10px solid #333;
	background: #111;
	font-weight: bold;
}

.fotografen li a {
	padding: 2px 10px;
	margin: 0px;
	width: 122px;
	height: 17px;
	color: #333;
	text-decoration: none;
}

.sidebar:hover .fotografen li {
	border-left: 10px solid #CCC;
	background: #666;
}

.sidebar:hover .fotografen li a:link {
	color: #CCC;
	text-decoration: none;
}

.sidebar:hover .fotografen li a:visited {
	color: #CCC;
	text-decoration: none;
}

.sidebar:hover .fotografen li a:hover {
	color: #9F0;
	text-decoration: none;
}

h3.neueste_beitraege {
	padding: 0px;
	margin: 10px 0px;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #333;
}

.neueste {
	padding: 0px;
	margin: 0px;
	width: 200px;
	list-style: none;
	list-style-position: inside;
}

.neueste li {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: right;
	color: #333;
}

.neueste li a {
	color: #333;
	text-decoration: none;
}

.sidebar:hover .neueste li a:link {
	color: #CCC;
	text-decoration: none;
}

.sidebar:hover .neueste li a:visited {
	color: #CCC;
	text-decoration: none;
}

.sidebar:hover .neueste li a:hover {
	color: #9F0;
	text-decoration: none;
}

/* RAHMEN
=======================================*/

.frame {
	padding: 0px;
	margin: 10px 0px 0px 240px;
	float: left;
	width: 700px;
	border: none;
}


/* INHALT
=======================================*/

hr {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 700px;
	height: 1px;
	background: #333;
	border: none;
}

h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 25px;
	font-weight: normal;
	color: #CCC;
}

h2 a:link {
	color: #CCC;
	text-decoration: none;
}

h2 a:visited {
	color: #CCC;
	text-decoration: none;
}

h2 a:hover {
	color: #9F0;
	text-decoration: none;
}

.frame > p {
	color: #333;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}

.frame > p > a {
	color: #333;
	text-decoration: underline;
}

.frame > p:hover {
	color: #CCC;
}

.frame > p:hover a:link {
	color: #9F0;
	text-decoration: none;
}

.frame > p:hover a:visited {
	color: #9F0;
	text-decoration: none;
}

.frame > p:hover a:hover {
	color: #9F0;
	text-decoration: underline;
}

.bearbeiten {
	padding: 0px;
	margin: 10px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

.bearbeiten a:link {
	color: #333;
	text-decoration: none;
}

.bearbeiten a:visited {
	color: #333;
	text-decoration: none;
}

.bearbeiten a:hover {
	color: #9F0;
	text-decoration: none;
}

.titlemeta {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: bold;
	color: #999 !important;
}

.titlemeta a:link {
	color: #999 !important;
	text-decoration: none !important;
}

.titlemeta a:visited {
	color: #999 !important;
	text-decoration: none !important;
}

.titlemeta a:hover {
	color: #9F0 !important;
	text-decoration: none !important;
}


/* AUTHOR - INFO
=======================================*/

.accordion > h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 30px;
	font-weight: normal;
	color: #CCC;
	cursor: pointer;
}

.accordion h3:hover {
	color: #9F0;
}

.accordion p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	color: #CCC;
	line-height: 20px;
	font-weight: bold;
	display: none;
}

hr.author {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 700px;
	height: 1px;
	background: #111;
	border-top: 3px double #333;
}

/* KOMMENTARE
=======================================*/

#kommentare {
	padding: 0px;
	margin: 25px 0px 0px 0px;
	width: 700px;
	border: none;
}

#comments {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	color: #CCC;
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
}

.commentlist {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	width: 700px;
	list-style-type: none;
	list-style-position: inside;
}

.commentlist li {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 700px;
}

.commentlist li cite {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 700px;
	font-size: 20px;
	font-style: normal;
	color: #999;
}

.commentlist li cite a:link {
	color: #EEE;
	text-decoration: none;
}

.commentlist li cite a:visited{
	color: #EEE;
	text-decoration: none;
}

.commentlist li cite a:hover {
	color: #9F0;
	text-decoration: none;
}

.commentmetadata {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

.commentmetadata a:link {
	color: #666;
	text-decoration: none;
}

.commentmetadata a:visited {
	color: #666;
	text-decoration: none;
}

.commentmetadata a:hover {
	color: #9F0;
	text-decoration: none;
}

.commentlist li p {
	padding: 0px;
	margin: 25px 0px;
	width: 700px;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #CCC;
}

.commentlist li p a:link {
	color: #9F0;
	text-decoration: none;
}

.commentlist li p a:visited {
	color: #9F0;
	text-decoration: none;
}

.commentlist li p a:hover {
	color: #9F0;
	text-decoration: underline;
}

#commentform {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	width: 700px;
	border: none;
}

#author, #email, #url {
	border: none;
	background: #333;
}

#author:focus, #email:focus, #url:focus {
	background: #CCC;
	color: #333;
}

#comment {
	width: 700px;
	background: #333;
	border: none;
}

#comment:focus {
	background: #CCC;
	color: #333;
}

#submit {
	padding: 2px 3px;
	border: none;
	background: #333;
	color: #111;
}

#submit:hover {
	background: #CCC;
	color: #333;
}


/* FOOTER
=======================================*/

.footer {
	position: fixed;
	left: 200px;
	bottom: 0px;
	width: 740px;
	height: 20px;
}

.footer p {
	padding: 0px;
	margin: 0px 0px 0px 40px;
	color: #333;
	background: #111;
	font-size: 12px;
	line-height: 20px;
}

.footer p a {
	color: #333 !important;
	text-decoration: none  !important;
}

.footer:hover p {
	color: #CCC;
}

.footer:hover p a:link {
	color: #CCC  !important;
	text-decoration: underline  !important;
}

.footer:hover p a:visited {
	color: #CCC  !important;
	text-decoration: underline  !important;
}

.footer:hover p a:hover {
	color: #9F0  !important;
	text-decoration: none  !important;
}










