/* @override 
	http://photoniacs.com/templates/delicious_v1_1/styles/dark.css
	http://photoniacs.com/templates/delicious_v1_1/styles/about.css
*/

/*
Delicious Template for Pixelpost
CSS file for "Light" theme

Author: JaySoto
Site: http://www.sotolicious.com/delicious
E-mail: jason.m.soto@gmail.com

This template was a lot of work... feel free to modify it to your hearts content, but please leave my name in here... thanks!

*/

/* ========== Universal Elements ========== */

body {
	background-color:black;
	font: 9px/20px verdana, helvetica, arial, sans-serif;
	color:#acacac;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

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

img{
	border-style: none;
}

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

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #eee;
}

p {
	padding: 0px;
	margin: 10px 0px;
	line-height: 15px;
}
h2 {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h2 h3 h4 {
	color:#fff;
}

h5 {
	font-size:12px;
	color:#92f6ff;
	padding-top: 0;
	margin:0px 0 10px 0;
}

.clearer{
	clear: both;
}

.small{
	text-align: center;
	font-size: 7pt;
	width: 170px;
	line-height: 12px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	top:0px;
	position:absolute;
	width:100%;
	height: 50px;
	background: url(../images/nav/nav_bg.png) repeat-x;
}
#logo {
	margin-top: 3px;
	margin-left: 28px;
	width: 300px;
	float: left;
}

#nav_sub {
	float: right;
	width: 258px;
	margin: 0;
	list-style: none;
}

#nav_sub li{
	float: left;
}

#nav_sub li a {
   display:block;
   height:46px; width:80px;
   background:transparent url(navigation.png) no-repeat 0 0;
   text-indent:-9009px;
}

#nav_sub a {
	padding: 0 2px 2px;
	color:white;
}

.current {
   text-indent:-9009px;
}

/* NAV DINGER */

#blog{
	width: 80px;
	height: 46px;
	background: url(../images/nav/blog.gif) no-repeat -80px;
}

li#blog.current {
	background: url(../images/nav/blog.gif) no-repeat;
}

li#blog:hover {
	background: url(../images/nav/blog.gif) no-repeat;
}


#archives{
	width: 80px;
	height: 46px;
	background: url(../images/nav/archives.gif) no-repeat -80px;
}

li#archives.current {
	background: url(../images/nav/archives.gif) no-repeat;
}

li#archives:hover {
	background: url(../images/nav/archives.gif) no-repeat;
}


#photoniacs{
	width: 80px;
	height: 46px;
	background: url(../images/nav/photoniacs.gif) no-repeat -80px;
}

li#photoniacs.current {
	background: url(../images/nav/photoniacs.gif) no-repeat;
}

li#photoniacs:hover {
	background: url(../images/nav/photoniacs.gif) no-repeat;
}


#studio{
	width: 80px;
	height: 46px;
	background: url(../images/nav/studio.gif) no-repeat -80px;
}

li#studio.current {
	background: url(../images/nav/studio.gif) no-repeat;
}

li#studio:hover {
	background: url(../images/nav/studio.gif) no-repeat;
}

/* ========== IMAGE Page Specific ========== */

#image_wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}


#photobox {
	text-align:center;
	background:#151515 url(../images/loading_d_dark.gif) no-repeat center;
	position:absolute;
	top: 85px;
	margin-bottom:20px;
}

#image_footer {
	text-align:center;
	float:none;
	margin-top: 40px;
	margin-bottom: 40px;
}

#info {
	background-color: black;
	text-align: left;
	position: absolute;
	margin-left: 0;
	top: 78px;
	z-index: 1000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	font: 10px/12px verdana, helvetica, arial, sans-serif;
}

#info-in {
	position:relative;
	padding:15px;
	overflow:visible;
}

#title-heading{
	font-size: 20px;
	font-weight: normal;
	color: #92f6ff;
	text-align: left;
	letter-spacing: -1px;
	padding-bottom:15px;
}

#title-heading .date {
	font-size: 14px;
	font-weight: normal;
	color: #999;
}

#description {
	margin-bottom:15px;
	background:#151515;
	padding:15px;
}
#notes {
	text-align: left;
}

#image-border {
    position:relative;
	margin:0;
}

#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right:0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index:10;
}
#menu_browse a{
	outline: none;
}

#menu_browse_prev, #menu_browse_next{
	width: 49.9%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#menu_browse_prev {
	top: 0px;
	left:0px;
	float: left;	
}
#menu_browse_next {
	top: 0px;
	right:0px;
	float: right;	
}

#menu_browse_prev:hover, #menu_browse_prev:visited:hover {
	background: url('../images/prevImage.png') no-repeat center center;
	cursor: pointer;
}
#menu_browse_next:hover, #menu_browse_next:visited:hover {
	background: url('../images/nextImage.png') no-repeat center center;
	cursor: pointer;
}

#thumbnails{
	text-align: center;
	margin:6px 0px 10px 4px;
	width:56px;
	float:left;
	position:absolute;
	top: 79px;
	margin-left:-17px;
}

.thumbnails {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.current-thumbnail{
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.thumbnails:hover {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.exif {
	color: #92f6ff;
}

/* ========== COMMENTS Specific ========== */

#recentcomments {
	margin-bottom:15px;
	padding:15px;
	background:#151515;
}

#recentcomments ul {
	padding:0px;
	margin:0px;
	list-style:none;
}

#recentcomments li {
	color:#666;
	margin:0px 0px 15px 0px;
	padding-left:16px;
/*	padding-right:45px;*/
	background: url(../images/comment.gif) no-repeat;
}

#addcomment {
	margin-bottom:15px;
	padding:15px;
	background:#151515;
}
/* ========== COMMENTS FORM Specific ========== */

.comment-button {
	border:1px solid #CCC;
}

.input {
	border:1px solid #CCC;
	width:90%;
}

.textarea {
	border:1px solid #CCC;
	width:100%;
}

.input, .formfield{
	width:250px;
	padding:2px;
	margin:0px auto;
	font:10px verdana, arial, helvetica, sans-serif;
	color:#444;
	border:1px solid #464646;
	background:#white;
}
.formfield:hover, .formfield:focus{
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
	background:#464646;
	color:yellow;
}
.formbutton{
	font:10px verdana, arial, helvetica, sans-serif;
	padding:5px;
	margin:0px auto;
	color:#7D7D7D;
	background:#272727;
	border:1px solid #464646;
}
.formbutton:hover{
	color:#2CCBE9;
	background:#272727;
	border-top:1px solid #3F7795;
	border-bottom:1px solid #3F7795;
	border-left:1px solid #3F7795;
	border-right:1px solid #3F7795;
}


/* ========== BROWSE Page Specific ========== */


#browse_box {
	text-align:center;
	position:relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 80px;
}
#browse_thumbs {
	width: 624px;
	float:left;
	text-align:left;
	margin-right:2px;
}

#browse_thumbs .thumbnails {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#browse_thumbs .thumbnails:hover {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=50);

	-moz-opacity:.5;
	opacity:.5;
}
#browse_categories {
	width:150px;
	float:right;
	text-align:left;
	background:#222;
	padding:10px;
	height:100%;
}

#taglist{
	list-style: square;
	padding: 0 0 0 13px;
}

.viewing {
	font-size:14px;
	font-weight:bold;
	color:white;
}
/* ========== ABOUT Page Specific ========== */

a.about-thumbnails {
	border:1px solid black;
	margin:0 1px 2px 1px;
	padding:0;
}

img.about-thumbnails {
	margin:0;
	border:0 none;
}

#about_wrapper {
	position:relative;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}

.peoplebox{
	width: 209px;
	float: left;
}

.peoplebox img{
	margin-bottom: 20px;
	border-bottom: 1px solid #92f6ff;
}

.people_last_thumb img{
	margin: 6px 5px 0px 0px;
	border: 0px;
}

#middle{
	margin-left: 86px;
	margin-right: 86px;
}

.announce {
	background-color: #333;
	padding: 8px;
	color:#999;
	text-align: justify;
	margin-top: 100px;
}

#announce_left{
	width: 600px;
	float: left;
}

#announce_right{
	width: 176px;
	float: left;
}

#about_box {
	padding:0px;
	margin:0px;
	position:absolute;
	top:85px;
}

#about_box h3 {
	color:white;
}

#footer {
	width:100%;
	margin-top:12px;
	text-align:center;
}

/******** STUDIO PAGE **********/
#studio_wrapper{
	text-align: left;
	position:relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 80px;
}

#studio_links{
	width: 250px;
	float: left;
	margin-right: 10px;
}

#studio_wrapper img{
	margin-bottom: 10px;
	border-bottom: 1px solid #92f6ff
}

#studio_mitte{
	width: 250px;
	float: left;
	margin-right: 10px;
}

#studio_wrapper table{
	width: 100%;
	color: #eaeaea;
}

#studio_wrapper th{
	font-weight: bold;
	background-color: #262626;
	margin: 2px;
	padding-left: 5px;
}

#studio_wrapper td{
	background-color: #444;
	margin: 2px;
	padding-left: 5px;
}

#studio_rechts{
	width: 250px;
	float: left;
}

/*** FORM ***/
#contactform td{
	background-color: transparent;
	padding: 0;
}

#contactform .single{
	width: 96%;
}

#contactform textarea{
	width: 98%;
	height: 80px;
}

#contactform .button{
	float: right;
	margin-top: 10px;
}
/* ========== END OF FILE ========== */

