/* --------------------------------------------------
CSS Document For Joe Janiga
-------------------------------------------------- */

/* CONTAINER */

		
		body {
			background-color: #FFF;
		}

		#container {
			width: 750px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 40px;
			color: #330099;
			margin-top: 0px;
			padding-bottom: 5px;
			margin-bottom: 10px;
			background-color: #FFF;
		}

		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
			border-bottom: 1px solid #CCC;
			padding-left: 0px;
			padding-top: 5px;
		}
		
		
		h3 {
			color: #330099;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
			border-bottom: 1px solid #CCC;
			padding-left: 0px;
			padding-top: 5px;
		}

		h4 {
			color: #330099;
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
			border-bottom: 1px solid #CCC;
			padding-left: 0px;
		}
		
		a {
			color:#9966cc;
			text-decoration: none;
		}

		a:hover {
			color:#330099;
			background-color: #F5F5F5;
		}
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {	
			padding-top: 0px;
			padding-bottom: 0px;
			clear: both;
			border-bottom: 1px solid #CCC;
		}
		

		#contact {	
			padding-top: 2px;
			padding-bottom: 0px;
			clear: both;
		}

/* NAVIGATION ELEMENTS */
	
		#navcontainer {
			background: #999999;
			width:160px;
 			height: 100%;
			float: left;
			margin-top 0px;
			margin-left:0px;
		}

		 #navigation ul {	
			margin-left: 0px;
			padding-left: 0;
			list-style-type: none;	
			width: 125px;
		}

		#navigation a {	
			display: block;
			padding: 5px;
			width: 110px;
			color:#FFFFFF;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#FFFFFF;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background-color: #CCCCCC;
			color: #9966CC;
		}
		
/* THE SMALL BOX BELOW NAV */

		#box p {
			margin-top: 40px;
			padding: 16px;
			float: left;
			color: #330099;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		#box a {
			color:#330099;
			text-decoration: underline;
		}

		#box a:hover {
			color:#330099;
			background-color: #F5F5F5;
		}
		

		
/* BODY NAVIGATION ELEMENTS */

	#bodynavcontainer {
			background:url(bg-gray.gif) #999999;
			width:150px;
			height:100%;
			position:static;
			margin-top: 0px;
			margin-left: 0px;
		}
		
	#bodynavcontainer p {	
			padding: 5px;
		
		}
		
	
/* CONTENT ELEMENTS */

		#content {
			width: 570px;
			margin-left: 175px;
			margin-right: px;
		}
		
		#content p {
			padding-bottom: 10px;
		}

		#purpletext p {
			margin-top: 10px;
			padding: 16px;
			float: left;
			color: #330099;
			border-top: 1px dotted #CCC;
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 180px;
			color: #330099;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* ART GALLERY */

*{
	font-size:100%;

}

body{
	color:#666;
	margin-top: 0px;
	background:#FFF;
}

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

p,
h2{
	margin:15px 5px;
}

h2{
	color:#999;
}

#wrap{
	width:720px;
	margin:0 auto;
	position:relative;
}


#header a{
	text-decoration:underline;
}



#main-content li{
	width:140px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
	margin-top: 30px;
	
}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width:210px;
		
}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}


#fullplate-navigation li a{
	display:block;
	width:190px;
	padding:10px;
}

#fullplate-navigation li a:hover{
	color:#333;
}



#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
}




#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:142px;
	font-weight:bold;
	background:#FFF;
	color:#330099;
	padding:5px 0 5px 0;
	font-size:100%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}


/* PHOTOS */

	div#gallery { 
		border-top: 0px solid #DDDDDD; padding-top: 5px;
		
		}
	div#gallery img {
		width: 170px; height: 270px; padding: 2px; border:1px solid #DDDDDD;
		}

	div#gallery ul { 
		list-style-type:none; margin:0; padding:0;
		}
		
	div#gallery ul li {
		display:inline;
		}
		
	div#gallery ul li a:link, div#gallery ul li a:visited {display:inline; border-bottom:0;
		}
		
	div#gallery ul li a:hover {
		background-color:inherit;
		}


/* FOOTER ELEMENTS */

		#footer {
			clear: both;
			background-color:#ffffff;
			padding: 0px 0px 0px 0px;
			border-top: 1px solid #DDDDDD; /* A faint grey line below the text */
		}
		
		#footer p {
			color:#9966CC;
			padding: 0px;
		}
		
		#footer p a {
			color: ##9966CC;
			
		}
		
		#footer p a:hover {
			color: #330099;
			background-color:#F5F5F5;
		}
		
		/* And they lived happily ever after. The End. */