html {
	background:#673301 url(../img/background.jpg) bottom center no-repeat;
}
body {
    font: 75% Verdana, Helvetica, Arial, sans-serif;
    background: url(../img/bg.jpg) top left repeat-x;
    color: Black;
    margin:0;
    padding:0;
  }

h1, h2, h3, h4, h5, h6 {
    color: Black;
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    margin: 0;
    padding-left: 0.5em;
    clear:both;
} 

h1 {
    font-size: 150%;
    border-bottom: none;
}
    
h2 {
    font-size: 130%;

}

h3 {
    font-size: 120%;


}

h4 {
    font-size: 110%;
}

p {
    line-height: 1.5em;
    padding-left: 0.5em;
}

a {
    text-decoration: none;
    color: #663612;
}

code,
blockquote,
pre {
    	font-size: 120%;
    	padding: 1em;
    	color: Black;
    	background-color: #dedede;
	display:block;
}

ul {
	margin:10px;
	padding:0;	
}

li {
   	margin-bottom: .5em;
	margin-left: 10px;
}

li li {
	margin-left: 10px;
	
}

#header {
	width:100%;
	margin:0;
	padding:0;
	height:300px;
}

#header h1 {
	text-indent:-999em;
}

#navigation {
	width:930px;
	padding:4px 10px;
	background:#fbfbfb;
	float:left;
	margin:0 0 10px 0;
}

#navigation ul {
	margin:4px 10px;
	padding:0;
	float:left;
}

#navigation li {
	margin:0 8px;
	list-style:none;
	float:left;
	
}


#container {
	width:950px;
	background:#cccc9a;
	margin:0 auto;
}

#content {
	clear:both;
	padding:6px 10px;
	margin:6px 10px 4px;
	background: #fbfbfb;	
}

#footer {
	clear:both;
	text-align:center;
}

.articlesDisplay {
	margin-left:0px;
	padding:6px 10px;
	list-style:none;
}

.articleDisplay {
	margin-left:0px;
	list-style:none;
	padding:8px;
	height:114px;
	background:url(../img/articleBG.jpg) top left no-repeat;
	
}

.articleDisplay p{
	padding:0 .5em;
	margin:0;
}

.date {
	font-style:italic;
	font-size:90%;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #000;
}
.snippit {
	padding:4px 0;
}

#recentHome {
	height:130px;
	float:left;
	padding:4px 10px;
}

.recentThumb {
	height:122px;
	width:168px;
	margin:0 2px;
	background: url(../img/recentBG.jpg) top left no-repeat;
	float:left;
	list-style:none;
}

.recentThumb img {
	border-style:none;
	width:160px;
	height:114px;
	overflow:hidden;
}

#albumDisplay ul {
	float:left;
	width:900px;
	margin:4px 0 4px 10px;
}

#albumDisplay #parentCats li {
	list-style:none;
	float:left;
	display:inline;
	cursor:pointer;
	padding: 4px 4px 4px 18px;
	margin:0;
	background: url(../img/BreadcrumbArrow.png) center left no-repeat;
}

#albumDisplay #parentCats li:hover {
	text-decoration:underline;
}

#displayImagesContainer ul li {
	list-style:none;
	cursor:pointer;
	color: #673301;
	width:160px;
	height:114px;
	float:left;
	overflow:hidden;
	margin:8px 2px;
}

#displayImagesContainer ul li:hover {
	text-decoration:underline;
}

#displayImagesContainer ul .album {
	text-align:center;
	background: url(../img/folders.png) center center no-repeat;
}

.slide {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	width:950px;

}

/*extra stuff*/
#vision {
	width: 910px;
	height:200px;
	background: url(../img/adcockLogo.png) center left no-repeat;
}

#vision .snippit {
	padding:6px 4px 6px 200px;
}


