/* CSS Document */

/*_____ HTML STYLES _____*/
body	{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 76%;
	background: #4C4C4C url(../images/background.gif) repeat-y center top;
}
h1, h2, h3, h4, h5, h6, form	{
	margin: 0;
}
h2 {
	font-size: 1.7em;
	margin-bottom: 1.3em;
	color: #F1DFB8;
}
h2 em {
	color: #F1DFB8;
}
#mainCol h3	{
	color: #FFF;
	font-size: 1.5em;
	margin-bottom: .3em;
}
#secondaryCol h3	{
	margin-top: 30px;
	background: transparent url(../images/sidebar_header.gif) no-repeat top left;
	line-height: 2.5em;
	text-indent: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1em;
}
#secondaryCol h3 em	{ color: #FFF; }
h3 span	{
	float: right;
	font-size: .7em;
	font-weight: normal;
}
a {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #F1DFB8;
}
a:active {
	color: #FFF;
}
dl	{
}
dt	{
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	color: #FFF;
	letter-spacing: .1em;
	/*font-weight: bold;*/
}
	dt a	{
		text-decoration: none;
	}
	dt span	{
		float: right;
		font-size: .7em;
		font-weight: normal;
	}
dd	{
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dashed #666;
}
em	{
	color: #666;
}
label	{
	font-weight: bold;
	text-transform: uppercase;
}
#content strong	{
	color: #FFF;
}

/*_____ GENERAL STYLES _____*/
a img	{
	border: none;
}
.error, .error a	{
	color: #C00;
}
#flashcontent	{
	line-height: 0;
	background: #1A1A1A;
}
	#flashcontent p	{
		line-height: 2em;
		text-align: center;
		margin: 0;
	}
.hide, h1	{
	position: absolute;
	top: 0;
	left: -9999em;
}
.adminButtons	{
	background: #666;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: .5em 1em;
}

/* TABLE LIST */
.list	{
	border-collapse: collapse;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #A5A5A5;
}
	.list th, .list td	{
		padding: .5em 1em;
		border-right: 1px solid #A5A5A5;
	}
	.list thead, .list tbody th	{
		background: #F1DFB8;
		color: #000;
		border-top: 1px solid #A5A5A5;
		border-bottom: 1px solid #A5A5A5;
	}
	.list tfoot	{
		border-top: 1px solid #A5A5A5;
	}
	.list th	{
		text-align: left;
		white-space: nowrap;
		text-transform: uppercase;
	}
	.list td	{
		color: #FFF;
	}
	
	/* UL LIST */
	ul.list	{
		list-style: none;
	}
		.list li	{
			padding: .5em 1em;
		}
		.list li span	{
			float: right;
		}
	
	.dkrow	{ background: #333; }
	.ltrow	{ background: transparent; }
	
.galleryView img	{
	border: none;
	float: left;
}
a.galleryImage	{
	border: 1px solid #666;
	float: left;
	margin: 0 20px 20px 0;
}
	a:hover.galleryImage	{
		border: 1px solid #CCC;
	}
	.galleryView dd	{
		 padding: 0 0 0 150px;
	}
.pieceView	{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
	.pieceView li	{
		margin: 0 26px 25px 0;
		padding: 0;
		float: left;
	}
	.pieceView img	{
		border: 0;
	}
	.pieceView a	{
		border: 1px solid #666;
		display: block;
		height: 100px;
		width: 100px;
	}
	.pieceView a:hover	{
		border: 1px solid #CCC;
	}
	li.lastPic	{
		margin-right: 0;
	}
.clear	{
	display: block;
	height: 1px;
	line-height: 0;
	clear: both;
}
.hr	{
	margin: 1.5em 0;
	height: 0;
	line-height: 0;
	border-top: 1px dashed #666;
}
	.hr hr	{
		position: absolute;
		top: 0;
		left: -9999em;
		margin: 0;
	}
a.albumImage	{
	float: right;
	margin: 0 0 1em 2em;
	border: 1px solid #666;
	line-height: 0;
	padding: 2px;
}
	a:hover.albumImage	{
		border: 1px solid #CCC;
	}

/*_____ LAYOUT STYLES _____*/
#wrapper	{
	width: 730px;
	position: relative;
	left: 50%;
	margin-left: -365px;
}
#mainCol	{
	width: 550px;
	float: left;
}
#secondaryCol	{
	width: 150px;
	float: right;
}
#content	{
	padding: 30px 30px 10px 30px;
	line-height: 1.4em;
	background: transparent url(../images/background2.gif) repeat-x left top;
}
.sidebar	{
	background: transparent url(../images/sidebar_background.gif) no-repeat center bottom;
	font-size: .9em;
	color: #FFF;
	padding: 0 10px 15px 10px;
}
#adminMenu	{
	margin: 1em 0;
	border-top: 1px solid #F1DFB8;
	border-bottom: 1px solid #F1DFB8;
	padding: .5em 0;
	text-align: center;
	list-style: none;
}
	#adminMenu li	{
		display: inline;
	}
	#adminMenu a	{
		padding: 0 1em 0 0;
		text-decoration: none;
	}
	#adminMenu a:hover, #adminMenu .selected a	{
		text-decoration: underline;
	}

/*_____ FOOTER _____*/
#footer	{
	font-size: .9em;
	color: #666;
	margin: 0 30px;
	padding-bottom: 2em;
}
