body
{
	margin: auto;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 1000px;
	background-color: rgb(102,0,102);
	color: white;
}

#phpmyvisites object, #phpmyvisites img
{
	visibility: hidden;
}

h1
{
	color: red;
	font-weight: normal;
	font-size: 2.5em;
	margin: 20px;
	font-family: sans-serif;
	letter-spacing: 45px;
	word-spacing: 45px;
	margin-left: 65px;
	text-align: center;
	white-space: nowrap;
}

h2
{
	font-size: 1.7em;
	margin: 40px;
}

h3
{
	font-size: 1.4em;
	margin-top: 40px;
}

#menu
{
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
	white-space: nowrap;
}

#menu ul
{
	display: inline-block;
	padding: 10px 0px 10px 0px;
}

#menu li
{
	list-style: none;
	background-color: rgb(80, 0, 80);
	display: block;
	margin: 0px 1px 0px 1px;
	overflow: hidden;
	float: left;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

#menu li:hover
{
	background-color: rgba(80, 0, 80, 0.5);
	box-shadow:  0px 0px 20px rgba(255,255,255,0.15);
}

#menu li a
{
	color: rgb(49, 247, 186);
	text-decoration: none;
}

#menu li p
{
	margin: 0px;
	padding: 10px 30px 10px 30px;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

#menu li a p:hover
{
	color: red;
}

a
{
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	color: rgb(84, 141, 212);
}

a:hover
{
	color: rgb(125, 180, 232);
	text-decoration: none;
}

h3
{
	margin-bottom: 5px;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

dl
{
	margin-left: 20px;
}

dd
{
	text-align: justify;
	margin-bottom: 20px;
}

dd p
{
	margin: 0px;
}

dd .date
{
	color: white;
}

#intro_images
{
	white-space: nowrap;
	width: 0px;
	position: relative;
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
}

#intro_images img
{
	position: absolute;
	top: 0px;
	height: 100%;
}

#intro_images .introimg
{
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	visibility: hidden;
	-webkit-box-reflect:
	below 0
	-webkit-gradient(linear,left top, left bottom,
	from(transparent),color-stop(.7,transparent),
	to(rgba(255, 255, 255, 0.3))
	);
}  

.title
{
	font-weight: bold;
}

.date, .dimensions
{
	margin-top: 0px;
	color: gray;
	font-size: smaller;
}

#categories
{
	margin: 0px 30px 40px 10px;
	padding: 19px 25px 4px 15px;
	float: left;
	display: block;
	width: 120px;
	background-color: rgb(70, 0, 70);
	box-shadow: 5px 5px 3px rgba(0,0,0,0.5);
}

#categories li
{
	list-style-type: none;
	padding-bottom: 15px;
	white-space: nowrap;
}

#categories li a
{
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	text-decoration: none;
	border-radius: 8px;
	padding: 2px 6px;
	margin: 0px;
	display: inline;
}

#categories li p
{
	padding: 0px 6px;
	margin: 0px;
}

#categories li a:hover
{
	background-color: rgba(255,255,255,0.1);
	box-shadow:  0px 0px 10px rgba(255,255,255,0.2);
}

#gallery
{
	margin: auto;
	display: block;
	background-color: black;
	width: 800px;
	height: 640px;
	overflow: hidden;
	position: relative;
}

#gallery .title
{
	color: rgb(49, 247, 186);
}

.description
{
	color: rgb(49, 247, 186);
}

#currentart
{
	text-align: center;
	overflow: hidden;
}

#currentart p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#currentartimg
{
	height: 500px;
	padding-bottom: 15px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url("loading.gif");
	background-size: 75px;
}

#currentartimg #currentphoto
{
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

#currentphoto img
{
	min-height: 400px;
	max-height: 500px;
	*height: 440px; /* IE6, IE7 hack */
	max-width: 650px;
	outline: solid 1px gray;
	outline-offset: 4px;
}

#currentart .art_details
{
	width: 300px;
	margin: auto;
	margin-top: 20px;
	padding: 5px;
	border-radius: 10px;
	background-color: rgba(150,150,150,.2);
}

#thumbnails
{
	height: 100%;
	float: left;
	margin-right: -1px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#thumbnails img
{
	width: 80px;
	max-height: 200px;
	border: 2px solid gray;
	margin-bottom: -5px;
	opacity: 0.7;
	display: inline-block;
}

#thumbnails img:hover
{
	opacity: 0.9;
	border-color: rgb(180,180,180);
}

#thumbnails img.selected
{
	border-color: white;
	opacity: 1;
	background-color: white;
}

#thumbnails .art_details
{
	display: none;
}

#gallery #footnote
{
	font-size: 0.7em;
	text-align: right;
	position: absolute;
	width: 100%;
	bottom: -6px;
	right: 6px;
	color: #888;
}

#photo_id
{
	float: left;
	height: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.error
{
	color: red;
}

form {
	width: 80%;
	background-color: rgba(220, 220, 220,.2);
	border: 3px ridge rgb(200, 200, 200);
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 4px;
	margin-top: 12px;
	margin-bottom: 30px;
	overflow: hidden;
}

input[type="text"] { /* */
	width: 50%;
}

input.captcha {
	width: 8em;
}

img.captcha {
	vertical-align: middle;
}

textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

#footer {
	text-align: center;
	font-size: small;
	margin-top: 50px;
}

a img {
	border: none;
}
