@charset "UTF-8";
/* CSS Document */

h1 {
	color: black;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align:left;

}

h2 {
	color:#999;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	text-align:left;
	line-height:10px;
	}
	
h2>span {
	background-color: black;
	box-shadow: 5px 0 0px 0px black, -5px 0 0px 0px black;
	}

h3 {
	color:#FFF;
	font-size: 16px;
	margin-top:0;
	padding-top:25px;
	font-family: Verdana, Geneva, sans-serif;
	text-align:right;
	}
	
h3>span {
	background-color: black;
	box-shadow: 5px 0 0px 0px black, -5px 0 0px 0px black;
	}

h4 {
	color: white;
	font-size: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align:left;
	line-height:0;
}

h4>span {
	background-color: black;
	box-shadow: 5px 0 0px 0px black, -5px 0 0px 0px black;
	}


p {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count: 2;
	text-align: justify;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
	column-gap: 50px;
	max-width: 800px;
	line-height:20px;
	margin-bottom:0;
}


p.single {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
	column-count: 1;
	text-align:justify;
	width:580px;
	line-height:25px;

	}

p.800 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count: 2;
	text-align: justify;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
	column-gap: 50px;
	max-width: 800px; !important
	line-height:20px;
	margin-bottom:0;
}


p + p {
  text-indent: 1.5em;
  margin-top: 0;
  }


p.800 + p.800 {
  text-indent: 1.5em;
  margin-top: 0;
  }

body {
  margin:0;
  padding:0;
}

td {
  padding:12px 5px 0px 5px;
}




#container {
	width: 1280px;
	margin:auto;
}

#container600 {
	width: 600px;
	margin:auto;
	padding-bottom:25px;
	padding-right:10px;
}



.txt {
	width:580px;
	overflow:visible;
	padding-left:10px;
	padding-right:10px;


	}



#homebutton {
	max-width:800px;
	height:150px;
	margin-left:auto;
	margin-right:auto;

	}

#homebuttonshort {
	width:800px;
	height:100px;
	margin-left:auto;
	margin-right:auto;

	}

#worktitle {
	max-width:800px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

	}

#description {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;

	}

#mudmancontainer {
	width:800px;
	height:356px;
	margin-left:auto;
	margin-right:auto;
	position:relative;

	}

#mudman_main {
	position:absolute;
	top:0px;
	left:270px;

	}

#mudman_topleft {
	position:absolute;
	top:0px;
	left:0px;

	}

#mudman_bottomleft {
	position:absolute;
	top:183px;
	left:0px;

	}

#mudman_topright {
	position:absolute;
	top:0px;
	right:0px;

	}

#mudman_bottomright {
	position:absolute;
	top:183px;
	right:0px;

	}

#mudman_table_container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:static;

	}


#mainimagecontainer {
	width:800px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:-50px;
	border:5px solid white;

	}

#audiocontainer {
	width:300px;
	position:absolute;
	right:0px;
	top:0px;
	border:2px solid white;
	opacity:0.7;

	}

.spacer {
	height:15px;

	}



a:link {
    text-decoration: none;
	color:white;
}

a:visited {
    text-decoration: none;
	color:white;
}

a:hover {
    text-decoration: none;
	color:white;
}

a:active {
    text-decoration: none;
	color:white;
}







#grid_container {
	max-width:817px;
	margin:0 auto;

	}

ul.grid {
	list-style: none;
	font-size: 0px;
}
ul.grid li {
	display: inline-block;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0;
	margin-left:1%;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;

}
ul.grid li img {
	max-width: 100%;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

/* class for 2 columns */
ul.grid.columns-2 li {
	width: 47.5%; /* this value + 2.5 should = 50% */
}
/* class for 3 columns */
ul.grid.columns-3 li {
	width: 32.3%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.grid.columns-4 li {
	width: 24%; /* this value + 2.5 should = 25% */
}

@media (max-width: 480px) {
	ul.grid-nav li {
		display: block;
		margin: 0 0 5px;
	}
	ul.grid-nav li a {
		display: block;
	}
	ul.rig {
		margin-left: 0;
	}
	ul.rig li {
		width: 100% !important; /* over-ride all li styles */
		margin: 0 0 20px;
	}
}


#headercatharsis {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_catharsis.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headertexas {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_texas.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}
	
#headermexico {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_mexico.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}


#headerhaggards {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_haggards.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;
	z-index:-1;

	}

#headercommunity {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_community.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headerchina {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_china.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headerdaytrippers {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_daytrippers.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}


#headerdarker {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_darker.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headerrapture {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_rapture.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}


#headermudman {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_mudman.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headersnakes {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_snakes.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headerchopin {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_chopin.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headergoodthoughts {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_gthoughts.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headerparade {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_parade.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headerurbnature {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_urbnature.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headertunnel {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_tunnel.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}
	
#magicmountain {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_magicmountain.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}
	
#headerfoolsparadise {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_foolsparadise.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}
	
	
#headershadows {
	width:100%;
	height:250px;
	margin-top:0;
	background-image:url("images/banner_shadows.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}
	
#headersinglenotatki {
	width:100%;
	height:125px;
	margin-top:0;
	background-image:url("images/banner_notatki.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}
	
#headersinglesculpture {
	width:100%;
	height:125px;
	margin-top:0;
	background-image:url("images/banner_sculpture.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}
	
#headersinglevideos {
	width:100%;
	height:125px;
	margin-top:0;
	background-image:url("images/banner_videos.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}

#headerbiogpic {
	width:100%;
	height:125px;
	margin-top:0;
	background-image:url("images/banner_biog.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-color:black;
	margin:0 auto;

	}







