/*------------------------------------------------------------------
[Master Stylesheet]

Project:		eight16 Design
Version:		1.0
Created By:		Jesse Lavery, eight16 Design
Last change:	01/12/09 [initial coding - day two]

--------------------------------------------------------------------

[Colors]

Background:		#1e2538 (dk blue - in lieu of bg img)

-------------------------------------------------------------------*/



/**********************************
Reset Styles for all browsers
***********************************/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}

a img, :link img, :visited img {border: 0;}

table {border-collapse: collapse; border-spacing: 0;}

ol, ul {list-style: none;}

q:before, q:after,
blockquote:before, blockquote:after {content: "";}

/**********************************
Core Styles
***********************************/

html {
background: url(../images/bg.jpg) #1d212d center top fixed no-repeat;
}

body {
background: url(../images/logo.png) center top no-repeat;
color: #000;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
overflow: auto;
text-align: center;
}

/* Generics
------------------------------*/
/* site-wide defs for p, a, h1, h2, etc. */

p, h2, ul li {line-height: 1.4em;}

a {outline:none;}

/* Container
------------------------------*/

#container {
margin: 0px auto;
width: 880px;
}

/* Header
------------------------------*/

/*#header h1 {
background: url(../images/logo.png) center top no-repeat;
height: 288px;
margin: 0px auto;
width: 1600px;
}*/

#header h1 {
display: block;
height: 30px;
text-indent: -9999px;
}

/* Summary
------------------------------*/

#summary {
display: block;
height: 30px;
margin-top: -30px;
}

#summary p {
display: block;
font-size: 10px;
font-weight: normal;
line-height: 30px;
}

#summary p strong {
font-weight: bold;
}

#summary p#summary-tagline {
color: #c3c3c5;
float: left;
}

#summary p#summary-contact {
color: #595c61;
float: right;
}

#summary p#summary-contact a {
color: #595c61;
text-decoration: none;
}

#summary p#summary-contact a:hover {
border-bottom: 1px solid #fff;
color: #c3c3c5;
text-decoration: none;
}

/* Menu
------------------------------*/

#menu p {
font-size: 14px;
display: block;
padding: 55px 0 0 245px;
text-transform: lowercase;
}

#menu p a {
color: #babbbf;
margin-left: 25px;
text-decoration: none;
}

#menu p a:hover {
border-bottom: 1px solid #fff;
text-decoration: none;
}

/* Pg Summary
------------------------------*/

#pg-summary {
background: url(../images/pg-summary-home.png);
display: block;
height: 255px;
}

#pg-summary h2 {
color: #fff;
font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
font-size: 20px;
padding: 45px 0 0 0;
}

#pg-summary p {
color: #c3c3c5;
font-size: 14px;
margin: 10px 0;
width: 400px;
}

#pg-summary p strong {
font-weight: bold;
}

/* Content
------------------------------*/

#content {
background: url(../images/bg-content.png) no-repeat;
display: block;
height: 380px; /* True height: 400px */
padding: 10px 10px 10px 20px;
width: 880px;
}

/* Main
------------------------------*/

#main {
float: left;
margin: 0 10px 0 0;
width: 560px;
}

#latestwork {
display: block;
height: 190px;
}

#latestwork h3 {
background: url(../images/h3-latestwork.png);
display: block;
height: 30px;
text-indent: -9999px;
width: 129px;
}

#latestwork p#portfoliolink {
display: block;
float: right;
height: 30px;
margin: -30px 10px 0 0;
width: 130px;
}

#latestwork p#portfoliolink a {
background: url(../images/button-portfolio.jpg) 0 0 no-repeat;
display: block;
height: 30px;
text-indent: -9999px;
width: 130px;
}

#latestwork p#portfoliolink a:hover {
background: url(../images/button-portfolio.jpg) 0 -30px no-repeat;
}

/* Work Samples (Home pg)
------------------------------*/

#work-samples {
display: block;
margin: 10px 0 0 0;
}

#work-samples p,
#work-samples p a {
display: block;
height: 130px;
width: 130px;
}

#work-samples p {
float: left;
margin: 0 10px 0 0;
}

#work-samples p a {
text-decoration: none;
text-indent: -9999px;
}

#work-samples p a#work-bourbeau {background: url(../images/latest-bourbeau.jpg) 0 0 no-repeat;}
#work-samples p a#work-bourbeau:hover {background: url(../images/latest-bourbeau.jpg) 0 -130px no-repeat;}

#work-samples p a#work-art {background: url(../images/latest-art.jpg) 0 0 no-repeat;}
#work-samples p a#work-art:hover {background: url(../images/latest-art.jpg) 0 -130px no-repeat;}

#work-samples p a#work-layke {background: url(../images/latest-layke.jpg) 0 0 no-repeat;}
#work-samples p a#work-layke:hover {background: url(../images/latest-layke.jpg) 0 -130px no-repeat;}

#work-samples p a#work-jet {background: url(../images/latest-jet.jpg) 0 0 no-repeat;}
#work-samples p a#work-jet:hover {background: url(../images/latest-jet.jpg) 0 -130px no-repeat;}

/* About / Testimonial row
------------------------------*/

#about-testimonial {
border-top: 1px solid #d5d5d5;
clear: both;
display: block;
margin: 0px 0 0 0;
width: 550px;
}

/* About
------------------------------*/

#about-block {
clear: both;
display: block;
float: left;
margin: 10px 10px 0 0;
width: 270px;
}

#about-block h3 {
background: url(../images/h3-about.png) no-repeat;
display: block;
height: 30px;
text-indent: -9999px;
width: 260px;
}

#about-block img {
float: left;
margin: 0 10px 5px 0;
}

#about-block p {
color: #333;
margin: 0 10px 10px 0;
}

#about-block p strong {
font-weight: bold;
}

#about-block p a {
background-color: #eee;
color: #333;
padding: 2px;
text-decoration: none;
}

#about-block p a:hover {
background-color: #fff;
color: #000;
padding: 2px;
text-decoration: none;
}

/* Testimonial
------------------------------*/

#testimonial {
display: block;
float: left;
margin: 10px 0 0 0;
width: 270px;
}

#testimonial h3 {
background: url(../images/h3-testimonial.png) no-repeat;
display: block;
height: 30px;
text-indent: -9999px;
width: 270px;
}

#testimonial p#quote {
background: url(../images/bg-testimonial.png) no-repeat;
color: #e4e4e4;
display: block;
font-style: italic;
height: 93px;
padding: 10px;
width: 250px;
}

#testimonial p#credit {
color: #545454;
font-size: 12px;
margin: -10px 0 0 50px;
}

#testimonial p#credit a {
background-color: #eee;
color: #545454;
padding: 2px;
text-decoration: none;
}

#testimonial p#credit a:hover {
background-color: #fff;
color: #333;
padding: 2px;
text-decoration: none;
}

/* Sidebar
------------------------------*/

#sidebar {
float: left;
width: 280px;
}

#sidebar p,
#sidebar p a {
display: block;
height: 380px;
width: 280px;
}

#sidebar p a {
background: url(../images/available.jpg) no-repeat;
text-decoration: none;
text-indent: -9999px;
}

/* Footer
------------------------------*/

#footer {
clear: both;
}

#footer p {
color: #c3c3c5;
font-size: 11px;
line-height: 30px;
}

/* 
------------------------------*/

/* 
------------------------------*/

/* 
------------------------------*/

/* 
------------------------------*/