/*
@author		Charles Mastin - http://charlesmastin.com
@copyright	2009 Mike Goubeaux
*/

@import 'reset.css';

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	background: #f2e7ca url(../img/body_stripes.jpg) repeat-x;
	height: 100%;
}

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

#page
{
	width: 760px;
	/*
	xmin-height: 100%;
	xheight: 100%;
	xheight: auto !important;
	*/
	margin: 0 auto 0 auto;
	background: url(../img/page_shadow.png) repeat-y;
	margin-top: 0px;
	padding-top: 0px;
}

#main
{
	width: 700px;
	background: #d6c09a url(../img/page_texture.jpg) no-repeat;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
}

#logo
{
	height: 66px;
}

	#logo h1 a
	{
		display: block;
		width: 254px;
		height: 66px;
		text-indent: -9000px;
		background: url(../img/mike_goubeaux_logo.png);
		position: absolute;
			top: 15px;
			left: 58px;
	}

	#logo h2
	{
		display: none;
		text-indent: -9000px;		
	}

#polaroid_left
{
	position: absolute;
		left: 343px;
	width: 155px;
	height: 90px;
	z-index: 2;
}

#polaroid_right
{
	position: absolute;
		left: 527px;
	width: 173px;
	height: 144px;
	z-index: 3;
}

#pad
{
	height: 38px;
}	

#padmaster
{
	height: 470px;
}

#showcase
{
	position: absolute;
	top: 38px;
	width: 700px;
	height: 400px;
	background: url(../img/vimeo.png) no-repeat;
	z-index: 10;
}

	#showcase #overview
	{
		width: 589px;/*589*/
		margin-left: 56px;
	}

	#showcase #overview h2
	{
		font-size: 11px;
	}

	#showcase #overview span.role
	{
		font-weight: bold;
		font-size: 14px;
		color: #d4166e;
		display: inline;
		margin-left: 10px;
		
	}
	
	#showcase #overview span.studio
	{
		display: block;
		margin-top: 3px;
	}
	
	#showcase #overview span.title
	{
		font-size: 14px;
		display: inline;
		margin: 0;
	}

	#showcase #overview p.overview
	{
		clear: both;
		font-size: 10px;
		width: 450px;
		color: #646464;
		padding-top: 5px;
	}

#vimeo
{
	padding-top: 65px;
	margin-left: 56px;
	height: 331px;
	margin-bottom: 10px;
}


#drawer
{
	min-height: 100%;
	height: 100%;
	height: auto !important;
	position: relative;
}

.tabs
{
	width: 700px;
	height: 37px;
	background: url(../img/tab_shadow.png);
}


#nav
{
	height: 27px;
	float: left;
	margin-left: 55px;
	margin-top: 10px;
}

	#nav li
	{
		float: left;
		margin-right: 3px;
	}

		#nav li a
		{
			display: block;
			width: 113px;
			height: 27px;
			text-indent: -9000px;
		}

#nav_work
{
	background: url('../img/tab_work.png');
}

#nav_reel
{
	background: url('../img/tab_reel.png');
}

#nav_specs
{
	background: url('../img/tab_specs.png');
}

#nav_boards
{
	background: url('../img/tab_boards.png');
}

#nav_contact
{
	display: block;
	margin-left: 75px;
	float: left;
	background: url('../img/contact.png');
	text-indent: -9000px;
	width: 46px;
	height: 12px;
	margin-top: 18px;
}

#content
{
	clear: both;
}

/*
work	d4166e
reel	931f57
specs	4c0f2c
boards	1a1818
*/

.tab
{
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 35px;
	padding-bottom: 50px;
	min-height: 315px;
}

