/**
 *	Site Name: Creations by Gabriella.com
 *	Site URI: http://www.creationsbygabriella.com/
 *	Description: Creations by Gabriella Website
 *
 *	Version: 1
 *
 *	Author: Aquabox
 *	Author URI: http://www.aquabox.ca
 *
 *	Client: Creations by Gabriella
 *	Written by: Aquabox
 *	Last updated: February 22, 2008
 *
 *	All contents (c) Aquabox and/or the owner of the site.
 */

/**
 * Colors:
 *	lt. blue        #cff5f0
 *  dk. grey        #333333
 *  md. grey        #666666
 *  lt./md. grey    #999999
 *  lt. grey        #f2f2f2
 */

body{
    background: #cff5f0;
    text-align: center;
    margin: 5px auto 0;
    font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial Narrow, Verdana, sans-serif;
}

a{
    color: #fff;
}

a:hover{
    background: #fff;
    color: #333;
    text-decoration: none;
}

img{
    border: 0;
}

.hidden{
    display: none;
}

#container{
    background: #fff;
    width: 778px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background: url(../images/container_top.gif) top left no-repeat;
    position: relative;
}

/** body background **/
#outter-content-wrap{
    position: relative;
    top: 15px;
    margin-bottom: 15px;
    background: url(../images/container_body.gif) repeat-y 0 0;
}

#inner-content-wrap{
    margin: 0 9px;
}

#logo{
    background: url(../images/logo.gif) top left no-repeat;
    height: 29px;
    width: 295px;
    margin: -42px 0 0;
    padding-bottom: 13px;
}

#logo a{
    text-indent: -999em;
    height: 29px;
    width: 295px;
    display: block;
}

#logo a:hover{
    text-decoration: none;
    background: transparent;
}

#content-wrap{
    padding: 51px 25px;
}

#content{
    background: #f2f2f2;
    min-height: 450px;
    position: relative;
}

#inner-content{
    position: relative;
    z-index: 1;
    color: #fff;
    min-height: 450px;
}

/** layer to add opacity above images, as well as the portfolio slideshow **/
.opacity-helper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #333;
    opacity: 0.65;    
    z-index: -1;
    border-right: 1px solid #fff;
}

#inner-content .opacity-helper{
    padding: 0;
}

body.nogrid .opacity-helper{
    display: none;
}

body.left #inner-content{
    float: left;
}

body.right #inner-content{
    float: right;
}

/**
 * Grid setup (1x3, 2x3, 3x3)
 */
body.grid1x3 #inner-content{
    min-height: 434px;
    width: 236px;
    padding: 8px;
}

body.grid2x3 #inner-content{
    min-height: 434px;
    width: 472px;
    padding: 8px;
}

body.grid3x3 #inner-content{
    min-height: 434px;
    width: 694px;
    padding: 8px;
}

/**
 * Content headings (H2's)
 */ 
#inner-content h2{
    font-size: 120%;
    font-weight: bold;
    height: 30px;
}

#heading-links{
    background: url(../images/headings.png) no-repeat 0 0;
    text-indent: -999em;
}

#heading-about{
    background: url(../images/headings.png) no-repeat 0 -30px;
    text-indent: -999em;
}

#heading-contact{
    background: url(../images/headings.png) no-repeat 0 -60px;
    text-indent: -999em;    
}

/**
 * Content text
 */
#inner-content p{
    margin: 15px 0;
}

/**
 * Navbar (bottom)
 */
#navbar{
    width: 394px;
    margin-right: 9px;
    height: 30px;
    position: absolute;
    bottom: 9px;
    right: 25px;
}

#navbar ul{
    margin: 0;
    padding: 0;
    height: 30px;
    list-style-type: none;

    text-align: right;
    position: relative;

    float: left;
}

#navbar ul li{
    display: inline;
    float: left;
}

#navbar ul li a{
    display: block;
    height: 0;
    overflow: hidden;
    width: 67px;
    padding-top: 30px;
    margin-right: 0px;
    background: url(../images/navbar.gif) top left no-repeat;
}

#navbar ul li #nav-home{
    width: 75px;
}

#navbar ul li #nav-home:hover{
    background-position: 0 -30px;
}

#navbar ul li #nav-portfolio{
    width: 95px;
    background-position: -74px 0px;
}

#navbar ul li #nav-portfolio:hover{
    background-position: -74px -30px;
}

#navbar ul li #nav-links{
    width: 58px;
    background-position: -170px 0px;
}

