/* 	SWEATSHOP v2.0 - Jan. 2008
		Design by: Micheal Edwards, http://www.fgzr.net
		Coding, CSS and stuff by: Rafal Dittwald, http://rafal.dittwald.com
*/

/*   THE BASICS   */
body {
	font-size: 85%;
	width: 600px;
	margin: 25px auto 0;
	background: #fff url(images/bg_shadow.gif) 0 400px repeat-x;
	font-family: Arial, sans-serif;
	}
	
h1 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 0.2em;
	}
	h1 a {
		display: block;
		overflow: hidden;
		text-indent: -1000px;
		background: url(images/thesweatshop.png) no-repeat;
		width: 140px;
		height: 90px;
		}
	
h2 {
	margin: 0 0 50px 0;
	padding: 0;
	}
	.sIFR-hasFlash h2 {
		visibility: hidden;
		font-size: 3em;
	}
	
p, ul {
	margin: 0;
	line-height: 2em;
	}

ul.no_bullets {
	list-style: none;
	}
	ul.no_bullets li{
		margin: 0 0 0 -40px;
	}
	
a {
	color: #069;
	}
	a:hover {
		color: #0CF;
		}
	
img {
	border: 0;
	}
	
#menu {
	margin: 0 0 0 -22px;
	margin-left: 20px;
	padding: 0 36px;
	width: 556px;
	position: absolute;
	top: 525px;
	}
	#menu li {
		display: inline;
		float: left;
		margin: 0;
		}
		#menu li a{
			display: block;
			height: 21px;
			width: 50px;
			background: url(images/menu.png) no-repeat;
			text-indent: -1000px;
			overflow: hidden;
			margin: 0 13px;
			}
			#menu li a:hover{
				background-image: url(images/menu_hover.png);
				}
			#menu li .home { background-position: 0 0; width: 32px; }
			#menu li .news { background-position: 0 -20px; width: 33px; }
			#menu li .editorial { background-position: 0 -40px; width: 73px; }
			#menu li .graphics_and_fx { background-position: 0 -60px; width: 111px; }			#menu li .post_production { background-position: 0 -60px; width: 130px; }	
			#menu li .about_us_and_contact { background-position: 0 -100px; width: 160px;}
			#menu li .creative { background-position: 0 -140px; width: 65px;}			#menu li .production { background-position: 0 -140px; width: 90px;}				
			#menu li .links { display: none; background-position: 0 -120px; width: 37px; }

/* FOOTER */
#madeInLA {
	display: none;
	overflow: hidden;
	text-indent: -1000px;
	width: 135px;
	height: 35px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(images/madeInLA.png) no-repeat;
	font-size: 0.2em;
	}
			
/* SPLASH */
#splash{
	margin: 25px 0 0;
	}
.splash #menu,
.splash h1,
.splash #madeInLA {
	display: none;
	}

/* EDITORS */
#editors{
	margin: 75px 0 0 0;
	}
	
/* EDITORS SUBMENU (SCISSORS) */
#scissors{
	margin: -75px 0 0;
}

/* REEL */
ul.video_thumbs {
	list-style: none;
	margin: -65px -100px 0;
	}
	ul.video_thumbs li {
		width: 220px;
		text-align: center;
		float: left;
		margin: 10px 10px 0;
		line-height: 1.5em;
		font-size: 0.8em;
		}
		ul.video_thumbs a {
			text-decoration: none;
			}
			ul.video_thumbs img{
				width: 220px;
				height: 150px;
				display: block;
				border: 1px solid black;
				margin-bottom: 5px;
				}
			ul.video_thumbs .title {
				font-style: italic;
				}
			ul.video_thumbs .client {
				display: block;
				}
			ul.video_thumbs .artist {
				display: none;
			}
			ul.video_thumbs .comment {
				display: block;
				}
				
			
/*   Next/Prev links */
.next, .prev, .back {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	width: 90px;
	height: 30px;
	position: absolute;
	top: 255px;
	margin: 0;
	}
	.next {
		background: url(images/next.png) no-repeat;
		/*margin-left: 555px;*/
		right: 20px;
		}
	.prev {
		background: url(images/prev.png) no-repeat;
		/*margin-left: -40px;*/
		left: 20px;
		}
	.back {
		background: url(images/back.png) no-repeat;
		/*margin-left: -40px;*/
		left: 20px;
		}
	.lower {
		top: 485px;
		}
	.next:hover, .prev:hover, .back:hover{
		background-position: 0 -30px;
		}


/* TEXT PAGES */

/* UNIQUE */
cite {
	float: right;
	font-size: 2em;
	}
	
.aboutusandcontact h2 {
	margin-bottom: 12px;
	}
	
/* SIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	z-index: 50;
	}
.sIFR-replaced {
	visibility: visible !important;
	}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
	}

