/*===================================================================
	Franky Martinez
	Portfolio
	July 31, 2010
====================================================================*/

/*========================== Global Setup ===========================*/

*{
	border: none;
	margin: 0px;
	padding: 0px;
}

body{
	background: #666666;
	color: #858585;
	font-family: "Lucida Sans", "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 21px;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
	color: #73adb6;
}

a:link,a:visited,a:hover,a:active{
	text-decoration: none;
}

/*============================= Layout ==============================*/

#container{
	background: #666666;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
}

#wrapper{
	background: #666666;
	margin:0 auto;
	width: 922px;
	height: 100%;
}

#header{
	background: #666666;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	position: fixed;
	clear: both;
	width: 772px;
	height: 75px;
}

/*============================= Column ==============================*/

#leftcolumn {
	background-color: #999999;
	background-image: url("../img/assets/copyright.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed;
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left;
	height: 100%;
	min-height: 600px;
}

#rightcolumn {
	background: #666666;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 772px;
	height: 100%;
}

.clear{ clear: both; }
	
#preloader_box{
	width: 150px;
	height: 75px;
	background-color: #999999;
}

#preloader_site{
	display: block;
	width: 150px;
	height: 75px;
	background: url("../img/assets/preloader.gif") no-repeat;
	background-color: #999999;
	background-position:  7px 35px; 
	clear: both;
}

/*============================== Menu ==============================*/

#accordionmenu{
	background: #999999;
	width:150px;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.dropdown{
	width:100%;
}

.submenu{
	display: block;
	background: #333333;
	width:143px;
	height: 25px;
	margin: 0px 0px 1px 0px;
	padding: 10px 0px 3px 7px;
	color: #B6B6B6;
	font-family: "Lucida Sans", "Helvetica", "Arial", sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration:none;
}

.submenu:hover{
	background: #262626;
}

#home{
	display: block;
	width:150px;
	height: 50px;
	background: url("../img/assets/buttons/home.png") no-repeat 0 0;
}

#home:hover{
	background-position: 0 -50px;
}

#gallery{
	display: block;
	width:150px;
	height: 50px;
	background: url("..//img/assets/buttons/gallery.png") no-repeat 0 0;
}

#gallery:hover{
	background-position: 0 -50px;
}

#reel{
	display: block;
	width:150px;
	height: 50px;
	background: url("../img/assets/buttons/reel.png") no-repeat 0 0;
}

#reel:hover{
	background-position: 0 -50px;
}

#info{
	display: block;
	width:150px;
	height: 50px;
	background: url("../img/assets/buttons/info.png") no-repeat 0 0;
}

#info:hover{
	background-position: 0 -50px;
}

/*============================ Content =============================*/

#workspace{
	width: 772px;
	margin: 85px 0px 0px 0px;
	padding: 0px;
	height: auto !important;
	float: right;
	background: #666666;
	}

.content{
	width:  772px;
	margin: 0px;
	float: right;
	background: #333333;
	color: #858585;
	}
	
.mloader{
	display: block;
	width: 120px;
	height: 100px;
	background: #1F1F1F url("../img/assets/loading.gif") no-repeat center center;
}

.colorchange{
	color: #73adb6;
}

.symbols{
	color: #555555;
}

.friends{
	color: #B9B9B9;
	font-weight: bolder;
	cursor: pointer;
}

.friends:hover{
	color: #73adb6;
}

.media{
	display: none;
}

/*========================= Software Icons =========================*/

.max3ds{
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 4px;
	background: url('../img/assets/software.png') no-repeat 0 0;
}

.maya{
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 4px;
	background: url('../img/assets/software.png') no-repeat -25px 0;
}

.photoshop{
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 4px;
	background: url("../img/assets/software.png") no-repeat -50px 0;
}

.premiere{
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 4px;
	background: url("../img/assets/software.png") no-repeat -75px 0;
}

.aftereffects{
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 4px;
	background: url("../img/assets/software.png") no-repeat -100px 0;
}

.flash{
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 4px;
	background: url("../img/assets/software.png") no-repeat -125px 0;
}

.storyboardpro{
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	margin: 0px 0px 0px 4px;
	background: url("../img/assets/software.png") no-repeat -150px 0;
}

/*=========================== Animation ============================*/

.film{
	display: block;
	width:175px;
	height: 102px;
	margin: 0px 37px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	background: url("../img/assets/filmback.png") no-repeat 0 0;
}

.film:hover{
	background-position: 0 -102px;
}

.filmloader{
	display: none;
	margin: 1px 0px 0px 35px;
}

.film_description_box{
	width: 505px;
	height: 67px;
	float: left;
	text-align: left;
	padding: 10px 0px 0px 20px;
}

.film_description{
	line-height: 18px;
}

.film_software{
	width: 522px;
	height: 25px;
	float: left;
	padding: 0px 38px 0px 0px;
	background: #252525;
}
/*============================ Index =============================*/

.itextbox{
	float: left;
	width: 500px;
	margin: 15px 254px 20px 18px;
}

