/* @override http://www.fra-mac.de/foto/templates/darkmatter/css/photoblog-compressed.css */

/* html elements */
html {
	background:#444;
}
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#444;
	font-size:75%;
	letter-spacing:-0.01em;
	color:#bbb;
	line-height:1.5em;
}
#body-wrapper {
	text-align:center;
	margin:0 auto;
}
/* PRO */
.w700 {
	background:#444 url(../img/pb_700.gif) repeat-y center;
	width:740px;
}
.w750 {
	background:#444 url(../img/pb_750.gif) repeat-y center;
	width:790px;
}
.w800 {
	background:#444 url(../img/pb_800.gif) repeat-y center;
	width:890px;
}
.w850 {
	background:#444 url(../img/pb_850.gif) repeat-y center;
	width:890px;
}
.w900 {
	background:#444 url(../img/pb_900.gif) repeat-y center;
	width:940px;
}
.w950 {
	background:#444 url(../img/pb_950.gif) repeat-y center;
	width:990px;
}
a {
	color:#ddd;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
/* clear fix */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clearfix {
	display:inline-block;
}
html[xmlns] .clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}
/* page elements */
#wrapper {
	margin:0 auto;
	text-align:left;
	width:800px;
	background:#222;
}
#header {
	height:60px;
	background:#000 url(../img/dm_sprite.png) repeat-x 0 -310px;
}
#footer {
	line-height:1.7em;
	font-size:86%;
	color:#888;
	margin: 0 auto 10px;
	padding: 0 20px 10px;
}
/* PRO */
.w700f {
	background:#444 url(../img/pagebottom700.gif) no-repeat bottom;
	width:740px;
}
.w750f {
	background:#444 url(../img/pagebottom750.gif) no-repeat bottom;
	width:790px;
}
.w800f {
	background:#444 url(../img/dm_sprite.png) no-repeat -80px -140px;
	width:840px;
}
.w850f {
	background:#444 url(../img/pagebottom850.gif) no-repeat bottom;
	width:890px;
}
.w900f {
	background:#444 url(../img/pagebottom900.gif) no-repeat bottom;
	width:940px;
}
.w950f {
	background:#444 url(../img/pagebottom950.gif) no-repeat bottom;
	width:990px;
}
#footer-content {
	background:#000;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 0;
}
.w700f #footer-content, .w700 #wrapper {
	width:700px;
}
.w750f #footer-content, .w750 #wrapper {
	width:750px;
}
.w800f #footer-content, .w800 #wrapper {
	width:800px;
}
.w850f #footer-content, .w850 #wrapper {
	width:850px;
}
.w900f #footer-content, .w900 #wrapper {
	width:900px;
}
.w950f #footer-content, .w950 #wrapper {
	width:950px;
}
#title {
	height:28px;
	padding:16px;
	background:url(../img/dm_sprite.png) no-repeat 10px -227px;
	text-shadow:#444 1px 1px 1px;
}
#title h1 {
	color:#fff;
	font-size:100%;
	margin-left:33px;
	text-transform:uppercase;
	line-height:14px;
	height:28px;
}
#title h1 span.name {
	font-weight:bold;
}
#title h1 span.subtitle {
	display:block;
}
#title h1 span.separator, #title h1 span#imagetitle {
	display:block;
	text-indent:-9999px;
	height:0;
	font-size:0;
	line-height:0;
	display:none;
}
/* menu */
#menu {
	height:14px;
	margin-top:30px;
	line-height:14px;
	text-transform:uppercase;
	float:right;
}
#menu li {
	margin-right:10px;
	display:inline;
	text-shadow:#444 1px 1px 1px;
}
#photo {
	line-height:0;
	padding:0;
	border:0;
	background:#000 url(../img/shutter.gif) no-repeat 50% 50%;
	text-align:center;
	margin-top:30px;
	overflow:hidden;
}
#photo-prev, #photo-next {
	display:block;
	position:absolute;
	z-index:3;
	top:90px;
	text-indent:-9999px;
	background:url(../img/blank.gif);
	outline:none;
}
body.js #photo-prev, body.js #photo-next {
	top:115px;
}
div#n-next, div#n-prev {
	display:block;
	position:absolute;
	z-index:2;
	top:90px;
}
#photo-next {
	margin-left:400px;
}
#photo-next:hover, #photo-next:focus {
	background:url(../img/arr_right.png) no-repeat center center;
	z-index:10;
}
#photo-prev:hover, #photo-prev:focus {
	background:url(../img/arr_left.png) no-repeat center center;
	z-index:10;
}
body.js #photo-next:hover, body.js #photo-prev:hover {
	background:none;
}
div#n-next.hover {
	background:url(../img/arr_right.png) no-repeat center center;
	cursor:pointer;
}
div#n-prev.hover {
	background:url(../img/arr_left.png) no-repeat center center;
	cursor:pointer;
}
#photo img {
	margin:0 auto;
	line-height:0;
}
h2#archive-header, h2#about-header {
	height:30px;
	line-height:30px;
	text-transform:uppercase;
	background:#000;
	padding-left:10px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	position:absolute;
	top:60px;
}
.w700 h2#archive-header, .w700 h2#about-header {
	width:690px;
}
.w750 h2#archive-header, .w750 h2#about-header {
	width:740px;
}
.w800 h2#archive-header, .w800 h2#about-header {
	width:790px;
}
.w850 h2#archive-header, .w850 h2#about-header {
	width:840px;
}
.w900 h2#archive-header, .w900 h2#about-header {
	width:890px;
}
.w950 h2#archive-header, .w950 h2#about-header {
	width:940px;
}
#titlebar {
	background:#000;
	padding-left:10px;
	font-weight:bold;
	color:#fff;
	height:30px;
	line-height:30px;
	margin-bottom:-30px;
	text-transform:uppercase;
	position:relative;
}
#i-link {
	line-height:11px;
	display:block;
	height:11px;
	width:11px;
	text-indent:-9999px;
	background:url(../img/dm_sprite.png) no-repeat;
	background-position:0 -58px;
	position:absolute;
	right:10px;
	top:8px;
}
#i-link:hover, #i-link:focus {
	background-position:0 -69px;
	outline:none;
}
/* image info overlay */
#image-info h3 {
	text-indent:-9999px;
	height:0;
	line-height:0;
	overflow:hidden;
	font-size:0px;
}
#image-info h5 {
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
}
#RGBHistogram {
	height:100px;
	padding:0;
}
#info-wrap {
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#info {
	overflow:hidden;
}
#bar {
	opacity:1;
	filter:alpha(opacity=100);
	height:30px;
}
#image-notes {
	margin-top:1em;
}
#image-notes p {
	margin-bottom:1em;
}
#thumbnail-navigator {
	padding-bottom: 9px;
	line-height:0;
	border-top: 45px solid #000;
}
#image-info-toggle, #thumbnail-navigator-toggle, #tags-tab-toggle, #comments-toggle {
	height:25px;
	background:url(../img/dm_sprite.png) no-repeat right 0;
	font-size:90%;
}
#image-info-toggle a, #thumbnail-navigator-toggle a, #tags-tab-toggle a, #comments-toggle a {
	float:right;
	display:block;
	text-transform:uppercase;
	width:195px;
	height:25px;
	line-height:25px;
	text-align:center;
	outline:none;
	position:relative;
	bottom:0.3em;
	text-shadow:#000 1px 1px 1px;
}
#image-info-toggle a {
	z-index:9999;
}
#image-info-toggle a:focus, #thumbnail-navigator-toggle a:focus, #commentform-toggle a:focus, #tags-tab-toggle a:focus, #comments-toggle a:focus {
	text-decoration:underline;
}
#image-title {
	background:#000;
	height:40px;
}
.infobox {
	padding:10px;
	float:left;
	width:235px;
}
.exif {
	width:200px;
}
.full {
	width:auto;
}
.w700 .all {
	width:170px;
}
.w750 .all {
	width:220px;
}
.w800 .all {
	width:270px;
}
.w850 .all {
	width:320px;
}
.w900 .all {
	width:370px;
}
.w950 .all {
	width:420px;
}
.w700 .exifonly {
	width:450px;
}
.w750 .exifonly {
	width:500px;
}
.w800 .exifonly {
	width:550px;
}
.w850 .exifonly {
	width:600px;
}
.w900 .exifonly {
	width:650px;
}
.w950 .exifonly {
	width:700px;
}
.w700 .histogramonly {
	width:390px;
}
.w750 .histogramonly {
	width:440px;
}
.w800 .histogramonly {
	width:490px;
}
.w850 .histogramonly {
	width:540px;
}
.w900 .histogramonly {
	width:590px;
}
.w950 .histogramonly {
	width:640px;
}
#exif-info th {
	width:100px;
	padding-right:10px;
	text-transform:uppercase;
}
#exif-info td {
	color:#ccf;
	font-weight:bold;
}
#histogram {
	width:256px;
}
/* thumbnail nav box */
#thumbs {
	background:#000;
	margin:0;
	text-align:center;
	overflow:hidden;
}
body #body-wrapper .nocarousel {
	width:600px;
}
.w700 #thumbs {
	width:700px;
}
.w750 #thumbs {
	width:750px;
}
.w800 #thumbs {
	width:800px;
}
.w850 #thumbs {
	width:850px;
}
.w900 #thumbs {
	width:900px;
}
.w950 #thumbs {
	width:950px;
}
.w700 .nocarousel {
	width:600px;
	padding:0 50px;
}
.w750 .nocarousel {
	width:600px;
	padding:0 75px;
}
.w800 .nocarousel {
	width:600px;
	padding:0 100px;
}
.w850 .nocarousel {
	width:600px;
	padding:0 125px;
}
.w900 .nocarousel {
	width:600px;
	padding:0 150px;
}
.w950 .nocarousel {
	width:600px;
	padding:0 175px;
}
#thumbs a img.thumbnails, #thumbs a img.dummy-element {
	margin: -6px 10px 10px;
	opacity:0.5;
	filter:alpha(opacity=50);
	float:left;
	padding: 20px 0;
	bottom: 0;
}
#thumbs a img.current-thumbnail {
	margin:10px;
	float:left;
	padding: 0 0 4px;
	border-bottom: 3px solid #808080;
}
#thumbs a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
#thumbs a#nav_right, #thumbs a#nav_left {
	display:block;
	text-indent:-9999px;
	height:75px;
	padding:10px;
	width:20px;
}
#thumbs a#nav_left {
	background:url(../img/nav_prev.gif) no-repeat;
	background-position:50% 0;
	float:left;
}
#thumbs a#nav_right {
	background:url(../img/nav_next.gif) no-repeat;
	background-position:50% 0;
	float:right;
}
#thumbs a#nav_left:hover, #thumbs a#nav_right:hover {
	background-position:50% -115px;
}
#thumbs .tranche a:focus img {
	outline:thin dotted #fff;
}
#thumbs a#nav_left:focus, #thumbs a#nav_right:focus {
	outline:none;
	background-position:50% -115px;
}
#thumbs a#nav_left.blinking, #thumbs a#nav_right.blinking, #thumbs a#nav_left.blinking:hover, #thumbs a#nav_right.blinking:hover {
	background-position:50% -230px;
}
#thumbs a#nav_left.end, #thumbs a#nav_right.end, #thumbs a#nav_left.end:hover, #thumbs a#nav_right.end:hover {
	background-position:50% -345px;
}
#thumbs #view-window {
	float:left;
	width:600px;
	height:135px;
	overflow:hidden;
	position:relative;
	left:10px;
}
#thumbs #view-window .tranche {
	width:600px;
	height:135px;
	position:absolute;
