@charset "UTF-8";


/* Begin Eric Meyer CSS Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Eric Meyer CSS Reset */

body {
	background-color: #333;
	background-image: url(images/3x3-20.png);
	/*
	background-attachment: fixed;
	background-image: url(images/IMG_3252b.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	*/
}


#term {
	position: absolute;
	bottom: 7%;
	right: 0%;
	font-family: Vollkorn, Georgia, "Times New Roman", Times, serif;
	font-size: 12em;
	margin: 0;
	padding: 0;
	color: #333;
	text-transform:lowercase;
	font-variant: small-caps;
	letter-spacing: .05em;
}
#title {
	width: 100%;
	background-image: url(images/3x3-black-30-l2r.png);
	top: 0;
	left: 0;
	font-family: Vollkorn, Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #666;
	text-transform:lowercase;
	font-variant: small-caps;
	letter-spacing: 1em;
	font-weight: normal;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0;
	margin-top: 2em;
}
#contact {
	position: relative;
	padding: 0px;
	width: 140px;
	float: left;
	margin-right: 20px;
	font-size: .8em;
	text-transform:lowercase;
	font-variant: small-caps;
	font-style: normal;
	margin-top: 100px;
}

#contact h2 {
	text-transform:lowercase;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: .2em;
	margin-bottom: .2em;
}
#contact a {
	font-style: normal;
}
#current {
	position: relative;
	padding: 20px;
	padding: 20px;
	width: 500px;
	float: left;
	background-image: url(images/3x3-20-l2r.png);
	background-image: url(images/3x3-black-30-l2r.png);
	min-height: 560px;
}

#past {
	position: relative;
	padding: 20px;
	padding-top: 15px;
	width: 360px;
	width: 180px;
	margin-left: 20px;
	float: right;
	background-image: url(images/3x3-black-30-l2r.png);
	font-size: .8em;
}
#past p {
	margin-bottom: .5em;
	line-height: 1.3em;	
}

p {
	font-family: Vollkorn, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.7;
	color: #998;
	letter-spacing: 0.0em;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font-family: Vollkorn, Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	font-style: italic;
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
	
}	
	
#term h1 {
	font-family: Vollkorn, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #FFF;
	font-variant: normal;
	letter-spacing: 1px;
	border: none;
}	

h1 {
	font-family: Vollkorn, Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: lowercase;
	color: #F90;
	margin-bottom: .1em;
	margin-top: 0em;
	line-height: 1.5em;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	padding-top: 0;
	padding-bottom: 0.0em;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	/*background-image: url(images/3x3-black-100-l2r.png);*/

}
p.block {
	display: block;
	padding-left: 20px;
}

#intro {
	height: 1.5em;
	overflow: hidden;
	margin-left: -20px;
	margin-right: -20px;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#intro:hover {
	height: 500px;
	height: 300px;
	min-height: 100%;
	padding-bottom: 20px;
	background-image: url(images/3x3-white-100-50.png);
	background-image: url(images/3x3-black-100-l2r.png);
}
#tr, #mw {
	width: 220px;
	float: left;	
	margin-top: 1em;
	padding-left: 20px;
}
#mw {	
	float: right;
}

#intro a {
	display: block;	
	color: #fff;
	/*font-variant: small-caps;*/
	text-transform:uppercase;
	letter-spacing: .2em;
	font-size: .7em;
	line-height: 1.5em;
	font-style: normal;
}
#intro p {
	
}
h3, h4  {
	font-family: Vollkorn, Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: .5em;
	color: #f60;
	font-variant: small-caps;
	text-transform:lowercase;
	letter-spacing: .2em;
}
h4 {
	margin-top: 1em;
	margin-bottom: .2em;
	color: #999;
}

h2 {
	font-weight: normal;
	text-transform: none;
	color: #FC0;
	padding-top: 1em;
	font-size: 1em;
	font-style: italic;
	font-family: Vollkorn, Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a:link {
	font-family: Vollkorn, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	text-transform: none;
	text-decoration: none;
}
a:visited {
	text-decoration: line-through;
	color: #EED;
}		
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #000;
}
	

.emphasis {
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #333333;
	letter-spacing: 1px;
}

.smallcaps {
	font-variant: small-caps;
	text-transform: lowercase;
	margin-bottom: 0px;
}


