﻿html, body
{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Century Gothic, sans-serif;
    color: #999;
}

a
{
    color: #6ECBDD;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#pages
{
    list-style: none;
    height: 600px;
    padding: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
}

#pages li.page, #pages li.divider
{
    position: relative;
    float: left;
    height: 100%;
    background: url(bg.gif) repeat-x;
}

#pages li.page
{
    width: 980px;
}


#pages li.divider
{
}

/* HOME 
---------------------------------- */

#home
{
    background-image: none !important;
}

#logo-main
{
    position: absolute;
    top: 218px;
    left: 229px;
}

#home .swirl
{
    position: absolute;
    display: none;
}

#spinning-head
{
    position: absolute;
    top: 219px;
    left: 465px;
}

#swirl-about
{
    left: 645px;
    top: 94px;
}


#swirl-portfolio
{
    left: 664px;
    top: 94px;
}

#swirl-contact
{
    left: 610px;
    top: 94px;
}

#design-abby
{
    position: absolute;
    right: 0px;
    top: 496px;
}

#home-nav
{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 612px;
    top: 167px;
}

#home-nav li
{
    margin-top: 25px;
    outline: none;
}

#home-nav li.portfolio
{
    margin-top: 33px;
}

#home-nav li a
{
    outline: none;
    display: block;
    width: 74px;
    height: 53px;
    background: url(sprite.png) no-repeat;
}

#home-nav li.about a
{
    background-position: -70px -72px;
}


#home-nav li.about a:hover, #home-nav li.about a.hover
{
    background-position: -70px -1px;
}

#home-nav li.portfolio a
{
    background-position: -70px -205px;
}

#home-nav li.portfolio a:hover, #home-nav li.portfolio a.hover
{
    background-position: -70px -135px;
}

#home-nav li.contact a
{
    margin-top: 40px;
    margin-left: -9px;
    background-position: -68px -340px;
    height: 63px;
}

#home-nav li.contact a:hover, #home-nav li.contact a.hover
{
    background-position: -70px -264px;
}
/* SMALL NAV
----------------------------------------*/

ul.small-nav
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 510px;
}
ul.small-nav li
{
    float: left;
}

ul.small-nav li a
{
    outline: none;
    display: block;
    width: 63px;
    height: 41px;
    background: url(sprite.png) no-repeat;
}

ul.small-nav li.portfolio
{
}

ul.small-nav li.about a
{
    background-position: 0px -56px;
}


ul.small-nav li.about a:hover
{
    background-position: 0px -3px;
}

ul.small-nav li.portfolio a
{
    background-position: 0 -155px;
}

ul.small-nav li.portfolio a:hover
{
    background-position: 0px -102px;
}

ul.small-nav li.contact a
{
    background-position: 0px -254px;
    height: 46px;
}

ul.small-nav li.contact a:hover
{
    background-position: 0px -198px;
}



/* ABOUT
------------------------------------- */
#about
{
    padding-top: 185px;
}

#ipa
{
    margin-bottom: -10px;
}

#abby-sitting
{
    float: right;
}

/* PORTFOLIO
---------------------------------------*/
img.replaced[src="/portfolio-content"] {
   display:none !important;
}

#portfolio a:hover
{
    text-decoration: none;
}

#portfolio img
{
}

#big-print, #big-web, #big-identity
{
    position: absolute;
    cursor: pointer;
}
#big-print
{
    top: 100px;
    left: 150px;
}

#big-web
{
    top: 130px;
    left: 420px;
}

#big-identity
{
    top: 130px;
    left: 650px;
}

/* PORTFOLIO CONTENT
------------------------------------- */

#small-print, #small-web, #small-identity
{
    position: absolute;
    cursor: pointer;
}
#small-print
{
    top: 15px;
    left: 750px;
}

#small-web
{
    top: 23px;
    left: 840px;
}

#small-identity
{
    top: 23px;
    left: 916px;
}

#gallery-wrap
{
    position: absolute;
    top: 97px;
    height: 405px;
}

#main_image
{
    text-align: right;
    position: absolute;
    left: 50px;
    height: 395px;
    margin-top: 5px;
    width: 600px;
}

#main_image div
{
    text-align: center;
    vertical-align: middle;
}

#main_image img
{
    max-height: 395px;
    vertical-align: middle;
    max-width: 600px;
}

#main_image .caption
{
    background: black;
    display: block;
    color:white;
    font-weight :bold;
    left: 0;
    font-size:0.8em;
    position: absolute;
    text-align: center;
    bottom:-4px;
    width: 600px;
    -webkit-border-top-right-radius: 0.8em;
    -webkit-border-top-left-radius: 0.8em;
    -moz-border-radius-topright: 0.8em; 
    -moz-border-radius-topleft: 0.8em;
}


#gallery
{
    position: absolute;
    right: 0px;
    left: 650px;
    top: 5px;
    height: 250px;
}

.galleria
{
    list-style: none;
    width: 300px;
}
.galleria li
{
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
    background-color: #ccc;
}
.galleria li a
{
    display: none;
}
.galleria li div
{
    position: absolute;
    display: none;
    top: 0;
    left: 180px;
}
.galleria li div img
{
    cursor: pointer;
}
.galleria li.active div img, .galleria li.active div
{
    display: block;
}
.galleria li img.thumb
{
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
}
.galleria li .caption
{
    display: block;
    padding-top: .5em;
}
* html .galleria li div span
{
    width: 400px;
}
/* MSIE bug */








/* CONTACT
------------------------------------- */
#contact-form
{
    margin: 130px 0 0 124px;
}

#phone-overlap
{
    left: 426px;
    position: absolute;
    top: 414px;
    width: 554px;
    background: white;
}

#block-contact
{
    position: absolute;
    width: 100%;
    background-color: White;
    bottom: 0;
    height: 200px;
}


label 
{
    display:block;
    width:6em;
    float:left;
    clear:left;
    margin: 0 5px 5px 0;
    text-align:right;font-size:0.8em;
}

input , textarea
{
    clear:right;
    float:left;   
    border: solid 1px #999;
}

input 
{
    width: 18em;
}
input:focus, textarea:focus 
{
     border: solid 1px #6ECBDD;
}


textarea 
{
    font-size:0.8em;
    height:5em;
    width:15em;
    font-family: Century Gothic, Sans-Serif;
        
}

.error
{
     border: solid 1px red !important;
}
#send-contact
{
    clear:both;
float:left;
margin-left:7em;
margin-top:1em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
