/* MollyErdman.com stylesheet */
/* common.css */
/* defines sitewide styles */

/* BEGIN RESET STYLES */

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1em;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END RESET STYLES */


/* START COMMON STYLES */

body {
    font: normal 62.5%/100% Helvetica, Arial, sans-serif;
    background-color: #EBEBEB;
    color: #000000;
    text-align: center;
}

a {
	color: #F26522;
	text-decoration: none;
}

a:visited {
	color: #F26522;
}

a:hover {
	color: #A0410D;
}

a:active {
	color: #000000;
}

em {
   font-style: italic;
}

strong {
   font-weight: bold;
}

.clearboth {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

h2.replace {
  height: 25px;
  text-indent: -5000em;
  overflow: hidden;
}


/* END COMMON STYLES */


/* START LAYOUT STYLES */

#pagewrapper {
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 0 9px;
	background: transparent url('/images/5.jpg') top left repeat-y;
        text-align: left;
}

#header {
        width: 960px;
	background: transparent url('/images/2.jpg') top left no-repeat;
	padding-bottom: 10px;
}

#header h1 {
	width: 600px;
	float: left;
}

#header h1 a {
	display: block;
	width: 600px;
	height: 155px;
	overflow: hidden;
	text-indent: -5000em;
}

#header ul {
	float: right;
	text-align: right;
	width: 325px;
	margin: 118px 10px 0 0;
}

#header ul li {
	float: right;
	margin-left: 15px;
}

#main_nav {
        width: 960px;
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	background: #FBAD3B url('/images/4.jpg') bottom left repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: right;
	padding: 3px 0;
}

#main_nav li {
	display: inline;
	margin-left: 10px;
	padding: 5px;
	text-transform: uppercase;
}

#main_nav li a {
	vertical-align: middle;
}

#main_nav li a:link {
	color: #FFFFFF;
}

#main_nav li a:visited {
	color: #FFFFFF;
}

#main_nav li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#main_nav li a:active {
	color: #000000;
}

#bio #main_nav_bio,
#resume #main_nav_resume,
#reel #main_nav_reel,
#calendar #main_nav_calendar,
#photos #main_nav_photos,
#video #main_nav_video,
#press #main_nav_press,
#blog #main_nav_blog,
#contact #main_nav_contact {
	color: #000000;
}

#main_search, #main_search fieldset {
	display: inline;
	vertical-align: middle;
	margin-top: 2px;
}

#main_search label {
  display: none;
}

#main_search legend {
	display: none;
}

#main_search_text {
	color: #AAAAAA;
	vertical-align: top;
}


#footer {
        width: 945px;
	text-align: right;
	height: 85px;
	color: #FFFFFF;
	background: transparent url('/images/3.jpg') top left no-repeat;
	padding: 5px 30px 0px 5px;
	margin-top: 10px;
        line-height: 1.2em;
}

#footer a, #footer a:hover {
  color: #FFFFFF;
}

#footer a:hover {
  text-decoration: underline;
}

#bottom_shadow {
	width: 980px;
	height: 13px;
	margin: 0 auto 20px auto;
	background: transparent url('/images/6.jpg') top left no-repeat;

}


/* END LAYOUT STYLES */

/* end common.css */