/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#000;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#b5b5b5;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	text-align:center;
	}

input, textarea {
  background-color:#cccccc;

}
html, body {
     min-height:100.1%;
     background: #000000;
	margin: 0px;
	border: 0px none;
	color: #b5b5b5;
	height:100%;
	padding: 0;
	}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#efe8e8;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 {
	background-image:url(logo.jpg);
	background-repeat: no-repeat;
    float:right;
	clear:right;
	letter-spacing:2px;
	color:#eee;
	margin-left:5px;
	padding:0px;
	}
	
h1 a {
    text-decoration:none;
	color:#eee;
	}

h1 a:hover {
    text-decoration:none;
	}
	
h2 {
    float:right;
	clear:right;
	font-weight:bold;
	font-size:11px;
	letter-spacing:2px;
	color:#eee;
	margin:0px;
	margin-left:5px;
	padding:0px;
	}
	
h2 a {
    text-decoration:none;
	color:#eee;
	}

h2 a:hover {
    text-decoration:none;
	}
	
.title {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#eee;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}
	
.titleh {
	/*  font-weight:bold; */
	font-size:22px;
	letter-spacing:1px;
	color:#eee;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}


h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#ddd;
	text-align:center;
	}

h4 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#ddd;
	text-align:left;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
	background:#000000;
	border-bottom:1px solid #aaa;
	padding:5px;
	height:15px;
	margin-bottom:5px;
    letter-spacing: 0.5px;
	
	}

.whitetext {
	color: #FFFFFF;
}

#text {
	color: #aaaaaa;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding: 0px 0px 5px 0px;
}

#text a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}

.menu1 {
    float:left;
	clear:center;
	text-align:right;
	font-size:10px;

	}

.menu1 a {
	padding:5px;
	padding-left:5px;
	padding-right:5px;
	}

.menu1 a:hover {
	text-decoration:none;
	color:#CCC;
	}
	


.menu {
    float:right;
	clear:center;
	text-align:right;
	font-size:10px;

	}
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#CCC;
	}
	
.columnabout {
	width: 48%;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	
	}

.columnabout {
	width: 65%;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	
	}

#headings {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}




	
#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(/img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */


#Container {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background-color: #000000;
	border: 5px solid #000;
}


#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

	
/* .............................. */
/* Content*/
/* .............................. */

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}
	
#picture {
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#photo {
    padding: 5px;
	background: #111111;
	border: 1px solid #3e3e3e;
	}

.rsImage
{
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.rsImage img
{
	width: 0;
	margin-left: -99999px;
	padding-left: 1px;
}

#image-navigate {
    background:#000;
	padding:20px;
	height:15px;
	width:70%;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-info {
    background:#515151;
	border:1px solid #aaa;
	padding:20px;
	text-align:justify;
	width:70%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	color:#eee;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
#image-exif {
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}
	

.boxtitle {
		color:#FFFFFF;
  		padding:1px;
  		width:226px;
  		margin-top:0px;
		letter-spacing:2px;
  		background:#222222;
		border:1px solid #555555;
  		text-transform:uppercase;		
		text-align:center;			
		}		
		
.boxtitle1 {
		color:#FFFFFF;
  		padding:1px;
  		margin-top:0px;
		letter-spacing:2px;
  		background:#222222;
		border:1px solid #555555;
  		text-transform:uppercase;		
		text-align:center;			
		}


.box {
		background:#111111;
		margin-bottom:12px;
		width:208px;
		border:1px solid #555555;
		overflow:hidden;
		border-top:0px;
  		line-height:140%;
  		padding:8px 10px 8px 10px;				
		}	


.bigbox {
		background:#111111;
  		line-height:135%;
		padding:2px 8px 2px 8px;
		margin-top:0px;
 		border-top:0px;
		border:1px solid #333333;
		}	

.bigboxfont {
		margin:0px 0px 8px 0px;
		}	

.archiveentry {
		padding:0px 60px 0px 0px;
		}

#archivesidebar {	
		margin:18px 0px 0px 72%;
		width:230px;	
		font-family:Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
		color:#EEEEEE;
		font-size:11px;
		font-weight:normal;
		}
		
#td-calendar-days-imagefound li a {
		color:#f2e;
		text-decoration:none;
		}			

