
  * {

    -moz-box-sizing : border-box;

  }

  * {

    font-family : Verdana, Arial;

  }

  body {

    margin           : 0px;
    padding          : 0px;
    padding-top      : 25px;
    background-image : url(../images/background.png);
    overflow-y       : scroll;

  }

  a {

    text-decoration : none;

  }

  .project_body_content a {

    text-decoration : underline;

  }

  #content td#main {

    padding           : 25px;
    background-image  : url(../images/content.background.jpg);
    background-repeat : no-repeat;
    background-color  : #525252;
    border-bottom     : 1px solid #222221;
    padding-left      : 0px;
    padding-right     : 0px;

  }

  #post_it {

    top      : -17px;
    left     : -297px;
    position : relative;
    width    : 292px;
    height   : 312px;

  }

  #download_resume {

    top      : -85px;
    left     : 5px;
    position : relative;
    width    : 269px;
    height   : 52px;

  }

  #menu {

    padding-top   : 35px;
    padding-left  : 25px;
    padding-right : 25px;

  }

  #menu img {

    cursor : pointer;
    border : 0px;

  }

  #color_chooser_sb_container,
  #color_chooser_h_container {

    border : 1px solid #000000;

  }

  .blue {

    color : #002f62;

  }

  .no_select {

    -moz-user-select   : none;
    -khtml-user-select : none;
    user-select        : none;

  }

  * {

    -moz-box-sizing    : border-box;
    -webkit-box-sizing : border-box 

  }

  #summary_table .cufon {

    color     : #111111;
    font-size : 14px;

  }

  #footer {

    background-image  : url(../images/footer.background.png);
    background-repeat : repeat-x;
    background-color  : #131312;
    min-height        : 42px;
    border-top        : 1px solid #4e4e4d;
    color             : #6a9acc;
    color             : #ffffff;
    text-align        : center;
    font-size         : 12px;

  }


  .project_body {

    background-image : url(../images/project_body.background.png);
    margin-top       : 20px;
    margin-left      : 25px;
    margin-right     : 25px;
    border           : 1px solid #545454;
    min-height       : 150px;
    padding          : 20px;

  }

  #feedback_box {

    padding          : 20px;
    background-color : #1a1a1a;
    color            : #ffffff;

  }

  #feedback_box input,
  #feedback_box textarea {

    border           : 0px;
    border           : 1px solid #292929;
    border-bottom    : 1px solid #555555;
    background-color : #292929;
    color            : #999999;
    font-size        : 12px;
    padding          : 5px;

  }

  .project_body_content, .project_body_content table {

    font-size : 12px;

  }

  .project_body_content td {

    vertical-align : top;
    padding-bottom : 20px;
    text-align     : justify;

  }

  .scroller_div {

    width            : 661px;
    position         : relative;
    overflow         : hidden;
    background-image : url(../images/dark_to_light.png);

  }

  .project_scroller {

    padding-top : 20px;

  }

  .project_scroller table {

    padding-left  : 25px;
    padding-right : 25px;

  }

  #websites_and_development .project_body,
  #code_samples .project_body {

    padding     : 0px;
    padding-top : 20px;

  }

  #websites_and_development .project_body table,
  #code_samples .project_body table {

    width : 100%;

  }

  #websites_and_development .project_body td,
  #code_samples .project_body td {

    background-image    : url(../images/project_body.row.background.png);
    background-repeat   : repeat-x;
    background-position : bottom left;
    vertical-align      : middle;

  }

  .scroll_contents {

    width       : 661px;
    height      : 395px;
    position    : relative;

  }

  .thumbnails {

    padding-bottom      : 20px;
    background-image    : url(../images/thumbnail_background.png);
    background-repeat   : repeat-x;
    background-position : 0% 100%;
    border-bottom       : 1px solid #a2a2a2;
    border-top          : 1px solid #5d5d5d;
    background-color    : #8a8a88;
    padding-top         : 10px;
    margin-bottom       : 15px;
    margin-left         : 25px;
    margin-right        : 25px;

  }

  .thumbnails table {

    padding       : 0px;
    padding-right : 5px;

  }

  .thumbnails td {

    padding        : 5px;
    padding-right  : 0px;
    padding-bottom : 0px;

  }

  .thumbnails img {

    cursor : pointer;
    border : 0px solid #dad9c5;

  }

  #logo {

    padding-left  : 25px;
    width         : 658px;

  }

  .thumbnail {

    padding : 9px;
    float   : left;

  }

  .thumbnail img {

    border : 0px;

  }

  .thumbnail.lp {

    background-image  : url(../images/thumbnails.lp.frame.png);
    background-repeat : no-repeat;

  }

  .thumbnail.vertical {

    background-image  : url(../images/thumbnails.vertical.frame.png);
    background-repeat : no-repeat;

  }

  .thumbnail.horizontal {

    background-image  : url(../images/thumbnails.horizontal.frame.png);
    background-repeat : no-repeat;

  }

  #feedback_box {

    position : absolute;
    z-index  : 1002;

  }

/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(../images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(../images/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}


/* helper classes (not YDSF related) */

.demo-ydsf {
	position: relative;
	border: 1px solid #999;
	padding: 10px;
	background: #fff url(../images/gradient.jpg) left top repeat-x;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }

.note {
	width: 200px;
	border: 1px solid #666;
	padding: 10px;
	background: #ffc;
	color: #333;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../fancybox/fancy_title_right.png') repeat-x;
}
