*{
	font-size:100%;
}
html {
	background: #202531;
}
body{
	font: 80%/140% verdana, sans-serif;
	text-align: center;
	margin: 0px;
	color: #CCCCCC;
}
div{
	margin: 0px 0 0px 0;
	background: transparent;
}
dd{
	margin-right:0;
}
#wrap h1{
	color:#CCC;
	font-size: 14px;
}
#motto {
	position: absolute;
	top: 12px;
	text-align: center;
	width: 500px;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
}
#header {
	background: #000;
	background-image: url(http://www.chucklehut.org/styles/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 409px;
}
#header2 {
	background: transparent;
	background-image: url(http://www.chucklehut.org/styles/hut_logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 114px;
}
#header h1,h2{
	color: #000;
	font-size: large;
	text-align: center;
}
h4, h5 {
	font-weight: bold;
	text-align: center;
}
h4 {
	padding-top:5px;
}
#wrap{
	background: transparent;
	background-image: url(http://www.chucklehut.org/styles/div-background.jpg);
	width: 521px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#wrap2{
	background: transparent;
	background-image: url(http://www.chucklehut.org/styles/div-background-p.jpg);
	width: 650px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
#main-content{
	width: 440px;
	background: transparent;
	margin: 0 10px 0 10px;
	padding: 0 30px 20px 30px;
	color: #CCCCCC;
	text-align: justify;
}
#main-content2{
	width: 580px;
	background: transparent;
	margin: 0 20px 0 20px;
	padding: 0 30px 20px 30px;
	color: #CCCCCC;
}
#bottom {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 0px;
	background: transparent url(http://www.chucklehut.org/styles/bottom-background.jpg) no-repeat;
	width: 403px;
	height: 329px;
	padding: 20px 10px 0px 10px;

}
#foot{
	clear: both;
	background: transparent;
	text-align: center;
	font-size: 10px;
}
/*  MISCELLANEOUS  */
/*-------------------------------------------*/
.about img {
	float: right;
}
#bottom blockquote{
	font-size: 14px;
	text-align: center;
}
img {
	border: 0px;
}
.photos img {
	padding: 6px;
	border: 1px solid #000;
	margin: 0px;
}
.date {
	padding: 10px 0px 0px 0px;
	margin-top: 10px; 
	color: #888888;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.title {
	padding: 10px 0px 0px 0px;
	margin-top: 10px; 
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.blogbody {
	padding: 0px;
	text-align: justify;
}
.posted {
	text-align: right;
}
input, select, textarea {
	color: #000000;
	font-family:  verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background:	#FAFAFA;
}

/*----------LINKS----------*/
.photos a:link, .photos a:active, .photos a:hover, .photos a:visited {
	text-decoration: none;
	border: none;
}
a:link, a:active {
	border-bottom: 1px solid;
	text-decoration: none;
	font-weight: bold;
	color: #6A9FCF;
}
a:visited {
	border-bottom: 1px solid;
	text-decoration: none;
	font-weight: bold;
	color: #526CA9;
} 
a:hover {
	text-decoration: none;
	color: #FFF;
}
.about a:link, .about a:active, .about a:visited, .about a:hover {
	text-decoration: none;
	color: #767676;
	text-align: left;
}
table a:link, table a:active, table a:visited {
	color: #767676;
	border: 0px;
}
table a:hover {
	color: #FFF;
}
#foot a:link, #foot a:active, #foot a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10px;
}
.posted a:link, .posted a:visited, .posted a:active {
	text-decoration: none;
	border: 0px solid;
	color: #6A9FCF;
	font-size: 11px;
	line-height: 20px;
}

/* ------ Navigation -------- */
#navigation {
	width: 400px;
	margin: 0px 60px 26px 60px;
	text-align: center; 
	text-transform: uppercase;
	background: transparent url(http://www.chucklehut.org/styles/nav-background.jpg) repeat-x;
	height: 37px;
}
#navigation2 {
	width: 540px;
	margin: 0px 60px 26px 60px;
	text-align: center; 
	text-transform: uppercase;
	background: transparent url(http://www.chucklehut.org/styles/nav-background.jpg) repeat-x;
	height: 37px;
}
#navlist {
	padding: 12px 2px 2px 0px;
	margin-left: 0;
	font: bold 10px Verdana, sans-serif;
	color: #888888;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a {
	padding: 0.50em;
	border: 0px solid #F4F4F4;
	background: transparent; 
	text-decoration: none;
}
#navlist li a:link { color: #B16D37; text-decoration: none; border: 0px solid #000;}
#navlist li a:visited { color: #B16D37; text-decoration: none; border: 0px solid #000;}
#navlist li a:hover {
	text-decoration: none;
	color: #FF880C;
	background: transparent;
	border-bottom: 2px solid #FF880C;
}
