﻿/* DEFAULTS
----------------------------------------------------------*/

html
{
    background-color: #4d4d4d;
}


body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #444;
    z-index: 9999;
}

strong
{
    font-weight: bold;
}

#logo
{
    background: url(/images/styling/logo.png) no-repeat;
    width: 170px;
    height: 150px;
    position: relative;
    top: -50px;
    left: 40px;
}

#header
{
    background-color: #4d4d4d;
        
}

#innerHeader
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;    
}

ul#mainNav li
{
    float: left;
}

ul#mainNav li a
{
    color: #fff;
    display: inline-block;
    padding: 30px 20px 5px 20px;
    text-decoration: none;    
}

ul#mainNav li a:hover
{
    background-color: #999;
}

ul#mainNav li a.active
{
    background-color: #ef7c1d;
}

.clearer
{
    clear: both;
}

#spotlight
{
    background: url(/images/styling/texture.png) repeat;    
}

#innerSpotlight
{
    background-color: #fff;
    width: 980px;
    margin-left: auto;
    margin-right: auto; 
    height: 250px;
    -moz-box-shadow: 3px 0px 5px #666; 
    -webkit-box-shadow: 3px 0px 5px #666; 
    box-shadow: 3px 0px 5px #666;
}

#contentPanel
{
    background-color: #fff;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 3px 0px 5px #666; 
    -webkit-box-shadow: 3px 0px 5px #666; 
    box-shadow: 3px 0px 5px #666;   
}

.sitePadding
{
    padding: 20px;
}

#contentPanel h1
{
    font-size: 28pt;
    color: #ef7c1d;
    letter-spacing: -1pt;    
    font-weight: bolder;
}

#contentPanel h2
{
    font-size: 17pt;
    color: #4d4d4d;
    letter-spacing: -1pt;    
}

#contentPanel p
{
    padding: 5px 0px;
    line-height: 15pt;
}

#contentPanel ul
{
    margin: 10px 0px 10px 35px;
    line-height: 15pt;
}

#contentPanel ul li
{
    list-style-type: disc;
}

#contentPanel a, #contentPanel a:visited
{
    text-decoration: none;
    color: #1a3593;    
    font-weight: bold;
}

#contentPanel a:hover
{
    text-decoration: underline;
}

#footer
{
    background-color: #4d4d4d;
}

#innerFooter
{    
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px; 
}

.footerOptions
{
    width: 210px;    
    padding: 0px 10px;
    float: left;
}

#innerFooter h1
{
    font-size: 24pt;
    color: #666;
}

ul.footerLinks a
{
    text-decoration: none;
    color: #999;
}

ul.footerLinks a:hover
{
    border-bottom: 1px dashed #ef7c1d;
    color: #fff;
}

div#middleColumn
{
    float: left;
    width: 500px;    
}

div#fullMiddleColumn
{
    float: left;
    width: 685px;       
}

div#leftColumn
{
    width: 250px;
    float: left;    
}

div#rightColumn
{
    width: 230px;
    float: left;    
}

.sideNav
{
    margin: 0px !important;
}

.sideNav li{
	width: 190px;
	height: 125px;	
	margin-bottom: 3px;
	color: #fff;
}

.sideNav li a, .sideNav li a:visited
{
    color: White !important;    
}

.sideNav li a:hover
{
    text-decoration: none !important;
}

.sideNav span
{
    padding: 50px 10px 10px 100px;
    display: block;
}

#sideNav1 { 
	background-color: #7896cf;
	background-image: url(/images/homepage/ads/iphone.jpg);	
}

#sideNav2 {
	background-color: #fac16b;
	background-image: url(/images/homepage/ads/email.jpg);	
}
#sideNav3 {
	background-color: #ef7c1d;
	background-image: url(/images/homepage/ads/web.jpg);	
	margin-bottom: none;
}

.sideNavButton
{    
    display: block;
    margin-top: 60px;
    margin-left: 100px;
    padding: 5px;
    background-color: #444;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ccc;
}

.sideNavButton:hover
{
    background-color: #666;
}

.portfolioLink
{
    width: 310px;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
    border: 1px solid #666;
    background-color: #666;
    color: #fff !important;
}

.portfolioLink span
{
    display: block;
    padding: 7px;    
}

.portfolioLink img
{
    width: 310px;
    height: 100px;
}

.portfolioLink:hover
{
    text-decoration: none !important;
    background-color: #7896cf;
    border: 1px solid #7896cf;
}
