/* --------------------------------------------------
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; /* Lucida Grande for the Macs, Tahoma for the PCs */
			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: 360px;
			margin-left: 175px;
			margin-right: 209px;
		}
		
		#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;
		}

/* 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. */