*left:0;
}
#thumbs #view-window #ieleft {
*left:-600px;
}
#thumbs #slider {
	position:relative;
	height:135px;
}
/* comments */
#errornotice {
	border:1px #f00 solid;
	background:#900;
	color:#fff;
	font-weight:bold;
	padding:10px;
}
#commentform #errornotice p {
	margin:0;
}
#comments h3, h3#buyprints {
	text-transform:uppercase;
	color:#fff;
	background:#000;
	height: 3em;
	line-height: 3em;
	padding-left: 9px;
	font-size: 9px;
	text-align: left;
	border-left: 0 solid #000;
}
#comments h3.main, h3#buyprints {
	color:#fff;
	height: 4em;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;
	padding: 9px 0 0 45px;
	width: 755px;
	direction: ltr;
	letter-spacing: 1px;
	word-spacing: 2px;
	white-space: nowrap;
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 0;
	border-top-color: #434343;
	border-bottom: 0 solid #434343;
}
#psc_buy_print {
	padding:10px;
}
#psc_buy_print p {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
#psc_buy_print select {
	border:1px #444 solid;
	background:#000;
	color:#ccc;
	padding:3px;
}
#psc_buy_print .formbutton {
	margin:0;
}
.commentslist ul {
	padding-top:50px;
}
.commentslist li {
	background:#111;
	padding-bottom:20px;
}
.commentslist li.first {
	margin-top: 13px;
}
.commentcontent {
	margin:20px 20px 0 50px;
	padding-right:50px;
}
.commentcontent p {
	margin-bottom:1em;
}
#comments h4 {
	background:#000;
	height:3em;
	line-height:3em;
	text-transform:uppercase;
	color:#fff;
}
#comments h4 img {
	float:left;
	margin-right:10px;
	width:3em;
	height:3em;
}
/* comment form */
#commentinfo {
	padding:0 10px;
	width:270px;
	height:400px;
	zoom:1;
}
#commentinfo h3 {
	text-transform:uppercase;
	font-size: 100%;
	margin: 1em 0;
	color:#fff;
}
#commentinfo img {
	float:left;
	margin:0 10px 1px 0;
}
#commentform-toggle {
	margin-top:20px;
	height:25px;
	background:url(../img/dm_sprite.png) no-repeat left -25px;
	font-size:90%;
}
#commentform-toggle a {
	float:left;
	display:block;
	text-transform:uppercase;
	width:195px;
	height:25px;
	line-height:25px;
	text-align:center;
	outline:none;
}
#cform {
	background:#000;
	height:400px;
	overflow:hidden;
}
.w700 #cform {
	width:700px;
}
.w750 #cform {
	width:750px;
}
.w800 #cform {
	width:800px;
}
.w850 #cform {
	width:850px;
}
.w900 #cform {
	width:900px;
}
.w950 #cform {
	width:950px;
}
#cform fieldset {
	margin-top:-380px;
}
#commentform label {
	width:130px;
	display:block;
	float:left;
	text-align:right;
	margin-right:10px;
	margin-left:230px;
	display:inline;
}
#commentform p {
	margin-bottom:1em;
	font-size: 97%;
}
#commentform .textfield, #commentform textarea {
	background:#858585 url(../img/formfields_bg_b.png) left top;
	color:#fff;
	border:0;
	padding:4px 2px 2px 2px;
}
#commentform .textfield:focus, #commentform textarea:focus {
	background:#b5b5b5 url(../img/formfields_bg.png) -700px top;
	color:#000;
}
.formbutton {
	border:1px #444 solid;
	background:#eee url(../img/button_b.gif) repeat-x top left;
	height:28px;
	color:#fff;
	font-weight:bold;
	padding:0 5px 0 5px;
	margin-left:370px;
}
#commentform textarea {
	height:200px;
}
/* archives */
#archive-wrapper {
	background:#000;
	padding-bottom: 0;
	border-bottom: 0 solid #222;
	border-top: 70px solid #222;
	margin-bottom: 0;
	margin-top: 0;
}
#archive-thumbnails {
	width:435px;
	line-height:0;
	padding:20px 15px 20px 15px;
	float:left;
	display:inline;
}
#archive-thumbnails p {
	padding:10px 0 0 4px;
}
#archive-sidebar {
	float:left;
	padding:20px;
	background:#222;
	margin:20px 20px 0 0;
	display:inline;
	border-bottom: 14px solid #000;
}
.w700 #archive-sidebar {
	width:175px;
}
.w750 #archive-sidebar {
	width:225px;
}
.w800 #archive-sidebar {
	width:275px;
}
.w850 #archive-sidebar {
	width:325px;
}
.w900 #archive-sidebar {
	width:375px;
}
.w950 #archive-sidebar {
	width:425px;
}
#archive-sidebar strong {
	font-weight:bold;
	color:#fff;
}
#archive-sidebar h3, #about-content h2 {
	color:#fff;
	text-transform:uppercase;
	margin:1em 0;
}
#archive-sidebar h2 {
	font-size: 20px;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#archive-sidebar p {
	margin:5px 0;
}
#archive-sidebar a {
	color:#777;
}
#archive-sidebar a:hover {
	color:#fff;
}
#archive-thumbnails a img {
	margin: 0 4px 8px;
}
#archive-thumbnails a {
	margin:0;
}
#archive-thumbnails a:hover {
	opacity:0.5;
}
/* tags on archive page */
#tag_cloud {
	font-size:120%;
	border-bottom:50px #222 solid;
	background:#000;
	padding: 0 20px;
	opacity:0.8;
	filter:alpha(opacity=80);
	overflow:hidden;
	line-height:1.5em;
	margin-top: 10px;
	border-top: 10px solid #000;
}
#tag_cloud a {
	color:#fff;
}
.tags00 {
	font-size:60%;
}
.tags01 {
	font-size:70%;
}
.tags02 {
	font-size:80%;
}
.tags03 {
	font-size:90%;
}
.tags04 {
	font-size:100%;
}
.tags05 {
	font-size:110%;
}
.tags06 {
	font-size:120%;
}
.tags07 {
	font-size:130%;
}
.tags08 {
	font-size:140%;
}
.tags09 {
	font-size:150%;
}
.tags10 {
	font-size:160%;
}
#tags-tab {
	margin-top:-50px;
}
#about-content {
	margin-top: 0;
	padding:20px;
	background:#000;
	color:#999;
}
#about-content p {
	margin-bottom:1em;
	margin-top: 1em;
}
#about-content ul {
	padding-left:1em;
}
#about-content li {
	list-style:square;
}
#about-content #portrait {
	float:left;
	margin:0 20px 0 0;
}
/* JS only styles & rendering aid */
/*
body.js #thumbnail-navigator{visibility:hidden;}
*/
body.js #thumbs, body.js #cform {
	display:none;
}
body.js #tags-tab {
	position:absolute;
	top:140px;
	width:800px;
	z-index:10;
	visibility:hidden;
}
body.js .w700 #tags-tab {
	width:700px;
}
body.js .w750 #tags-tab {
	width:750px;
}
body.js .w800 #tags-tab {
	width:800px;
}
body.js .w850 #tags-tab {
	width:850px;
}
body.js .w900 #tags-tab {
	width:900px;
}
body.js .w950 #tags-tab {
	width:950px;
}
body.js #viewedphoto {
	visibility:hidden;
}
body.js #image-info {
	position:absolute;
	top:90px;
	clear:both;
	z-index:3;
	visibility:hidden;
}
body.js .w700 #image-info {
	width:700px;
}
body.js .w750 #image-info {
	width:750px;
}
body.js .w800 #image-info {
	width:800px;
}
body.js .w850 #image-info {
	width:850px;
}
body.js .w900 #image-info {
	width:900px;
}
body.js .w950 #image-info {
	width:950px;
}
body.js #tag_cloud {
	border-bottom:none;
}
#spinner {
	margin-left:10px;
	position:relative;
	top:3px;
}
.hidden {
	visibility:hidden;
}
.visible {
	visibility:visible;
}
.noheight {
	height:0;
}
/* docs stuff */
#about-content strong {
	color:#f66;
	font-weight:bold;
}
#about-content h3 {
	border-bottom:1px #333 solid;
	font-size:1.5em;
	color:#fff;
	font-weight:bold;
	margin-bottom:1em;
}
#about-content p, #about-content ul, #about-content ol {
	margin-bottom:1em;
}
#about-content ol {
	padding-left:2em;
}
#about-content ol li {
	list-style:decimal;
}
.switch {
	position:absolute;
	z-index:10;
	height:27px;
	width:17px;
	margin-left:970px;
}
#ls950 {
	margin-left:970px;
}
#ls900 {
	margin-left:920px;
}
#ls850 {
	margin-left:870px;
}
#ls800 {
	margin-left:820px;
}
#ls750 {
	margin-left:770px;
}
#ls700 {
	margin-left:720px;
}
.switch a {
	outline:none;
	display:block;
	text-indent:-9999px;
	height:27px;
	width:17px;
	background:url(../img/switch.png) no-repeat left;
}

