@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    background-image: url("../images/background.jpg");
	background-repeat:repeat-x;
	background-color:#031c20;
	color:#fff;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5em;
    position: relative;
	margin:0;
	padding:0;
	text-align:left;
}

#contentholder {
    background-image: none;
}

.newsholder {
	background-color: rgba(0,34,31,0.7);
	width:100%;
}

.picholder {
	float:left;
	width:35%;
	margin:0;
	padding:0 15px 10px;
}

.picholder2 {
	float:left;
	width:100%;
	margin:0 auto;
	padding:0 15px 10px;
	text-align:center;
}

.storyholder {
	float:left;
	width:65%;
	padding-right:10px;
}

.storyholder2 {
	float:left;
	width:100%;
	padding:15px;
	margin-top:0;
}

.storyholder3 {
	float:left;
	width:100%;
	padding:10px;
	margin-top:0;
}

.tourholder {
	float:left;
	width:49%;
	border: 1px dashed #010f12;
	padding:5px;
	margin: 0 5px 5px 0;
	background-color: rgba(33,123,123,0.2);
	min-height:200px;
}

.tourholder a, a.visited {
	color: #7ddee0;
	text-decoration: none;
	font-weight:bold;
}

.tourholder a:hover {
	text-decoration: underline;
	color: #7ddee0;
}

.tourholder h2 {
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	background-color: rgba(1,12,13,0.9);
	color:#fff;
}

.tourholder .p6 {
	font-size:1.2em;
	padding: 5px 0 0 5px;
}

.tourholder .p5 {
	font-size:1em;
	font-color:#fff;
	padding-top:0;
	margin-top:-15px;
	padding: 0 0 0 5px;
}

.tourholder .p7 {
	font-size:1.2em;
	font-color:#fff;
	padding-top:0;
	margin-top:25px;
	text-align:center;
	margin-left:-10px;
}

.storyholder2 a, a.visited {
	color: #ea3832;
	text-decoration: none;
}

.reg a, a.visited {
	color: #ea3832;
	text-decoration: none;
}

p {
	margin:5px 0 15px;
	padding:0;
	text-align:left;
	font-size:1.2em;
	line-height:1.3em;
}

.p2 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:.8em;
	line-height:1.5em;
	color:#9f9e9e;
}
	
.p3 {
	margin:0;
	padding:0 0 15px 0;
	text-align:center;
	font-size:1.2em;
	line-height:1.2em;
	text-align:left;
	float:left;
}

.p4 {
	margin:5px 0 15px;
	padding:0;
	text-align:left;
	font-size:1em;
	line-height:1.4em;
}
	
a, a.visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #7ddee0;
}

.p2 a, a.visited {
	color: #fff;
	text-decoration: none;
}

.p2 a:hover {
	text-decoration: underline;
	color: #7ddee0;
}

h1 {
	padding:2px 0 0;
	margin:0;
	font-size:1.8em;
	line-height:1.3em;
	text-align:left;
}

h2 {
	padding:0;
	margin:0;
	color:#ea3832;
	font-size:1.5em;
	line-height:1.3em;
	text-align:center;
	clear:both;
}

.storyholder2 h2 {
	padding:0 0 5px 0;
	margin:0;
	color:#ea3832;
	font-size:1.5em;
	line-height:1.3em;
	text-align:left;
	clear:both;
}

h3 {
	margin:10px 0;
	font-size:1.4em;
	line-height:.9em;
	color: #7ddee0;
	text-align:left;
	clear:both;
}
	
img {
	max-width:100%;
}

.main {
	text-align:center;
	padding:15px 5px 5px;
	margin:auto auto;
	max-width:800px;
	width:100%;
	clear:both;
}

.main2 {
	text-align:center;
	padding:5px;
	margin:-10px auto 0;
	max-width:800px;
	width:100%;
	clear:both;
}

#topmenu {
	background:#c6302b;
	border-style: solid;
    border-width: 3px;
	border-color:#0b0b0a;
	text-align:center;
    height:44px;
	margin-top:-7px;
	width:100%;
}

/*Navigation Bar */

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 5px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:160px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	background: #c6302b;
	text-decoration: none;
	font-weight:bold;
	font-size:1.2em;
}

li:hover a {
	background: #a81b16;
	color: #fff;
	text-decoration:none;
}

