/* Mad Mel's CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;	
}

h1, h2, h3, h4 {
	color: #cc99ff;
}

p, blockquote, ul, ol {
	line-height: 1.6em;
}

a {
	border: none;
	text-decoration: none;
	color: #cc99ff;
}

a:hover {
	color: #ffffff;
	border: none;
}

a.white:link {color: #ffffff; text-decoration: underline}
a.white:active {color: #ffffff; text-decoration: underline}
a.white:visited {color: #ffffff; text-decoration:underline}
a.white:hover {color: #cc99ff; text-decoration: underline}

/* It's my junk in a box */

#junkinabox {
	width: 100%;
	height: 100%;
    z-index: 1;
}

/* Page */

#page {
	width: 900px;
	padding: 0px 0px 0px 0px;
	z-index: 1;
}

/* Header */

#header {
	width: 900px;
	height: 170px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/header_wings.jpg);
}


/* Top Nav */

#topnav {
	margin: 0 auto;
	width: 900px;
	height: 22px;
}

#topnav ul {
	list-style: none;
	line-height: normal;	
	display: inline;
}

#topnav li {
	display: inline;
}

#topnav a {
	border-right: 1px dotted #660099;
	border-left: 1px dotted #660099;
	font-size: 100%;
	font-weight: bold;
	color: #cc99ff;
	padding: 5px 15px 5px 15px;
}

#topnav a:hover {
	color: #ffffff; 
	font-weight: bold; 
	border-right: 1px dotted #660099;
	border-left: 1px dotted #660099;
	font-size: 100%;
	padding: 5px 15px 5px 15px;
} 

/* Left Nav */

#leftnav {
	width: 175px;
	padding: 10px 0px 10px 0px;
	float: left;
}

#leftnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;	
}

#leftnav li {
	padding: 0px 0px 0px 0px;
}

#leftnav a {
	display: block;
	height: 18px;
	padding: 10px 20px 0px 0px;
	border-right: 1px dotted #660099;
	border-left: 1px dotted #660099;
	font-size: 100%;
	font-weight: bold;
	color: #cc99ff;
	text-align: center;
	text-decoration: none;
}

#leftnav a:hover {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
} 

#leftnav img {
	border: none;
}

/* Right Bar */

#rightbar {
	width: 175px;
	padding: 10px 0px 10px 0px;
	float: right;
}

#rightbar img {
	float: none;
	margin:5px 1px 1px 1px;
}

#rightbar ul {
	display: block;
	line-height: normal;
	list-style-type: circle;
	padding: 1px 1px 1px 1px;
}

#rightbar ol {
	display: block;
	line-height: normal;
	font-size: 85%;
}

#rightbar li {
	margin-bottom: 1px;
	letter-spacing: 1px;
	padding: 1px 1px 1px 1px;
	background: #000000;
	font-size: 85%;
}

#rightbar h2 {
	padding: 5px 5px 1px 5px;
	background-color: #9966FF;
	border-bottom: 1px solid #1C1C1C;
	font-size: 107%;
}

#rightbar h3 {
	font-size: 92%;
}

#rightbar p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
}

#rightbar a {
	border: none;
	text-decoration: none;
	color: #cc99ff;
	
}

#rightbar a:hover {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
} 

/* Right Bar Left */

#rightbarleft {
	width: 175px;
	padding: 10px 0px 10px 0px;
	position: relative; 
	top: 5px;
	float: left;
	display: block;
}

#rightbarleft img {
	float: none;
	margin:5px 1px 1px 1px;
}

#rightbarleft ul {
	display: block;
	line-height: normal;
	list-style-type: circle;
	padding: 1px 1px 1px 1px;
}

#rightbarleft ol {
	display: block;
	line-height: normal;
	font-size: 85%;
}

#rightbarleft li {
	margin-bottom: 1px;
	letter-spacing: 1px;
	padding: 1px 1px 1px 1px;
	background: #000000;
	font-size: 85%;
}

#rightbarleft h2 {
	padding: 5px 5px 1px 5px;
	background-color: #9966FF;
	border-bottom: 1px solid #1C1C1C;
	font-size: 107%;
}

#rightbarleft h3 {
	font-size: 92%;
}

#rightbarleft p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
}

#rightbarleft a {
	border: none;
	text-decoration: none;
	color: #cc99ff;
	
}

#rightbarleft a:hover {
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
} 


/* Content */

#content {
	padding: 10px 0px 10px 0px;
	position: relative; 
	top: 5px;
	width: 550px;
	height: 409px;
	z-index: 1;
}

#content body {
	padding: 10px 0px 10px 0px;
	width: 525px;
}

#content h1 {
	font-size: 136%;
	letter-spacing: 1px;
	text-align: center;
}

#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 img {
	border: none;
}

/* Wide Content */

#widecontent {
	padding: 10px 0px 10px 0px;
	position: relative; 
	top: 5px;
	width:900px;
}

#widecontent body {
	padding: 10px 0px 10px 0px;
	width: 900px;
}

#widecontent h1 {
	font-size: 136%;
	letter-spacing: 1px;
	text-align: center;
}

#widecontent h2 {
	font-size: 107%;
	margin-bottom: 20px;
}

#widecontent h3 {
	font-size: 92%;
	margin-bottom: 20px;
}

#widecontent ul, #widecontent ol {
	list-style-position: inside;
}

#widecontent img {
	border: none;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0 ;
}


/* Chattyface */

#chattyface {
	z-index: 2;
}


/* Ad Coverup */

#coverup { 
	color:#000000;
	height: 100px;
	position: relative;
	top: 500px;
	z-index: 999;
	background-color: #000000;	
}

/* Footer */

#footer {
	padding: 20px 0px 1px 0px;
	width: 900px;
	z-index: 1;
}

#footer p {
	margin-top: 10px;
	text-align: center;
	font-size: 77%;
	color: #777777;
}

#footer a {
	color: #cc99ff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* JQuery Slider */

.sliderGallery {
	 background-color: #000000;
     overflow: hidden;
     position: relative;
     padding: 10px;
     height: 170px;
     width: 895px;
}
        
.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
        
.sliderGallery UL LI {
    display: inline;
	padding: 0;
    margin: 0;
}
        
.slider {
    width: 895px;
    height: 17px;
    margin-top: 160px;
    margin-left: 3px;
    padding: 1px;
    position: relative;
    background: url(http://www.themadmel.com/images/scrollbartrack.gif) no-repeat;
}
        
.handle {
    position: absolute;
    cursor: hand;
    height: 17px;
    width: 113px;
    top: 0;
    background: url(http://www.themadmel.com/images/slidehandle.gif) no-repeat;
    z-index: 100;
}
        
.slider span {
    color: #bbb;
    font-size: 80%;
    cursor: hand;
    position: absolute;
    z-index: 110;
    top: 3px;
}
        
.slider .slider-lbl1 {
    left: 35px;
}
        
.slider .slider-lbl2 {
    left: 482px;
}
        
.slider .slider-lbl3 {
    left: 702px;
}




/* Jquery Lightbox */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}