<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, cfform, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reset */

body {
	background-color: #E9E9E9;
	font-family:Arial, Helvetica, sans-serif;
	color:#211922;
	font-size:12px;
	xposition:relative;
}
p {
	margin:15px 0;
}
#header {
	width:100%;
	background:none repeat scroll 0 0 #FFFFFF;
	box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
	height:44px;
	position:fixed;
	top:0;
	left:0;
	z-index:670;
}
#header_container {
	width:1100px;
	height:44px;
	margin:0 auto;
}
#name {
	float:left;
}
#name h1 {
	font-size:20px;
	color:#717171;
	margin-top:10px;
}
#nav {
	float:left;
	margin-left:40px;
	color:#333333;
	line-height:44px;
}
#nav li {
	border-right:1px solid #CDCDCD;
	float:left;
}
#nav a {
	text-decoration:none;
	display:block;
	padding:1px 20px 0;
	color:#333333;
	font-size:14px;
}
#nav li:first-child {
	border-left:1px solid #CDCDCD;
}
#nav a.active {
	box-shadow:-1px 0 3px rgba(0, 0, 0, 0.05) inset;
}
#nav li a:hover, a.active {
	background:linear-gradient(#F3F3F3, #E5E5E5) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color:#333333;
	text-decoration:none;
}
#wrapper {
	width:1100px;
	margin:70px auto;
	xtext-align:center;
}
#port_table {
	xwidth:100%;
}
.port_cell {
	padding:10px;
	vertical-align:top;
}
.work_container {
	width:236px;
	background:#FFFFFF;
	border:1px solid #CDCDCD;
	border-radius:3px;
	margin-bottom:15px;
}
.work_container a {
	text-decoration:none;
	font-size:12px;
	color:#333333;
	cursor: -webkit-zoom-in; 
	cursor: -moz-zoom-in;
	cursor:zoom-in;
}
.work_container p {
	margin:10px;
}
.portfolio_pop {
	position:fixed;	
	xposition:absolute;
	top: 44px;
	left:0px;
	width:100%;
	height:100%;
	background:#FFFFFF;
	text-align:center;
	background: url('../images/portfolio_pop_bg.png');
	xbackground: rgba(255, 0, 0, 0.6);
}
a.pop_cursor{
	cursor: -webkit-zoom-out; 
	cursor: -moz-zoom-out;
	cursor:zoom-out;
}
.Centerer
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.portfolio_img_container {
	width:100%;
	height:93%;
}
.img_pop{	
    display: inline-block;
    vertical-align: middle;
	max-height:100%;
	max-width:100%;
	margin-bottom:10px;
	margin-top:0px;
}</pre></body></html>