/* 
    Document   : darkorange.css
    Created on : Jul 5, 2010, 2:14:40 PM
    Author     : randall
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body{
    background: #000000 url(../../../img/skins/darkorange/body-bg.jpg) no-repeat scroll center top;
}

#wrapper{
    background: url(../../../img/skins/darkorange/content-bg.jpg) no-repeat scroll top center;
    height: 900px;
    margin: 0 auto;
    width: 960px;
}

/*
    LOGO
*/
#logo{
    float:left;
    margin-left: 10px;
    padding-top: 10px;
    width: 946px;
}

/*
    STATMENT
*/
div#statement{
    float:left;
    margin-left: 10px;
    padding: 10px 5px;
    width: 946px;
}

p#intro-paragraph{
    color: #FFF;
    font-family: Georgia, serif;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.4em;
    margin:21px 0 0 10px;
    width: 720px;
}
p#intro-paragraph span{ font-weight: bold;}
p#intro-paragraph em{color: #F28617; font-size: 1.6em;text-shadow: 2px 2px 3px #333;}


div.clear{clear:both;}

/*
    NAVIGATION
*/
#nav{
    float: left;
    height: 50px;    
    margin-top: 42px;
    margin-left: 10px;
    width: 720px;
}

#nav div.nav-link{
    float:left;
    margin-right: 20px;
}

#nav div.nav-link a{
    display: block;
    height: 104px;
    overflow:hidden;
    text-indent: -9999px;
}

a#about-nav{
    background: url(../../../img/skins/darkorange/nav-about.png) no-repeat;
    width: 89px;
}

a#portfolio-nav{
    background: url(../../../img/skins/darkorange/nav-portfolio.png) no-repeat;
    width: 140px;
}

a#services-nav{
    background: url(../../../img/skins/darkorange/nav-services.png) no-repeat;
    width: 120px;
}

a#contact-nav{
    background: url(../../../img/skins/darkorange/nav-contact.png) no-repeat;
    width: 120px;
}


#nav div.button{
    background: url(../../../img/skins/darkorange/nav_button_up_state.png) no-repeat;
    display: block;
    height: 37px;
    margin-top: 45px;
    width: 38px;
}

div#nav div.nav-link a:HOVER div.button{
    background: url(../../../img/skins/darkorange/nav_button_over_state.png) no-repeat;
}

a#about-nav div.button{
    margin-left: 28px;
}

a#portfolio-nav div.button{
    margin-left: 50px;
}

a#services-nav div.button{
    margin-left: 40px;
}

a#contact-nav div.button{
    margin-left: 34px;
}





/*
    CONTENT
*/
div#content{
    float:left;
    margin-top: 72px;
    overflow: hidden;
    width: 730px;
}


/*
    RIGHT COLUMN
*/
div#right-column{
    float:left;
    position: relative;
    top: -275px;
    width: 226px;
}

div#kneedeep-box{
    background: url(../../../img/skins/darkorange/kneedeep-box.png) no-repeat;
    height: 214px;
    width: 225px;
}

div#follow-me{
    margin-left: 30px;
    margin-top: 90px;
    width: 226px;
}

div#follow-me h2{
    background: url(../../../img/follow-me-header.png) no-repeat;
    display: block;
    margin: 10px 0;
    text-indent: -9999px;
    width: 165px
}

div#follow-me ul{
    width: 175px;
}

div#follow-me ul li{
    float: left;
}

div#cool-whatnot{    
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    padding-top: 10px;
}

div#cool-whatnot h2{
    background: url(../../../img/cool-whatnot-header.png) no-repeat;
    border-bottom: 1px solid #FFF;
    display: block;
    margin-bottom: 10px;
    text-indent: -9999px;
    width: 165px;
}

div#cool-whatnot li{
    border-bottom: 1px solid #FFF;
    margin-bottom: 5px;
}

div#cool-whatnot li:last-child{
    border-bottom: none;
}

div#cool-whatnot li a{
    
    color: #FFF;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    padding: 5px;
}

div#cool-whatnot li a:hover{
    background: #ba6824;
}



/*
    SLIDER
*/
#portfolio{clear: both; display: both; height: 521px; margin-left: 10px; overflow: hidden; position:relative; width: 730px; }
#portfolio div{height: 526px; width: 730px;}
#portfolio #portfolio-controls{height: 35px; margin-bottom: 5px; position:relative; z-index: 3;}
#portfolio #portfolio-controls ul{float: right;}
#portfolio #portfolio-controls ul li{float: left;}
#portfolio ul#portfolio-contents{position:relative;}
#portfolio ul#portfolio-contents li{margin-bottom: 10px;}


/*
    FOOTER
*/
div#footer{
    display: block;
    height: 1.6em;
    line-height: 1.6em;
    margin: 10px auto;
    width: 960px;
}

div#footer p {
    float: left;
    margin-left: 120px;
    width: 370px;
}

div#footer ul#social{
    float: right;
    width: 170px;
}

div#footer ul li{
    float: left;
    margin-right: 3px;
}

/*
    ABOUT
*/
div#about{
    background: url(../../../img/skins/darkorange/about-bg.jpg) no-repeat;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    margin-left: 10px;
    height: 486px;
    margin-bottom: 10px;
    width: 720px;
}

div#about h1{
    padding: 10px;
}

div#about #about-content div{

   background: #430905;
   margin: 5px auto;
   padding: 10px;
   width: 680px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
}

/*
    PORTFOLIO
*/

#portfolio-thumbnails{
    margin-left: 10px;
    width: 720px;
}

#portfolio-thumbnails ul{
    margin: 0 auto;
    
}

#portfolio-thumbnails ul li{
    color: #FFF;
    font-family: Helvetica,Arial,sans-serif;
    float: left;
    height: 170px;
    margin-bottom: 20px;
    margin-right: 10px;
    text-align: center;
    width: 340px;
}

#portfolio-thumbnails ul li img{
    margin: 0 auto;
    width: 294px;
}

#portfolio-thumbnails ul li h4{
    font-size: 1.4em;
    text-decoration: underline;
}

#portfolio-thumbnails ul li p{
    font-size: 1.1em;
    font-style: italic;
}

/*
CONTACT FORM
*/

#contact{
    margin-left: 10px;
}

#contact form div{
    margin-bottom: 10px;
}

form label{
    color: #FFF;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}

form input[type=text],
form textarea{
	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,255,255)),
		color-stop(1, rgb(248,248,248))
	);

	background-image:-moz-linear-gradient(
		center bottom,
		rgb(255,255,255) 0%,
		rgb(248,248,248) 100%
	);

	outline:none;
	border:solid 1px #ccc;
}

form input[type=button]{
    background: url(../../../img/skins/darkorange/send-button-sprite.png) no-repeat;
    background-position: 0px -5px;
    height: 48px;
    width: 139px;
}

form input[type=button]:hover{
    background-position: 0px -50px;
}



form input[type=text].error-field, form textarea.error-field{
    border: 1px solid #F00;
    background-color: #c65151;
    background-image: none;
    color: #FFF;
}

div#errors{
    background-color: #c65151;
    border: 1px solid #F00;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}

div#errorMsg{
    background-color: #c65151;
    border: 1px solid #F00;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 auto;
    padding: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}

div#successMsg{
    background-color: #56ad3c;
    border: 1px solid #2e5f1f;
    color: #FFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    margin: 0 auto;
    padding: 50px;
    width: 500px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

div#successMsg div, div#errorMsg div {
    text-align: center;
}

div#successMsg div h2, div#errorMsg div h2{
    margin: 5px auto;
}
