/*
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:#818181;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

html, body {
	height:100%;
}

a:link {
	color: #eee;
	text-decoration: 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-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1 {
	font-size:24px;
	color:#EEEEEE;
}
h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h2 h3 h4 {
	color:#111;
}

h5 {
	font-size:12px;
	color:#3F7795;
	padding-top: 0;
	margin:0px 0 5px 0;
}
#styleswitcher {
	top:0px;
	left:0px;
	z-index:100px;
	position:absolute;
	width:100%;
	text-align:right;
}

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

#header {
	position:relative;
	margin-left:5%;
	padding-top:10px;
	margin-right:11%;
	height:60px;
}
#logo {
	width:20%;
	position:relative;
	float: left;
	bottom:0;
	padding-bottom:7px;
	font-size:24px;
	letter-spacing: -.05em;
}

#nav {
	width:80%;
	position:relative;
	text-align:right;
	float: left;
	bottom:-7px;
	padding:0px;
	margin:0px;
	color:white;
}

#nav a {
	padding:2px;
	color:white;
}

.current {
	color:white;
	font-weight:bold;
}
#nav a:hover {
	background-color:#333;
}

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

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

#photobox {
	text-align:center;
	background:#151515 url(../images/loading_d_dark.gif) no-repeat center;
	padding:7px;
	float:left;
	margin-left:-50px;
}

#info {
	background-color: black;
	text-align: left;
	position: absolute;
	top: 60px;
	z-index: 1000;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	border-bottom:1px solid black;
}

#title-heading{
	font-size: 20px;
	font-weight: normal;
	color: white;
	text-align: left;
	letter-spacing: -1px;
	padding-top: 12px;
	padding-left: 12px;
}

.date {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
#close {
	top:0;
	right:0;
	margin:5px 5px 0 0 ;
	z-index:2000;
	text-align:right;
	position: absolute;
}
#description {
	padding: 17px 22px;
	position:absolute;
	top:0px;
}
#notes {
	text-align: left;
	font: 9px/12px verdana, helvetica, arial, sans-serif;
}

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

/*#div_line {
	height:1px;
	border-top:1px solid #222;
	width:100%";
}*/

#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: 50%;
	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:0px;
	padding:7px;
	margin-left:-35px;
}

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

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

#comments {
	width:90%;
	text-align:left;
	font: 9px/11px verdana, helvetica, arial, sans-serif;
	position:absolute;
	top:0px;
}

#comments ul {
	padding:0px;
	margin:0px;
	list-style:none;
	}
	
#comments li {
	color:#666;
	margin:0px 0px 15px 0px;
	padding-left:16px;
	background: url(../images/comment.gif) no-repeat;
}

#recentcomments {
	padding: 17px 22px;
	width:100%;
	position:absolute;
	top:0px;
}

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

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

#addcomment {
	padding: 17px 22px;
	width:100%;
	position:absolute;
	top: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 #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_wrapper {
	width:712px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
}

#browse_thumbs {
	width:540px;
	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%;
}

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

#about_wrapper {
	width:712px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding-top:10px;
}

.announce {
	background-color: #555;
	padding: 8px;
	border-top: 1px solid #8dcee4;
	border-bottom: 1px solid #8dcee4;
	color:#999;
	text-align: justify;
	margin-bottom:10px;
}

.about{
	text-align: justify;
	padding:0px;
	margin:0px;
}

.about_img {
	margin:0 10px 5px 0;
	border:3px solid #444;
}
#footer {
	width:100%;
	margin-top:12px;
	text-align:center;
}
#social {
	clear:both;
	width:800px;
	margin-left:5%;
	color:#222;
	text-align:center;
}
/* ======== Added by Nikhil Rasiwaisa to show Details on same page */
#myfooter {
	position:relative;
	width=800px;
	margin-top:5px;
	margin-left:5%;
	margin-right:12%;
}
#footer-info {
	width:50%;
	position:relative;
	float: left;
	top:0;
	padding-bottom:7px;
	font-size:10px;
}

#footer-comment {
	width:40%;
	position:relative;
	text-align:right;
	float: right;
	margin-right:23px;
	top:0;
	padding:0px;
	margin:0px;
}
#footer-social {
	width:100%;
	position:relative;
	text-align:center;
	float: center;
	margin-right:23px;
	top:0;
	padding:0px;
	margin:0px;
}

#footer-addcomment {
}
#footer-recentcomments {
}

#comment-content {
	text-align:justify;
	top:0;
	padding:0px;
	margin:0px;
}
#mybold {
	font-size:12px;
	font-weight:bold;
	color:#3F7795;
}

/* ======== Added by Nikhil Rasiwaisa for About Page */
#firsthalf {
	position: relative;
	float: left;
	margin: 10px;
}

#secondhalf {
	width: 50%;
	position: relative;
	text-align: right;
	float: right;
}

/* ======== Added by Nikhil Rasiwaisa for Trips Page */
#trips_head {
	font-size:14px;
	font-weight:bold;
	color:#3F7795;
}
#trips_date {
	font-size:12px;
	font-weight:bold;
}
	
/* ========== END OF FILE ========== */
