@charset "utf-8";
/* CSS Document */

/* ----------------------------
   Body / General
---------------------------- */
body {
	background-color: black;  /* fallback solid color */
	color: #dddddd;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	width: 1292px;
	margin: 0 auto;
	text-align: left;
}
#layoutTable {
	table-layout: fixed;
}
#header {
    width: 1292px;
    margin: 0;
    padding: 0;
}

td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

#leftcolumn {
background-image: url("template_pieces/left_column.jpg");
background-repeat: repeat-y;
background-position: top left;
background-color: #CCC;
padding-left: 25px;
padding-right: 46px;
}
#rightcolumn {
    background-image: url("template_pieces/right_column.jpg");
    background-repeat: repeat-y;
    background-position: top right;
}
#centercolumn {
	background-image: url("template_pieces/center_content.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	min-height: 500px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
/* ----------------------------
   Center Column Link Effect ONLY
---------------------------- */
#centercolumn a {
    position: relative;
}

#centercolumn a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #c5a047;
    transition: width 0.3s ease;
}

#centercolumn a:hover::after {
    width: 100%;
}

#footer {
    width: 1292px;
    height: 51px;     
    background-image: url("template_pieces/footer.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}
.footer-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
}
.footer-content img {
    margin-right: 15px; /* this tag adds space between objects like the logos in the footer */
}

/* ----------------------------
   Header - H1 (Splash Title)
---------------------------- */
h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 5px;
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
}

/* ----------------------------
   Sub-header - H2 / H3
---------------------------- */
h2, h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #eeeeee;
    margin-top: 0;
    margin-bottom: 15px;
}
h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
}
.subheader-spread {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #CCC;
	letter-spacing: 7px;
	text-align: left;
}
.subheader-spread-dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	letter-spacing: 9px;
	text-align: left;
}
/* ----------------------------
   Paragraph / Body Text
---------------------------- */
p {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: justify;
}
p2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: justify;
	color: #333;
}
.body-text-left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	text-align: justify;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.body-text-left-dark {
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	text-align: left;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #333;
}
.body-text-right-dark {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	text-align: right;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #333;
}
/* ----------------------------
   Navigation Menu
---------------------------- */
a {
    color: #c5a047;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #e6c76a;
}

#nav {
    margin-top: 0px;
    text-align: left;
	padding-top: 20px;
}

#nav a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    margin-bottom: 12px;
    letter-spacing: 5px;
}

#nav a:hover {
    color: #000;
}

nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 5px;
	background-color: #000000; /* fallback for rgba() */
	/* rgba() works in modern browsers, CS4 ignores */
    background-color: rgba(0,0,0,0.6);
	text-align: center;
	padding: 15px 0;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    /* transition ignored in CS4, optional in modern browsers */
}

nav a:hover {
    color: #ffcc00;       /* instant hover effect for CS4 */
    font-weight: 600;     /* subtle bold for feedback */
}

.nav_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	letter-spacing: 5px;
}
.reflections_background {
	background-image: url(images/timeline.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0em;
}
.digital_art_bg {
	background-image: url(images/digatal-art-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.film_background {
	background-image: url(images/filmstrip-copy.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.news_background {
	background-image: url(images/news_background.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.literature_background {
	background-image: url(images/literature_background.png);
	background-repeat: no-repeat;
	background-position: center center;
}