.tab.contact
{
	display: none;
	height: 169px;
	min-height: 0px !important;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.tab.work
{
	background: #a52b6a url(../img/grad_work.jpg) no-repeat;/*#dd2282;*/
	padding-left: 42px;
}

.tab.reel
{
	background: #5f143b url(../img/grad_reel.jpg) no-repeat;/*#a52b6a;*/
	padding-left: 42px;
}

.tab.specs
{
	background: #921757 url(../img/grad_specs_alt.jpg) no-repeat; /*#5f143b;*/
}

.tab.boards
{
	background: #000000 url(../img/grad_boards.jpg) no-repeat; /*#221f1f;*/
}

/* CONTACT */

#contact
{
	position: relative;
}

	#contact h2
	{
		color: #999999;
		font-size: 18px;
		margin-bottom: 3px;
		font-weight: normal;
	}

	#contact a.close
	{
		position: absolute;
		right: 10px;
		top: 10px;
		display: block;
		width: 10px;
		height: 11px;
		background: url(../img/close_contact.png);
		background-position: 0 -11px;
		text-indent: -9000px;
	}

	#contact a.close:hover
	{
		background-position: 0 0px;
	}

	#contact .col1
	{
		float: left;
		padding-left: 65px;
		padding-top: 22px;
		width: 222px;
	
		height: 147px;
		background: #4e4c4d;
		color: #858484;
	}

	#contact .col2
	{
		float: left;
		padding-left: 55px;
		padding-top: 22px;
		width: 358px;
		height: 147px;
		background: #727071;
		font-size: 12px;
		line-height: 14px;
		color: #FFFFFF;
	}

	#contact .col2 p
	{
		margin-bottom: 12px;
	}

	#contact a.vcard
	{
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
		width: 46px;
		background: url(../img/vcard.png) no-repeat;
	}

	#contact a.vcard span
	{
		padding-top: 36px;
		display: block;
	}

/* WORK / REEL */

.tab.work .filter
{
	margin-left: 13px;
	float:left;
	text-align: center;
}

	.tab.work .filter a span
	{
	
		display: block;
		margin-top: 6px;
	
	}

	.tab.work .filter a.all
	{
		float:left;
		display: block;
		width: 40px;
		height: 24px;
		background: url(../img/all.png);
		background-position: 0px 0px;
		margin-right: 3px;
	}

	.tab.work .filter a.all:hover,.tab.work .filter a.all.active
	{
		background-position: 0px -24px;
	}

	.tab.work .filter a.directing
	{
		float:left;
		display: block;
		width: 120px;
		height: 24px;
		background: url(../img/directing.png);
		background-position: 0px 0px;
	}

	.tab.work .filter a.directing:hover,.tab.work .filter a.directing.active
	{
		background-position: 0px -24px;
	}

.tab.reel .label
{
	margin-left: 13px;
	float:left;
	text-align: center;	
	color: #ffffff;
	width: 175px;
	height: 24px;
	background: url(../img/reel_work.png);
	background-position: 0px 0px;
}

.tab.reel .label span
{
	display: block;
	margin-top: 6px;
}

/* Common pagination + projects */

#work_in_reel
{
	clear: both;
	display: none;
}	

.pagination
{
	float: right;
}

	.pagination span.title
	{
		float: left;
		margin-top: 5px;
		margin-right: 10px;
		color: #ffffff;
	}

	.pagination .nav
	{
		float: left;
	}

		.pagination .nav a
		{
			float: left;
			margin-right: 3px;
			display: block;
			height: 24px;
			width: 24px;
			text-align: center;
			background: url(../img/pagination_work.png);
			background-position: 0px 0px;
		}

		.pagination .nav a span
		{
			display: block;
			margin-top: 6px;
		}

		.pagination .nav a:hover, .pagination .nav a.active
		{
			background-position: 0px -24px;
		}

.projects
{
	clear: both;
	width: 621px;
}

.project
{
	float: left;
	width: 180px;
	margin-left: 13px;
	margin-right: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 11px;
}

	.project span.img
	{
		display: block;
		width: 180px;
		height: 79px;
		margin-bottom: 10px;
	}

	.project span.vimeo_id
	{
		display: none;
	}

a.proj
{
	display: block;
	width: 180px;
	height: 114px;
	background: url(../img/project_badge.png) no-repeat;
	background-position: 0 -32px;
}

a.proj:hover, a.proj.active
{
	background-position: 0 83px;
}

span.title
{
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

span.role, span.meta
{
	margin-left: 5px;
	display: block;
	font-size: 10px;
}



dl.meta
{
	display: none;
}

/* SPECS */

.tab.specs .col1
{
	float: left;
	width: 180px;
	margin-right: 20px;
}

	.tab.specs .col1 h2
	{
		width: 124px;
		height: 23px;
		color: white;
		font-size: 12px;
		background: url(../img/spec_h2_white.png) no-repeat;
		margin-bottom: 5px;
	}

	.tab.specs .col1 .filter
	{
		margin-bottom: 20px;
	}

	.tab.specs .col1 .filter.categories
	{
		margin-bottom: 80px;
	}

	.tab.specs .col1 .filter.categories a
	{
		font-size: 14px;
	}
	
	.tab.specs .col1 .filter.categories a.active, .tab.specs .col1 .filter.categories a:hover
	{
		color: #d4166e;
	}
	
	
	.tab.specs .col1 .filter.studios a
	{
		text-decoration: underline;
	}
	
	.tab.specs .col1 .filter.clients li
	{
		color: #ffffff;
	}
	
	.tab.specs .col1 h2.dark
	{
		width: 124px;
		height: 23px;
		color: white;
		font-size: 14px;
		background: url(../img/spec_h2_black.png) no-repeat;
	}

	.tab.specs .col1 h2 span
	{
		display: block;
		padding-top: 7px;
		padding-left: 10px;
	}

	.tab.specs .col1 h2.dark span
	{
		display: block;
		padding-top: 7px;
		padding-left: 10px;
	}	

	.tab.specs .col1 li
	{
		line-height: 16px;
		font-size: 11px;
		text-indent: 10px;
	}

.tab.specs .col2
{
	float: left;
	width: 388px;
}

	.tab.specs .col2 .item
	{
		margin-bottom: 5px;
	}

	.tab.specs .col2 .item .info
	{
		margin-top: 5px;
		background: #5f143a;
		padding: 5px;
		color: #ffffff;
		position: relative;
	}

	.tab.specs .col2 .item .info .arrow
	{
		width: 17px;
		height: 15px;
		background: url(../img/spec_arrow.png);
		position: absolute;
		left: 10px;
		top: -12px;
	}
	
	.tab.specs .col2 .item .info h2
	{
		display: inline;
	}

	.tab.specs .col2 .item .info span.date
	{
		font-style: italic;
		color: #a52b6a;
		margin-left: 3px;
	}

	.tab.specs .col2 .item .info p
	{
	}
	
	.tab.specs .col2 .item .info a
	{
		text-decoration: underline;
	}

/* BOARDS */

.board
{
	margin-bottom: 25px;
}

	.board a.badge
	{
		display: block;
		background: url(../img/board_badge.png) no-repeat;
		width: 200px;
		height: 30px;
		margin-bottom: 8px;
		padding-left: 10px;
		padding-top: 4px;
	}

/* FOOTER */

#footer
{
	width: 760px;
	margin: 0 auto 0 auto;
	/*
	margin-left: 30px;
	margin-right: 30px;
	*/
	background: url('../img/footer_shadow.png') no-repeat;
	height: 30px;
}

	#footer .footer_content
	{
		width: 700px;
		margin-left: 30px;
		margin-right: 30px;
		background: #d4166e url('../img/footer.png') no-repeat;
		height: 30px;
	}

	#footer p
	{
		margin-top: 10px;
		margin-left: 25px;
		float: left;
		color: white;
	}

	#footer a.rss
	{
		display: none;
		float: right;
		margin-top: 10px;
		margin-right: 25px;
		width: 13px;
		height: 13px;
		text-indent: -9000px;
		background: url(../img/rss.png);
	}