/*
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 ========== */
* {
	outline:none;
	}
body {
	background-color:#151515;
	font: 9px/20px verdana, helvetica, arial, sans-serif;
	color:#413f3b;
	margin:0px;
	padding:0px;
	background-repeat: repeat-x;
	background-position: center top;
}

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

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

a:hover {
	color: #cccccc;
	text-decoration: none;
}

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

p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul, li {
	margin:0px;
	padding:0px;
	}

h2 {
	font-size:10px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h2 h3 h4 {
	color:#666666;
}

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


}


}
#styleswitcher {
	top:0px;
	left:0px;
	z-index:100;
	position:absolute;
	width:100%;
	text-align:right;
}

#styleswitcher img {
	margin:8px 8px 8px 0;
}

#header {
	top:0px;
	position:absolute;
	width:100%;
	height:60px;
}
#logo {
	height:55px;
	position:absolute;
	left:0px;
	z-index:500;
}

#logo_sub {
	width:100%;
	position:absolute;
	bottom:0;
	padding-bottom:7px;
	font-size:11px;
	letter-spacing: 1px;
}

#nav {
	height:42px;
	position:absolute;
	right:0px;
	z-index:1000;
}

#nav_sub {
	position:absolute;
	bottom:0;
	right:0;
	padding:0px;
	margin:0px;
	color:666666;
}

#nav_sub a {
	padding:2px;
	color:666666;
}

#ax a {
	padding:2px;
}

.am {
	margin-left:2px;
}



.current {
	color:#757575;
}

.current a {
	color:#757575;
}

.current a:hover {
	color: #cccccc;
	text-decoration: none;
}

/* ========== 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:40px;
	margin-bottom:20px;
}

#photo {
	background:#3e3e3e;
	padding:1px;
	border:none;
	margin-top:0px;
	margin-bottom:0px;
	}

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

#image_footer2 {
	text-align:center;
	float:none;
	margin-top:10px;
}

#image_footer3 {
	text-align:center;
	float:none;
	margin-top:4px;
}

#image_footer4 {
	text-align:center;
	float:none;
	margin-top:23px;
}

#info {
	background-color:;
	text-align: left;
	position: absolute;
	top:53px;
	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;
}

#tl {
	margin-top:50px;
}

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

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

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

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

#menu_browse{
	position: absolute;
	margin: 0px;
	margin-right:-10px;
	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:53px;
	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 #585858;
	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: #a0a0a0;
}



.tv2 a {
	color:#ff0000;
}

.tv2 a:hover {
	color: #cccccc;
	text-decoration: none;
}

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

#recentcomments {
	margin-top:10px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:5px;
	background:#1e1e1e;
}

#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:#1e1e1e;
}

#random {
	color: #a0a0a0;
	margin-bottom:10px;
	padding:5px;
	background:;#1e1e1e;
}

#cl {
	margin-bottom:0px;
}


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

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

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

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

.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 #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background:#464646;
	color:#ffffff;
}
.formbutton{
	font:10px verdana, arial, helvetica, sans-serif;
	padding:2px;
	margin:5px 0px 0px 0px;
	color:#7D7D7D;
	background:#272727;
	border:1px solid #464646;
}
.formbutton:hover{
	color:#ffffff;
	background:#272727;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}


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

#browse_wrapper {
	position:relative;
	width:707px;
	margin-right:auto;
	margin-left:auto;
}

#browse_box {
	text-align:center;
	position:absolute;
	top:80px;
}
#browse_thumbs {
	width:580px;
	float:left;
	text-align:left;
	margin-right:2px;
	margin-top:12px;
	bottom:0;
	padding-bottom:7px;
	font-size:11px;
	letter-spacing: 1px;
}

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

	-moz-opacity:.5;
	opacity:.5;
}


#browse_categories {
	width:150px;
	float:right;
	text-align:left;
	background:#151515;
	padding:10px;
	height:100%;
}

.viewing {
	font-size:10px;
	font-weight:bold;
	color:white;
}

#tv {
	margin-top:35px;
	margin-bottom:35px;
}

#tv a {
	color:#ff0000;
}

#tv a:hover {
	color: #cccccc;
	text-decoration: none;
}

.tvif {
	font-size:10px;
	padding:5px;
}


/* ========== TOP Page Specific ========== */


}

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

	-moz-opacity:.5;
	opacity:.5;
}


/* ========== ABOUT Page Specific ========== */

#col1 {
	width:40%;
	float:left;
	}

#col2 {
	width:60%;
	float:left;
	}

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

.announce {
	background-color: #151515;
	padding: 1px;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #151515;
	color:#999;
	text-align: justify;
	margin-bottom:10px;
}

.announce2 {
	background-color: #333;
	padding: 5px;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	color:#999;
	text-align: justify;
	margin-bottom:10px;
}

#about_box {
	text-align: justify;
	width:580px;
	padding:0px;
	margin:0px;
	position:absolute;
	top:60px;
}

#about_box h3 {
	color:white;
}
#about_box img {
	margin:0 10px 5px 0;
	border:0px solid #444;
}

#tl2 {
	margin-top:45px;
	margin-bottom:40px;
}

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

#footer2 {
	width:100%;
	margin-top:0px;
	text-align:center;
}


/* TAG SUPPORT */

.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 9px !important;
}

.tags02
{
	font-size: 10px !important;
}

.tags03
{
	font-size: 11px !important;
}

.tags04
{
	font-size: 12px !important;
}

.tags05
{
	font-size: 13px !important;
}

.tags06
{
	font-size: 14px !important;
}

.tags07
{
	font-size: 15px !important;
}

.tags08
{
	font-size: 16px !important;
}

.tags09
{
	font-size: 18px !important;
}

.tags10
{
	font-size: 19px !important;
}

/* ========== END OF FILE ========== */
