body {
    font: x-small/1.6em "Lucida Grande", Verdana, Sans-serif;
    color: #444;
    font-size/* */:/**/small;
    font-size: /**/small;
}

img {
    border: 0px;
}

a {
    outline:none;
}

.splashsceen {
    position: absolute;
    width: 497px;
    height: 448px;
    margin-left: -249px;
    margin-top: -112px;
    top: 25%;
    left: 50%;
}

.center {
    margin: 20px auto;
    width: 830px;
}

.main-box {
    background-color: white;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    padding: 15px 15px 15px 15px;
}

.view-box {
    background-color: #CBC7BC;
    width: 800px;
    height: 533px;
    position: relative;
}

#home {
    width: 800px;
    height: 533px;
}

#bio {
    background-image: url('../images/marcia.jpg');
    background-repeat: no-repeat;
    width: 800px;
    height: 533px;
}

#bio h2 {
    margin-top: 6px;
    margin-bottom: 6px;
}

#contact {
    background-image: url('../images/boy-running.jpg');
    background-repeat: no-repeat;
    width: 800px;
    height: 533px;
}

#pricing {
    background-color: black;
    width: 800px;
    height: 533px;
    overflow: auto;
}

#pricing h1 {
    font-size: x-large;
    color: #FF8539;
}

#pricing h2 {
    font-size: large;
    color: #FF8539;
}

#pricing .content {
    color: white;
    padding: 10px;
}

#pricing .about {
    text-align: center;
}

#pricing .about p {
    width: 500px; 
    margin: auto;
    text-align: left;
    padding-bottom: 1em;
    padding-top: 1em;
}

.sidebar {
    padding: 0px 5px 0px 5px;
    float: left;
    background-image: url('../images/blog-bubble.gif' );
    background-repeat: no-repeat;
    width: 273px;
    min-height: 300px;
    height:auto !important;
    height:300px;
}

#galleries {
    background-color: white;
    overflow: hidden;
    width: 800px;
    height: 533px;
    display: table-cell; 
    vertical-align: middle;
}

.poloroids {
/*
    position: absolute;
    top: 50%;
    left: 50%;
    width: 416px;
    height: 500px;
    margin-top: -250px;
    margin-left: -208px;
*/
}

.poloroids .inner {
/*
    width: 500px;
    text-align: left;
*/
    margin: auto auto;
    text-align:center;
}

.poloroid {
    width: 208px;
    height: 250px;
}

.horizontal {
    margin: 0px;
    padding: 0px;
}

.horizontal li {
   display: inline;
   list-style-type: none;
   padding-right: 5px;
}

.horizontal a { padding: 3px 10px; }

.horizontal a:link, .horizontal a:visited {
    color: #6699bb;
    text-decoration: none;
}

.horizontal a:hover {
    color: #fff;
    background-color: #6699bb;
    text-decoration: none;
}

.menu {
    font-weight: bold;
    float: right;
}

.logo {
    background-image: url( '../images/marcia-logo.gif' );
    background-repeat: no-repeat;
    height: 76px;
    margin-top: 5px;
}

.left {
    float: left;
    margin-left: 2.5%;
    margin-top: 2.5%;
}

.bubble {
    font: x-small/1.8em Helvetica, Verdana, Sans-serif;
    font-size: small;

    background-color: #E6EBEA;
    width: 330px;
    height: 90%;
    padding-right: 70px;
    border: 1px solid #857E81;
    color: #999;

    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    opacity: 0.75;
    background-image: url('../images/tentacles.gif');
    background-repeat: no-repeat;
    background-position: 150% 100%;
}

.bubble a {
    color: black;
}

.text {
    color: black;
    padding: 15px;
}

.tabheader {
    border-bottom: 1px solid white;
    margin: 0px;
    padding: 0px;
}

.tabheader li {
    margin: 0px;
    padding: 0px;
    display : inline;
    list-style-type : none;
}

/* Hides from IE-mac \*/
* html .tabheader li { margin-right: 3px; }
/* End hide from IE-mac */


.tabheader li a {
    text-decoration: none;
    color: white;
    background-color: #FF8539;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    border-top: 1px solid #FF4400;
    font-weight: bold;
    padding-bottom: 3px;
}

.tabheader li a:hover {
    background-color: #FF9933;
}

.tabheader li a.selected {
    background: white;
    color: #FF8539;
    border-bottom: none;
    padding-bottom: 3px;
    padding-top: 2px;
    border-top: 1px solid #6C81A2;
}

.tab {
    padding: 1em;
    border-top: 0px;
    background-color: white;
    color: #336699;
    min-height:400px;
    height:auto !important;
    height:400px;
}

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

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

.right {
    float: right;
}

#nextButton:hover, #prevButton:hover {
    cursor: pointer;
}

#loading {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 30;
    color: white;
    font-weight: bold;
    background-color: #DEDEDE;
    width: 800px;
    height: 533px;
}

#loading-control {
    position: absolute;
    top: 50%;
    left: 50%;
    width:70px;
    height:70px;
    margin-top: -35px; /*set to a negative number 1/2 of your height*/
    margin-left: -35px; /*set to a negative number 1/2 of your width*/
}

.pageturner {
    position: absolute;
    right: 15px;
    top: 15px;
}

#bionext, #bioprev {
    padding: 0px 3px 0px 3px;
}
