* { padding: 0; margin: 0; font-size: inherit; font-weight: normal; }
li { list-style: none; }

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	background-color: #4d4d4d;
	background-image: url('../images/background.jpg');
	color: #d8d8d8;
}
a { color: #dbafaf; }
a:visited { color: #dbc5c5; } /* reduce saturation by 10 */
a:hover { color: #f0d3d3; } /* decrease saturation by 8, increase brightness by 8 */
a:active { color: #ffa6a6; } /* increase saturation by 15, increase brightness by 14 */
p { margin-top: 10px; }
section { position: relative; }
strong { font-weight: bolder; }


.page_title h1, #logo, nav ul, .main, section.copyright *, section.quotations {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	display: block;
}


.page_title {
	display: block;
	margin-top: 25px;
	position: relative;
	z-index: 1;
}
.page_title hgroup {
	background-color: rgb(46, 46, 46);
	background-color: rgba(0, 0, 0, .4);
	position: relative;
	z-index: 2;
	display: block;
}
.page_title h1 {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 100;
	font-stretch: extra-condensed;
	font-size: 56.26px;
	color: #cacaca;
	width: 960px;
	margin: 0 auto;
	line-height: 73px;
	text-transform: uppercase;
}
#logo img {
	position: absolute;
	top: -25px;
	right: 0;
	margin-right: -70px;
	z-index: 1;
}


nav, section.copyright {
	display: block;
	background-color: rgb(110, 38, 38);
	background-color: rgba(150, 0, 0, .48);
	margin-top: 20px;
}
nav li {
	float: left;
	margin-right: 15px;
}
nav li a, nav li a:visited {
	color: #da6363;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}
nav li a:hover {
	color: #ff9999;	/* decrease saturation by 15%, increase brightness by 15% */
	text-shadow: 0 0 15px rgba(218, 99, 99, .7);
}
nav li a:active {
	color: #ffcccc; /* decrease saturation by 35%, increase brightness by 15% */
	text-shadow: 0 0 15px rgba(255, 204, 204, .7);
}


.main {
	margin-top: 35px;
	position: relative;
	z-index: 2;
}


section.text {
	width: 460px;
	padding-right: 10px;
	display: block;
	float: left;
}
section.text h1 {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: 200;
	font-size: 29px;
	color: #bdbdbd;
	margin-bottom: 10px;
}
section.text time {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(255, 255, 255, .19);
	display: block;
	text-align: right;
	color: #41413e;
	/*position: absolute;
	line-height: 40px;
	right: 30px;*/
	z-index: 1;
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	position: relative;
}
section.text .text_body {
	background-color: #6c6c69;
	background-image: url('../images/background-light.jpg');
	background: url('../images/corner-cut.jpg') top left no-repeat, url('../images/background-light.jpg');
	padding: 30px 30px 65px 30px;
	line-height: 1.4;
	border-width: 0;
	border-bottom: 6px solid;
	border-color: rgb(96, 96, 94);
	border-color: rgba(74, 74, 74, .44);
	/* I hope they come up with something more sensible for this, this is silly. */
	/*-moz-border-bottom-colors: rgba(74, 74, 74, 0) rgba(74, 74, 74, .44) rgba(74, 74, 74, .44) rgba(74, 74, 74, .44) rgba(74, 74, 74, .44);
	-webkit-border-bottom-colors: rgba(74, 74, 74, 0) rgba(74, 74, 74, .44) rgba(74, 74, 74, .44) rgba(74, 74, 74, .44) rgba(74, 74, 74, .44);
	border-bottom-colors: rgba(74, 74, 74, 0) rgba(74, 74, 74, .44) rgba(74, 74, 74, .44) rgba(74, 74, 74, .44) rgba(74, 74, 74, .44);*/
	-moz-border-image: url('../images/text-bottom-line.gif') 0 0 6 0 round round;
	-webkit-border-image: url('../images/text-bottom-line.gif') 0 0 6 0 round round;
	border-image: url('../images/text-bottom-line.gif') 0 0 6 0 round round;
	
	position: relative;
	z-index: 0;
}
section.text .text_body:after {
	content:url('../images/line-shadow.png');
	position: absolute;
	left: -17px;
	bottom: 27px
}
.more, .more:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: .4ex;
	line-height: 25px;
	color: #e97e7e;
	border: 1px solid #88706c;
	background-color: rgb(110, 38, 38);
	padding: 0 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	background-image: -moz-linear-gradient(#934d4d, #6f2828);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#934d4d), to(#6f2828));
	float: right;
	margin: 20px -10px -10px 0;
	position: relative;
	z-index: 5;
}
.more:hover {
	color: #ffa1a1; /* increase brightness by 10% */
	background-color: rgb(135, 47, 47); /* increase brightness by 10% */
	background-image: -moz-linear-gradient(#ad5c5c, #8a3232); /* increase brightness by 10% */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#ad5c5c), to(#8a3232));
}
.more:active {
	color: #e87b7b; /* increase saturation by 10% */
	background-color: rgb(135, 34, 34); /* increase saturation by 10% */
	background-image: -moz-linear-gradient(#944040, #701d1d); /* increase saturation by 10% */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#944040), to(#701d1d));
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7), inset 0 3px 3px rgba(0, 0, 0, .5);
	/*-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7), inset 0 3px 3px rgba(0, 0, 0, .5); /* chrome inset shadows + rounded corners = fugly :( */
	box-shadow: 0 0 3px rgba(0, 0, 0, .7), inset 0 3px 3px rgba(0, 0, 0, .5);
}
.more:after {
	content: "\2192"; /* right arrow */
	margin-left: 1.4ex;
	font-weight: bold;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif
}
section.text figure {
	margin: 5px 10px 5px 0;
	background-color: #4d4d4d;
	font-style: italic;
	text-align: center;
	color: #d8d8d8;
	clear: left;
}
section.text .text_body:before { /* push the figure down into the text: http://www.xs4all.nl/~jer03n/sandbox/float-bottom-right.html */
	clear: left;
	float: left;
	width: 1px;
	height: 170px; /* this height looks a little funny in most browsers, but webkit really wants to write on the figure :(:(:( */
	content: "";
}


figure {
	padding: 6px 6px 0 6px;
	display: block;
	float: left;
	margin: 10px;
	width: 133px;
	color: #bdbdbd;
	font-family: Georgia, "Times New Roman", Times, serif;
}
figure img {
	width: 133px;
	height: 131px;
	display: block;
}
figure p {
	margin: 10px 0;
	font-size: 12px;
}
figure cite {
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
	display: block;
	font-size: 10px;
	margin-top: 10px;
	letter-spacing: .17ex;
}
figure cite a {
	text-transform: none;
	display: block;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	color: #bdbdbd;
	letter-spacing: normal;
}


section.photos {
	float: right;
	margin: 150px -10px 0 0;
}
section.photos figure {
	padding: 0;
	width: 140px;
	line-height: 1.5;
}
section.photos img {
	padding: 10px;
	background-color: rgb(61, 61, 61);
	background-color: rgba(0, 0, 0, .21);
	width: 120px;
	height: 120px;
	border: solid #525253;
	border-width: 1px 0 0 1px;
	position: relative;
	top: -1px;
	left: -1px;
}
section.photos img:hover {
	background-color: rgb(116, 116, 116);
	background-color: rgba(255, 255, 255, .16);
	border-color: #808080;
}
section.photos p {
	font-family:  helvetica, arial, sans-serif;
	font-size: 11px;
}


footer {
	margin-top: -43px;
	background-image: url('../images/background-dark.jpg');
	display: block;
	border-top: solid #6f2727;
	border-width: 7px 0 0 0;
	-moz-border-image: url('../images/line.gif') 7 0 0 0 round round;
	-webkit-border-image: url('../images/line.gif') 7 0 0 0 round round;
	border-image: url('../images/line.gif') 7 0 0 0 round round;
	position: relative;
}


section.quotations {
	clear: both;
	display: block;
	padding-top: 20px;
}
section.quotations p {
	width: 224px;
	height: 125px;
	float: left;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.77);
	color: #9e9e9e;
	line-height: 1.3;
}
section.quotations p:first-line {
	color: #f3f3f3;
}
section.quotations p .line3 {
	color: #6f6f6f;
}
#einstein {
	background-image: url('../images/einstein.jpg');
	text-align: right;
	padding-left: 66px;
}
#count {
	background-image: url('../images/count.jpg');
	margin: 0 20px;
	text-align: center;
	padding: 10px 38px;
}
#teacher {
	background-image: url('../images/teacher.jpg');
	padding-right: 66px;
}


section.copyright {
	line-height: 25px;
	clear: both;
	color: #da6363;
	clear: both;
}
section.copyright h2 {
	text-align: right;
	margin-bottom: -25px;
	text-transform: uppercase;
	letter-spacing: .68ex;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
section.copyright cite {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -.1ex;
}








/* clearfix */
nav ul:after
, .main:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}