/*
css info for you peeping toms and peeping tammies.  though I've never been personally peeped by either, I'd prefer the tammy peeper to the tom peeper.  just none of those yellow or pink marshmallow peeps as they gross me out.
*/


BODY {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Georgia, Times New Roman, serif;
	background: #f6f6f6;
	}

a:link  { color: #000; text-decoration: underline; }
a:visited  { color: #000; text-decoration: underline; }
a:hover  { color: #444; text-decoration: none; }

.pagecontainer {
	margin: 0px;
	padding: 0px;
	}

.maxwidth {
	width: 800px;
	}

.navcontainer {
	margin: 0px;
	padding: 8px 10px 2px 10px;
	color: #ddd;
	background: #000;
	font-size: 12px;
	}

.navbuttons {
	height: 20px;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background: #000;
	}

.navbuttons li {
	margin: 0px; 
	padding: 0px;
  	display: inline;
  	list-style-type: none;
  	}
	
.navbuttons a:link, .navbuttons a:visited {
	color: #ddd;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 10px 2px 10px;
	background: #222;
	border: 1px solid #666;
	}

.navbuttons a:link.active, .navbuttons a:visited.active {
	color: #fff;
	background: #222;
	border: 1px solid #666;
	}

.navbuttons a:hover {
	background: #888;
	border: 1px solid #666;
	}

td {
	font-size: 13px;
	}

.logo {
	padding: 100px 0px 70px 0px;
	}

a.logorollover {
	display: block;
	width: 121px;
	height: 93px;
	background: url("http://thisisthebox.com/images/logo.gif") 0px 0px no-repeat;
	text-decoration: none;
	}

a:hover.logorollover {
	background-position: 0px -93px;
	}

.entry {
	padding: 35px 50px 75px 50px;
	}

.date {
	float: right;
	color: #bbb;
	margin: 0px 0px 0px 40px;
	padding: 5px 0px 0px 0px;
	}

.datetext {
	color: #909090;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.dropcap {
	float: left;
	font: normal 85pt/0.8em Georgia;
	color: #bbb;
	margin: 0px 2px 0px 0px;
	pading: 0px 0px 0px 0px;
	}

.entrytitle {
	color: #999999;
	font-size: 20px;
	margin: 0px 0px 0px 0px;
	pading: 0px 0px 0px 0px;
	}

.entry p {
	line-height: 27px;
	}

.pullquotecontainer {
	float: right;
	width: 300px;
	margin: 9px 0px 9px 50px;
	border-left: #bbb solid 5px;
	}

.pullquote {
	color: #999;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	margin: 25px 0px 25px 50px;
	}

.entryseparator {
	padding: 50px 0px 75px 0px;
	}

.footercontainer {
	margin: 0px;
	padding: 0px;
	color: #ccc;
	background: #000;
	}

.colophon {
	color: #ddd;
	background: #000;
	line-height: 27px;
	padding: 75px 15px 75px 40px;
	}

.colophon a:link  { color: #ddd; text-decoration: underline; }
.colophon a:visited  { color: #ddd; text-decoration: underline; }
.colophon a:hover  { color: #fff; text-decoration: none; }
.colophon h2 {
	font-size: 21px;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 14px 0px;
	font-weight: normal;
	text-transform: small-caps;
	border-bottom: #777 solid 2px;
	}

.colophon ul {
	list-style-type: circle;
	}

.colophon li {
	line-height: 27px;
	}

.blurbs {
	color: #ddd;
	background: #000;
	line-height: 27px;
	padding: 75px 15px 75px 15px;
	}

.blurbs a:link  { color: #ddd; text-decoration: underline; }
.blurbs a:visited  { color: #ddd; text-decoration: underline; }
.blurbs a:hover  { color: #fff; text-decoration: none; }
.blurbs h2 {
	font-size: 21px;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 14px 0px;
	font-weight: normal;
	text-transform: small-caps;
	border-bottom: #777 solid 2px;
	}

.blurbs ul {
	list-style-type: circle;
	}

.blurbs li {
	line-height: 27px;
	}

.recently {
	color: #ddd;
	background: #000;
	line-height: 27px;
	padding: 75px 40px 75px 15px;
	}

.recently a:link  { color: #ddd; text-decoration: underline; }
.recently a:visited  { color: #ddd; text-decoration: underline; }
.recently a:hover  { color: #fff; text-decoration: none; }
.recently h2 {
	font-size: 21px;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 14px 0px;
	font-weight: normal;
	text-transform: small-caps;
	border-bottom: #777 solid 2px;
	}

.recently ul {
	list-style-type: circle;
	}

.recently li {
	line-height: 27px;
	}
