/*
 * Theme Name: Lighthouse
 * Theme URI: http://www.barneyb.com/barneyblog/2008/04/09/wordpress-upgrade-2/original/
 * Description: Barney's Lighthouse theme (on Beachy Head on the English Channel)
 * Version: 0.2
 * Author: Barney Boisvert
 * Author URI: http://www.barneyb.com
 * Template: hybrid
 */
@import "../life-collage/style.css";

body {
	font-family: verdana, sans-serif;
}
#body-container {
	width: 982px;
	margin-top: 20px;
}
#header-container {
	background-image: url("top.jpg");
	background-position: -120px top;
	height: 180px;
}
#header {
	background-image: none;
	text-align: right;
	padding-top: 50px;
	width: auto;
}
#header a {
	color: #fff;
}
#site-title {
	float: none;
	font-size: 32px;
	text-transform: none;
	margin-bottom: 10px;
}
#site-description {
	float: right;
	font-family: verdana, sans-serif;
	color: #fff;
	font-size: 80%;
	width: 250px;
	text-transform: none;
	font-style: normal;
	line-height: 1.3em;
}
#navigation {
	width: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	height: 34px;
}
#page-nav ul li ul {
	border: 2px solid #e5e0d0;
	border-top-width: 0px;
}
#container {
	width: auto;
	border-top: 5px solid #e5e0d0;
	background-image: url(../life-collage/images/light.gif);
}
.content {
	width: 720px;
}
.breadcrumbs {
	display: none;
}
.entry-title {
	font-size: 20px;
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
p.byline {
	padding-left: 20px;
	font-size: 10px;
	margin-bottom: 10px;
}
.category-info, .author-info, .date-info, .tag-info, .archive-info, .search-info {
	border-top-width: 0px;
	background-image: none;
}
.hentry.post-1 {
	border-top-width: 0px;
	background-image: none;
}
.entry-content {
	padding-bottom: 5px;
	font-family: verdana, sans-serif;
	font-size: 95%;
	margin-right: 0px;
}
.entry-meta {
	margin-bottom: 0px;
	padding-top: 5px;
}
.hentry img {
	padding: 3px 3px 10px !important;
	max-width: none;
}
.hentry img.latex {
	vertical-align: middle;
	padding: 0px !important;
	background-image: none;
	background-color: transparent;
	border-width: 0px;
}
.hentry img.latex.block {
	text-align: center;
	margin: 5px auto 15px;
	padding: 4px 6px !important;
	background-color: #fff;
	border: 2px solid #e2decc;
}
.hentry pre {
	background-color: #fff8f0;
	background-image: none;
	border: 1px solid #bb9966;
	border-left-width: 3px;
	line-height: 1.2em;
	color: #000;
	font-size: 0.85em;
	margin-right: 10px;
}
.hentry table {
	width: 98%;
}
#comments .avatar {
	float: right;
	margin: 5px 0 10px 10px;
	padding: 2px 2px 7px;
}
.comment pre {
	background-color: #fffbf8;
	background-image: none;
	border: 1px solid #edb;
	border-left-width: 2px;
	line-height: 1.2em;
	color: #000;
	font-size: 0.85em;
	margin-right: 10px;
}
.navigation-links .previous {
	background-image: none;
	padding-left: 0px;
}
.navigation-links .next {
	background-image: none;
	padding-right: 0px;
}
#cse-search-box {
	padding-bottom: 10px;
}
#cse-search-box input {
	padding: 0px;
}
.widget {
	background-image: none;
	border-top-width: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
.widget ul li {
	padding-bottom: 1px;
	border-bottom-width: 0px;
	margin-bottom: 2px;
	font-size: 90%;
}
.widget ul.archives li {
	margin-left: 15px;
	text-indent: -15px;
}
#footer {
	width: auto;
	padding-top: 10px;
}
#footer .copyright {
	display: none;
}
#footer .credit {
	float: left;
	text-align: left;
}