/* POLITE TEMPLATE by Chris de Joya */
/* chrisdejoya.wordpress.com */
/* A minimal template to ease the portfolio viewing burdens of art recruiters and art directors everywhere. */
/* No thumbnails, no subpages, no distracting graphic design. Let your artwork do the talking. */

html, body
{
	margin:					0px;
	padding:				0px;
	border:					0px;
}

body
{
	font-family:			Arial, Sans-Serif;
	overflow:				auto;
	background:				#242424;
	cursor:					default;
}

.container
{
	position:				absolute;
	width:					100%;
	height:					100%;
	clear:					left;
}

/* CONTENT */

.frame
{
	width:					1280px;
	margin:					auto;
	margin-top:				2px;
	margin-bottom:			2px;
}	

.frame_info
{
	width:					660;
	margin:					auto;
	margin-top:				2px;
	margin-bottom:			2px;
}	

.frame_index
{
	width:					1280px;
	margin:					auto;
	margin-top:				2px;
	margin-bottom:			2px;
	opacity:				0.5;
}	


.frame_index:hover
{
opacity: 1; 
 
 
 } 


img
{
	z-index:				0;
	position:				relative;
	top:					0px;
	background:				black;
	margin-top:				4px;
	margin-bottom:			4px;
	padding:				1px;
	padding-top:			1px;
	
	
}



.caption
{
	z-index:				1;
	position:				relative;
	top:					4px;
	height:					-10px;
	text-align:				left;
	font-size:				8pt;
	color:					#eee;
}

.caption b
{
	color:					#fff;
}

/* HEADER */

.header
{
	z-index:				0;
	position:				top;
	top:					0px;
	width:					100%;
	height:					50px;
	padding-top:			6px;
	padding-left:			0px;
	background:				#585858;
	background:				url('headerbg.png');
	background-repeat:		repeat-x;

	text-align:				center;

}

.icon
{
	position:				absolute;
	top:					0px;
	left:					5px;
	width:					40px;
	height:					40px;
	background:				url('whitetooth.png');
}

#name
{
	margin-right:			0px;
	font-size:				14pt;
	color:					#fff;
	letter-spacing:			0,5pt;
	text-shadow:			0px 1px 2px rgba(0,0,0,0.7);
	font-weight:			bold;

}

#job
{
	color:					#ffae00;
	font-size:				14pt;
	letter-spacing:			0,5pt;
	text-shadow:			0px 1px 4px rgba(0,0,0,0.7);
	font-weight:			bold;
}




#text
{
	color:					#cccccc;
	font-size:				11pt;
	font-weight:			normal;
	text-decoration:		none;
	
}

#text_back
{
	color:					#cccccc;
	font-size:				10pt;
	font-weight:			normal;
	text-decoration:		none;
	text-align:				center;
}

#text_info02
{
	color:					#ffffff;
	font-size:				11pt;
	font-weight:			normal;
	text-decoration:		none;
	
}


#text_info
{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #ffffff;
	text-align: left;
          
}

#linkbox
{
	color:					#fff;
	font-size:				9pt;
	font-weight:			bold;
	padding-top:			2px;

	
}

#linkbox a
{
	margin-right:			0px;
	color:					#fff;
	text-decoration:		none;
	text-shadow:			0px 1px 2px rgba(0,0,0,0.5);
}

#linkbox a:hover
{	
	color:					#ffae00;
}

/* FOOTER */

.footer
{
	z-index:				2;
	position:				bottom;
	bottom:					0px;
	width:					100%;
	height:					32px;
	padding-left:			0px;
	background:				#070707;
	background:				url('footerbg.png');
	background-repeat:		repeat-x;

	text-align:				center

}




#copyright
{
	position:				relative;
	top:					2px;
	font-size:				8pt;
	font-weight:			bold;
	color:					#fff;
	text-shadow:			0px 1px 2px rgba(0,0,0,0.5);
}

#email
{
	position:				relative;
	top:					2px;
	font-size:				8pt;
	font-weight:			bold;
	color:					#ffae00;
	text-shadow:			0px 1px 2px rgba(0,0,0,0.5);
}