/*
	Template Name: Dark Orchid Slideshow
	Template URI: http://freewebtemplates.me
	Description: A fixed width single column CSS web template with DarkOrchid as the theme color.
	Version: 1.0
	Author: Ed Zivkovic
	Author URI: http://ezau.com
	Tags: Purple, CSS, Fixed Width, Mini Site, No Graphics, Single Column, Tables, 
*/

/*
	Template by Ed Zivkovic released under the
	Creative Commons Attribution 2.5 License:
	http://creativecommons.org/licenses/by/2.5/au/
*/

html {
	height: 100%;
}

body {
	font-family: Verdana, "Trebuchet MS", Futura, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-size: 90%;
	background-color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none;
}

a img {
    border: 0;
}

div#mainwrap {
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	width: 99%;
	height: 100%;
}

table#content {
	margin: 0;
	padding: 0;
	height: 100%;
	}

td#header {
	color: #CA80FE;
	margin: 0;
	text-align: center;
}

td#header h1 {
	font-family: "comic sans ms", Verdana, Futura, Arial, Helvetica, sans-serif;
	color: #7800CF;
	margin: 0;
	padding: 5px;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

td#imagewrap {
	width: 75%;
	vertical-align: center;
}

td#imagewrap img {
	border: 2px outset #7800CF;
	padding: 3px;
}

div#imagetitle {
	color: #7800CF;
}

div#thumbs {
	margin: 0;
	padding: 5px 0;
	border: 1px solid Indigo;
}

div#thumbs img {
	padding: 3px;
}

.thumbnail_center {
    padding: 1px;
    border: 1px ridge #CA80FE ! important;
}

td#thumbswrap {
	vertical-align: text-top;
	}
	
div#image {
	border: 0;
	margin: 0;
}

div#controls {
	background-color: Indigo;
	padding: 10px;
	color: Indigo;
	font-size: 80%;
}

div#controls a {
	color: #7800CF;
	border-bottom: 1px solid #7800CF;
}
div#controls a:visited {
	color: #7800CF;
	border-bottom: 1px solid #7800CF;
}
div#controls a:hover {
	color: #CA80FE;
	border-bottom: 1px dashed #CA80FE;
}
	
div#navlinks {
	padding: 10px;
	color: #CA80FE;
	margin: 3px 0;
	font-weight: bold;
	border: 1px solid Indigo;
}

div#navlinks a {
	color: #7800CF;
	border-bottom: 1px dashed #7800CF;
}
div#navlinks a:visited {
	color: #7800CF;
	border-bottom: 1px dashed #7800CF;
}
div#navlinks a:hover {
	color: #E4BFFE;
	border-bottom: 1px solid #E4BFFE;
}

td#copyright {
	color: #7800CF;
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
}

td#copyright a {
	color: #7800CF;
	border-bottom: 1px dashed #7800CF;
}

td#copyright a:hover {
	color: #CA80FE;
	border-bottom: 1px solid #CA80FE;
}

td#credit {
	color: #35005A;
	font-size: 11px;
}

td#credit a {
	color: #35005A;
	border-bottom: 0px solid #35005A;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}
	
div#clear {
	clear: both;
}

.warning {
	color: #FF0000;
}
		
		
