@charset "utf-8";
/* ###############################################################################
// ########################  Photo Gallery Administration ########################
// ######### Copyright Fort Wayne Digital Media Production Group 2009 ############
// ###############################################################################
// ######################## Client: Las Vegas Photo Party ########################
----------------------------------------------------------------------------------
// ##############################  CSS Document ##################################
*/


/*
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	--- HTML TAGS (general) --- 
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW	
*/

body {
	
	/* Background Properties */
	background-color:#111;
	background-image:url(images/bg_body_tile.jpg);
	
	/* Text Properties */
	font-size:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
	/* Box Properties */
	margin:0px;
	
}

fieldset {
	
	/* Box Properties */
	padding:8px;
	
}


/*
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	--- TEMPLATE STRUCTURE --- 
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW	
*/

#container_overall {
	
	/* Background Properties */
	background-color:#000000;
	
	/* Box Properties */	
	width:1000px;
	min-height:600px;
	border-right:1px double #222;
	border-left:1px double #222;
	border-bottom:1px double #222;
	
	/* Text Properties */
	margin:0px auto;
	text-align:center;
}


#header {
	
	/* Text Properties */
	text-align:left;
	
	/* Box Properties */
	padding:0px 0px 0px 10px;
	
}

#nav_main {
	
	/* Background Properties */
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	
	/* Text Properties */
	text-align:left;
	
	/* Box Properties */
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	
}
	#nav_main ul{
		
		/* Box Properties */
		margin:0px;
		padding:0px;
		
	}
	
	#nav_main li{
		
		/* Box Properties */
		list-style:none;
		display:inline;
		padding:0px 10px;
		
	}
	
	#nav_main li a{
		
		/* Text Properties */
		font-weight:bold;
		font-size:90%;
		color:#EFEFEF;
		text-decoration:none;
	}
	
	#nav_main li a:hover{
		
		/* Text Properties */
		color:#FFFFFF;
		text-decoration:underline;
	
	}

#content {
	
	/* Text Properties */
	text-align:left;
	
	/* Box Properties */
	width:800px;
	min-height:560px;
	margin-left:20px;
	clear:both;
	overflow:auto;
	
}

#footer {
	
	/* Box Properties */
	margin:10px 0px 0px 0px;
	border-top:1px double #222;
	
}
	#footer p {
		
		/* Text Properties */
		font-size:10px;
		letter-spacing:2px;
		
		/* Box Properties */
		margin:1px;
		padding:1px;
		
	}
	
	#footer p a{
		
		/* Text Properties */
		color:#069;
		
	}


/*
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
	--- CLASSES --- 
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW	
*/



legend.desc {
	
	/* Text Properties */
	font-size:75%;
	
}
span.desc {
	
	/* Text Properties */
	font-weight:bold;
	color:#F00;
	
}
span.accent {
	
	/* Text Properties */
	font-size:12px;
	font-style:italic;
	
}

p.good { 

	/* Text Properties */
	color:#090; 

}
p.bad {

	/* Text Properties */
	color:#F00; 

}

h2.title {
	
	/* Box Properties */
	border-bottom:2px solid #B30000;
}
h3.title {
	
	/* Box Properties */
	border-bottom:1px solid #B30000;
}


div.editPhoto {
	
	/* Box Properties */
	margin-left:190px;
	
}
form.galleryEdit {
	
	/* Background Properties */
	background-color:#333;
	
	/* Box Properties */
	border-bottom:10px solid #111;
	padding:8px;
	
}

img.prePhoto {
	
	/* Box Properties */
	max-width:180px;
	max-height:90px;
	float:left;
	
}
img.prePhotoDel {
	
	/* Box Properties */
	max-width:180px;
	max-height:90px;
	border:1px solid #222222;
	margin:10px;

	
}

.grid {
	
	/* Box Properties */
	border-bottom:2px dotted #222222;
	width:100%;
	display:block;

}

.delCol_1 {
	float:left;
	width:48%;
	text-align:center;
	border-top:2px dotted #222222;
	border-left:2px dotted #222222;
	border-right:2px dotted #222222;
}
.delCol_2 {
	float:right;
	width:48%;
	text-align:center;
	border-top:2px dotted #222222;
	border-left:2px dotted #222222;	
	border-right:2px dotted #222222;
}

h2.del {
	margin:0px;
	padding:0px;
	background-color:#111111;
	border-bottom:1px solid #333;
}

.subNav {
	

	
	/* Text Properties */
	text-align:left;
	
	/* Box Properties */
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	width:110px;
	float:left;
	
}
.subNav ul{
	
	/* Box Properties */
	margin:0px;
	padding:0px;
	
}

.subNav li{
	
	/* Box Properties */
	list-style:none;	
	padding:4px 10px;
	
/* Background Properties */
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;		
	
}

.subNav li a{
	
	/* Text Properties */
	font-weight:bold;
	font-size:90%;
	color:#EFEFEF;
	text-decoration:none;
}

.subNav li a:hover{
	
	/* Text Properties */
	color:#FFFFFF;
	text-decoration:underline;

}
	
	
.contentSide {
	/*float:right;
	width:660px;*/
	margin:0px 0px 0px 0px;
}
.contentSide a{
	font-size:12px;
	color:#900;
	font-style:italic;

}
.topNav {
	text-align:center;
}
.topNav ul{
	padding:0px;
	margin:0px;
}
.topNav li{
	display:inline;
	list-style:none;
}

ul.eventList {
	border-bottom:0px solid #111;
	border-top:20px solid #111;
	padding:0px;
	margin:0px;
	list-style:none
}
ul.eventList li {
	border-bottom:20px solid #111;
	margin:0px;
	background-color:#222;
	padding:5px 3px 5px 3px;
	list-style:none
}
ul.eventList li a.del{
	color:#900;
	text-decoration:none;
}

ul.eventList li a:hover.del{
	color:#EFEFEF;
	font-weight:bold;
	
}



.keys {
	font-size:12px;
	font-style:italic;color:#CDCDCD;
}
.eventName {
	font-size:16px;
	font-weight:bold;

}
.eventDate {
	font-size:12px;
		color:#DCDCDC;
}

form p {
	font-size:12px;
}

form input.sub {
	border:2px solid #444;
}

img.eThumb {
	max-height:100px;
	max-width:100px;
	border:1px solid #efefef;
}

a.opt {
	color:#900;
	font-style:italic;
}
