/***
Vanessa Vortex Website CSS
Last updated: 12 Oct 2007
Author: Gray Ayer [http://www.ilikegray.com] 
Edited by: Amiel Martin [http://amielmartin.com] 2008-02-28
***/

/* HTML elements */

* {margin: 0; padding: 0;}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	color:#1F0100;
	background: url(/images/bg_darkvelvet.png) repeat #330000;
}

p {
	font-size: 1.1em;
	font-weight:bold;
	color:#1F0100;
	margin-left: 10px;
	background:none;
	margin-top: 10px;
	line-height: 1.5em;
}


a {
	color:#5F0400;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background:#330000;
}


img {
	border: 0px;
}

/*h2 { 
	width: 774px; 
	font-size: 1.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	height: 65px; 
	color:#FFFFA4;
	letter-spacing:1px;
	line-height: 65px; 
	text-indent: 20px; 
	margin: 20px auto 10px auto; 
	background: url(/images/header2.png) no-repeat;
}

*/

li {
	font-size: 1.1em;
	font-weight:bold;
	color:#1F0100;
	margin-left: 30px;
	background:none;
	margin-top: 10px;
	line-height: 1.5em;
	list-style-type:circle;
}

/***Inline Styles***/

.hidden { 
	text-indent: -9000px; 
	visibility: hidden;
}

.br {
	clear: both;
}

.small {
	font-size: x-small;
}

.imgright { 
	float: right;
	margin-left: 5px;
}

.imgleft {
	float: left;
	margin-right: 5px;
}

/**************************************************************
Alignment classes
**************************************************************/

.floatLeft {
	float: left;
	margin-left:1em;
}

.floatRight {
	float: right;
	margin-right:3em;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}





/***Layout Divs****/	  


#nav {
	width: 774px; 
	font-size: 1.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	height: 65px; 
	color:#FFFFA4;
	letter-spacing:1px;
	line-height: 65px; 
	text-indent: 20px; 
	margin: 20px auto 10px auto; 
	background: url(/images/header2.png) no-repeat;
	padding: 2px 10px;
}

#nav a {
/*	color:#1F0100;*/
	color:#FFFFA4;
	
}



#container {
	width: 800px;
	margin: 0 auto;
	background:url(/images/contentpaper.gif) repeat-y;
}

#header {
	width: 667px;
	height: 273px;
	background: url(/images/topheader.gif) no-repeat;
	margin: 0 auto;
}

#header h1 {
	position: absolute;
	top: 28px;
	margin-left: 40px;
	color: #fff;
	font-weight: 300;
	font-size: 2.8em;
}

#header p {
	position: absolute;
	top: 60px;
	margin-left: 60px;
	color: #fff;
}

#content {
	width:667px;
	margin: 0px auto;
	padding: 0 8px 35px 8px ;
}

#footer {
	text-align: center;
	font-size: .8em;
	font-weight:normal;
	font-variant:normal;
	margin-top: 40px;
	margin-bottom: -30px;
}


/* Amiels changes */
#content img {
	margin: 0 10px;
}

#content strong {
	font-weight: 900;
}

#photos {
	margin: 20px 0;
}

#photos a:hover {
	background: none;
}

#photos a img {
	border: 5px solid #fff;
	margin: 10px;
}

#photos a:hover img {
	border: 5px solid #300;
}

/*for admin*/
#photos div {
	float: left;
	margin: 15px;
}

#photos div a {
	float: left;
}

#photos div form {
	float: right;
}

.flash_notice {
	font-size: 11px;
	background-color: #CFC;
	border: solid 1px #6C6;
	padding: 5px 8px;
	margin-top: 10px;
}

#pages td {
	padding: 2px 6px;
}

#pages thead td {
	font-size: 110%;
}

#page_list tr {
	cursor: move;
}