/*---------------------------------------------*/
/*------------------ MAIN ---------------------*/
/*---------------------------------------------*/

html{
	background-image: url("../images/bg.png")}

body{
	margin: 0 auto;
	width: 950px;
	background-image: url("../images/bg2.png");
	box-shadow: 3px 3px 30px black;
	padding-top: 15px;
}

div#header {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

img#logo{
	width: 920px;
	margin: -10px;
}

div#header h1 {
	display: inline;
	margin-left: 17px;
	margin-top: 60px;
	position: absolute;
	font-style: italic;
	font-family: Helvetica, sans-serif;
	color: #3d3d3d;
	text-shadow: 1px 1px 3px grey;
	text-transform: capitalize;
	-webkit-text-stroke: .5px #a0a0a0;
}

div#header a{
	color: rgb(23, 23, 148);
	text-decoration: none;
}

div#header p {
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	margin-top: -5px;
	margin-left: 131px;
	padding-bottom: 10px;
	font-size: 0.8em;
	font-family: Helvetica, sans-serif;
	font-weight: 900;
	position: absolute;
	width: 777px;
}

@-moz-document url-prefix() {
	div#header p{
		margin-left: 130px;
	}
}

div#tabs {
	height: 20px;
	width: 106%;
	margin-left: -40px;
}

@-moz-document url-prefix() {
	div#tabs {
		margin-left: -41px;
	}
}

ul#tabs{
	list-style: none;
	position: relative;
}

ul#tabs a:link {color:rgb(230, 230, 230); text-decoration: none; text-shadow: 1px 1px 5px black;}
ul#tabs a:visited {color:rgb(230, 230, 230); text-decoration: none;}
ul#tabs a:hover {color:#FFFFFF; background: #360202 !important; text-decoration: none; text-shadow: none;}
ul#tabs a:active {color:#FFFFFF; text-decoration: none;}

ul#tabs a{
	display: inline;
	padding: 5px 36px;
	background: #8e0404; /* Old browsers */
	background: -moz-linear-gradient(top,  #8e0404 0%, #490202 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e0404), color-stop(100%,#490202)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8e0404 0%,#490202 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8e0404 0%,#490202 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8e0404 0%,#490202 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8e0404 0%,#490202 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0404', endColorstr='#490202',GradientType=0 ); /* IE6-9 */
	border: 1px solid #490202;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	letter-spacing: .1em;
	box-shadow: 0 0 3px black;
}

@-moz-document url-prefix(){
	#tabs ul li a{
		padding: 5px 38px;
	}
}

#tabs ul li:hover > ul{
	display: block;
}

#tabs ul li{
	float: left;
}

#tabs ul li a{
	display: block;
}

#tabs ul li a.first{
    border-radius: 32px 0 0 8px;
}

#tabs ul li a.last{
    border-radius: 0 32px 8px 0;
}

#tabs ul ul{
	display: none;
	position: absolute;
	list-style: none;
}

#tabs ul ul li{
	float: none;
	position: relative;
	z-index: 100;
	margin-left: -40px;
}

#tabs ul ul li a{
	text-align: center;
	padding: 5px 40px;
	background: #490202;
	border: 1px solid rgb(49, 6, 6);
	box-shadow: 0 0 5px black;
}

@-moz-document url-prefix() {
	ul#tabs a{
		letter-spacing: 0.08em;
	}
}

ul#tabs a#currentTab{
	background: #490202;
	border: 1px solid rgb(44, 4, 4);
}



/*---- SLIDER ------*/

#sliderFrame {
	width:908px;
	margin:-5px auto; /*remove the "margin:0 auto;" if you want to align the whole slider to the left side*/
	padding:35px 20px;
	border:1px solid #CCC;
	/*background-color:#FFF;*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 80%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 80%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 80%,#e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

#slider {
	float: left;
	width: 798px; height: 381px; 			/*SAME SIZE AS YOUR IMAGE*/
	background: white url(./images/loading.gif) no-repeat 50% 50%;
	position: relative;
	/*margin: 0 auto;*/													/*MAKE THE SLIDER CENTER ALIGNED*/
}

#slider img {
	position:absolute;
	border:none;
	visibility:hidden;
	width: 798px;
	height: 381px;
}