#navbar ul li #nav-links:hover{
    background-position: -170px -30px;
}

#navbar ul li #nav-about{
    width: 77px;
    background-position: -228px 0px;
}

#navbar ul li #nav-about:hover{
    background-position: -228px -30px;
}

#navbar ul li #nav-contact{
    width: 89px;
    background-position: -305px 0px;
}

#navbar ul li #nav-contact:hover{
    background-position: -305px -30px;
}

/**
 * Page specific nav sprites
 */
#home #navbar li #nav-home{
    background-position: 0 -30px;
}

#portfolio #navbar li #nav-portfolio{
    background-position: -74px -30px;
}

#links #navbar li #nav-links{
    background-position: -170px -30px;
}

#about #navbar li #nav-about{
    background-position: -228px -30px;
}

#contact #navbar li #nav-contact{
    background-position: -305px -30px;
}

/**
 * Page specific backgrounds
 */
#home #content{
    background: url(../images/backgrounds/bg_home.jpg) no-repeat 0 0;
}

#about #content{
    background: url(../images/backgrounds/bg_about.jpg) no-repeat top right;
}

#contact #content{
    background: url(../images/backgrounds/bg_contact.jpg) no-repeat top right;
}

#links #content{
    background: url(../images/backgrounds/bg_links.jpg) no-repeat 0 0;
}

/**
 * Links 
 */
#link-list{
    margin-top: 1.5em;
}

#link-list li{
    padding-bottom: .5em;
    border-left: 1px solid #666;
    padding-left: .5em;
}

/**
 * Portfolio
 */

/* background set here in order to not prevent the slideshow loader from displaying */
#slideshow-wrap{
    background: #f2f2f2;
}

#slideshow{
    height: 450px;
    overflow: hidden;
    text-align: center;
}

/** animated loader **/
#slideshow-loader{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

/** narration (navigation used on the portfolio page) **/
#narration{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    background: transparent;
}

#narration .opacity-helper{
    border: none;
}

#nav-prev{
    float: left;
    width: 5%;
    text-align: center;
    font-size: 300%;
    margin-top: -.3em;
    font-weight: bold;
}

#nav-next{
    float: right;
    width: 5%;
    text-align: center;
    font-size: 300%;
    margin-top: -.3em;
    font-weight: bold;
}

#narration a{
    text-decoration: none;
}

#narration a:hover{
    background: transparent;
    color: #000;
}

#narration .disabled{
    visibility: hidden;
}

#photo-credits{
    float: left;
    width: 90%;
    padding-top: 5px;
    text-align: center;
}

/**
 * Contact Us
 */
.input-form table{
    margin-bottom: 5px;
    width: 100%;
}

.input-form table th{
    vertical-align: top;
    text-align: right;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 3px;
    width: 20%;
}

.input-form table td{
    text-align: left;
    padding: 3px;
    vertical-align: top;
    width: 80%;
}

.input-form table span.hints{
    display: block;
    color: #999;
    font-weight: normal;
}

.input-form table span.req{
    font-weight: bold;
}

.input-form table span.req-info{
    font-size: 85%;
}

.input-form input, 
.input-form select, 
.input-form textarea{
    width: 100%;
    margin: 0;
}

.input-form input[ type="checkbox"],
.input-form input[ type="radio"],
.input-form input[ type="submit"],
.input-form input[ type="image"],
.input-form input.regular,
.input-form select.regular{
    width: auto;
}

.input-form table tr.actions th{
    border: none;
}

#contact_info dt{
    float: left;
    width: 30%;
}

#contact_info dd{
    margin-left: 30%;
}

#contact_info{
    margin-bottom: 1em;
}

/**
 * Footer
 */
#footer{
    background: url(../images/container_bottom.gif) no-repeat 0 0;
    padding-top: 15px;
    position: relative;
    width: 778px;
}

#footer p{
    float: right;
    margin-right: 15px;
    color: #999;
    font-size: 85%;
    padding: 0 0 5px;
}

.plug{
    position: absolute;
    left: 20px;
    top: 15px;
}

.plug a{
    color: #999;
}

/**
 * Error Messages
 */
.error-detail{
	background: #ffc url(../images/icons/error.gif) 10px 3px no-repeat;
	padding: 3px;
	border-width: 1px 0;
	margin-bottom: 1em;
	padding-left: 40px;
	color: red;
}

.error-detail li{
	background: url(../images/icons/bullet_arrow_left.gif) top left no-repeat;
	padding-left: 16px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */