/* CSS Template for TheAnythingBox.com
 * Copyright (C) Jack Mudge 2010
 * Jakykong AT theanythingbox.com
 * 
 * Please feel free to use this code on other sites, as unimpressive as it most certainly is.
 */
 
html, body {
	height: 100%;
	background-color: #FF6633;
	margin: 0;
	padding: 0;
}

p {
	text-indent: 2em;
}

#column {
	background-color: white;
	border-width: thin;
	
	width: 800px;
	min-height: 100%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

img {
	padding: 0;
	margin: 0;
	border-style: none;
}

table, th, td {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border:  1px solid black;
}

th {
	text-decoration: underline;
	font-weight: bold;
}
	

/* Menu */
div.menu {
	/* Gained an extra 4 vertical pixels mysteriously.
	 * Hope this renders right in other browsers.
	 */
	position: relative;
	top: -4px;
	background: #FF6633;
	width: 125px;
	float: left;
	margin: 0px;
	padding-bottom: 0px;
	border: 0px;
	
}

img.menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	top: +4px;
}

ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

li.menu {
	margin-left: 0px; 
}

li.menuactive {
	margin-left: 0px;
	color: #66FF33;
}

li.menuactive a {
	text-decoration: none;
	color: #66FF33;
}

a.menu {
	text-decoration: none;
	color: black;
}
	
a.menu:hover {
	color: #66FF33;
}


/* Links Page */
div.hideable {
	display: block;
}

div.hideable p b {
	cursor: pointer;
}

.unhided {
	display: block;
}

.hided {
	display: none;
}

p.linkspage {
	text-indent: 0em;
}


/* Blog Classes */
div.blog {
	border: 1px;
	border-style: solid;
	width: 82%;
	margin-right: 1%;
	margin-left: auto;
	margin-bottom: 1em;
}

div.blog p {
	margin-bottom: 0;
	margin-top: 0;
	text-indent: 0;
}

div.blog h3 {
	margin-bottom: 3px;
	margin-top: 3px;
}

/* Front Page Classes */
div.qotm {
	position: relative;
	margin-left: auto;
	margin-right: 10px;
	width: 600px;
	
}



