
#content {
	-background-color: #bfbcb5;
	margin-top: 0px;
	padding-top: 20px;
	-background-image: url('/images/bg_shaded.jpg');
	-background-image: url('/images/post/h_bg.jpg');
	-background-repeat: no-repeat;
	-background-size: 1000px 1000px;
	-background-position: left top;
}

a {
	color: #18557e;
}

.alphagrid p, .alphagrid ul li, .alphagrid ol li {
	color: #000;
}
.alphagrid h1, .alphagrid h2, .alphastory h2, .alphagrid h3 {
	color: #4b4844;
}



.aboutphoto {
	box-shadow: 25px 25px 0px 0px rgba(177,172,165,1);
	-webkit-box-shadow: 25px 25px 0px 0px rgba(177,172,165,1);
	-moz-box-shadow: 25px 25px 0px 0px rgba(177,172,165,1);
}
.bloghomephoto {
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.5);
	transform: rotate(1deg);
}
h2.about {
	font-family: gin,serif;
	font-weight: 400;
	margin-top: 10px;
	letter-spacing: 0em;
}
h3.about {
	font-size: 16px;
	margin-top: 10px;
}
h1.numbers {
	font-family: atrament-web,sans-serif;
	font-weight: 600;
}
div.softbox {
	margin-top: 20px;
	-border-top: 2px #9d9892 solid;
	-border-bottom: 2px #9d9892 solid;
	-background-color: #c5c1bb;
	-border-radius: 20px;
	background-color: #f0f0f0;
}
div.softboxpadded {	
	margin-left: 10px;
	margin-right: 10px;
}
ul.courselist {
	list-style: none;
	padding: 0px;
}
ul.courselist li {
	border-right: 1px #b1aca5 solid;
	padding: 0px 7px 0px 3px;
	display: inline;
}
ul.courselist li:last-child {
	border-right: none;
}
ul.storylist {
	list-style: none;
	padding: 0px;
}
ul.storylist li {
	border-bottom: 1px #b1aca5 solid;
	padding: 5px 0px;
}
ul.storylist li:last-child {
	border-bottom: none;
}

