@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, 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;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 6, 2011 03:21:24 PM America/New_York */



@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Resnick Styles*/
body                          {
                                  min-width: 820px;
                                  background: url(light_noise.gif);
                                  overflow-y: scroll;
								  font: 14px/21px Georgia, Times New Roman, Times, sans-serif
                              }
.wrapper                      {
                                  width: 800px;
                                  margin: auto;
                              }
#header                       {
                                  height: 500px;
                                  background: #ff8f35 url(orange_noise.gif);
                                  margin-top: 0px;
                              }
#loading                      {
                                  width: 128px;
                                  height: 154px;
                                  background: url(loading_gear.gif) no-repeat center bottom;
                                  margin-left: 50%;
                                  left: -64px;
                                  margin-top: 190px;
                                  position: absolute;
                                  text-align: center;
                                  font: italic 16px/16px Georgia, "Times New Roman", Times, serif;
                              }
#banner_art                   {
                                  margin: auto;
                                  position: relative;
                                  left: 50%;
                                  margin-left: -340px;
                                  top: -20px;
                                  width: 500px;
                              }
#banner_art div               { position: absolute }
.brsprite                     { background-image: url(dragon_illustration_sprites_2.png) }
.castle                       {
                                  left: 120px;
                                  top: 100px;
                                  width: 482px;
                                  height: 365px;
                                  background-position: -238px -244px;
                              }
.archer_3                     {
                                  left: 170px;
                                  top: 310px;
                                  width: 53px;
                                  height: 51px;
                                  background-position: -72px -235px;
                              }
.dragon_bottom                {
                                  left: 170px;
                                  top: 50px;
                                  width: 364px;
                                  height: 244px;
                                  background-position: -304px 0px;
                              }
.dragon_top                   {
                                  left: 170px;
                                  top: 50px;
                                  width: 133px;
                                  height: 182px;
                                  background-image: url(dragon_roar.png);
                                  cursor: pointer;
                              }
.archer_2                     {
                                  left: 130px;
                                  top: 300px;
                                  width: 72px;
                                  height: 82px;
                                  background-position: 0px -235px;
                              }
.archer_bottom                {
                                  left: 60px;
                                  top: 260px;
                                  width: 304px;
                                  height: 210px;
                                  background-position: 0px 0px;
                              }
.archer_top                   {
                                  left: 60px;
                                  top: 260px;
                                  width: 106px;
                                  height: 127px;
                                  background-image: url(archer_fires_2.png);
                                  cursor: pointer;
                              }
.flames                       {
                                  left: 38px;
                                  top: 130px;
                                  width: 165px;
                                  height: 291px;
                                  background-image: url(flames_2.png);
                                  visibility: hidden;
                              }
.ben_head                     {
                                  left: 240px;
                                  top: 200px;
                                  width: 238px;
                                  height: 280px;
                                  background-position: 0px -317px;
                              }
.main_title                   {
                                  font: 80px 'LeagueGothicRegular';
                                  color: white;
                                  position: relative;
                                  top: 350px;
                                  text-align: center;
                                  margin: auto;
                              }
.main_title div               {
                                  font: italic 16px/16px Georgia, "Times New Roman", Times, serif;
                                  margin-top: -10px;
                              }
#nav                          {
                                  margin-left: -150px;
                                  left: 50%;
                                  width: 300px;
                                  position: relative;
                                  margin-bottom: 50px;
                                  height: 50px;
                              }
#nav a                        {
                                  width: 100px;
                                  padding: 20px 0 20px 0;
                                  display: block;
                                  float: left;
                                  text-align: center;
                                  cursor: pointer;
                                  text-decoration: none;
                                  color: black;
                              }
#nav a:hover                  { color: #333333 }
#nav a .icon                  {
                                  background: url(menu_sprites.png);
                                  width: 24px;
                                  height: 24px;
                                  margin: 5px auto 5px auto;
                                  display: block;
                              }