.iheader{
	font-size: 40px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #73adb6;
}

/*============================ Images =============================*/
.polaroid{
	width: 120px;
	height: 135px;
	float: left;
	margin: 20px 0px 0px 12px;
	padding: 11px 11px 0px 11px;
	background: #454545;
}

.polaroid:hover{
	background: #333333;
}

.groupbox{
	width: 772px;
	float: left;
	background: #666666;
	clear: both;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 12px;
}

.gb_inner{
	float: right;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.ititle{
	color: #454545;
	display: block;
	float: left;
	width: 772px;
	font-size: 40px;
	font-weight: bolder;
	text-shadow: 0px 0px 1px #333333;
	padding: 22px 0px 5px 10px;
	letter-spacing: -1px;
}

/*=========================== Portfolio ============================*/

.Rcontent{
	width:  772px;
	margin: 0px 0px 10px 0px;
	float: right;
	background: #333333;
	color: #858585;
	}

.demoreel{
	float: right;
	clear: both;
	background: #000000;
	cursor: pointer;
}

.demoheader{
	float: right;
	display: block;
	margin: 10px 0 0 0;
	width: 640px;
	height: 78px;
	background: #333333;
}

.demoheader_media{
	float: right;
	display: none;
	width: 640px;
	height: 78px;
	background: url("../img/assets/folioheader_2008.png") no-repeat 0 0;
}

.folio_description{
	float: right;
	width: 640px;
	height: 108px;
	clear: both;
}

.folio_dwnlds{
	float: left;
	width: 300px;
	font-size: 35px;
	line-height: 36px;
}

.folio_filesize{
	float: right;
	width: 250px;
	font-size: 30px;
	color: #666666;
	line-height: 36px;
	text-align: right;
	padding: 0px 15px 0px 0px;
}

.folio_link{
	color: #999999;
	font-variant: small-caps;
	font-weight: bold;
}

.folio_link:hover{
	color: #73adb6;
	}
	
#folio_comingsoon{
	width:  772px;
	height: 477px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: right;
	background: #333333;
	}

#folio_cs_img{
	float: right;
	display: none;
	margin: 0px;
	padding: 0px;
	border-style: none none none dashed;
	border-width: 3px;
	border-color: #757575;
}

/*=========================== About Me ============================*/

.abcontent{
	width: 772px;
	float: left;
	background: #333333;
	clear: both;
}

.abheader{
	font-size: 35px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #73adb6;
	width: 530px;
	margin: 25px 0px 0px 28px;
}

.abtextbox{
	width: 530px;
	float: left;
	margin: 12px 0px 0px 30px;
	background: #333333;
}

#hi_img{
	display: none;
	width:130px;
	height: 130px;
	background: url("../img/assets/aboutme.png") no-repeat 0 0;
	float: left;
	margin: 25px 0px 0px 36px;
}

.qa_text{
	width: 525px;
	float: right;
	margin: 0px 29px 25px 0px;
}

#qa_img{
	display: none;
	width:130px;
	height: 120px;
	background: url("../img/assets/aboutme.png") no-repeat 0 -131px;
	float: left;
	margin: 0px 0px 0px 45px;
}

.abquestion{
	font-variant: small-caps;
}

#ab_linkedin_container{
	width: 772px;
	float: left;
	background: #333333;
	margin: 5px 0px 40px 0px;
	clear: both;
}

#ab_linkedin{
	display: none;
	width:188px;
	height: 65px;
	float: right;
	margin: 0px 36px 0px 0px;
	background: url("../img/assets/linkedin.png") no-repeat -1px -1px;
}

#ab_linkedin:hover{
	background: url("../img/assets/linkedin.png") no-repeat -1px -66px;
}

/*=========================== Contact ============================*/

#contactbox{
	width:  772px;
	height: 175px;
	margin: 15px 0px 0px 0px;
	float: right;
	background: #333333;
	color: #858585;
}

.contact_email{
	float: right;
	margin: 28px 23px 0px 0px;
	color: #B9B9B9;
	font-size: 33px;
	font-weight: bolder;
	line-height: 33px;
	clear: both;
	cursor: pointer;
}

.contact_email:hover{
	color: #73adb6;
}

.contact_mobile{
	float: right;
	margin: 0px 23px 0px 0px;
	font-size: 23px;
	font-weight: bold;
	color: #808080;
	line-height: 26px;
	clear: both;
}

#contactme{
	display: none;
	margin: 20px 0px 0px 0px;
}

/*======================== workReel 2010 =========================*/

#wrheader{
	background: url("../pvr/wrHeader.png") no-repeat;
	padding: 0px;
	display: block;
	margin: 0px 0px 25px 0px;
	clear: both;
	width: 922px;
	height: 75px;
}

#wrContainer{
	background: #333333;
	border:1px solid black;
	margin: 0px;
	padding: 0px;
	width: 920px;
	height: 376px;
}

#wrhome{
	display: block;
	width:228px;
	height: 75px;
	padding: 0px;
	margin: 0px;
	background: url("../pvr/wrHome.png") no-repeat 0 0;
}

