/* 0 BASIC TAGS */

table {
	font-size: 1em;
}

/**** CALENDAR!! *******/

thead th {
  background-color: #c2c8bd;
  color: #1f3b57;
}

thead {
  border: 1px solid #b2b2b2;
}

thead, tfoot {
  text-align: center;
}

#calendar td, #calendar th, #calendar_navbar th {
  border-style: solid;
  border-collapse: collapse;
  border-color: #b2b2b2;
  border-width: 1px;
  padding: .5em;
}

table.calendar tbody th {
  text-align: right;
}

#calendar,#calendar_navbar {
  width: 100%;
}

#calendar td {
  text-align: left;
  height: 80px;
  overflow: hidden;
}

td.cal_past {
  background-color: #f7f8ea;
}

td.cal_future {
  background-color: #ffffff;
}

td.cal_none {
	background-color: #dce3e5;
}

ul.cal_events {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.cal_event {
  font-size: 80%;
  font-weight: 600;
  padding: 0;
  border-color: #b2b2b2;
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 0;
}

li.cal_event a {
  display: block;
  text-decoration: none;
  padding: 3px;
}

li.cal_event a:hover {
  background-color: #483D8B;
  color: #FFFFFF;
}

/***** END CALENDAR!! *******/
h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	/*color: #d32525;*/
        color: #22A0DA;
}

a:visited {
	/*color: #980000;*/
       color: #046482;
}

a:hover {
	text-decoration: underline;
	/*color: #e05252;*/
       color: #00A0A9;
}

a:active {
	color: #046482;
}

body {
	background-color: #ffffff;
	background-image: url(background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

img {
	border-width: 0;
}

/* 1 HEADER */

.header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: 100px;
	margin-right: auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.menua {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

/*
.menua a:visited, .nav a:visited {
	color: #d32525;
}
*/
/* 1.1 SHIM */

.shim {
	background-repeat: no-repeat;
	margin-left: 100px;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(content-shim.gif);
}

.gradient {
	background-image: url(content-shim-photo.gif);
}

.solid {
	background-image: url(content-shim-none.gif);
}

/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: 100px;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
        color: #046482;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
        color: #00A0A9;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: 256px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}

/* 2.2 ALBUMS PAGE */

#albums {
	background-image: url(body-repeat-photo.gif);
	padding: 0px 37px;
	padding-top: 1px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */
/*
#photos, #details, #admin-details {
	background-image: url(Images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(Images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(Images/photonav-top-bg.gif);
}
*/
#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 3 FOOTER */

.footerbg {
	background-image: url(footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	margin-left: 100px;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}

.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}
/*
.menub a:visited {
	color: #d32525;
}
*/


/* Inline styles are used because image controls hard code a border property */

.photo_198 {
	border: 4px solid #FFFFFF;
}

.quote {
  background-image: url(bg_quote.gif);
  background-repeat: no-repeat;
  margin-top: 10px;
  padding-left: 60px;
  padding-bottom: 20px;
}

.quote .author {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed black;
}

#google-ads {
  position: absolute;
  left: 760px;
  top: 0px;
  height: 100%;
  margin-left: 10px;
  width: 100px;
}

#logo-side {
  margin-left: 0px;
  background-image: url(bayb_side_large.JPG);
  background-repeat: no-repeat;
}

#edit {
  margin-left: -20px;
}