@charset "UTF-8";
/*         CSS Document           */
/*   Chestnut St. Pixel Foundry   */

/* IE PNG FIX */

img, div { behavior: url(iepngfix.htc) }

/*   LAYOUT   */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	background-image: url(images/gradient-bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	height: 100%;
}

#container {
	background-image: url(images/site-bg.png);
	text-align: left;
	width: 671px;
	height: 993px;
	padding-top: 60px;
	padding-right: 81px;
	padding-bottom: 40px;
	padding-left: 80px;
	margin: auto;
}

#header {
	text-align: center;
}

#random {
	padding-top: 10px;
}

#navcontainer {
	padding-top: 65px;
	padding-bottom: 70px;
}

#nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #351A04;
	border-bottom-color: #351A04;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 28px;
	vertical-align: middle;
	text-align: center;
}

.button {
	padding-right: 4px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 6px;
}

#maincontent {
	padding-right: 20px;
	padding-left: 20px;
	overflow: auto;
	height: 630px;
	width: auto;
}

#footer {
	height: 30px;
	padding-top: 30px;
}

/* contact form styles */

.contactelem {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #351A04;
	background: transparent;
	padding-top: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	color: #351A04;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: bold;
}

.contactmessage {
	border-width: 1px;
	border-style: dotted;
	border-color: #351A04;
	background: transparent;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	color: #351A04;
	font-weight: bold;	
}

/* TYPE STYLES */

.smalltype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	color: #351A04;
	font-weight: bold;
}

#maincontent p a:link, #maincontent p a:visited {
	color: #351A04;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #351A04;
}

#maincontent p a:active, #maincontent p a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#footer p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #351A04;
}

.bodytype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
	color: #351A04;
	text-align: left;
	margin-bottom: 10px;
}

.smallcaps {
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
}

.indented {
	text-indent: 25px;
}

#maincontent td {
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
	color: #351A04;
}

/* TUMBLR BADGE STYLES */

#tumblrBadge {
	float: left;
	height: 280px;
	width: 275px;
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 15px;
	border: 3px double #341A04;
}

#tumble {
	overflow: auto;
	height: 250px;
}

.tumblr {
        list-style: none;
}

.tumblr li {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 11px;
		line-height: 19px;
		color: #351A04;
}

.tumblr p {
	margin-bottom: 10px;
}

.tumblr img {
	border-style: none;
}

.tumblr .tumblr-post-date {
	color: #351A04;
	font-weight: bold;
}

.tumblr a {
	text-decoration: none;
}