.td-calendar-navi-vz {
  		text-transform:uppercase;		
		}
		
#nav_previous {
		display:none;
		position:absolute;
		overflow:hidden;
		z-index:100;
			}



/* .............................. */
/* Browse */
/* .............................. */

#page {
    background:#252525;
	border:0px solid #aaa;
	padding:2px;
	text-align:left;
	width:822px;
	margin:0px auto;
	margin-bottom:2px;
	line-height:16px;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#fff;
    padding:0px;
	border:0px solid #333;
	}

#pageright {
	clear:none;
	float:left;
	width:10px;
	height:600px;
	background-color:#e6eced;
	background-image:url(http://www.brettadmire.com/updwardindie/images/rightgradient.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}

.thumbnails {
	border:0px solid #515151;
	padding:0px;
	margin:3px;
	width:85px;
	height:65px;
}

/* .............................. */
/* Comments */
/* .............................. */
.description{
	float: left;
	padding-right: 4px;
	border-right: 5px;
	margin: 5px;

	}
	
.sidebox{
	float: right;
	align: right;
	
}

.commentpopuppic {
	float: right;
	align: right;
	padding:4px;
	border:1px solid #030303;
	margin-left: 15px;
	width="50%";
	}




#comment-top {
    background:#333;
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-bottom:25px;
	height:15px;
	}    

#comments {
    margin:0px auto;
	width:95%;
	text-align:left;
	}
	
#comments ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
	
#comments li {
	display:block;
	margin:0px;
	margin-bottom:10px;
	color:#eee;
	text-decoration:none;
	padding:10px;
	border:1px solid #aaa;
	}
	
#comments li a {
	color:#eee;
	text-decoration:none;
	}

#comments li a:hover {
	color:#fff;
	}
	
#comments li:hover {
	background:#515151;
	}

#comment-middle {
    background:#666;
	border-top:1px solid #aaa;
	padding:5px;
	margin-top:25px;
	height:15px;
	} 

#addcomment {
    width:90%;
	text-align:left;
	padding:10px;
	margin:0px auto;
	border:1px solid #aaa;
	background:#515151;
	}

.input {
    width:45%;
	font-size:10px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
    }
	
#addcomment textarea {
	width:90%;
	height:50px;
	font-size:12px;
	border:1px solid #aaa;
	background-color:#666;
	color:#eee;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:1px solid #aaa;
	color:#666;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
	}
	
	
.boxheader {
	background-color: #111111;
	font:11px Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	font-weight: bold;
	letter-spacing:1px;
	color: #EEEEEE;
	border-top:4px solid #888888;
	border-left:4px solid #888888;
	border-right:4px solid #888888;
	padding:6px 8px 1px 8px;
	opacity: .65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	min-width:200px;
}
.boxbody {
	background-color: #111111;
	background-color: transparent;
	font:10px Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	letter-spacing:1px;
	color: #EEEEEE;
	text-align: right;
	border-bottom:4px solid #888888;
	border-left:4px solid #888888;
	border-right:4px solid #888888;
	padding:2px 8px 5px 8px;
	opacity: .65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	min-width:200px;
}

 .dvhdr1 {
            background:#000000;
            font-family:arial;
            font-size:12px;
            font-weight:bold;
            border-left:4px solid #7f7f7f;
            border-right:4px solid #7f7f7f;
            border-top:4px solid #7f7f7f;
            padding:5px;
            width:200px;
			opacity: .65;
			-moz-opacity: 0.65;
			filter: alpha(opacity=65);
			min-width:200px;
         }
         
         .dvbdy1 {
            background:#000000;
            font-family:arial;
            font-size:12px;
            border-left:4px solid #7f7f7f;
            border-right:4px solid #7f7f7f;
            border-bottom:4px solid #7f7f7f;
            padding:5px;
            width:200px;
			opacity: .65;
			-moz-opacity: 0.65;
			filter: alpha(opacity=65);
			min-width:200px;
			
         }
         
#table-header
{
	background-color: #666;
	
}

#table-row
{
	background-color: #666;
	
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
	border= 0px;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	border:0px
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	border:0px
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 150px;
	height: 100px;
}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:2px;
   text-align: center;
	color: #6c6c6c;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
   }
