/*

Title:      ShawnaBaca styles
Author:     victor@mediacontour.com
Copyright:  2008, Media Contour.  All rights resevered.

*/

body, h1, h2, h3, h4, h5, h6, p, ul, li, form, input, img {margin: 0;padding: 0;line-height: 100%;}

body {
	padding: 17px 0 0;
	font-size: small;
	font-family: 'Arial', 'Helvetica', sans-serif;
	background-color: #000;
}

* html body {
	font-size: x-small;
	f\ont-size: small;
}

h1 {
	margin: 0 0 10px;
	color: #59b0d0;
	font-size: 135%;
	font-weight: normal;
	text-transform: capitalize;
}

h2{
	margin: 0 0 5px;
	color: #fff;
	font-size: 105%;
	text-transform: capitalize;
}

h3 {
	color: #59b0d0;
	font-size: 100%;
}

p {
	margin: 0 0 20px;
	color: #dcdbdb;
	font-size: 90%;
	line-height: 175%;
}

ul p {
	margin-bottom: 0;
}

li {
	padding: 2px 0;
}

a, a:link, a:visited {
	color: #59b0d0;
	text-decoration: none;
	outline: none;
}

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

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

#content_container {
	padding: 17px 0;
	margin: 0 0 14px;
	border: 2px solid #21414d;
	height:592px;
	overflow:visible;
}

#content {
	xwidth: 945px;
	padding: 0 19px;
	margin: 0 auto;
	overflow: visible;
}

#header {
	padding: 0 0 0px;
	height:70px;
}

#logo {
	float: left;
}

#nav {
	padding: 34px 0 0;
	float: right;
	list-style: none;
}

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

#nav li.last {
	margin-right: 0;
}

#nav a, #nav a:link, #nav a:visited {
	font-size: 105%;
}

#body {
	xheight: 578px;
}

#homepage {
	height: 521px;
	background-image: url(../images/bg-homepage.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#homepage p {
	position: relative;
	top: 440px;
	left: 56px;
	font-size: 105%;
	text-transform: capitalize;
}

#bio {
	padding: 0px 20px 20px 20px;
}

#bio p {
	height:500px;
	overflow:auto;
}

#press {
	padding: 0px 20px 20px 20px;
}

#reel {
	height: 521px;
	background-repeat:no-repeat;
	background-position:top left;
}

#contact {
	height: 578px;
	background-image: url(../images/bg-contact.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#contact_info {
	padding: 140px 0 0 595px;
}

#contact_info h1 {
	color: #59b0d0;
}

#contact_info p {
	color: #000;
	line-height: 130%;
}

#contact_info a, #contact_info a:link, #contact_info a:visited {
	color: #000;
	text-decoration: underline;
}

#contact_info a:hover, #contact_info a:visited:hover {
	text-decoration: none;
}

#sidebox {
	position: absolute;
	xtop: 0;
	xwidth: 945px;
	xmargin-right: -21px;
	margin-left: 564px;
	float: right;
	padding: 16px 65px 16px 16px;
	border: 2px solid #21414D;
}

#sidebox p {
	margin-bottom: 0;
}

#footer ul {
	float: left;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0 19px 0 0;
}

#footer p {
	float: right;
}

#footer a, #footer a:link, #footer a:visited {
	font-size: 85%;
	text-transform: uppercase;
}

.arrow {
	list-style-image: url(../images/arrow.gif);
}

.arrow_down {
	list-style-image: url(../images/arrow-down.gif);
}

.clear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ie5+6/win only */

* html .clear {
	height: 1%;
	}
	
/* ie7/win only */

*:first-child+html .clear {
	min-height: 1px;
	}
	
#list1b a, #list1b a:link, #list1b a:visited {
	display: block;
	margin: 4px 0 0;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

#list1b a:hover, #list1b a:visited:hover {
	cursor: pointer;
}

#list1b a.selected {
	display: block;
	background-image: url(../images/arrow-down.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

p.articleLinks a {
	color:#FFFFFF;
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;		
}