﻿/*
Theme: Studio Blue
Description: Studio Blue website 6/2010
Designer: Brandon Stepp

Colors:

text:       #ffffff  
dark grey:  #424242 
light grey: #949494


*/

/* Generic Styles */

body 
{
    background: #575757 url(images/background.jpg) repeat-x;
    text-align:center;
    font-family: Georgia, Garamond, Sans-Serif;
    line-height: 25px;
} 

p 
{
    color: Black;
    padding: 10px;
    font-family: Garamond;
    font-size: 18px;
}

#contact 
{
    font-family: Garamond;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
}

a
{
    text-decoration:none;
}

a:hover 
{
    text-decoration: none;
    color: Blue;
}

h2 
{
    font-size: 24px;
    font: Garamond;
    margin-bottom: 10px;
}

h3 
{
    position: relative;
    margin-top: 10px;
    float: right;
}

h6 
{
    font-style: italic;
}

#container 
{
    width: 988px;
    margin: auto;
    margin-top: -50px;
    text-align: left;
    position: relative;
    background: #949594 url(images/background.jpg) repeat-x;
}

#header
{
    overflow: hidden;
}

/* Navigation */

#container ul#nav 
{
    overflow: hidden;
    float:right;
    margin: 0;
    margin-top -13 px;
}

#nav li 
{
    float: left;
    font-size: 18px;
    font-family: Georgia;
    text-align: center;
    margin-left: 25px;
    list-style-type: none;
}

#nav li a 
{
    color: #ffffff;
    display: block;
    padding-top: 86px;
    text-align: center;
}

#nav li a:hover 
{
    color: #aaaaaa;
    display: block;
    padding-top: 86px;
    text-align: center;
}

#primarycontent 
{
    position: relative;
}

#secondarycontent
{
    background: #c9c9c9 url(images/sc_bg.png);
    position:absolute;
    top: 125px;
    left: 445px;
    float:right;
    width: 500px;
    height: 550px;
    margin-top: 25px;
    padding: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 5px;
}

#contactsecondary 
{
    background: #c9c9c9 url(images/sc_bg.png);
    position:absolute;
    top: 110px;
    left: 545px;
    float:right;
    width: 400px;
    height: 550px;
    margin-top: 25px;
    padding: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 5px;
}

#logo 
{
    position: absolute;
    top: 440px;
    left: -50px;
}

#logovalue 
{
    position: absolute;
    top: 550px;
    left: -50px;
}

#proofs 
{
    background: #c9c9c9 url(images/sc_bg.png);
    position:absolute;
    top: 125px;
    left: 75px;
    float: right;
    width: 250px;
    height: 300px;
    margin-top: 25px;
    padding: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 5px;
}

#info li {
   float: left;
   margin-right: 20px;
   margin-bottom: 5px;
   font-size: 14px;
}

/*  Forms  */

form 
{
    width: 400px;
    overflow: hidden;
}

label 
{
    display: block;
    font-size: 11px;
    color: #000000;
}

input[type=text], textarea 
{
    width: 452px;
    height: 20px;
    border: 1px solid #575757;
    margin-bottom: 15px;
    color: #535353;
    font-size: 14px;
    padding: 5px 0 0 8px;
    font-family: Garamond, Georgia;
}

input[type=text]:hover, textarea:hover, input:focus, textarea:focus 
{
    background: #bfbfbf;
    outline: none;
    color:#535353;
}

#container textarea 
{
    height: 212px;
}

input[type=submit] 
{
    border: 1 px solid #aba199;
    text-align: center;
    color: #c9c9c9;
    font-size: 11px;
    width: 100px;
    padding: 12px;
    text-transform: uppercase;
    float: right;
    margin-top: -12px;
    background: #575757;
    cursor: pointer;
}

input[type=submit]:hover 
{
    background: #bfbfbf;
    color: #000000;
}

