<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

		
/***** Local Google Fonts *****/
/* oleo-script-regular - latin */
@font-face {
  font-family: 'Oleo Script';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/oleo-script-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/oleo-script-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* oleo-script-700 - latin */
@font-face {
  font-family: 'Oleo Script';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/oleo-script-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/oleo-script-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local(''),
       url('../fonts/pt-sans-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fira-sans-extra-condensed-regular - latin */
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/fira-sans-extra-condensed-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/fira-sans-extra-condensed-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fira-sans-extra-condensed-700 - latin */
@font-face {
  font-family: 'Fira Sans Extra Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/fira-sans-extra-condensed-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/fira-sans-extra-condensed-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

		

/**** Base styles ****/

html, body, div, span, object, iframe, br,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /*padding: 20px;*/
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  background: url(../images/bg_tile.jpg);
  color: #333;
}


h2, h3, p, ul, ol, pre, dl {
  margin-bottom: 0.5em;
}

h2, #super-list, .element, .tagline, #index-list, 
.super-list .link {
  /*font-family: 'PT Sans', Arial, sans-serif;*/
}

/*h1, h2, h3 { font-weight: bold; }*/



h1 {
  font-family: 'Oleo Script', Times New Roman, cursive;
  font-size: 36px;
  /*text-transform: uppercase;*/
  line-height: .9em;
  margin: 0 auto;
  color: #fafafa;
  text-align: center;
  background: #333;
  padding: 0.1em 5% 0.15em;
}

.h1background {
	clear: none;
	padding-top: 6px; 
	height: auto;
    max-width: 900px;
	margin: 0 auto;  
}

.h1background h1{
  line-height: 1.2em;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}


h3 {
  font-family:'Fira Sans Extra Condensed', Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}

ul, ol {
  margin-left: 1.5em;
}

a,
a code {
  color: #5ccc5c;
  text-decoration: none;
}

a:hover,
a:hover code { 
  color: #4BF; 
}

a:active,
a:active code {
  color: #FB4;
  /*background: black;*/
}

a img { border: none; }

em { font-style: italic; }
strong { font-weight: bold; }

blockquote {
  padding-left: 1.0em;
  margin-left: 1.0em;
  border-left: 1px solid #333;
  font-style: italic;
}

i{
font-style: italic;
}

b{
font-weight: 700;
}

.seperator{
	height: 1px;
	max-width: 900px;
	background: #8f8f8f;
	margin: 0 auto;
	clear: both;
}


/****** header  **********/

#header{
	height: 14px;
	background: #333;
	min-width: 280px;

}

#versionnr{
	max-width: 900px;
	width: 90%;
	text-align: right;
	font-size: 10px;
	color: #fafafa;
	margin: 0 auto;
	line-height: 115%;
	letter-spacing: 0.06em;
}

#topnavsection{
	max-width: 900px;
	min-width: 280px;
	width: 90%;
	margin: 0 auto;
	clear: none;
}

#athome{
	/*background: url(../images/portfolio_logo.png) no-repeat;*/
	width: 156px;
	height: 32px;
	float: left;
	margin-top: 22px;
}

.trigger {
    height: 32px;
    position: absolute;
    width: 165px;
}
img.trigger {
    background: url(../images/portfolio_logo.png) no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 156px;
    z-index: 11;
}
img.trigger:hover {
    background: url(../images/portfolio_logo_hover.png) no-repeat scroll 0 0 transparent;
    z-index: 12;
}

/************** NAVIGATION STYLES ************/

li{
	font-weight: 700;
}

li a{
	color: #999;
}

li a:hover{
	color: #333;
}

li a.selected{
	color: #5ccc5c;
}

li a:focus{
	color: #5ccc5c;
	background: none;
}

/************** TOP NAVIGATION ****************/
#topnav{
	float: right;	
	padding-top: 25px;
	padding-bottom: 10px;
}

#topnav ul li{
	display: inline;	
	padding-left: 12px;
}


/************ WORK NAVIGATION *****************/
/*
#options ul{
  list-style: none;
  padding: 0;
  width: 400px;
  margin: 0 auto;
}*/

#filtercont{
	padding: 5px 0 0 0;
	width: 100%; 
	overflow: hidden;	
	float:left;
	position:relative;
}


#filtercont ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

}


#filtercont ul li{
	position: relative; 
	float: left; 
	display: block; 
    /*
	right: 54%;
	padding-left: 6px;
	padding-right: 6px;   
	text-align: center;   */
	list-style:none;
	right:50%;
}

/*
#filtercont ul li.last{
	border-left-style: none;
	border-right-style: none;
	color: #333;
}*/