#wrhome:hover{
	cursor: pointer;
	background-position: 0 -77px;
}

.wr2010{
	width: 640px;
	height:376px;
	float: right;
}

#stColumn{
	background: url("../pvr/sideTitle.png") no-repeat #333333;
	margin: 0px;
	padding: 0px;
	width: 278px;
	height:376px;
	float: right;
}

/*================================================================*/
/*========================= prettyPhoto ==========================*/

	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(../img/assets/prettyphoto/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(../img/assets/prettyphoto/contentPatternTop.gif) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(../img/assets/prettyphoto/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(../img/assets/prettyphoto/contentPatternLeft.gif) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(../img/assets/prettyphoto/contentPatternRight.gif) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(../img/assets/prettyphoto/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(../img/assets/prettyphoto/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(../img/assets/prettyphoto/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(../img/assets/prettyphoto/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(../img/assets/prettyphoto/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(../img/assets/prettyphoto/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_nav .pp_arrow_previous { background: url(../img/assets/prettyphoto/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_nav .pp_arrow_next { background: url(../img/assets/prettyphoto/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	
	div.facebook .pp_next:hover { background: url(../img/assets/prettyphoto/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(../img/assets/prettyphoto/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(../img/assets/prettyphoto/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(../img/assets/prettyphoto/contentPatternBottom.gif) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(../img/assets/prettyphoto/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */



/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
	
	.pp_top {
		height: 20px;
		position: relative;
	}
	
	* html .pp_top { padding: 0 20px; }
		
	.pp_top .pp_left {
		height: 20px;
		left: 0;
		position: absolute;
		width: 20px;
	}
	
	.pp_top .pp_middle {
		height: 20px;
		left: 20px;
		position: absolute;
		right: 20px;
	}
	
	* html .pp_top .pp_middle {
		left: 0;
		position: static;
	}

	.pp_top .pp_right {
		height: 20px;
		left: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 20px;
	}

	.pp_content { height: 40px; }
	
	.pp_content .ppt {
		left: auto;
		margin-bottom: 5px;
		position: relative;
		top: auto;
	}
	
	.pp_fade { display: none; }
	
	.pp_content_container {
		position: relative;
		text-align: left;
		width: 100%;
	}

	.pp_content_container .pp_left { padding-left: 20px; }
	.pp_content_container .pp_right { padding-right: 20px; }

	.pp_content_container .pp_details {
		margin: 10px 0 2px 0;
	}
	
	.pp_description {
		display: none;
		margin: 0 0 5px 0;
	}
	
	.pp_nav {
		clear: left;
		float: left;
		margin: 3px 0 0 0;
	}

	.pp_nav p {
		float: left;
		margin: 2px 4px;
	}
	
	.pp_nav a.pp_arrow_previous,
	.pp_nav a.pp_arrow_next {
		display: block;
		float: left;
		height: 15px;
		margin-top: 3px;
		overflow: hidden;
		text-indent: -10000px;
		width: 14px;
	}
	
	.pp_hoverContainer {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2000;
	}
	
	a.pp_next {
		background: url(../img/assets/prettyphoto/btnNext.png) 10000px 10000px no-repeat;
		display: block;
		float: right;
		height: 100%;
		text-indent: -10000px;
		width: 49%;
	}
	
	a.pp_previous {
		background: url(../img/assets/prettyphoto/btnNext.png) 10000px 10000px no-repeat;
		display: block;
		float: left;
		height: 100%;
		text-indent: -10000px;
		width: 49%;
	}
	
	a.pp_expand,
	a.pp_contract {
		cursor: pointer;
		display: none;
		height: 20px;	
		position: absolute;
		right: 30px;
		text-indent: -10000px;
		top: 10px;
		width: 20px;
		z-index: 20000;
	}

	a.pp_close {
		display: block;
		float: right;
		text-indent: -10000px;
	}

	.pp_bottom {
		height: 20px;
		position: relative;
	}
	
	* html .pp_bottom { padding: 0 20px; }
	
	.pp_bottom .pp_left {
		height: 20px;
		left: 0;
		position: absolute;
		width: 20px;
	}
	
	.pp_bottom .pp_middle {
		height: 20px;
		left: 20px;
		position: absolute;
		right: 20px;
	}
	
	* html .pp_bottom .pp_middle {
		left: 0;
		position: static;
	}
	
	.pp_bottom .pp_right {
		height: 20px;
		left: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 20px;
	}
	
	.pp_loaderIcon {
		display: block;
		height: 24px;
		left: 50%;
		margin: -12px 0 0 -12px;
		position: absolute;
		top: 50%;
		width: 24px;
	}
	
	#pp_full_res {
		line-height: 1 !important;
	}

	#pp_full_res .pp_inline {
		text-align: left;
	}

	#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
	div.ppt {
		color: #fff;
		display: none;
		font-size: 17px;
		left: 0;
		position: absolute;
		top: 0;
		z-index: 9999;
	}

