@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 100%;
}

body {
	text-align: center;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Geneva,Arial,Sans-Serif;
	font-size: 80%;
	color: white;
	background-color: #333;
}

a {
	outline: none;
}

.yellow {
	background-color: #444;
}

.blue {
	background-color: #444;
}

.red {
	background-color: #444;
}

#main {
	margin: 0 auto;
	width: 925px;
	text-align: left;
	position: relative;
	min-height: 100%;
}

.panel {
	clear: both;
}

.panel, .panel-left, .panel-right {
	margin-bottom: 2em;
	padding: 5px;
	background-color: #444;
}

.panel, .panel-left, .panel-right, #navigation {
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.panel-left {
	float: left;
	margin-right: 25px;
	width: 440px;
}

.panel-right {
	float: left;
	width: 440px;
}

.panel-inner {
	overflow: hidden;
	background-color: #333;
}

body.signup .panel-inner {
	min-height: 245px;
}

#logo h1 {
	font-size: 1em;
	height: 353px;
	width: 440px;
	background: #e50304 url(shooting.png) left top no-repeat;
	text-indent: -1000em;
}

a, a:link, a:visited {
	text-decoration: none;
}

#footer a {
	color: #666;
}

p a, ol a {
	color: #999;
}

p, fieldset, ol {
	padding: 0 10px;
	margin-bottom: 1em;
	color: white;
}

ol {
	padding-left: 3em;
}

ol li {
	margin-bottom: 1em;
}

fieldset {
	border: none;
}

label {
	font-weight: bold;
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	padding-top: 3px;
}

input, textarea {
	color: white;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	background-color: gray;
	width: 312px;
	display: block;
	float: left;
	margin-bottom: 10px;
	line-height: 1em;
	font-size: 1em;
	padding: 3px;
	background-color: #444;
	border: 1px solid black;
}

textarea {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Geneva,Arial,Sans-Serif;
	height: 8em;
}

.submit {
	text-align: center;
	margin-left: 100px;
	width: 318px;
	border: 1px solid black;
	height: 30px;
	line-height: 30px;
	font-size: 1em;
	margin-bottom: 0;
	background-color: #444;
	font-weight: bold;
}

.submit-button {
	border: none;
	background-color: transparent;
	text-align: center;
	margin: 0;
	width: 316px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin-bottom: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	outline: none;
}

#gvsecc {
	width: 260px;
}

fieldset img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #00053c;
}

fieldset br {
	clear: both;
}

#navigation {
	height: 40px;
	margin-bottom: 2em;
	padding: 0 5px 5px;
	-moz-border-radius-bottomleft: 10px;
  	-webkit-border-bottom-left-radius: 10px;
  	border-bottom-left-radius: 10px;
  	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
  	border-bottom-right-radius: 10px;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	text-transform: uppercase;
	text-align: center;
	float: left;
	width: 33%;
}

#navigation li#film {
	width: 34%;
}

#navigation li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 1.1em;
}

h2 {
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	padding: 0 10px;
	margin-bottom: 1em;
	border-bottom: solid 1px #00053c;
}

#navigation li a {
	color: white;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	
	background-color: #333;
}

#navigation li#pictures a.selected, h2, td.pager-yellow {
	color: black;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.2, #ffda81),
		color-stop(0.8, #ffb403)
	);
	background-image: -moz-linear-gradient(
		center top,
		#ffda81 20%,
		#ffb403 80%
	);
}

#navigation li#film a.selected, .red h2, td.pager-red {
	color: black;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.20, #ef6868),
		color-stop(0.80, #e50304)
	);
	background-image: -moz-linear-gradient(
		center top,
		#ef6868 20%,
		#e50304 80%
	);
}

#navigation li#about a.selected, .blue h2, td.pager-blue {
	color: white; 
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.20, #4e5077),
		color-stop(0.80, #00053c)
	);
	background-image: -moz-linear-gradient(
		center top,
		#4e5077 20%,
		#00053c 80%
	);
}

#navigation li a.first {
	border-right: 1px solid #444;
}

#navigation li a.last {
	border-left: 1px solid #444;
}

.corner-all {
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	border-radius: 10px;
}

.corner-all-small {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
}

.corner-br-small {
	-moz-border-radius-bottomright: 5px;
  	-webkit-border-bottom-right-radius: 5px;
  	border-bottom-right-radius: 5px;
}

.corner-top-large {
	-moz-border-radius-topleft: 10px;
  	-webkit-border-top-left-radius: 10px;
  	border-top-left-radius: 10px;
  	-moz-border-radius-topright: 10px;
  	-webkit-border-top-right-radius: 10px;
  	border-top-right-radius: 10px;
}