/*Style 'menu' label button and hide it by default*/
.show-menu {
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #c6302b;
	text-align: center;
	padding: 10px 0;
	display: none;
	font-weight:bold;
	margin-bottom:1px;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/* End Navigation Bar */

.posted {
	background:#c6302b;
	margin:20px 0 15px;
	padding:3px 7px;
	font-weight:bold;
	font-size:.9em;
	display:inline-block;
}

.readmoreholder {
	margin:0 auto;
	text-align:center;
}

.readmore {
	background:#010f12;
	margin:15px 0;
	padding:8px 12px 10px;
	font-weight:bold;
	font-size:1em;
	display:inline-block;
}

.boxholder {
	margin:0 auto;
	text-align:center;
	float:left;
	padding-right:3px;
}

.boxinner {
	background:#010f12;
	margin:10px 0 20px;
	padding:2px 7px 4px;
	font-weight:bold;
	font-size:.7em;
	display:inline-block;
}

.boxinner a, a.visited {
	color: #f33933;
	text-decoration: none;
}

.boxinner a:hover {
	text-decoration: underline;
	color: #7ddee0;
}

.readmore a, a.visited {
	color: #fff;
	text-decoration: none;
}

.readmore a:hover {
	text-decoration: underline;
	color: #7ddee0;
}
	
.newsholder {
    background-color: rgba(0,34,31,0.7);
	border-style: dashed;
    border-width: 1px;
	border-color:#0b0b0a;
	text-align:left;
    padding:15px 0 0;
	margin:auto auto;
	margin-top:5px;
	max-width:960px;
	width:100%;
	overflow:auto;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footerholder {
	background-image: url("../images/faded_vhlogo.png");
	background-repeat:no-repeat;
	background-position: center; 
    background-color: rgba(0,34,31,0.7);
	border-style: dashed;
    border-width: 1px;
	border-color:#0b0b0a;
	text-align:left;
    padding:25px;
	margin:auto auto;
	margin-top:5px;
	max-width:800px;
	width:100%;
}

.clear {
	clear:both;
}

@media only screen and (max-width: 761px) {

	#contentholder {
background-image: url("../images/background.jpg");
	background-repeat:repeat-x;
}

.tourholder {
	width:100%;
	margin-top:5px;
}

.tourholder p {
	font-size:1.2em;
	padding: 15px 0 0 10px;
}

.storyholder2 h1 {
	padding:0 0 10px 0;
	margin:0 0 0;
	font-size:1.7em;
	line-height:1.3em;
	text-align:left;
}


.storyholder2 a, a.visited {
	color: #ea3832;
	text-decoration: none;
}

.reg a, a.visited {
	color: #ea3832;
	text-decoration: none;
}

.storyholder3 h1 {
	font-size:1.3em;
	padding-bottom:10px;
	margin-top:-10px;
}

.storyholder2 p {

}

.tourholder h2 {
	padding:15px 0;
	margin:0;
	color:#fff;
	font-size:1.3em;
	line-height:1em;
	text-align:center;
	clear:both;
}

.tourholder .p6 {
	padding: 15px 0 0 10px;
}

.tourholder .p5 {
	padding: 0 0 0 10px;
}

/* Top Navigation bar */

	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	
	/*Display 'menu' link*/
	.show-menu {
		display:block;
	}

/* End Top Navigation bar */

.main {
	text-align:center;
	padding:5px;
}

#topmenu {
	margin-top:-5px;
}

p {
	margin:-5px 0 20px;
	padding:0;
	text-align:left;
	font-size:1.1em;
	line-height:1.3em;
}

h1 {
	padding:0;
	margin:0;
	font-size:1.5em;
	line-height:1.3em;
}
	
h2 {
	padding:15px 0;
	margin:0;
	color:#ea3832;
	font-size:1.4em;
	line-height:1em;
	text-align:center;
	clear:both;
}
	
.p2 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:.75em;
	line-height:1.5em;
	color:#9f9e9e;
}

.picholder {
	text-align:center;
	margin:0;
	padding:0 15px 10px;
	clear:both;
	width:100%;
}

.storyholder2 h1 {
	line-height:1.2em;
	padding-top:15px;
	padding-bottom:0;
}

.storyholder {
	float:left;
	width:100%;
	padding-right:10px;
	padding-left:15px;
}

.newsholder {
	width:100%;
}

  }
  
@media only screen and (min-width: 762px) {
	
	#contentholder {
    background-image: url("../images/shipback.jpg");
	background-repeat:no-repeat;
	width:100%;
    background-position: center top; 
}

.newsholder {
	width:100%;
}

}