/* Design based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. */

/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #A8C0BB;
	}

#content {
	font-size: 1.2em
	}

.verywidecolumn p {
	font-size: 0.95em;
	}

.verywidecolumn {
	line-height: 1.3em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	background-color: #eee;
	font-size: 1.1em
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	display: none;
	}

.description {
	font-size: 1.4em;
	text-align: center;
	display: none;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #102154;
	}

small {
	color: #777;
	}

a, h2 a:hover, h3 a:hover {
	color: #B86E3C;
	text-decoration: none;
	}

a:hover {
	color: #3D4E81;
	text-decoration: underline;
	}
/* End Typography & Colors */

/* Nice titles - http://www.kryogenix.org/code/browser/nicetitle/ */
div.nicetitle {
	text-align: left;
	}
/* Nice titles - I copied the improvements to the above from http://binarybonsai.com/kubrick/ */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #5B0100;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.verywidecolumn {
	padding: 15px 0 15px 0;
	margin: 5px 0 0 40px;
	width: 680px;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 5px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */

/* Begin Images */
body {
	background: url("http://la2600.com/pix/bgcolor.jpg");
	}

#page {
	background: url("http://la2600.com/pix/bgwide.jpg") repeat-y top;
	border: none;
	}

#header {
	margin: 0 !important;
	margin: 0 0 0 1px;
	padding: 1px;
	height: 198px;
	width: 758px;
	}

#headerimg {
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#footer {
	background: url("http://la2600.com/pix/footer.jpg") no-repeat bottom;
	border: none;
	}

p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists */
ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */

/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/