/*=====================================================================
 *
 * Filename: styles.css
 * Website: ChrisCaselli.com
 * Author: Paul Whitener Jr.
 * Date Created: 24/8/2008
 * Media: Screen
 *
 * Description
 * -----------
 * Screen styles for ChrisCaselli.com
 *
 *=====================================================================*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: #191919;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

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

blockquote, q {
	quotes: "" "";
}

/* === header === */

#header {
    width: 100%;
    min-width: 850px;
    height: 50px;
    background: #272727;
    margin: 0 0 30px 0;
    float: left;
}

#header h1 {
    width: 241px;
    height: 13px;
    background: url(../img/Chris-Caselli-Photography.gif) no-repeat;
    text-indent: -1000px;
    overflow: hidden;
    margin: 15px 30px 0 20px;
    padding: 0;
    float: left;
}

/* === navigation === */

#nav {
    width: 560px;
    height: 50px;
    float: left;
    font-size: 11px;
    color: #555;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

#nav li {
    float: left;
    margin: 0;
}

#nav li a {
    color: #e0e0e0;
    text-decoration: none;
    padding: 14px 8px 0 8px;
    height: 36px;
    float: left;
}

#nav li a:hover {
    height: 32px;
    background: #333;
    border-bottom: 4px solid #555;
}

#nav #nav-buy {
    margin-left: 40px;
}

/* on states */

body#commercial #nav-commercial {
    height: 32px;
    background: #222;
    /*border-bottom: 4px solid #777;*/
    border-bottom: 4px solid #2e79cf;
}

body#events #nav-events {
    height: 32px;
    background: #222;
    border-bottom: 4px solid #2e79cf;
}

body#people #nav-people {
    height: 32px;
    background: #222;
    border-bottom: 4px solid #2e79cf;
}

body#personal #nav-personal {
    height: 32px;
    background: #222;
    border-bottom: 4px solid #2e79cf;
}

/* === portfolio === */

#portfolio {
	float: left;
	width: 100%;
	height: 530px;
	overflow: auto;
}

#portfolio img {
	border: 4px solid white;
	margin: 0 0 0 20px;
}

/* === footer === */

#footer {
    width: 100%;
    float: right;
    margin: 20px 0 0 0;
}

#footer p {
    text-align: right;
    color: #444;
    font-size: 11px;
    margin: 20px 40px 0 0;
}

#contact-info {
    margin: 0 0 0 10px;
    float: left;
}