@charset "UTF-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.kore8films #container {
	width: 777px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.kore8films #logo {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.kore8films #header {
	background: #000000;
	text-align: center;
}

.kore8films #mainBanner {
	height: 87px;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}




/* HOME PAGE ELEMENTS */

.kore8films #homeContent {
	padding: 0;
	background-color: #000000;
	background-image: url(images/homepage/indexart.gif);
	height: 399px;
	width: 777px;
}

.kore8films #graphicsBox {
	padding: 0;
	background-color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;	
}





/* CURRENT PROJECTS ELEMENTS */

.kore8films #projectContent {
	padding: 0;
	background-color: #000000;
	width: 777px;
}

.kore8films #projectContent #projectsText {
	width: 707px;
	text-align: left;
	position: relative;
	left: 35px;
}

.kore8films #projectContent #projectsText p {
	
}

.kore8films #projectContent #projectsText a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-style: italic;
}

.kore8films #projectContent #projectsText a:visited {
    color: #CCCCCC;
	text-decoration: none;
	font-style: italic;
}

.kore8films #projectContent #projectsText a:active {
    color: #CCCCCC;
	text-decoration: none;
	font-style: italic;
}

.kore8films #projectContent #projectsText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.kore8films #projectContent #upcomingLinks {
	width: 707px;
	text-align: left;
	position: relative;
	left: 35px;
}

.kore8films #projectContent #upcomingLinks a:link {
	color: #CCCCCC;
	text-decoration: underline;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}

.kore8films #projectContent #upcomingLinks a:visited {
	color: #CCCCCC;
	text-decoration: underline;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}

.kore8films #projectContent #upcomingLinks a:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}

.kore8films #projectContent #upcomingLinks a:hover {
	color: #FFFFFF;
	font-weight: bold;
    text-decoration: none;
}

.kore8films #projectContent #projectsbar {
	width: 711px;
	height: 3px;
	position: relative;
	left: 33px;
	background-color: #191919;
	margin-top: 25px;
	margin-bottom: 33px;
}




/* MAIN CONTENT */

.kore8films #mainContent {
	background: #000000;
	margin-top: 33px;
	margin-bottom: 33px;
	padding-right: 10px;
	padding-left: 10px;
}

.kore8films #mainContent p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 700px;
}


.kore8films #mainContent a:link {
	color: #DEDEDE;
	text-decoration: underline;
}

.kore8films #mainContent a:visited {
	color: #DEDEDE;
	text-decoration: underline;
}

.kore8films #mainContent a:active {
	color: #DEDEDE;
	text-decoration: underline;
}

.kore8films #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



/* TEAM CONTENT (MAIN) */

.kore8films #mainContent #bioBar {

}
	
.kore8films #mainContent #bioBar #bioPics {
	margin: 5; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #191919;
	padding: 0px;
	height: 165px;
	width: 141px;
	position: relative;
	top: 0px;
	left: 35px;
	float: left;
	border: 5px solid #252525;
}

.kore8films #mainContent #bioBar #bioText {
	width: 680px;
	text-align: left;
	position: relative;
	left: 45px;
	top: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 206;
}

.kore8films #mainContent #bioBar #bioText p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 680px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* NEWS CONTENT (MAIN) */

.kore8films #mainContent #newsBar {

}

.kore8films #mainContent #newsBar p {

}




/* COMIC ENTRY */

.kore8films #mainComic {
	background-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 23px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.kore8films #mainComic a:link {
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.kore8films #mainComic a:visited {
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.kore8films #mainComic a:active {
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.kore8films #mainComic a:hover {
	text-decoration: underline;
	color: #841110;
	border-top-color: #841110;
	border-right-color: #841110;
	border-bottom-color: #841110;
	border-left-color: #841110;
}

.kore8films #comicContent {
	background: #000000;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.kore8films #comicContent p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 700px;
	font-size: 20px;
}

.kore8films #comicContent a:link {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

.kore8films #comicContent a:visited {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

.kore8films #comicContent a:active {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

.kore8films #comicContent a:hover {
	font-style: italic;
	text-decoration: underline;
	color: #841110;
	/* color: #24702F; */
}



/* CONTACT CONTENT */

.kore8films #contactContent p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 777px;
	text-align: center;
}

.kore8films #contactContent a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.kore8films #contactContent a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

.kore8films #contactContent a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.kore8films #contactContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}





/* BARS AND SPACERS */

.kore8films #topbar {
	height: 13px;
	background-color: #191919;
	margin-top: 10px;
	margin-bottom: 10px;
}

.kore8films #spacerbar {
	margin-top: 18px;
	margin-bottom: 18px;
}

.kore8films #bottombar {
	background: #191919;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 30px;
    margin-top: 10px;
	margin-bottom: 10px;
}

.kore8films #footer {
	background:#000000;
	margin-bottom: 25px;
}

.kore8films #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}





/* TEXT STYLE */

body,td,th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
}

.kore8films .Main {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

.kore8films .Strong {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.kore8films .High {
	color: #FCFCFC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.kore8films  .Film {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	font-variant: small-caps;
}
.kore8films .StrongWhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.kore8films .MainWhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.kore8films .Main_Italic {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.kore8films .Film_Strong {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}
.kore8films .Film_StrongWhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
}
.kore8films .ProjectTitle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
}
.kore8films .ProjectItem {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.kore8films .StrongItalic {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.kore8films .High2 {
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.kore8films .newsHeader {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}
.kore8films .FilmWhite {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	font-variant: small-caps;
}
.kore8films .copyright {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-style: normal;
	font-variant: small-caps;
	font-size: x-small;
}
.kore8films #externalButtons {
	background:#000000;
	margin-bottom: 25px;
}
