/* Mad Mel's CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;	
}

h1, h2, h3, h4 {
	color: #ff0066;
}

p, blockquote, ul, ol {
	line-height: 1.6em;
	margin-left: 5px;
}

a {
	border: none;
	text-decoration: none;
	color: #ff0066;
}

a:hover {
	color: #ff99cc;
}

/* It's my junk in a box */

#junkinabox {
	width: 100%;
	height: 100%;
	background: url(images/pinkblackcheckeredflagpatte.jpg);
	background-attachment:fixed
}

/* Page */

#page {
	width: 825px;
	padding: 0px 0px 0px 0px;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	background-color:#ffffff;
}

/* Header */

#header {
	width: 825px;
	height: 342px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/flagheader.gif);
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
}

/* Top Nav */

#topnav {
	margin: 0 auto;
	width: 825px;
	height: 22px;
	padding: 12px 0px 10px 0px;
}

#topnav ul {
	list-style: none;
	line-height: normal;	
	display: inline;
}

#topnav li {
	display: inline;
	padding: 5px 15px 5px 15px;
}

#topnav a {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	padding: 5px 15px 5px 15px;
}

#topnav a:hover {
	color: #ff0066; 
	font-weight: bold; 
	font-size: 110%;
	padding: 5px 15px 5px 15px;
} 

/* Left Bar */

#leftbar {
	width: 175px;
	height: 500px;
	padding: 10px 10px 10px 5px;
	float: left;
	display: block;
	border-right: 1px dotted #ff99cc;
}

#leftbar img {
	float: none;
	margin:5px 1px 1px 1px;
}

#leftbar ul {
	display: block;
	line-height: normal;
	list-style-type: none;
	padding: 1px 1px 1px 1px;
}

#leftbar ol {
	display: block;
	line-height: normal;
	font-size: 85%;
}

#leftbar li {
	margin-bottom: 1px;
	letter-spacing: 1px;
	padding: 1px 1px 1px 1px;
	font-size: 85%;
}

#leftbar h2 {
	padding: 5px 5px 1px 5px;
	background-color: #9966FF;
	border-bottom: 1px solid #1C1C1C;
	font-size: 107%;
}

#leftbar h3 {
	font-size: 92%;
}

#leftbar p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
}

#leftbar a {
	border: none;
	text-decoration: none;
	color: #ff0066;
	
}

#leftbar a:hover {
	color: #ff99cc; 
	font-weight: bold; 
	text-decoration: none;
} 
/* Left Bar 2 */

#leftbar2 {
	width: 175px;
	height: 900px;
	padding: 10px 5px 10px 5px;
	float: left;
	display: block;
	border-right: 1px dotted #ff99cc;
}

#leftbar2 img {
	float: none;
	margin:5px 1px 5px 1px;
}

#leftbar2 ul {
	display: block;
	line-height: normal;
	list-style-type: none;
	padding: 1px 1px 1px 1px;
}

#leftbar2 ol {
	display: block;
	line-height: normal;
	font-size: 85%;
}

#leftbar2 li {
	margin-bottom: 1px;
	letter-spacing: 1px;
	padding: 1px 1px 1px 1px;
	font-size: 85%;
}

#leftbar2 h2 {
	padding: 5px 5px 1px 5px;
	background-color: #9966FF;
	border-bottom: 1px solid #1C1C1C;
	font-size: 107%;
}

#leftbar2 h3 {
	font-size: 92%;
}

#leftbar2 p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
}

#leftbar2 a {
	border: none;
	text-decoration: none;
	color: #cc99ff;
	
}

#leftbar2 a:hover {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
} 

/* Content */

#content {
	padding: 10px 0px 10px 10px;
	position: relative; 
	top: 5px;
	left: 10px;
	width: 550px;
}

#content body {
	padding: 10px 0px 10px 10px;
	width: 550px;
}

#content h1 {
	font-size: 136%;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 10px;
}

#content h2 {
	font-size: 107%;
	margin-bottom: 20px;
}

#content h3 {
	font-size: 92%;
	margin-bottom: 20px;
}

#content ul, #content ol {
	list-style-position: inside;
}

#content li {
	padding: 0px 0px 0px 5px;
}

#content p {
	padding: 0px 0px 0px 10px;
	margin-left: 10px;
}

/* Footer */

#footer {
	padding: 10px 0px 0px 0px;
	width: 825px;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	background-color: #FFFFFF;
}

#footer p {
	margin-top: 0px;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#footer a {
	color: #ff0066;
	text-decoration: none;
}

#footer a:hover {
	color: #ff99cc;
	text-decoration: none;
}

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }