/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	text-align:left;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {text-decoration: none;}
a:hover {text-decoration: none;}
a img {border: none;}
blockquote p {padding: 5px 0;}


/* 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;
}
/* Align */

.aligncenter {margin: 10px auto 20px auto;display: block;}
.alignleft {float: left;}
.alignright {float: right;}
.col-left {float: left;}
.col-right {float: right;}

body {
    margin: 0 auto;
    position: relative;
	background:#fff /* url("http://amyannephotography.com/life/wp-content/themes/amy/images/top.gif") repeat-x */ ;
	color: #645951;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5; /* Baseline grid of 21px */
}
h2 {font-size: 16px;}
ul {
	list-style: none;
}

/* Layout */
/* Containers */
 .content { width:960px; margin:0 auto; padding:0;}
 .gallery {
	float:left;
}
 /* Header */

#header {
	width: 960px;
	padding: 30px 0 5px 0;
	clear: both;
	float:left;
}

#header h1 { display: none; }

#header .logo { float:right; }

/* Page Nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	float:left;
}
#nav { margin-top:30px; }

#nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	line-height: 28px;
	padding: 0 10px;
}
#nav a { color: #645951; }
#nav a:hover, #nav li.current_page_item a{ color:#fff; background:#383420; border:1px solid #2a2a2a; border-width: 0 0px 1px 0; }

#nav li { float: left; }

/* Style drop down list */

#nav li ul { position: absolute; width: 172px; left: -999em; border-top: 0px solid #2a2a2a; z-index: 99999; }
#nav li ul li {	position:relative; z-index:999; border: 0px solid #2a2a2a; border-width:0 0px 0px; background: #FFF; }
#nav li ul li:hover {	border:none; }
#nav li ul li a { line-height: 25px; font-size: 11px; width: 150px; }
#nav li ul ul {	margin: -26px 0 0 170px; }
#nav li ul ul li a { line-height: 25px; }
#nav li ul li ul li a {	border-width:0 1px 1px 0px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li.current_page_item ul li a { color:#c0baa5; background:#fff; border:none;}
#nav li.current_page_item ul li a:hover, #nav li ul li.current_page_item a:hover { color:#fff; background:#383420; border:none;}
#nav li.current_page_item ul li a { color:#c0baa5; background:#fff; border:none;}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */


.bio {float:left; 
	padding:10px;
	width: 460px;
}
.bio p {margin: 10px 0;
}
.photo {float:right; 
	padding:10px;
	width: 460px;
}
.photo p {margin: 10px 0;
}
.photo img {float:right; 

}

/*  pricing  */
h2.pricing {border-bottom:1px solid #645951;
}
.colleft {float:left; 
	padding:20px;
	width: 440px;
}
.colleft p {margin: 10px 0;
}
.colright {float:right; 
	padding:20px;
	width: 440px;
}
.colright p {margin: 10px 0;
}

th {text-decoration:underline}
th.empty {text-decoration:none}

a img {border:none}


#footer { /*background: #e1e1e1 url(img/bg-footer-top.gif) repeat-x top left; */ padding: 25px; margin-top:100px; }

.clear {
	clear: both;
}

