/* Global
-------------------------------------------------------------- */

body, input, textarea {
    font: 12px Verdana;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    margin:0;
	padding: 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
	padding: 0;
	margin: 0;
}
th, td {
    padding: 0;
	margin: 0;
}
hr {
    background-color: #CCCCCC;
    border:0;
	color: #CCCCCC;
    height:1px;
    margin-bottom:20px;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}

img a {
border: 0;
}

/* End Global 
-------------------------------------------------------------- */


/* Structure 
-------------------------------------------------------------- */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	margin: 20px auto;
	padding: 0;
	width: 1000px;
	display: block;
}

#header {
	padding: 10px 10px 0 10px;
}

#header img {
	width: 980px;
	border: 0;
	margin: 0;
	padding: 0;
}

#nav {
margin: 0 10px 0 10px;
padding: 0;
height: 40px;
}

#nav ul {
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
}

#nav li {
	margin: 0;
	padding: 0;
}
#nav br {
}

#nav img {
	padding-top: 0;
	margin-top: 0;
}

	#nav ul li {
	   display:block;
float: left;
	   list-style-type:none;
	   }

	#nav ul li a {
	   display: block;
	   height:40px; width:64px;
	   background:transparent url(http://davidengland.com/wp-content/uploads/2009/07/nav-bar2.gif) no-repeat 0 0;
	   text-indent:-9009px;
		padding: 0;
		margin: 0;
	   }

	#nav ul li#nav2 a {
	   width:61px;
	   background-position: -63px 0;
	   }

	#nav ul li#nav3 a {
	   width:57px;
	   background-position: -124px 0;
	   }

	#nav ul li#nav4 a {
	   width:65px;
	   background-position: -180px 0;
	   }

	#nav ul li#nav5 a {
	   width:72px;
	   background-position: -245px 0;
	   }

	#nav ul li#nav6 a {
	   width:90px;
	   background-position: -317px 0;
	   }
	
	#nav ul li a:hover {
	   display: block;
	   height:40px; width:64px;
	   background:transparent url(http://davidengland.com/wp-content/uploads/2009/07/nav-bar2.gif) no-repeat 0 -80px;
	   text-indent:-9009px;
	   }

	#nav ul li#nav2 a:hover {
	   width:61px;
	   background-position: -63px -80px;
	   }

	#nav ul li#nav3 a:hover {
	   width:57px;
	   background-position: -124px -80px;
	   }

	#nav ul li#nav4 a:hover {
	   width:65px;
	   background-position: -180px -80px;
	   }

	#nav ul li#nav5 a:hover {
	   width:72px;
	   background-position: -245px -80px;
	   }

	#nav ul li#nav6 a:hover {
	   width:90px;
	   background-position: -317px -80px;
	   }

#content {
clear: both;
	overflow: hidden;
}

/*actual width is 741px*/
#content_left {
	padding: 20px 10px 20px 20px;
	width: 710px;
	float: left;
	margin-bottom: -2000px; padding-bottom: 2000px;
}

#content_left .entry {
}

#content_left .title_block {
}

#content_left .title {
	padding: 0 0 0 10px;
}

#content_left .post {
	padding: 10px 0 0 0;
	display: block;
}

#content_left .post img {
	float: left;
	padding: 0 10px 10px 0;
	clear: right;
border: 0;
}

#content_left .photos img {
float: none;
padding: 10px;
margin: 0;
}

#content_left form {
	padding: 0;
	margin: 0;
}

#content_left input {
	padding: 0;
	margin: 0;
}

#content_right {
	float: right;
	width: 255px;
	vertical-align:text-top;
	margin-bottom: -2000px; padding-bottom: 2000px;
}

#content_right ul {
	padding: 0;
	margin: 10px 10px 6px -5px;
}

#content_right li {
	padding: 0 10px 0 15px;
	margin: 0;
}

#content_right .header {
	padding-bottom: 5px;
}

#footer {
	clear: both;
	padding: 10px;
	margin: 0 10px 0 10px;
}
	
/* End Structure 
-------------------------------------------------------------- */

/* Style 
-------------------------------------------------------------- */
body {
	background-color: #888372;
}

#page {
	background-color: white;
}

#nav {
	border-bottom: 1px solid #CCCCCC;
}

#content_left {
	border-right: 1px solid #CCCCCC;
}

#content_left hr {
	clear: both;
}

#content_left .entry {

}

#content_left .title_block {
}

#content_left .date {
	text-transform: uppercase;
	color: #919584;
	font-size: 14px;
font-weight: bold;
}

#content_left .title {
	text-transform: uppercase;
	font-size: 14px;
font-weight: bold;
}

#content_left .title a {
	color: #543214;
	text-decoration: none;
}

#content_left .title a:hover {
}

#content_left .post p {
	font-size: 11px;
	line-height: 15px;
	color: #919584;
}

#content_left .post a {
	text-transform: uppercase;
	color: #919584;
	text-decoration: underline;
}

#content_left .post a:hover {
	color: #E5A145;
}

#content_left strong {
	font-size: 14px;
}

#content_left h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #919584;
}

#content_left .post h1 a {
	color: #E5A145;
	text-decoration: none;
}

#content_right {
	border-left: 1px solid #CCCCCC;
	font-size: 12px;
	color: #919584;
}

#content_right ul {
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}

#content_right .header {
	font-size: 20px;
	color: #E5A145;
	border-bottom: 1px solid #CCCCCC;
}

#content_right a {
	color: #919584;
	text-decoration: underline;
}

#content_right a:hover {
	color: #E5A145;
}

#footer {
	border-top: 1px solid #CCCCCC;
	color: #919584;
}

#footer a {
	color: #919584;
	text-decoration: underline;
}

#footer a:hover {
	color: #E5A145;
}

.albumname {
	color: #543214;
	font-weight: bold;
	font-size: 12px;
}

table {
	color: #919584;
}

#navigation {
border-top: 15px solid #E5A145;
}
	
.photos .post {
border-left: 15px solid #E5A145;
}

.photos .gallery {
margin-left: 10px;
}

#nav ul li a .active {
	   display: block;
	   height:40px; width:64px;
	   background:transparent url(http://davidengland.com/wp-content/uploads/2009/07/nav-bar2.gif) no-repeat 0 -40px;
	   text-indent:-9009px;
		padding: 0;
		margin: 0;
	   }

	#nav ul li#nav2 a .active {
	   width:61px;
	   background-position: -63px 0;
	   }

	#nav ul li#nav3 .active a {
	   width:57px;
	   background-position: -124px 0;
	   }

	#nav ul li#nav4 .active a {
	   width:65px;
	   background-position: -180px 0;
	   }

	#nav ul li#nav5 .active a {
	   width:72px;
	   background-position: -245px 0;
	   }

	#nav ul li#nav6 .active a {
	   width:90px;
	   background-position: -317px 0;
	   }

/* End Style 

