body {
	color: #FFF;
	background: #6F290F url('../img/wood.jpg');
	font-family: lucida grande, verdana, sans-serif;
}

.footer {
	margin-top: 40px;
	color: #2B0B00;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
	text-shadow: 0px 1px 0px rgb(82, 62, 55);
}

.shading {
	position: absolute;
	width: 100%;
	background: url('../img/shading.png');
	background-position: top center;
	min-height: 100%;
}

.content_box {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background: url('../img/black_transp.png');
	margin-bottom: 15px;
}

.content_box .text {
	padding: 10px 10px 15px 10px;
}

.content_box .content_footer {
	margin: 0px 10px 20px 10px;
	padding-top: 4px;
	padding-bottom: 10px;
	text-align: right;
	border-top: 1px dashed #FFF;
	font-size: 100%;
	font-weight: normal;
}

.content_box .header {
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	background: url('../img/black_transp.png');
	padding: 10px 10px 15px 10px;
}

.content_box .header h2 {
	border-bottom: 1px dashed #FFF;
	margin: 0px;
	font-size: 120%;
	font-weight: normal;
}

.content_box .header .icon_space {
	margin-left: 36px;
}

.content_box .icon {
	float: left;
	position: relative;
	top: 9px;
	left: 9px;
}

.info p {
	min-height: 240px;
	margin-bottom: 5px;
}

.services {
	position: relative;
	float: left;
	top: 3px;
	left: 2px;
}

.info {
	
}

.portrait {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.logo {
	text-align: center;
	padding-top: 10px;
}

a {
	color: #25e2ca;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footer .image_link {
	display: inline-block;
	background-position: top left;
	background-repeat: none;
}

.footer .image_link:hover {
	background-position: top right;
	text-decoration: none;
}

.footer .cc_link {
	width: 80px;
	height: 15px;
	background-image: url('../img/cc.png');
}

.footer .bth_link {
	width: 108px;
	height: 108px;
	background-image: url('../img/bth.png');
}

.footer .mt_link {
	width: 108px;
	height: 108px;
	background-image: url('../img/mt.png');
}

.flickr img, .portrait, .tumblr img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url('../img/black_transp.png');
	margin-left: 3px;
}

.flickr img {
	padding: 9px;
	width: 75px;
	height: 75px;
}

.portrait {
	padding: 4px;
}

.tumblr img {
	padding: 4px;
	margin-left: 2px;
}

.tumblr img.center {
	display: block;
	margin: auto;
}

.timestamp {
	color: #806A64;
	font-size: 70%;
	font-style: italic;
}

.tumblr .timestamp {
	margin-top: -2.5em;
}

.twitter .timestamp {
	display: block;
}

.twitter .private .timestamp {
	color: #806A64;
}

.twitter .private {
	color: #806A64;
}

.menu ul {
	display: block;
	list-style-type: disc;
	text-align: center;
	margin-bottom: 30px;
}

.menu li {
	list-style-type: none;
	display: inline;
	margin: 0px 10px;
}

.menu a {
	color: #BFBCBA;
	font-size: 130%;
	font-weight: bold;
	text-shadow: 0px 3px 10px rgb(0, 0, 0);
}

.menu .current {
	color: #FFF;
	text-shadow: 0px 4px 5px rgb(0, 0, 0);
}

.menu a:hover {
	border-bottom: 1px dashed;
	text-decoration: none;
}

.right_align {
	text-align: right;
}

.top_align {
	vertical-align: top;
}

.center_align {
	margin-left: auto;
	margin-right: auto;
}

label {
	margin-right: 5px;
}

.error {
	margin-left: 5px;
	color: #FF9191;
}