@charset "utf-8";
/* CSS Document */

/* Based on Eric Meyer's CSS Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* Reusable Classes */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }

/*
* Layout Elements
*/
html {
    font-size: 62.5%;
}

body {
    background: #ffffff url(../images/bubble.gif) -100000px -100000px no-repeat scroll;
    color: #000000; 
    font-size: 1.2em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}

a {
    color: #000000;
    text-decoration: none;
}

#wrapper {
    width: 85.00em;
    margin: 0 auto 2em;
    padding-bottom: 2em;
}


#header h1,
#header object {
    float: left;
    width: 214px;
    height: 102px;
}

#body {    
    clear: both;
}

/*
 * Homepage
 */
#home #top {
    display: block;
    width: 100%;
    
}
#home #wrapper p.summary {
    width: 560px;
    margin: 0 auto;
}
#home strong {
    font-weight: normal;
}
#home ul#main-nav {
    width: 574px;
    position: relative;
    left: -255px;
    margin-left: 50%;
}

/*
 * Fenagling to hide the left line on homepage only
 */
#home ul#main-nav li.web {
    width: 52px;
    
}
#home ul#main-nav li.web a {
    background-position: -25px 0;
}
#home ul#main-nav li.web a:hover {
    background-position: -25px -30px;
}
/*
 * Top nav
 */
ul#main-nav {
    float: left;
    margin-top: 2.92em;
}
ul#main-nav li {
    float: left;
    display: inline;
    background-image: url(../images/top-nav.png);
    background-color: transparent;
    background-repeat: no-repeat;
}
ul#main-nav li a {
    display: block;
    text-indent: -100000px;
    height: 30px;
    line-height: 30px;
}
ul#main-nav li a
{
    background-image: url(../images/top-nav.png);
    background-color: transparent;
    background-repeat: no-repeat;    
}

/* Web: normal,hover,active */
ul#main-nav li.web a {
    width: 77px;
}
ul#main-nav li.web a:hover,
#web ul#main-nav li.web a {
    background-position: 0px -30px;
}

/* Print: normal,hover,active */
ul#main-nav li.print a {
    width: 82px;
    background-position: -77px 0px;
}
ul#main-nav li.print a:hover,
#print ul#main-nav li.print a {
    background-position: -77px -30px;
}

/* Flash: normal,hover,active */
ul#main-nav li.flash a {
    width: 90px;
    background-position: -159px 0px;
} 
ul#main-nav li.flash a:hover,
#flash ul#main-nav li.flash a {
    background-position: -159px -30px;
}

/* Identity: normal,hover,active */
ul#main-nav li.identity a {
    width: 113px;
    background-position: -249px 0px;
}
ul#main-nav li.identity a:hover,
#identity ul#main-nav li.identity a {
    background-position: -249px -30px;
}

/* Studio: normal,hover,active */
ul#main-nav li.studio a {
    width: 104px;
    background-position: -362px 0px;
}
ul#main-nav li.studio a:hover,
#studio ul#main-nav li.studio a {
    background-position: -362px -30px;
}

/* Contact: normal,hover,active */
ul#main-nav li.contact a {
    width: 108px;
    background-position: -466px 0px;
}
ul#main-nav li.contact a:hover,
#contact ul#main-nav li.contact a {
    background-position: -466px -30px;
}


/*
 * Side nav
 */


#side-content {
    float: left;
    width: 291px;
}
#main-content {
    float: right;
    width: 721px;
}

#sub-nav {
  margin-left: 1.25em;  
}
#sub-nav li {
    list-style-type: none;
}

#sub-nav li a {
    font-size: 20px;
}

/*
 * Footer
 */
#footer {
    clear: both;    
}

#footer p.copyright {
    float: right;
    text-align: right;
    border-bottom: 1px solid #ffb0df;
    padding-bottom: .3em;
    font-size: 0.66em;
    color: #666;
}

/*
 * Photo Gallery
 */
.gallery {
    position: relative;
}


.gallery .thumbs {
    float: right;
    height: 32px;
}
.gallery .thumbs a {
    margin-left: 0.66em;
}

/* Full size image */
.gallery .viewer {
    width: 717px;
    height: 430px;
    clear: both;
    background: #ffffff;
}

.gallery .viewer img {
    top: 0px;
    left: 0px;
    clear: both;
}

/* Image descriptions */
.gallery .descriptions {
    position: relative;
    height: 120px;
}
.gallery .descriptions div {
    top: 1em;
    left: 0em;
    width: 100%;
}
.gallery .descriptions h2 {
    margin: 1em 0 0.25em;
    color: #eb008b;
    text-align: right;
} 

.gallery .descriptions a {
    display: block;
    margin-top: 1em;
    color: #EB008B;
} 

.gallery .descriptions a:hover {
    color: #cc33ff;
} 

.gallery .descriptions p {
    text-align: right;
}

.gallery .descriptions p br {
    display: block;
}

/*
 * AJAX Loader
 */
.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    text-align: center;
}
.loader img {
    margin-top: 10em;
}

/*
 * Overlay to prevent clicking
 */
.ui-blocker {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent none;
}

/*
 * Contact page
 */
#contact h1 {
    margin: 8em 0 1.5em;
    color: #ff0099;
    font-size: 1.75em;
    font-weight: bold;    
} 

#contact address {
    margin-bottom: 2.75em;
}

#contact address strong {
    font-weight: normal;
    font-style: normal;
}

#contact address span {
    display: block;
    font-style: normal;
}

#contact span.phone {
    display: block;
    margin-bottom: 1em;
}

#contact a.email {
    color: #ff0099;
    font-size: 1.75em;
    font-weight: bold;
}
