/* -----------------------------------------------------------------------
   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com
----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
li {list-style-type:none;}
body {line-height:1.5;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;font-family:"Trebuchet", "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:1.5em;line-height:1.2;margin:5px 0 5px 0;}
h2, h3, h4, h5, h6 {color:#cc3300;font-size:1.3em;margin:5px 0 5px 0;}
p, ul {font-size:1.1em; margin:.75em 0 .75em 0;}

blockquote {color:#999999; font-size: 1.0em; font-style: italic; }
span.bigbold {font-size:1.2em;}
ul.glist, #footer p {font-size:.80em;}

/* ------------------------------------------------------------------------------------------
BODY & RESETS */

body { background: #101010; color: #f2f2f2; margin: 0 0 25px 0; }

img { border: 0; }

a:link, a:visited { color: #ffcc00; text-decoration: none; }
a:visited { color: #666666; text-decoration: none; }
a:hover, a:active { color: #ffcc00; text-decoration: underline; }

/* ------------------------------------------------------------------------------------------
PAGE LAYOUT */

div#hcontainer { background: #ffffff; color: #454545; overflow: auto;width: 100%; }
div#hcontent { margin: 25px auto 25px auto; width: 75%; }
div#leftcol { float: left; text-align: left; width: 29%; }
div#rightcol { float: right; text-align: left; width: 69%; }

div#gcontainer { background: transparent url(../images/bkg_gcontainer.png) repeat-x; color: #f2f2f2; overflow: auto; width: 100%; }
div#gcontent { margin: 45px auto 25px auto; width: 75%; }
div#gallery { width: 100%; }

div#footer { border-top: 1px solid #212121; margin: 0 auto 0 auto; padding: 15px 0 0 0; text-align: right; width: 75%; }

ul.glist li { float: left; height: 200px; margin: 0 10px 0 10px; width: 160px; }
ul.works li { list-style-type: circle; margin: 0 0 0 15px; padding: 0 0 0 5px; }

/* ------------------------------------------------------------------------------------------
LIGHTBOX */

div#fancy_overlay { position:absolute; top: 0; left: 0; z-index: 90; width: 100%; background-color: #333; }
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(../images/fancy_progress.png) no-repeat; }
div#fancy_close { 
	position: absolute; top: -12px; right: -12px; height: 30px; width: 30px; background: transparent url(../images/fancy_closebox.png); cursor: pointer;
	z-index: 100; display: none; }
div#fancy_content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0; margin: 0; z-index: 96; }
#fancy_frame { position: relative; width: 100%; height: 100%; display: none; }
img#fancy_img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0; padding: 0; margin: 0; z-index: 92; }
div#fancy_title { position: absolute; bottom: -35px; left: 0; width: 100%; z-index: 100; display: none; }
div#fancy_title table { margin: 0 auto; }
div#fancy_title div { color: #FFF; font: bold 12px Arial; padding-bottom: 2px; }
td#fancy_title_left { height: 32px; width: 15px; background: transparent url(../images/fancy_title_left.png) repeat-x; }
td#fancy_title_main { height: 32px; background: transparent url(../images/fancy_title_main.png) repeat-x; }
td#fancy_title_right { height: 32px; width: 15px; background: transparent url(../images/fancy_title_right.png) repeat-x; }
div#fancy_outer { 
	position: absolute; top: 0; left: 0; z-index: 90; padding: 18px 18px 58px 18px; margin: 0; overflow: hidden; background: transparent; display: none; }
div#fancy_inner { position: relative; width:100%; height:100%; border: 1px solid #444; background: #FFF; }
a#fancy_left, a#fancy_right { 
	position: absolute; bottom: 10px; height: 100%; width: 35%; cursor: pointer; background-image: url(data:image/gif;base64,AAAA); z-index: 100; }
a#fancy_left { left: 0px; }
a#fancy_right { right: 0px; }
a#fancy_left:hover { background: transparent url(../images/fancy_left.gif) no-repeat 0% 100%; } 
a#fancy_right:hover { background: transparent url(../images/fancy_right.gif) no-repeat 100% 100%; }
#fancy_bigIframe, #fancy_freeIframe { position:absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }
div#fancy_bg { display: none; }
div.fancy_bg { position: absolute; display: block; z-index: 70; }
div.fancy_bg_n { top: -18px; width: 100%; height: 18px; background: transparent; }
div.fancy_bg_ne { top: -18px; right: -13px; width: 13px; height: 18px; background: transparent; }
div.fancy_bg_e { right: -13px; height: 100%; width: 13px; background: transparent; }
div.fancy_bg_se { bottom: -18px; right: -13px; width: 13px; height: 18px; background: transparent; }
div.fancy_bg_s { bottom: -18px; width: 100%; height: 18px; background: transparent; }
div.fancy_bg_sw { bottom: -18px; left: -13px; width: 13px; height: 18px; background: transparent; }
div.fancy_bg_w { left: -13px; height: 100%; width: 13px; background: transparent; }
div.fancy_bg_nw { top: -18px; left: -13px; width: 13px; height: 18px; background: transparent; }




