/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

	img{
	border:none;
	display: block;
}
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	






	

body {
	background-color:#000000;
	font-family: 'IFCINSANERODEORegular';
	padding: 0px;
	margin: 0px;
}
* {
	padding:0;
	margin-top: 10px;
	list-style-type: none;
}




/* Rules for HOME nav link (repositions it closer to rest of nav menu) */

.dropdown1 {
	float:left; 
	padding-left:25px;
}
.dropdown1 dt {
	width:65px; 
	padding-right: 10px;    /* This variable moves it closer */
}
.dropdown1 dd {
	position:absolute; 
	overflow:hidden; 
	width:200px; 
	display:none; 
	z-index:200; 
	opacity:0;
}
.dropdown1 ul {
	width:65px; 
	list-style:none; 
	border-top:none;
	margin: 0px;
	padding: 0px;
}
.dropdown1 li {
	display:inline;
}
.dropdown1 a, .dropdown1 a:active, .dropdown1 a:visited {
	display:block; 
	padding:5px; 
	color: #666666; 
	text-decoration:none; 
	width:150px;
}
.dropdown1 a:hover {
	color: #aedfe5;
}



/* Rules for rest of nav link */

.dropdown {
	float:left; 
	padding-right:22px;
}
.dropdown dt {
	width:65px; 
	padding-right: 10px;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:200px;
	display:none;
	z-index:200;
	opacity:0;
	margin-left: 0px;
	margin-top: -5px;
}
.dropdown ul {
	width:65px;
	list-style:none;
	border-top:none;
	margin: 0px;
	padding: 0px;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color: #666666; 
	text-decoration:none; 
	width:150px;
}
.dropdown a:hover {
	color: #aedfe5;
}


/* Font  */ 

@font-face {
    font-family: 'IFCINSANERODEORegular';
    src: url('ifc_insane_rodeo-webfont.eot');
    src: url('ifc_insane_rodeo-webfont.eot?#iefix') format('embedded-opentype'),
         url('ifc_insane_rodeo-webfont.woff') format('woff'),
         url('ifc_insane_rodeo-webfont.ttf') format('truetype'),
         url('ifc_insane_rodeo-webfont.svg#IFCINSANERODEORegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#logo {
	width: 220px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wrapper {
	height: 751px;
	width: 1440px;
	background-image: url(../images/Background.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#slideshow-container {
	float: left;
	height: 751px;
	width: 775px;
	margin-top: 0px;
}
#main-image1 {
	float: left;
	height: 0px;
	width: 775px;
	margin-top:-10px;
	position: relative;
	z-index: 101;
}
#thumbs {
	float: left;
	margin-left: 25px;
	padding: 0px;
	height: 751px;
	width: 600px;
	margin-top: 0px;
	list-style: none;
	overflow: visible;
}
div.slideshow-container {
	height: 751px;
	width: 775px;
	margin-top:-20px;
	float: left;
	position: relative;
	z-index: 100;
}
div.loader {
	background-image: url('loader.gif');
	width: auto;
	height: 751px; /* This should be set to be at least the height of the largest image in the slideshow */
	float: left;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
}
div.slideshow a.advance-link {
	display: block;
	width: 200px;
	height: 751px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	margin-top: -512px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px;
	list-style: none;
	width: 100px;
	height: 100px;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
#slideshow {
}
#profile-content {
	float: left;
	height: 620px;
	width: 750px;
	margin-top: 120px;
	margin-left: 40px;
}
#gun-for-hire {
	margin: 0px;
	padding: 0px;
}
#clients {
	float: left;
	height: auto;
	width: 350px;
	margin-top: 20px;
}
#clients-list1 {
	width: 155px;
	float: left;
	padding-left: 20px;
	margin-top: 5px;
}
#studio {
	float: left;
	height: auto;
	width: 160px;
	margin-top: 20px;
}
#contact {
	float: left;
	height: auto;
	width: 120px;
	margin-top: 20px;
}
#mobile-header {
	margin-top: 40px;
}
#clients-list1 a:hover {
color:#aedfe5;
}
#clients-list1 a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 13px;
}