#nav a.about .icon            { background-position: -24px 0px }
#nav a.contact .icon          { background-position: -48px 0px }
#nav .pointer                 {
                                  background: url(menu_sprites.png) top right;
                                  width: 18px;
                                  height: 9px;
                                  margin-left: 41px;
                                  position: relative;
                                  top: -9px;
                              }
#home                         {
                                  font: 48px 'LeagueGothicRegular';
                                  padding: 15px;
                                  margin-left: -15px;
                                  color: #ff8f35;
                                  position: absolute;
                                  cursor: pointer;
                                  display: none;
                              }
#portfolio,
#about,
#contact                      { padding-bottom: 80px }
#portfolio                    { }
#contact                      { display: box }
/*
    root element for the scrollable.
    when scrolling occurs this element stays still.
*/
.scrollable                   {
                                  /* required settings */
                                  position: relative;
                                  overflow: hidden;
                                  margin-top: 100px;
                                  width: 800px;
                                  padding: 0 10px 0 10px;
                                  margin-left: -10px;
                              }
#main_content                 { position: relative }
h2                            {
                                  font: 36px 'LeagueGothicRegular';
                                  color: black;
                                  height: 68px;
                                  border-top: thin solid #ccc;
                                  border-bottom: thin solid #ccc;
                                  display: block;
                                  line-height: 68px;
                              }
.filters                      {
                                  visibility: hidden;
                                  position: relative;
                                  margin-top: -51px;
                                  height: 51px;
                                  z-index: 5000;
                                  display: inline;
                                  position: relative;
                                  float: right;
                              }
.filters span                 {
                                  float: left;
                                  line-height: 32px;
                              }
.filterbox                    {
                                  float: left;
                                  width: 160px;
                                  line-height: 32px;
                                  height: 32px;
                                  padding: 0px 10px 0px 10px;
                                  border: thin solid #a8a8a8;
                                  -webkit-border-radius: 2px;
                                  -webkit-border-radius: 2px;
                                  -moz-border-radius: 2px;
                                  -moz-border-radius: 2px;
                                  border-radius: 2px;
                                  border-radius: 2px;
                                  position: relative;
                                  margin-left: 15px;
                                  margin-right: 2px;
                                  box-shadow: 0 0 0 2px #ccc;
                                  background: url(drop_down_arrows.png) no-repeat 165px center;
                                  cursor: pointer;
                              }
.filterbox span               { float: left }
.filterbox .items             {
                                  display: box;
                                  clear: both;
                                  border: thin solid #a8a8a8;
                                  width: 180px;
                                  position: absolute;
								  z-index: 5000;
                                  top: 32px;
                                  left: -1px;
                                  background: #f3f3f3;
                                  -webkit-border-bottom-left-radius: 3px;
                                  -webkit-border-bottom-right-radius: 3px;
                                  -moz-border-radius-bottomleft: 3px;
                                  -moz-border-radius-bottomright: 3px;
                                  border-bottom-left-radius: 3px;
                                  border-bottom-right-radius: 3px;
                                  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.27);
                                  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.27);
                                  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.27);
                              }
.filterbox .items li          {
                                  display: box;
                                  padding: 0 10px 0 10px;
                              }
.filterbox .items li:hover,
.filterbox .items .active     {
                                  background-color: #ff8f35;
                                  color: white;
                              }
.filterbox .items .none,
.filterbox .items .none:hover {
                                  color: #ccc;
                                  background: none;
                              }
.filterbox .items .all        { font-style: italic }
.thumbnails                   {
                                  width: 820px;
                                  margin-left: -8px;
                                  margin-top: 15px;
								
                              }
.thumbnails a                 {
                                  width: 246px;
                                  height: 170px;
                                  float: left;
                                  margin: 8px;
                                  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
								  overflow:hidden;
								  text-decoration:none;
								  cursor: url(zoom-in.cur),url(zoom-in.gif),pointer;
								  border:5px solid white;
								  position:relative;
								  background-position:0px 170px;
								  outline: thin solid #CCC
                              }
@-moz-document url-prefix() {
    .thumbnails a {
        outline-offset: -14px;
    }
}
			  
