@charset "UTF-8";
/* CSS Document */
/* 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;
}
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;
}

body {
	font: 100%/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*	background: #ccc url(images/www.jpg) center center fixed no-repeat; */
	background: url("images/background.png") repeat scroll 0 0 rgba(255, 255, 255, .8);
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	height: 100%;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1 {
	clear: both;
	font-size: 1.5em;
	padding: 1.0em;
	font-weight: bold;
	color: #c5364a;
} 

h2 {
	clear: both;
	font-size: 1.5em;
	padding: 1.0em 0;
	font-weight: bold;
	color: #444;
} 


h3 {
	clear: both;
	font-size: 1.3em;
	padding: 1em 0;
	color: #444;
	text-align: center;
	font-style: italic;
}

h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
img {
	vertical-align: middle;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
b {
	font-weight: bold;
}
table {
	width: 100%;
	margin: 0 auto;
}
table a {
	text-decoration: none;
	color: #5a5a5a;
}
table a:hover {
	text-decoration: underline;
	color: #f00;
}
th {
	text-align: left;
}
tr {
	padding: .25em 0;
}
td {
	padding: .25em;
	border: none;
}
#header_menu
{
display: none;
}
#order-div {
    float: left;
    width: 65%;
}
#order-package {
    float: left;
    display: block;
}
.container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
}
#headerMovie {
	margin: 1em auto;
}

#headerLogo {
	background: #bcbdc0;
	width: 100%;
}
header {
	background: #bcbdc0;
	height: 100%;
	width: 100%;
	padding-top: 3em;
}
header a {
	margin: 0 auto;
	padding: 2em 0;
	display: block;
	width: 960px;
}
header a img {
	width: 85%;
}
#navbar {
	position: fixed;
	z-index:100;
	background: #444;
	background: rgba(32, 32, 32, .9);
	clear: both;
	line-height: 3em;
	text-align: center;
	width: 100%;
	height: 3em;
}
#navbar li {
	padding: 0 2em;
    text-align: justify;
	display:inline;
	position: relative;
}
#navbar ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: .1em;
	line-height: 2em;
}
#navbar a:hover {
    color: #c5364a;
    text-decoration: none;
}
#navbar li.thispage a{
	color: #c5364a;
	font-size: 1.2em;
}
.kslogo {
	width: 160px;
}

#movie {
	background: #252f31 url(images/background.png);
	display: block;
    margin: 0 auto;
    width: 100%;
	position: relative;
}
#movie a img {
	display: block;
	margin: 0 auto;
	padding: 80px;
}
#movie object {
	display: block;
	margin: 0 auto;
}
#movie video {
	display: block;
	margin: 0 auto;
}
#id1 {
	z-index: 10;
}

.mission {
	clear: both;
	color: #444;
	font-size: 1.5em;
	padding: 1.0em;
}
#order-container {
	padding: 0 1.5em;
}
#order-container input {
	font-size: 1em;
	color: #444;
	line-height: 1.5em;
}
#order-container select {
	font-size: 1em;
	color: #444;
	border: 1px solid #ccc;
	height:1.9em
}
.messagepass {
	width: 900px;
	padding: 10px;
	margin: 10px 0;
	background-color: #ebf0e8;
	border: 1px solid #c9d6bf;
	clear: both;
	float: left;
	display: inline;
}

.messagewarning {
	width: 900px;
	padding: 10px;
	margin: 10px 0;
	background-color: #f4f4de;
	border: 1px solid #d7d0ad;
	clear: both;
	float: left;
	display: inline;
}

.messagefail {
	width: 900px;
	padding: 10px;
	margin: 10px 0;
	background-color: #f0e8e8;
	border: 1px solid #d6c1bf;
	clear: both;
	float: left;
	display: inline;
}
#listorders {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	font-size: .8em;
}

.form_row {
	color: #444;
	font-size: 1.25em;
	padding: 1.0em;
}
input {
	color: #444;
	font-size: 0.7em;
	margin: .25em;
}
input[type=number]{
    width: 4em;
}
input#submit_button.form_button {
	background-color: #c5364a;
	font-size: .7em;
	border: none;
	color: #fff;
	cursor:pointer;
	height: 1.55em;
}
input#submit_button.order_button, a.order_button {
	background-color: #c5364a;
	font-size: .8em;
	border: none;
	color: #fff;
	cursor:pointer;
	padding:.5em;
	margin: 0 1em 0 0;
}
input#submit_button.form_button:hover
input#submit_button.order_button:hover {
	background-color: #bcbdc0;
	color: #c5364a;
}
.bio {
	color: #444;
	font-size: 1.0em;
	padding: 1.0em;
	margin-left: 330px;
}
.center {
	padding: 1em;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.private {
	line-height: 1.5em;
	text-align: right;
	font-size: .75em;
	padding: 0;
}
.shadow {
	box-shadow: 0 2px 8px #444444;
	border-radius: 4px;
}
.alignLeft {
	float: left;
	margin: 1em 1em 1em 0;
}
section.news {
	clear: both;
	padding: 1em 0;
	min-height: 130px;
}
section.news img {
	position: relative;
	float: left;
	margin: 0 1em 1em 0;
	vertical-align: middle;
	box-shadow: 0 2px 8px #888;

}
section.news p {
	font-size: 1.2em;
}
section.about {
}
section.about p {
	margin: 0;
	font-size: 1em;
	padding-bottom: 1em;
}
section.about ul.bullets {
	margin: 0 0 0 4em;
	list-style: disc;
}
.halfpage {
	float: left;
	width: 47%;
	margin: 1%;
}
figure.quarterpage {
	float: left;
	width: 23%;
	margin: 1% .75%;
	padding: 0;
}
figure.quarterpage img {
	width: 100%;
}
section.halfpage {
	clear: both;
	float: left;
	width: 47%;
	margin: 1%;
}

/* ~~ The footer ~~ */
footer {
	position: relative;
	clear: both;
	background: #bcbdc0;
	height: 100%;
	width: 100%;
	margin-top: 1em;
}
footer p {
	display: block;
	margin: 0 auto;
	width: 960px;
	padding: 2em;
	text-align: center;
}
.social {
	vertical-align: middle;
	margin: 0 2em;
}