/*	Page layout and Default styles  */
/* try to keep the layout here and the colors and borders in the styles */

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0;
}

/* Don't have margins on the slide pages. */
body #slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
}

img {
	border-color: #8e8eb2;
}

/* Put a border on all generated images. remove padding and border */
.image, .video {
	border-width: 2px;
	border-style: solid;
	margin: 5px;
	padding: 5px;
}

/* Style for "i" (iptc) section (right side slide), if included. */
.imageinfo {
	padding: 0.5cm 0.5cm;
	margin: 1px 10px 10px 10px;
}

#index {
	text-align: center;
}

/* Style for text file (left side slide) with same name as original, if included. */

.textFile {
	padding: 0.5cm 0.5cm;
	margin: 1px 10px 10px 10px;
}


/* This puts a border around an index thumbnail on hover */

.borderit img{
	padding: 5px;
}

.zoom img{
	cursor: zoom-in;
}

/* This is for any comment, if exists, appearing below the slide image. */

.comment {
	font-weight: bold;
	width: 50%; 
	margin-bottom: 20px;
	padding-bottom: 15px;
	margin: 0; 
	margin-left: 5px;
	text-align: center;
}

/* control width of header.inc and or footer.inc files*/

.inc {
	width: 45%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	margin: 0;
	margin-left: 5px;
	text-align: center;
	font-size: 14px;
}


/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Style for all table cells. */
td {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

.camera {
	font-size: 11px;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}

/* Style for slide page thumbnails-Mindhive navigation */

.nav {
	font-size: x-small;
	margin-bottom: 20px;
}
.nav_top {
	font-size: 11px;
	height:20px;
}

table.nav {
	width: 100%;
	border-bottom: 0px dotted #999;
	font-size: x-small;
	font-weight: bold;
}

.nav_top a:hover {
	font-size: 11px;
}

/* this puts a border around the slide page thumbs */
.slidethumb {
	border: 0px;
	padding: 5px;
}

/* this is the active or current slide page thumbnail */
.currentslidethumb {
	padding: 5px;
}	

/* controls for txt file description on left of slide */

.info_left {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 120%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	min-width: 100%;
	padding-left: 8px;
}

#aboutImg {
	text-align: left;
	float: left;
	padding:10px;
}

#aboutText {
	margin: 50px;
	text-align: left;
}

#contact-page {
	text-align: center;
	width:33%;
}

#contactMethods {
	text-align: left;
	padding:10px;
}

#recent-items {
	position: relative;
	top: 20px;
	width:66%;
}

#temp {
	postiton: absolute;
	top:500px;
	left:0px;
}


/*VIDEO SLIDE */

.nav {
	border:0px;
}
.thumbNav {
	border: 0px;
	padding:5px;
	margin: auto;
}

.icon {
	border:0px;
}

#center {
	text-align:center;
}