.address                      {
                                  margin: 42px 0px 40px 20px;
                                  height: 450px;
                              }
#about p,
.address p                    {
                                  margin-bottom: 21px;
                              }
#about img                    {
                                  float: left;
                                  margin: 30px 10px 0 0;
                              }
#about .bio                   { margin-top: 40px }
h3                            {
                                  font: 32px/32px 'LeagueGothicRegular';
                                  color: #ff8f35;
                              }
.skills,
.tools                        {
                                  float: left;
                                  margin: 40px 0px 40px 20px;
                                  padding-left: 20px;
                                  border-left: thin solid #ccc;
                                  height: 244px;
                              }
.skills ul,
.tools ul                     { margin-top: 14px }
.skills li,
.tools li                     {
                                  display: box;
                                  background: url(arrow_bullet.png) no-repeat center left;
                                  text-indent: 10px;
                              }
#footer                       {
                                  margin: auto;
                                  text-align: center;
                                  clear: both;
                                  color: gray;
                                  border-top: thin solid #ccc;
                                  width: 800px;
                                  padding: 10px 0 10px 0;
                              }
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper              {
                              position: absolute;
                              top: 0;
                              left: 0;
                              z-index: 9999;
                              overflow: hidden;
                          }
#cboxOverlay              {
                              position: fixed;
                              width: 100%;
                              height: 100%;
                          }
#cboxMiddleLeft,
#cboxBottomLeft           { clear: left }
#cboxContent              { position: relative }
#cboxLoadedContent        { overflow: auto }
#cboxTitle                { margin: 0 }
#cboxLoadingOverlay,
#cboxLoadingGraphic       {
                              position: absolute;
                              top: 0;
                              left: 0;
                              width: 100%;
                              height: 100%;
                          }
#infoBtn,
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow            { cursor: pointer }
.cboxPhoto                {
                              float: left;
                              margin: auto;
                              border: 0;
                              display: block;
                          }
.cboxIframe               {
                              width: 100%;
                              height: 100%;
                              display: block;
                              border: 0;
                          }
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay              { background: black }
#colorbox                 {
                              border: 3px solid black;
                              border-radius: 5px;
                              background: white;
                          }
#cboxContent              {
                              margin: 15px;
                          }
.cboxIframe               { background: #fff }
#cboxError                {
                              padding: 50px;
                              border: 1px solid #ccc;
                          }
#cboxLoadedContent        { margin-bottom: 42px }
#cboxTitle                {
                              position: absolute;
                              bottom: 10px;
                              left: 40px;
                              font-weight: bold;
                          }
#cboxCurrent              {
                              position: absolute;
                              bottom: -5px;
                              left: 40px;
                              font-size: 12px;
                              font-style: italic;
                          }
#cboxSlideshow            {
                              position: absolute;
                              bottom: 4px;
                              right: 30px;
                              color: #0092ef;
                          }
#cboxPrevious             {
                              position: absolute;
                              bottom: 0;
                              right: 72px;
                              background: url(colorbox_sprites.gif) no-repeat 0 -64px;
                              width: 32px;
                              height: 32px;
                              text-indent: -9999px;
                          }
#cboxPrevious:hover       { background-position: 0 -128px }
#cboxNext                 {
                              position: absolute;
                              bottom: 0px;
                              right: 40px;
                              background: url(colorbox_sprites.gif) no-repeat 0 -96px;
                              width: 32px;
                              height: 32px;
                              text-indent: -9999px;
                          }
#cboxNext:hover           { background-position: 0 -160px }
#cboxClose                {
                              position: absolute;
                              bottom: 0;
                              right: 0;
                              background: url(colorbox_sprites.gif) no-repeat;
                              width: 32px;
                              height: 32px;
                              text-indent: -9999px;
                          }
#cboxClose:hover          { background-position: 0 -32px }
#infoBtn                  {
                              position: absolute;
                              bottom: 0;
                              background: url(colorbox_sprites.gif) no-repeat 0 -192px;
                              width: 32px;
                              height: 32px;
                              text-indent: -9999px;
                          }