.corner-top {
	-moz-border-radius-topleft: 5px;
  	-webkit-border-top-left-radius: 5px;
  	border-top-left-radius: 5px;
  	-moz-border-radius-topright: 5px;
  	-webkit-border-top-right-radius: 5px;
  	border-top-right-radius: 5px;
}

.corner-bottom {
	-moz-border-radius-bottomleft: 5px;
  	-webkit-border-bottom-left-radius: 5px;
  	border-bottom-left-radius: 5px;
  	-moz-border-radius-bottomright: 5px;
  	-webkit-border-bottom-right-radius: 5px;
  	border-bottom-right-radius: 5px;
}

.corner-bottom-right {
	-moz-border-radius-bottomright: 5px;
  	-webkit-border-bottom-right-radius: 5px;
  	border-bottom-right-radius: 5px;
}

.corner-bottom-left {
	-moz-border-radius-bottomleft: 5px;
  	-webkit-border-bottom-left-radius: 5px;
  	border-bottom-left-radius: 5px;
}

#gallery, #carousel {
	height: 350px;
	overflow: hidden;
}

#carousel-inner, #gallery-inner {
	overflow: hidden;
	width: 440px;
	height: 350px;
	background-color: #333;
	position: relative;
}

#carousel-inner {
	background: transparent url(camera.png) left top no-repeat;
}

.carousel-container {
	display: none;
}

.carousel-title {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px;
	width: 420px;
}

.carousel-title h3, .carousel-title h4, #gallery .h3, #gallery .h4 {
	font-size: 1em;
	margin: 0;
}

.carousel-list {
	height: 350px;
}

#gallery .h3, #gallery .h4 {
	color: white;
	display: block;
	width: 356px;
}

#gallery .h3 {
	font-weight: bold;
}

.carousel-title h4, #gallery .h4 {
	font-size: 0.8em;
	font-weight: normal;
}

.carousel-arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	top: 130px;
	display: block;
	cursor: pointer; 
}

.previous {
	left: 0;
}

.next {
	right: 0;
}

#up {
	background: #333 url(up.png) left top no-repeat;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	width: 63px;
	height: 159px;
	top: 0;
	right: 0;
	padding: 0;
}

#down {
	background: #333 url(down.png) left top no-repeat;
	border-left: solid 1px black;
	width: 63px;
	height: 159px;
	right: 0;
	top: 160px;
	padding: 0;
}

.jcarousel-prev, .jcarousel-next {
	display: block;
}

.jcarousel-prev-disabled, .jcarousel-next-disabled {
	display: none !important;
}

.jcarousel-container-vertical {
	height: 320px;
	position: relative;
}

.jcarousel-clip-vertical {
	height: 320px;
}

#gallery li a {
	outline: none;
	display: block;
	width: 420px;
	padding: 10px;
	height: 59px;
	color: white;
	background-color: #333;
	border-bottom: solid 1px black;
}

a img {
	border: none;
}

.gallery-link img {
	float: left;
	margin-right: 10px;
	border: solid 1px black;
}

#gallery-inner h2 {
	margin-bottom: 0;
}

#logo {
	height: 353px;
}

#ccp h1 a {
	overflow: hidden;
	display: block;
	font-size: 1em;
	height: 435px;
	width: 915px;
	background: transparent url(ccp.png) left top no-repeat;
	text-indent: -1000em;
}

#footer {
	text-align: right;
}

#footer .panel-inner {
	padding: 10px;
	color: white;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	display: block;
	height: 40px;
	font-weight: bold;
	font-size: 0.9em;
	min-height: 0px;
	background-color: #333;
}

table {
	margin-top: -1em;
	border: none;
	border-collapse: collapse;
}

tr {
	margin-bottom: 1em;
	color: white;
}

td.top.number, td.top.name {
	text-transform: capitalize;
	font-weight: bold;
}

td.top.no-entries {
	font-weight: bold;
}

td.top.name, td.top.no-entries {
	padding-left: 10px;
	width: 40%;
}

td.top.date {
	font-style: italic;
	padding-right: 10px;
	width: 60%;
	font-size: 0.8em;
}

.submission td {
	padding-top: 1em;
}

.submission td, .message td {
	padding-bottom: 1em;
}

.message td {
	padding-left: 10px;
	padding-right: 10px;
}

tr.message {
	border-bottom: solid 1px #000;
}

td.pager {
	text-align: center;
	padding: 1em 10px;
	color: black;
}

td.pager a {
	color: black;
}

td.pager b {
	color: white;
}

.even td {
	background-color: #3a3a3a;
}

#video-outer {
	height: 341px;
	padding: 6px 7px;
	background-color: black;
}

.logo { float: left; margin-right: 10px; }

#playPause {
	display: none;
	float: right;
	cursor: pointer;
}

#playPause.enabled {
	display: block;
}

.error { background-color: #663333; border-color: #a00; }

