/* ---- body ---- */
html, body {
margin: 0;
padding: 0;
}

body {
background: #5b365f url(/images/backgrounds/header.jpg) no-repeat top center;
color: #666666;
font: normal small/1.9em Georgia, "Times New Roman", Times, serif;
}

/* ---- header ---- */
#wrap {
/* background: transparent url(/images/backgrounds/torn_edges.gif) repeat-y top left; #FECCFF */
margin: 0 auto;
border-bottom: 2px solid #FBCE8B;
width: 800px;
background: #ffedf9;
}

#header {
border: none;
/* background: url(/images/backgrounds/header.jpg) no-repeat top center; */
margin: 0 auto;
padding: 0;
width: 800px;
height: 282px;
}

#logo {
position: relative;
left: -50px;
float: left;
margin: 5px 0 0 0;
padding: 125px 0 0 0;
}

#logo img, #logo a img {
margin: 0;
padding: 0;
width: 146px;
height: 81px;
/* background: url(/images/logos/geetacitygirl.gif) 0 0 no-repeat; */
text-decoration: none;
}

h1, h2, h3, .resume_item th {
font-family: "Century Gothic", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 200%;
}

#nav {
float: right;
margin: 0;
position: relative;
top: 150px;
font-weight: normal;
}

#nav ul {
list-style-type: none;
text-align: right;
}

#nav ul li {
display: inline;
list-style-type: none;
padding-right: 3px;
line-height: 1.2em;
font-size: 105%;
}

ul.top_nav {
line-height: 1.2em;
font-size: 165%;
}

#nav a {
padding: 0;
/* background: url(/images/misc/bullet.gif) left 50% no-repeat; 
padding-left: 20px; */
}

#nav ul.top_nav a {
padding: 0;
background: url(/images/misc/bullet.gif) left 50% no-repeat; 
padding-left: 20px;
}

#nav a.nav_last {
padding-right: 0;
}

#nav a {
margin: 0 10px 0 0;
color: #973428;
text-decoration:none;
}
#nav a:link {color: #973428;}
#nav a:visited {color:#973428;}
#nav a:hover {color:#973428;text-decoration:underline}

#nav a.nav_selected {
color: #630;
}

/* ---- headings ---- */
h1 {
color: #5b365f;
margin: 0 auto;
margin-bottom: 25px;
padding: 0;
text-align: center;
width: 100%;
font-weight: normal;
font-size: 200%;
line-height: 1.2em;
border-bottom: 1px solid #5b365f;
}

h2 {
margin: 25px 0; 
width: 700px;
}

h3 {
font-size: 115%;
font-weight: bold;
}

/* ---- links ---- */
a {
color: #b79f5f;
text-decoration:none;
}
a:link {color: #b79f5f;}
a:visited {color:#b79f5f;} /* 65bfc7 */
a:hover {color:#b79f5f;text-decoration:underline}

/* ---- main content ---- */
#main {
margin: 0 auto;
width: 700px;
}

#main h2, #main h3 {
margin: 0;
padding: 0;
}

/* ---- footer ---- */
#footer {
/* background: url(/images/backgrounds/footer_mendhi.gif) no-repeat top center; */
margin: 100px auto 0px auto;
padding: 45px 0px 50px 0px;
text-align: center;
line-height: 1.4em;
font-size: 90%;
/* border-top: 1px solid #FFF; */
}

/* ---- misc ---- */
.clear {
clear: both;
}

.align_left {
float: left;
padding: 0 25px 5px 0;
}

.align_right {
float: right;
padding: 0 0 5px 25px;
}

.caption, .source{
font-size: 80%;
color: #000;
}

dt {
font-weight: bold;
}

dd {
padding-bottom: 15px;
padding-right: 75px;
font-style: italic;
}

p.dropcap:first-letter {
font-size: 250%;
float: left;
}

p.lead_in {
font-size: 150%;
line-height: 1.5em;
}

p.byline {
text-align: left;
font-size: 150%;
}