#infoBtn:hover            { background-position: 0 -224px }
#infoBox                  {
							  background: #1a1a1a;
                              background: rgba(1,1,1,.9);
                              position: absolute;
                              bottom: 42px;
                              color: white;
                              overflow: auto;
							  max-width:600px;
                          }
#infoBox span             { font-style: italic }
#infoBox .featured        {
                              color: #ff8f35;
                              font-weight: bold;
                              font-style: normal;
                          }
#infoBox div              {
                              margin: 20px;
						  }
#cboxContent .pointer     {
                              background: url(colorbox_sprites.gif) bottom center;
                              width: 32px;
                              height: 9px;
                              position: absolute;
                          }
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight  { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF) }

/*General form styles*/

.quform-wrapper {
    width: 560px;float:left;
    border-right:thin solid #ccc;
    margin:40px 20px 0px 0px
}

/*input, select and textarea styles*/

.quform .input-wrapper input,
.quform .input-wrapper select,
.quform .input-wrapper textarea {
    background-color: #FFFFFF;
    padding: 8px;
    border:thin solid #ccc;
    border-radius: 3px;
    font:14px/21px arial;
}
.quform .captcha-element-wrapper input {
    width: 80px;float:left;
}

/*Label style*/

.quform .element-wrapper label {
    font-weight: bold;display:block;width:120px;text-align:right;float:left;padding:10px 10px 10px 0px;
}
.quform .red {
    font-weight: normal;
    color: #CC0000;
}

/*Error styles*/

.quform ul.quform-errors {
    margin: 0;
    padding: 0;
    display: none;
}
.quform ul.quform-errors li {
    list-style-type: none;
    color: #CC0000;
    display: block;
    margin-left:130px;
    margin:0px 0px 2px 130px;
}

.captcha-element-wrapper ul.quform-errors li {
    position:absolute;
    
}

.quform-error-title {
    font-size: 16px;
    font-weight: bold;
    padding:10px;
    background: rgb(255,140,140) url('error.png') no-repeat 12px;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-right:23px;
    text-indent: 24px;
}
.quform-error-message {
    margin-bottom: 10px;
    background: #F3CAC7;
    color: #CC0000;
    padding: 8px;
}

/*Other form styles*/

.quform .message-element {
    height: 126px;
    max-height:126px;
    resize:none
}
.quform input {
    height: 21px;    
}
.quform input, .quform .message-element {
    width: 390px
}
.quform .element-wrapper {
    margin-bottom: 10px;
}
.quform .input-wrapper {
    margin-top: 4px;
}
.quform a.cancel-button {
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    height: 16px;
    width: 16px;
    margin-top: 4px;
}
.quform .element-wrapper p.description {
    margin: 2px;
    font-size: 12px;
    font-style: italic;
    padding: 0;
}

/*Send button styles*/

.quform .submit-button-input-wrapper input {
    font-size:14px;
    height: 39px;
    width: 100px;
    color:white;
    background:#222;
    cursor: pointer;
    border:none;
    border-radius: 3px;
    margin-right:22px;
    margin-top:-56px;
    float:right;
}
.quform .submit-button-input-wrapper input:active {
    background:none repeat scroll 0 0 #EEEEEE;
    padding-left: 13px;
    padding-right: 11px;
    outline: 0 none;    
}
.quform .submit-button-input-wrapper input::-moz-focus-inner  {
    border: 0;
}
.quform-loading-wrap {
    float:right;
    line-height:21px;
    text-align:right;
    font-style: italic;
    margin-top:-46px;
    margin-right:130px
}
.quform-loading-wrap .loading {
	display:none   
}

/*Captcha*/

.quform-captcha-img {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 5px;
}

/*Success (message sent)*/

.quform-success-inner {
    font-size: 16px;
    font-weight: bold;
    padding:10px;
    background: #9cd961 url('success.png') no-repeat 12px;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-right:23px;
    text-indent: 24px;
}

/*Clearfix code*/
/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*Clearfix code*/