@charset "UTF-8";
/* Reset Default Styles */
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%;
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;
}

/* Page Layout
=================================== */

#background_wrap {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-image: url('../images/page_backgrounds/home_page.jpg');
    background-attachment: fixed;
}
blockquote {
	margin-left: 50px;
}

#pagewrapper {
	margin: 0px auto;
	padding: 2%;
	max-width: 700px; /* For IE8 and earlier */	
}
header {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: normal;
	font-weight: 400;
	color: #008080;
	text-align: center;
	margin-bottom: 15px;
}
#maincontent {
	margin-top: 25px;
}
.announcement-box {
	padding: 0px;
	width: 47%;
	margin-left: 2%;
	margin-top: 25px;
	overflow: hidden;
	float: left;
}
.photo-box-right {
	float: right;
	width: 28%;
	margin-left: 15px;
}
.photo-box-right img {
	max-width: 100%;
}
.writting_menu {
	margin: 0px 1.3% 0px 0px;
	padding: 0px;
	float: left;
	width: 24%;
}
#content_column {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 63%;
}
#side_column {
	margin: 0px;
	padding: 5px;
	float: right;
	width: 34%;
	background: #FFF;
	opacity: .75;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	border-radius:8px;
}
footer {
	position: fixed;
	z-index: 3;
	left: 0;
	bottom: 0;
	margin: 0px;
	padding: 1%;
	width: 98%;
	background: #333;
	clear: both;
}

.calendar-graphic img { max-width:100%; }
.photo-right {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 35%;
}
.photocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding-top: 5px;
}

.photo-right img { max-width:100%; }

.artwork_box {
	float: left;
	width: 45%;
	margin-left: 22px;
	margin-bottom: 25px;	
}
.artwork_box_home {
	float: left;
	width: 25%;
	margin-left: 42px;
	margin-bottom: 25px;
}
.artwork_box img, .artwork_box_home img { max-width:100%; }

/* Type Styles
=================================== */
h1,h2,h3 {
	font-family: "kepler-std-extended-display", serif;
	color: #004080;
	margin-bottom: 8px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 { font-size:24px; }
p a {
	color:#008080;
	text-decoration:none;
}
p a:visited { color:#008080; }
p a:hover { text-decoration:underline; }
p {
	font-family: "kepler-std-extended-display", serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: 400;
	color: #333;
	margin-bottom: 15px;
}
.letter_text {
	font-family: "tekton-pro-condensed";
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 400;
	color: #000;
}
.copyright {
	font-family: "aktiv-grotesk-std", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #CCC;
	line-height: 1.5em !important;
	margin-bottom: 0px !important;
	margin: 0px;
	padding: 0px;
}




/* Media Query
=================================== */
@media screen and (max-width: 580px) {
/* Page Layout
=================================== */
#background_wrap {
	background: none;
}

header {
	font-size: 2.0em;
	margin-bottom: 25px;
}

.photo-right, .maincontent, .artwork_box, .artwork_box_home, #content_column, #side_column, .announcement-box {
	float: left;
	clear: left;
	margin: 0 0 10px;
	padding: 0px;
	width: 100%;
	border-style: none;

}
.letter_text {
	font-size:18px;
	line-height:1.4em;
}
	
}
