*
{
	margin: 0;
	padding: 0;
	border: 0;
}


body
{
	background: #ffe69a url(../images/bg.jpg) no-repeat top center;
	font: 14px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #FFC;
	min-height: 100%;
	width: 100%;
}

/* */

a
{
	color: #ffcc00;
	text-decoration: none;
}

a:hover
{
	color: #c00;
}

#adminmenu
{
	font: 21px/1em "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	text-align: center;
}

	#adminmenu a
	{
		margin: 0 10px;
	}


.box
{
	background: url(../images/content.png) repeat top left;
}

.clear
{
	clear: both;
}

.date
{
	font: 12px/1em "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

.dividerfour
{
	float: left;
	width: 25%;
}

.dividerfourlong
{
	float: left;
	width: 75%;
}


.dividerthreelong
{
	float: left;
	width: 66.66%;
}


.dividerthree
{
	float: left;
	width: 33.33%;
}


.divider
{
	float: left;
	width: 50%;
}

.emphasis
{
	font: italic 19px/1.3em Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

	.emphasis strong
	{
		font-family: "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif; 
		font-size: 27px;
		color: #fc0;
		font-weight: normal;
		font-style: normal;
		text-transform: uppercase;
	}

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

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

h1 
{
	font: normal 35px/1em "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	color: #f80;
	letter-spacing: -1px;
  text-transform: uppercase;
}
	
	h1 a 
	{
		color: #f80;
		text-decoration: none;
	}
	
	h1 a:hover 
	{
		color: #fff;
		text-decoration: none;
	}


h2 
{
	font: 27px/1em "Gill Sans MT", Helvetica, Arial, Verdana, sans-serif;
	text-transform:uppercase;
	color: #fff;
}

	h2 a 
	{
		color: #fff;
		text-decoration: none;
	}
	
	h2 a:hover 
	{
		color: #fc0;
		text-decoration: none;
	}


h3
{
	font: 22px/1em "Gill Sans MT", Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: 3px;
	color: #ffdd00;
	text-transform: uppercase;
}

	h3 a
	{
		color: #ffdd00;
	}
	
	h3 a:hover
	{
		color: #fff;
	}
	
h4
{
	font: 16px/1em "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	color: #fc0;
	text-transform: uppercase;
}
	
	h4 a 
	{
		color: #ff0;
		text-decoration: none;
		
	}

	h4 a:hover 
	{
		color: #fff;
	}

h5
{
	font: bold italic 14px/1em "Gill Sans MT", Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	padding: 5px 0;
}
	
	h5 a 
	{
		color: #ffcc00;
		text-decoration: none;
	}

	h5 a:hover 	
	{
		color: #fff;
		text-decoration: underline;
	}
	
h6
{
	font: 21px/1em "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	color: #fff;
	margin-top: 5px;
	padding: 3px 5px;
	background-color: #ff9900;
	letter-spacing: 1px;
	border-bottom: 3px solid #111;
}

	h6 a
	{
		display: block;
		color: #fff;
	}
	
	h6 a:hover
	{
		color: #000;
		text-decoration: none;
	}

hr 
{
	width: 100%;
	border-bottom: 1px solid #c93;
	margin: 4px 0;
}

	
input[type=text],input[type=password]
{
	border: 1px solid #c0c0c0;
	font: 14px/1.5em "Gill Sans MT", Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
}


input[type=submit], input[type=reset], input[type=button]
{
	font: 14px/1 "Gill Sans MT", Helvetica, Arial, Verdana, sans-serif;
	background-color: #930;
	color: #f0f0f0;
	padding: 2px 10px;
	border: 1px outset #333;
}

.inside
{
	padding: 10px;
}

.itemthumb
{
	margin: 5px;
	border: 1px solid #000;
	position: relative;
	background-color: #222;
}

	.itemthumb a
	{
		display: block;
	}
	
	.itemthumb .thumbdetails
	{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #f0f0f0;
	}
	
	.itemthumb .thumbdetails .inside
	{
		padding: 5px 10px;
		text-transform: uppercase;
		color: #999;
	}

.long
{
	width: 100%;
}

.maxwidth
{
	margin: auto;
	width: 1000px;
}

#menu
{
	position: absolute;
	bottom: 10px;
	left: 90px;
}

	#menu li
	{
		font: 18px/1em "Gill Sans MT","Gill Sans", helvetica, arial, sans-serif;
		text-transform: uppercase;
		float: left;
		margin-right: 12px;
		letter-spacing: 1px;
		list-style: none;
		position: relative;
		display: block;
		color: #f90;
		cursor: pointer;
	}
	
		#menu li a
		{
			padding: 5px 10px;
			display: block;
			background: url(../images/menu.png) repeat top left;			
		}
		
		#menu li a:hover
		{
			color: #f30;
		}
	
		#menu li ul
		{
			position: absolute;
			top: 28px;
			left: 0;
			z-index: 4;
			padding: 0;
			margin: 0;
			background: transparent;
			display: none;
		}
		
			#menu li ul li a
			{
				background: #000;
				color: #fc0;
				font-size: 14px;
				display: block;
				line-height: 1em;
				margin: 0;
				padding: 6px 10px;
				min-width: 160px;
				letter-spacing: 0px;
			}
			
			#menu li ul li a:hover
			{
				background: #fc0;
				color: #000;
			}

#notice
{
	position: fixed;
	top: 0px;
	left: 0px;
	font: 13px/1em "Gill Sans MT", Helvetica, Arial, Verdana, sans-serif;
	background-color: #090;
	color: #fff;
	width: 100%;
	border-bottom: 4px solid #000;
	z-index: 5;
}
	
	#notice a
	{
		color: #ff9900;
	}
	
	#notice h6
	{
		background: #000;
		font-size: 17px;
		padding: 5px 15px;
		border: 0px none;
		margin: 0;
		color: #f90;
		letter-spacing: 0px;
		text-transform: uppercase;
	}
	
	#notice .inside
	{
		padding: 20px 15px;
	}
	
	
	#notice strong
	{
		font-size: 14px;
		letter-spacing: -1px;
		color: #fff;
	}

p
{
	padding-bottom: 10px;
}
	
.panel
{	
	background: url(../images/content.png);
	color: #fff;
}

.required
{
	font: normal normal 12px/1em "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f00;
}

small
{
	font: normal normal 12px/1em "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.tab
{
	background: url(../images/content.png);
	color: #fff;
	padding: 7px;
}

.tabButton
{
	padding: 3px 20px;
	cursor: pointer;
	font-size: 10px;
	margin-left: 3px;
	font-weight: bold;
}

.tabButtonArea
{
	padding-left: 5px;
	text-align: right;

}

textarea
{
	font: 14px/1 Helvetica, Arial, sans-serif;
	border: 1px solid #c0c0c0;
	background: #fff;
	width: 100%;
	height: 200px;
}

.togglepanel
{
	font: 21px/1em "Gill Sans MT", "Gill Sans", Helvetica, Arial, sans-serif;
	margin-top: 5px;
	padding: 3px 5px;
	background-color: #111;
	color: #fff;
	border-bottom: 3px solid #ff9900;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}	

.tool
{
	z-index: 6;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
}

.tool .tip
{
	border: 1px solid #333;
	text-align: left;
	background-color: #000;
	padding: 6px;
	max-width: 400px;
	line-height: 1;
}
	
	.tool .tip-title
	{
		font-size: 17px;
		color: #e0e0e0;
		text-transform: uppercase;
	}
	
	.tool .tip-text
	{
		font-size: 11px;
		color: #f90;
	}

.tagcloud
{
	text-align: center;
}


/* layout */

#wrap
{
	width: 100%;
}

	
		#header
		{
			background: url(../images/header.png) no-repeat bottom left;
			height: 330px;
			position: relative;
		}
		
		
		#content
		{
			min-height: 300px;
		}
		
		#footer
		{	
			margin: 25px 0 0;
			padding: 30px 0 20px;
			background: #39362e url(../images/footer.jpg) repeat-x top center;
			color: #cc9;
			font: 12px/1.2em Georgia, "Times New Roman", Times, serif;
		}
			
			#footer a
			{
				color: #777;
				letter-spacing: 1px;
			}
			
			#footer a:hover
			{
				color: #f90;
			}
			
			#footer h4
			{
				font: 15px/1em "Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
				text-transform: uppercase;
			}
	
			#footer hr
			{
				border-color: #444;
				margin: 5px 0;
			}

