@charset "UTF-8";

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/main_bg.png) top left repeat-y;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {	outline: none; }

.clear { clear: both; }

/*  ----------  MAIN CONTAINER  ----------  */
#mainContainer {
		margin: 0;
		padding: 0;
		width: 755px;
		background: url(images/bg.png) top left no-repeat;
		text-align: left;
		z-index: 1;
		position: relative;
	}


/*  ----------  TITLE AND MENU  ----------  */
/* Main container for the menu and the title */
#menuContainer {
		margin: 0 0 0 120px;
		padding: 0;
		width: 635px;
		height: 30px;
}
/* 'MoGraph &amp; VFX' title goes here. Floats to the left of the menu */
#titleContainer {
		margin: 0;
		padding: 0;
		width: 275px;
		height: 30px;
		text-align: center;
		vertical-align: middle;
		background: url(images/bg_blue.gif) repeat;
		float: left;
	}
/* Container for the menu items. Floats to the right of the title */
#menuImgContainer {
	margin: 0;
	padding: 0;
	width: 360px;
	height: 30px;
	text-align: left;
	float: right;
}

	/*  ----- ( IMG ) -----  */
/* ID for the page's logo */
#img_logo {
		margin: 0 0 0 120px;
		padding: 0;
	}
	
#img_title {
/* ID for 'Mograph VFX' title */
	margin: 0;
	padding: 0;
	width: 275px;
	height: 30px;
	background: url(images/bg_blue.gif) repeat;
}

.img_menu {
/* Class for individual menu items */
		margin: 0 0 0 0;
		padding: 0;
		width: 80px;
		height: 30px;
		border: 0;
}

	/*  ----- ( LINKS ) -----  */
/* Formats menu links; spaces them 10px apart and gives orange background */
#menuImgContainer a {
	background: url(images/bg_orange.gif) repeat;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}

/* Changes menu link hover to pink */
#menuImgContainer a:hover{
		background: url(images/bg_pink.gif) repeat;
}


/*  ----------  ( SPACE )  ----------  */
.spaceContainer {
	margin: 0;
	padding: 0;
	width: 755px;
	height: 250px;
	position: relative;
}

.topSpaceContainer {
	margin: 0;
	padding: 0;
	width: 755px;
	height: 100px;
	position: relative;
}

/*  ----- ( LINKS ) -----  */
.spaceContainer a {
	position: absolute;
	bottom: 0;
	left: 25px;
}

.topSpaceContainer a {
	position: absolute;
	bottom: 0;
	left: 25px;
}


/*  ----------  ( SECTION CONTENT )  ----------  */
.sectionContent {
	margin: 0 0 0 120px;
	color: #fff;
	padding: 10px 0 0 0;
	position: relative;
}

.sectionContentVideo {
	margin: 0;
	text-align: center;
	margin-top: 10px;
}

.sectionContent p {
	padding: 0;
	margin: 0;
	color: #fff;
}

.p_bio p:first-letter {
	font-size: 1.1em;
	font-weight: bold;
}

.p_bio p{
	margin-bottom: 10px;
}

	/*  ----- ( IMG ) -----  */
.img_top {
	margin: 25px 0 0 545px;
	padding: 0;
}

#img_bio {
	margin: 0 0 10px 10px;
	padding: 5px;
	float: right;
	border: dashed thin #00cc99;
	background: #000;
}

.sectionContent a img {
	border: 0;
}


/*  ----------  ( WORK SECTION )  ----------  */
#workInfo h1 {
	margin: 10px 0 0 0;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .2em;
}

#workInfo img {
	background: #000;
	border: dashed thin #3c0;
	padding: 5px;
	margin: 10px 0 5px 10px;
}



/*  ----------  ( RESUME SECTION )  ----------  */
.CollapsiblePanelContent h1 {
	text-align: center;
	margin: 0;
	padding: 5px;
	display: block;
	background: #05b89b;
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: .3em;
}

.CollapsiblePanelContent h2 {
	text-align: center;
	margin: 20px 0 5px 0;
	padding: 0;
	display: block;
	background: #05b89b;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .3em;
}

.CollapsiblePanelContent h3 {
	text-align: left;
	color: #FFF;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
}

.CollapsiblePanelContent p {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	padding: 0 0 0 5px;

}

.CollapsiblePanelContent img {
	margin: 0;
	padding: 0;
}

.column_left {
	width: 208px;
	float: left;
	margin: 5px 5px 5px 50px;
	padding: 0;
}

.column_right {
	width: 353px;
	float: right;
	margin: 5px;
	padding: 0;
}

.CollapsiblePanelContent li {
	list-style: none;
	font-size: 12px;
}

#download {
	text-align: center;
	background: #05b89b;
	margin-top: 20px;
}

#download a {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}


/*  ----------  ( CONTACT SECTION )  ----------  */
#contactInfo {
	text-align: center;
	margin: 10px 0 0 0;
}

#contactInfo img {
	padding: 0;
	margin: 15px 5px 0 5px;
}

#contactInfo a {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}


/*  ----------  ( BOTTOM )  ----------  */
#bottomContainer {
	margin: 0;
	padding: 0;
	width: 755px;
	background: url(images/bottom_left.png) bottom left no-repeat;
}

#bottomSpace {
	margin: 0;
	padding: 0;
	height: 15px;
}

#bottomPink {
	margin: 0 0 0 30px;
	padding: 3px;
	height: 100px;
	background: url(images/bg_pink.gif) repeat;
}

#bottomPink p {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: bold;
}


/*  ----------  ( LIGHTBOX )  ----------  */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #000; width: 250px; height: 250px; margin: 0 auto;}
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:images/lightbox_images/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox_images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px Verdana, Helvetica, sans-serif; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	;}

#imageData{	padding:0 10px; color: #ffffff; }
#imageData #imageDetails{ width: 80%; float: left; text-align: justify; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background:url(images/stripe.png) repeat; }