#options li a {
  /*border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );*/
  padding: 0 12px;  
}

#options li:first-child a {
  /*border-radius: 7px 0 0 7px;*/
  border-left: none;
}

#options li:last-child a {
  /*
  border-radius: 0 7px 7px 0;*/
  border-right: none;  
}


/*************** FITTEXT ***********/

#fittext1{
	color: #333;
	background: none;
	padding-top: 5px;
}

#indexcopy{
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    text-transform: none;
    width: 80%;
}


#indexcopy p{
margin-bottom: 0.3em;
line-height: 120%;
}

/**** CAMERA Slider Styles****/

#back_to_camera {
	clear: both;
	display: block;
	height: 80px;
	line-height: 40px;
	padding: 20px;
}

.fluid_container {
	clear: both;
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
	/*padding-top: 128px;*/
}

/**********STAR************/
.star{
	margin: 0 auto;
	height: 14px;
	width: 14px;
	background: url(../images/star.gif) no-repeat;
	margin-top: 10px;
	clear: both;
}



#content {
  clear: both;
  margin: 0 auto;
  max-width: 940px;
  width: 90%;
}

/*
#filters{
	position: relative; 
	float: left; 
	display: block; 
	left: 50%;
}*/



/* required for containers to inherit vertical size from window */
/****************************************************************/
html,
body {
  height: 100%;
}



#container {
  /* border: 1px solid #666; */
   padding: 5px; 
  margin: 0 auto;
}



#foot{
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	height: auto;
	background: #333;
	text-align: center;
	color: #ccc;
	font-size: 10px;
	padding: 4px 0 5px 0;
	clear: both;
	padding-top: 30px;
}

#foot p{
	line-height: 1.3em;
	margin-bottom: 0;
	padding: 0 10px;
}


#liquidcont{
    bottom: 0;
    position: fixed;
    width: 100%;
	z-index: -9999;

}

#liquid{
width: 32px;
height: 32px;
background: url(../images/resize.png) no-repeat;
float: right;
}


#legal{
	color: #999;
	margin-bottom: 0;
	margin-top: 2px;
}

/**** Isotope styles ****/
.element {
  width: 210px;
  height: 210px;
  margin: 10px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;
  /*-webkit-border-top-right-radius: 1.2em;
      -moz-border-radius-topright: 1.2em;
          border-top-right-radius: 1.2em;*/
}

.element.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element.other.nonmetal  { background: #00F; background: hsl( 252, 100%, 50%); }
.element.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }


.element * {
  /*position: absolute;*/
  margin: 0;
}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
  position: absolute;
}
.element.large .symbol {
  font-size: 4.5em;
}

.element.fake .symbol {
  color: #000;
}

.element .name {
 /* left: 0.5em;*/
  bottom: 0;
  font-size: 14px;
  position: absolute;
  width: 100%;
  padding: 10px 0 28px 6px;
  background: rgba(0, 0, 0, 0.7);
}

.element .weight {
  color: #f8f8f8;
  font-size: 0.9em;
  left: 6px;
  bottom: 0.5em;
  position: absolute;
}

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0,0%,0%,.5);
  right: 0.5em;
  top: 0.5em;
  position: absolute;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .element h2{
color: #f8f8f8;
font-weight: 400;
text-transform: uppercase;
}


.clickable .element:hover h2 {
  color: #5ccc5c;
    text-shadow:
    0 0 10px black,
    0 0 10px black
  ;
}

.clickable .element:hover .weight {
  color: #5ccc5c;
    text-shadow:
    0 0 10px black,
    0 0 10px black
  ;
}




/*******************ABOUT ME STYLES******************************/


img{
	max-width: 100%;
}


.photocont{
	padding-top: 8px;
	max-width: 900px;
	margin: 0 auto;
}

#aboutbig{
	max-width: 900px;
	margin: 0 auto;
}

#aboutbig h1{
    line-height: 120%;
    padding: 0;
    text-align: left;
    text-transform: none;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 30px;
}

#aboutcont{
max-width: 900px;
margin: 0 auto;
}
/*
#aboutcontwrap{
	position:absolute;
    max-width: 900px;
	z-index: -99999;
}

#aboutcontwrappic{
width: 100%
}*/

#aboutcont p {
line-height: 125%;
margin-bottom: .75em;
}

#aboutcont h3{
color: #f8f8f8;
margin-top: 5px;
text-align: center;
font-weight: 700;
}

.h3bg{
background: #333;
}

.bigcol{
float: left;
width: 62%;
height: auto;
padding-right: 20px;
}
.bigcolbtm{
float: left;
width: 62%;
height: auto;
padding-right: 20px;
}

#clientgfxcontainer{
width: 100%;
min-height: 90px;
}

#clientgfx{
margin: 0 auto;
width: 100%
}


#clientgfx img{
padding: 0 5px 5px 5px;
display: block;
float:left;
} 


.smallcol{
width: 34%;
min-width: 245px;
height: auto;
float: right;
}

.smallcol span{
width: auto;
}

.smallcol img{
float:right;
right: 0;
}

#skillarticle p{
padding: 0 0 2px 0;
border-bottom: 1px dotted #333;
margin-bottom: 0.4em;
}

.skillstars{
margin-top: 2px;
}

#legend{
border: 0;
visibility: visible;
visibility: hidden\9; /* IE8 and below */
*visibility: hidden;  /* IE7 and below */

font-size: 10px;
letter-spacing: 0.03em;
float: right;
line-height: 1.65em;
margin-right: 10px;
margin-top: -12px;
text-align: right;
color: #666;

transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-moz-transform:rotate(-90deg); /* Firefox */
-webkit-transform:rotate(-90deg); /* Safari and Chrome */
-o-transform:rotate(-90deg); /* Opera */
}




/***CAROUSEL***/

.list_carousel {
	background-color: none;
	/*margin: 0 0 30px 60px;*/
	width: 360px;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	border: 5px solid #999;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}


/*************************** END ABOUT ME *****************************/



/************************* CONTACT STYLES *******************************/


#contactcont{
max-width: 900px;
margin: 0 auto;
}

#contactcont h3{
color: #f8f8f8;
margin-top: 5px;
text-align: center;
font-weight: 700;
}


#contactcont p {
line-height: 125%;
margin-bottom: .75em;
text-align: center;
}

p#formstatus{
margin: 0;
padding: 0;
border: 0;
text-align: center;
}

.formstatusok{
	background: none repeat scroll 0 0 rgba(147, 229, 148, 0.3);
    border: 1px solid;
	color: #00d604;
	padding: 10px;
}

.formstatuserror{
	background: none repeat scroll 0 0 rgba(230, 25, 25, 0.3);
    border: 1px solid;
    color: #CC0A0A;
	padding: 10px;
}

#contactbig h1{
    line-height: 120%;
    padding: 0 0 4px 0;
    text-align: center;
    text-transform: none;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size: 30px;
}



.map {
	max-width: 900px;
	height: 0;
	margin: 0 auto;
	padding-top: 33.33%;
	position: relative;
}

.map iframe {
    width: 100%;
    height: 100%; 
  	position: absolute;
    top: 0; 
    right: 0;
    left: 0; 
    bottom: 0;   

}




/************************************FORM*************************************/




#form_wrap.hide:after, #form_wrap.hide:before {
	display:none; 
}


form {
	/*background: #f7f2ec url('images/letter_bg.png'); */
	position: relative;
	/*top: 200px;*/
	overflow: hidden;
	height: 300px;
	max-width: 900px;
	margin: 0px auto;
	line-height: 125%;
	/*padding: 20px; 
	border: 1px solid #fff;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;
	-moz-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 14px #fff;
	-webkit-box-shadow: 0px 0px 3px #9d9d9d, inset 0px 0px 27px #fff;*/
}

#form_wrap form {
	height: auto;
}

label {
	margin: 11px 20px 0 0; 
	font-size: 14px; 
	color: #333;
	text-transform: none; 
}

input[type=text], textarea {
	font: 14px normal normal uppercase helvetica, arial, serif;
	color: #7c7873;
	background: #eee;
	width: 99%;
	/*height: 30px; */
	margin: 0 0 5px 0;
	border: 0px solid #333;	
	padding: 3px;


	/*padding: 0px 10px; 

	-moz-box-shadow: inset 0px 0px 1px #726959;
	-webkit-box-shadow:  inset 0px 0px 1px #b3a895; 
	box-shadow:  inset 0px 0px 1px #b3a895; */
}	

textarea { 
	height: 155px; 
	padding-top: 5px;
}

textarea:focus, input[type=text]:focus {
	background:#f3f3f3;
}

#form_wrap input[type=submit] {
	position:relative;
	text-transform: uppercase;
	font-size:16px; 
	color: #f8f8f8;
	/*text-shadow:0 1px 0 #333; */
	width: 220px; 
	text-align:center;
	opacity:1;
	background: #5ccc5c;
	cursor: pointer;
	/*-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; */
	margin-top: 2px;
	float: right;
	margin-bottom: 6px;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: 700;
}

