body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 13px;
	background-color: #BBBAB5;
}

#headerbar { background-color: #6B6666; padding: 15px 20px 5px; }
#headerbar h1, #headerbar h2 { padding: 0; margin: 0; display: inline }
#headerbar h1, #headerbar a { font-size: 14px; color: #DEDEDE; font-weight: bold; }
#headerbar h2 { font-size: 12px; color: #A8A8A8; font-weight: normal; }
#headerbar a:link, #headerbar a { border-bottom: none; }



#blog {
	padding-left: 20px;
	background-image: url(/photoblog/images/menu-bg-top.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #BBBAB5;
	padding-bottom: 20px;
	padding-right: 20px;
}

#indexing {
	color: #FFFFFD;
	padding-bottom: 5px;
	padding-top: 20px;
	font-family: tahoma, sans-serif;
	width: 600px;
}


#blog a:link, #blog a, #blog a:visited, #blog a:hover {
	color: black;
}


#indexing a, #indexing a:link, #indexing a:visited {
	color: #FFFFFD;
	border-bottom: 0;
}

#date, #time {
	display: inline;
	font-family: courier, Courier New;
}

#date-time {
	margin-top: 15px;
}

#prev, #next, #home {
	display: inline;
	font-size: 14px;
}

#prev-next a, #prev-next a:link, #prev-next a:visited {
	color: white;
}

#prev-next {
	float: right;
	margin-top: 18px;
}

#entry-photo {
	background: #BBBAB5;
	white-space: nowrap;
	margin-bottom: 10px;
}

#annotations {
	width: 600px;
}

#entry-photo p {
	margin: 0; padding: 0; line-height: 24px;
}

img { border: 0; }

#entry-elsewhere {
	text-align: right;
	valign: top;
}

#entry-elsewhere a:link, #entry-elsewhere a:visited {
	color: black;
	font-style: italic;
}

#entry-text {
	line-height: 24px;
}

#entry-text p {
	margin-top: 0;
}

#entry-title {
	font-size: 28px;
	float: left;
}

#sidebar {
	color: #A8A8A8;
	min-height: 260px;
	height: 100%;
	padding: 20px;
	background: url(/photoblog/images/menu-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #4A4A4A;
	height: 260px;
}

#poetic-desc {
	width: 32%;
	float: left;
	line-height: 24px;
	padding-top: 1px;
	padding-right: 10px;
}

#quick-memes {
	width: 33%;
	float: left;
	text-align: left;
	padding-top: 5px;
}

#quick-memes-body {
	font-size: 1.4em;
	font-weight: bold;
	color: #616161;
	line-height: .8em;
}


#quick-memes-body a:link, #quick-memes-body a:visited, #quick-memes a {
	color: #616161;
	border-bottom: 0;
}

#main-menu {
	width: 33%;
	text-align: right;
	float: left;
}

#main-menu a, #main-menu a:link, #main-menu a:visited {
	border-bottom: 0;
}


#archive-menu, #about-menu {
	display: inline;
	margin-right: 2em;
}
#archaeography-logo {
	display: inline;
	font-size: 18px;
	color: #A8A8A8;
}


a:link, a:visited {
	color: #A8A8A8;
	text-decoration: none;
}

a, a:link {
	border-bottom: dotted 2px gray;
}

a:visited {
	border-bottom: solid 2px gray;
}
a:hover {
	border-bottom: solid 4px gray;
}

#about-content {
	width: 600px;
}

#blog h2 {
	font-size: 16px;
	padding-top: 15px;
}

#blog h2.first {
	padding-top: 0;
}


#blog h3 {
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
}

#about-content p {
	line-height: 24px;
}

#about-content a, #about-content a:link, #about-content a:hover, #about-content a:visited {
	color: black;
	text-decoration: none;
}

#about-content a, #about-content a:link {
	border-bottom: dotted 2px gray;
}

#about-content a:visited {
	border-bottom: solid 2px gray;
}
#about-content a:hover {
	border-bottom: solid 4px gray;
}

#archive-list {
	width: 600px;
}

#archive-list ul, #archive-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#archive-list label {
	font-style: italic;
	font-size: 10px;
}

#archive-list li {
	padding-bottom: 5px;
}

.comments-body {
	margin-bottom: 40px;
	padding-bottom: 20px;
	/* border-bottom: solid 2px black; */
}

.comments-post {
	font-style: italic;
	font-size: 1.2em;
}

.comments-date {
	font-style: italic;
	text-align: right;
	font-size: .8em;
}

.comments-head {
	font-size: 18px;
	color: #FFFFFD;
}

.comments {
	margin-top: 20px;
}


/* This is where you can customize the appearance of the tooltip */
#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#686868; border:4px solid #D5D5D5; 
  width:350px; padding:7px;
  color:white; font-size:10px; line-height:12px;
}

#tipDiv h1 {
	padding: 5px 0 10px;
	margin: 0;
	font-size: 24px;
	color: #BBBAB5;
}

#tipDiv p {
	margin: 0;
	padding: 0 0 10px;
}

