/* - - - - - - - - - - - - - - - - - - - - -
Title : HannahWillman.com
- - - - - - - - - - - - - - - - - - - - - */

/* Basic Styles */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 75%;
	color: #656565;
	background-color: #e5e5e5;
	text-align: center; /* making IE5 submit */
}

h1 {
 	font-size: 1.8em;
	font-weight: normal;
	color: #545454;
	margin: 0 0 10px 10px;
}

h2 {
 	font-size: 1.2em;
	font-weight: bold;
	color: #545454;
	margin: 15px 0 5px 10px;
	padding: 0 0 0 15px;
	background: url(../images/bullet_h2.gif) no-repeat top left;
}

p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

a {
	color: #990000;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

/*
a:visited {
    color: #333;
    text-decoration: underline;
}
*/

a img {
	border: none;
}


/* STRUCTURAL STYLES */

#container {
	background: #e5e5e5;
	width: 919px;
	margin: 0 auto;
}


/*** NAVIGATION AND DROPDOWNS ***/

#navbar {
	background: url(../images/navbar_bkgrd.gif) repeat-x top left;
	width: 919px;
	height: 39px;
	text-align: left;
	margin-bottom: 10px;
}

#navbar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navbar ul li {
	float: left; 
	position: relative; 
	background: url(../images/navbar_separator.gif) no-repeat top right;
}

#navbar ul li.first {
	margin-left: -5px;
}

#navbar ul li.homeLink {
	margin-left: 260px;
	background: url(../images/homeArrow.gif) no-repeat top left;
}

#navbar ul li.homeLink a {
	padding: 0 15px;
}

#navbar ul li a, .menu ul li a:visited {
	float: left; 
	display: block; 
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #656565; 
	padding: 0px 20px; 
	line-height: 35px; 
	height: 39px; 
}

#navbar ul li:hover {width:auto;}

#navbar ul li a.menuhover:hover {
	color: #8a8a8a;
	text-decoration: underline;
}

#navbar ul li:hover a.menuhover {
	color: #8a8a8a;
	text-decoration: underline;
}

#navbar ul li a.current {
	color: #990000;
	text-decoration: none;
}

#navbar .left {
	float: left;
} 

#navbar .right {
	float: right;
}

/*** END MAIN NAVIGATION ***/


/* Begin Main Content */

#mainPhoto {
	
}

#mainPhotoLine {
	margin-bottom: 15px;
}

#noPhoto {
	margin-bottom: 15px;
}

#mainContent {
	background: url(../images/bkgrd_content.gif) repeat-y top left;
}

#mainContent .threeCol {
	width: 919px;
	padding: 0 0 20px 15px;
	text-align: left;
}

#mainContent .threeCol .col {
	float: left; 
	padding: 0 15px 0 0;
}

#mainContent .threeCol .col {
	width: 285px;
}

#mainContent .threeCol .col p {
	padding: 0 10px 0 10px;
}

#mainContent .threeCol .col p.gallery {
	padding: 0 10px 0 10px;
	text-align: center;
}

#mainContent .threeCol .wide {
	float: left; 
	padding: 0 15px 0 0;
}

#mainContent .threeCol .wide {
	width: 580px;
}

#mainContent .threeCol .wide p {
	padding: 0 10px 0 10px;
}

#mainContent .threeCol .colHead {
	background: url(../images/box_titleBar.gif) no-repeat top left;
}

#mainContent .threeCol .colHead p {
	font-weight: bold;
	padding: 9px 0 9px 15px;
}

#mainContent .threeCol .colHeadNews {
	background: url(../images/titleBar_notes.gif) no-repeat top left;
}

#mainContent .threeCol .colHeadNews p {
	font-weight: bold;
	padding: 10px 0 9px 40px;
}

#mainContent .threeCol .colHeadCurrent {
	background: url(../images/titleBar_current.gif) no-repeat top left;
}

#mainContent .threeCol .colHeadCurrent p {
	font-weight: bold;
	padding: 10px 0 9px 40px;
}

#mainContent .threeCol .colHeadPhotos {
	background: url(../images/titleBar_photo.gif) no-repeat top left;
}

#mainContent .threeCol .colHeadPhotos p {
	font-weight: bold;
	padding: 10px 0 9px 40px;
}


/* Lightbox Add-Ons */

.gallery {
	margin-left: 10px;
	text-align: center;
}

.thumbnail {
	padding: 3px 3px 8px 3px;
	background-color: #e5e5e5;
	border: 1px solid #cdcdcd;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.first {
	margin-left: 10px;
}


/* Table Data */

table {
	font-size: 0.9em;
	margin: 10px 0 10px 10px;
	width: 90%;
}

table thead tr th {
	background-color: #990000;
	color: #fff;
	padding: 6px;
}

table thead tr th a {
	color: #fff;
}

table tfoot tr th {
	background-color: #e6d3a9;
	text-align: center;
	padding: 4px;
}

table caption {
	font-size: 1.2em;
	padding-bottom: 0;
	text-align: left;
}

table tbody td, tbody th {
	padding: 4px;
	border: 1px #e5e5e5 solid;
	
}

table tbody td.rowhead, tbody th.rowhead {
	text-align: left;
	white-space: nowrap;
}

table tbody tr.odd th, tbody tr.odd td {
	background-color: #e5e5e5;
}



/* List Styles */

ul.experienceList {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0.9em;
}

ul.experienceList li {
	margin: 0px;
	padding: 2px;
	padding-left: 25px;
	background: url(../images/bullet_red.jpg) no-repeat;
	background-position: 10px 2px;
	text-decoration: none;
}

p.list {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 12px;
	margin-bottom: 0px;
}


/* Footer */
#footer {
	background: url(../images/bkgrd_footer.gif) no-repeat top left;
}

#footer p {
	font-size: 0.8em;
	text-align: right;
	padding: 12px 10px 0 0;
}



/* Clearfixorama */

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

.clearfix { 
	_height: 1px; 
}

br {
	clear: both;
}