#form_wrap input:hover[type=submit] {
	color:#f8f8f8;
	background: #44bbff;
}

/************************************END FORM*************************************/

/***************************WORK PAGES******************************************/

#workcont{
max-width: 900px;
margin: 0 auto;
}

#workcont p {
line-height: 125%;
margin-bottom: .75em;


}

#workcont h3{
color: #f8f8f8;
margin-top: 5px;
text-align: center;
font-weight: 400;
}

#workcont .bigcol{
float: right;
padding: 0;
}

#workcont .smallcol{
float: left;
/*padding-right: 20px;*/
}

#workcont .bigcolbtm{
width: 100%;
}

#workcont .wrkcategory{
	font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
	margin-bottom: 0.8em;
}


#workcont .wrktitel{
	font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 0.8em;
}

#workcont .wrkbolds{
	font-weight: 700;
	margin-bottom: 0;
	color: #606060;
	

}

#wrktop_pic{
/*border: 5px solid #333;*/
line-height: 0;
margin: 6px 0;
}

#wrktop_picsm{
border: 5px solid #333;
line-height: 0;
margin: 6px 0;
display:none;
}

.topsmallpic{
display: none;
}

.wrkpic{
/*border: 5px solid #333;*/
line-height: 0;
/*margin-bottom: 6px;*/
}

.hidden{
display:none;
}

#wrknav{
	margin-bottom: 12px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
	text-transform: uppercase;
	font-size: 13px;
}

.wrkprev{
width: 33.3%;
float: left;
}

.wrkselect{
text-align: center;
width: 33.3%;
float: left;
}

.wrknext{
text-align:right;
width: 33.3%;
float: right;
}

#wrknav a{
color: #999;
}

#wrknav a:hover{
color: #333;
}

#wrknav a:focus{
color: #5ccc5c;
}

#wrknav_sm{
	display:none;
	margin-bottom: 6px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
	text-transform: uppercase;
	font-size: 13px;
}

#wrknav_sm a{
color: #999;
}

#wrknav_sm a:hover{
color: #333;
}

#wrknav_sm a:focus{
color: #5ccc5c;
}

/***************************END WORK PAGES******************************************/

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/**********************************************************************/

/***************************MEDIA SCREENS******************************/

/**********************************************************************/
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #legend  { margin-right: 13px  }
}

/****************************RESOLUTION HACKS****************************************/

@media screen and (max-width: 800px) {
.bigcol{
width: 100%;
float: left;
}
.bigcolbtm{
float: left;
width: 100%;
}

.smallcol{
width: 100%;
float: left;
padding-right: 20px;
margin-top: 15px;
}

#statsarticle{
float: left;
width: 48%;
}

#skillarticle{
float: right;
width: 48%;
}

#contactcont p{
float: left;
width: 50%;
}

#workcont .wrkcategory{
float: right;
}

#workcont p{
float: left;
}

.wrkbolds{
clear: left;
padding-right: 5px;
}

.topbigpic{
display: none;
}

#wrktop_picsm{
display: block;
}
.topsmallpic{
display: block;
}

#form_wrap input[type=submit] {
	width: 100%;
}
}

@media screen and (max-width: 580px) {

#statsarticle{
float: left;
width: 100%;
}

#skillarticle{
float: right;
width: 100%;
}
#liquidcont{
display:none;
}


} 




@media screen and (max-width: 480px) {




#contactcont p{
float: none;
width: 100%;
}


} 

@media screen and (max-width: 460px){


#athome{
	/*background: url(../images/portfolio_logo_sm2.png) no-repeat;*/
	width: 54px;
	height: 32px;
	float: left;
	margin-top: 22px;
}


.trigger {
    height: 32px;
    position: absolute;
    width: 54px;
}
img.trigger {
    background: url(../images/portfolio_logo_sm2.png) no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 54px;
    z-index: 11;
}
img.trigger:hover {
    background: url(../images/portfolio_logo_hover_sm2.png) no-repeat scroll 0 0 transparent;
    z-index: 12;
}






#filtercont ul li{
	position: relative; 
	float: none; 
	display: block;     
	/*right: 54%;			
	padding-left: 6px;
	padding-right: 6px;   
	text-align: center;   */
	list-style:none;
	right:50%;
}

}

@media screen and (max-width: 420px) {
#wrknav{
display:none;
}

#wrknav_sm{
display:block;
margin-bottom: 12px;
}

}


@media screen and (max-width: 400px) {


#workcont .wrkcategory{
display: none;
}




} 

</pre></body></html>