/* the link style (if an image is wrapped in a link) */

#slider a.imgLink {
	z-index:2;
	display:none;position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
	box-shadow: inset 0 0 10px #252525;
}

/* Caption styles */

div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:400px;
	height:auto;
	padding:10px;
	left:175px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:10px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size:0;
}

div.mc-caption-bg {
	background:#DDD; /*Caption background color. Can be set to "background:transparent;", or set to semi-transparent through the sliderOptions.captionOpacity setting in the javascript.*/
	/* border:1px solid white; */
	border-radius: 5px;
}

div.mc-caption {
	font:bold 18px/16px 'Oswald';
	text-transform: uppercase;
	text-shadow: 0 0 3px white;
	letter-spacing: .15em;
	color:#490202;
	z-index:4;
	text-align:center;
}

@-moz-document url-prefix(){
	div.mc-caption {
		font-weight: 500;
	}
}

div.mc-caption a { 
	color:#060;
}

/* ------ built-in navigation bullets wrapper that is relative to the #slider ------*/

div.navBulletsWrapper  {
	display:none;
}

/*thumbnails*/

#thumbs {
    float:left;
    margin-left:15px;
    font:normal 11px/13px Arial;
    /*border-top:1px solid #CCC;*/
    color:#666;
    /*box-shadow: 0 0 3px grey;*/
}

#thumbs .thumb {
    padding:10px;
    margin-bottom: 15px;
    background:#EEE;
    box-shadow: 0 0 3px grey;
}

#thumbs .thumb-on {
    background:#FFF;
}

#thumbs img {
	cursor:pointer;
	width:70px;
	height:44px;
}

#thumbs .frame {
	float:left;
	background:white;
	/*border-radius:3px;*/
	box-shadow:0 0 3px #BBB;
	font-size:0;
	line-height:0;
}

#thumbs .thumb-content {
	float:left;
	width:120px;
	padding-left:5px;
}

/* Captions in #thumbs .thumb-content */

#thumbs .thumb-content p {
	font-weight:bold;
	color:#490202;
	margin:0 0 3px;
	padding:0;
}

#thumbs .thumb-on .thumb-content p {
	color:#BB0000;
}

/* --------- Others ------- */

#slider {
	transform: translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
}

/*---- CONTENT ------*/


#content {
	width: 837px;
	margin-left: 38px;
}

#content h2 {
	color: rgb(88, 8, 8);
	margin-bottom: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: 0 0 3px grey;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 3em;
	font-weight: 500;
	font-style: italic;
	margin-top: 0px;
}

#imageframe{
	width: 250px;
}

#content #side-img {
	float: left;
	width: 215px;
	margin-right: 15px;
	/* margin-bottom: 75px; */
	box-shadow: 0 0 3px grey;
}

#content p {
	font-family: 'Marcellus', sans-serif;
	margin-top: 0px;	
}

#content  #body-text {
	/* width: 547px;
	margin-left: 290px; */
	text-align: justify;
	text-indent: 20px;
	font-size: 1.1em;
}



/*------FOOTER-----*/

#footer a:link {color:#D0D0D0; text-decoration: none;}
#footer a:visited {color:#D0D0D0; text-decoration: none;}
#footer a:hover {color:#FFFFFF; text-decoration: none;}
#footer a:active {color:#D0D0D0; text-decoration: none;}

#footer {
	background: #202020; /* Old browsers */
	background: -moz-linear-gradient(top,  #202020 0%, #404040 10%, #202020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(10%,#404040), color-stop(100%,#202020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #202020 0%,#404040 10%,#202020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #202020 0%,#404040 10%,#202020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #202020 0%,#404040 10%,#202020 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #202020 0%,#404040 10%,#202020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	height: 100px;
	padding: 15px 10px;
}

#footer span{
	position: absolute;
}

#footer a {
	font-size: .8em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding: 0 10px;
}

#footer p {
	padding: 0 10px;
	margin: 0;
	font-size: .9em;
	text-align: right;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#copyright p {
	text-align: center;
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #020202;
}

@-moz-document url-prefix(){
	#copyright p {
		margin-top: -6px;
	}
}
