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

body {
background: #F39; /* url(/images/backgrounds/liberty.gif) no-repeat top center; */
color: #636;
font: normal 12px/1.9em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/* ---- header ---- */
#wrap {
background: transparent url(/images/backgrounds/torn_edges.gif) repeat-y top left; /* #FECCFF */
margin: 0 auto;
width: 640px; 
}

#header {
/* background: url(/images/backgrounds/header_mendhi.gif) repeat-x 0 50px; */
background: url(/images/backgrounds/header.jpg) no-repeat top left;
margin: 0 auto;
padding-bottom: 0;
height: 220px;
}


#header #logo {
position: relative;
}
#header #logo img, #header #logo a img {
display: none;
position: absolute;
top: 15px;
right: 160px;
margin: 0;
padding: 0;
width: 150px;
height: 84px;
/* background: url(/images/logos/geetacitygirl.gif) 0 0 no-repeat; */
text-decoration: none;
}

h1, h2, h3, .resume_item th {
/* font-family: Verdana, Arial, Helvetica, sans-serif; */
font-weight: normal;
font-size: 200%;
}

#nav {
float: left;
margin: 0;
font-weight: bold;
}

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

#nav ul li {
padding-bottom: 10px;
}

#nav a {
padding: 0;
}

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

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

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

/* ---- headings ---- */
h1 {
margin: -25px 75px 15px 130px;
font-weight: normal;
font-size: 175%;
line-height: 1.5em;
text-align: right;
}

h2 {
margin: 25px 75px 15px 130px;
}

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

/* ---- links ---- */
a {
color: #fff;
text-decoration:none;
font-weight:bold;
}
a:link {color: #F39;}
a:visited {color:#F39;}
a:hover {color:#F39;text-decoration:underline}

/* ---- main content ---- */
#main {
margin: 25px 75px 15px 130px;
}

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

#main p {
margin-bottom: 25px;
}

/* ---- 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 ---- */
.field {
background: #feebfb;
}

.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;
}


/* lightbox.js styles */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/scripts/javascript/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/scripts/javascript/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/scripts/javascript/lightbox/overlay.png", sizingMethod="scale");
	}
