@charset "utf-8";
* {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
	background-color: #2d1c11;
	background-image: url(../img/background4-lq.jpg);
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #111;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen {
	.printonly {
		display:none;	
	}
}

@media screen and (min-width: 501px) {
	.nobigscreen {
		display: none !important;
	}
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 10px;
	padding-left: 28px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.supercontainer {
	width: 100%;
	background: url('../img/background3-layer2.png') repeat top center;
	min-height:100%;
	position:relative;
}
.container {
	background: none;
	min-width: 1000px;	
	/*background: url('../img/background3-layer2.png') repeat-x top center;*/
}

.navbarcontainer {
	background-color: rgba(0,0,0,0.6);
	/*background-image: none;
	background-repeat: repeat;
	background-position: center;*/
	width: 100%;
	height: 59px;
	box-shadow: 0px 0px 10px #222
}

.navbarcontainerbottom {
	background: none repeat center;
	width: 100%;
	height: 14px;
	margin-bottom: 15px;
}

.navbar {
	background-color: rgba(0,0,0,0.8);
	background-image: none;
	background-repeat: repeat;
	background-position: center;
	/*background: url(../img/footertopbg3.png) repeat-x center top;*/
	height: 35px;
    position: relative;
	top: 13px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 80px #111;
}

.navbarcontent {
	width: 964px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	top: 7px;
}

ul.navmenu {
	list-style: none;	
}

ul.navmenu li.newsletter {
	display: none;	
}

ul.navmenu li {
	float: left;
	position: relative;
	margin-left: 2.55em;
	text-transform: uppercase;
	/*font-family: "Copperplate Gothic", "Copperplate Gothic Bold", "Copperplate Gothic Light", sans-serif;*/
	/*font-family: "Copperplate Gothic", Copperplate, fantasy;*/
	/*font-family: "Copperplate Gothic", "Copperplate-Gothic", "Copperplate-Gothic", "Copperplate Gothic" , "Copperplate-Gothic", Copperplate, Georgia, serif;*/
	font-family: Impact, "Arial Black", Gadget, sans-serif;
	font-size: 0.9em;
	/*font-weight: bold;*/
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
          	     0px 8px 13px rgba(0,0,0,0.1),
         	     0px 18px 23px rgba(0,0,0,0.1);
	line-height: 1.1em;
}
ul.navmenu li:first-child {
	margin-left: 0.6em !important;
}
ul.navmenu a,
ul.navmenu a:link,
ul.navmenu a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
}
ul.navmenu a:hover {
	text-decoration: none;
	color: #b83000;
}

.contentcontainer {
	width: 100%;
	background: none;
	min-height: 500px;
	padding-bottom:270px
}
.contentcontainer .content {
	padding: 0;
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}
.maincontent {
	padding: 0;
	font-size: 0.8em;
}

.maincontent .menucontainer {
	box-shadow: 0px 0px 54px #000;
	/*background: url(../img/menucontainerbg3.png) repeat-x center top;
	background-color: #ecd4a2;*/
	background: url(../img/content_screw1-topleft.png) no-repeat top left, url(../img/content_screw1-topright.png) no-repeat top right, rgba(0,0,0,0.8);
}

.articletitle {
	color: #333;
	margin-top: 1.5em;
}

/* ~~ The footer ~~ */
.footercontainerset {
	position:absolute;
	bottom:0;
	left:0;	
	width:100%;
}
.footercontainer {
	background-color: #e7ae56;
	/*background: url(../img/headerbg.jpg) repeat center;*/
	width: 100%;
	/*height: 59px;*/
}
.footercontainertop {
	background-color: #570000;
	background: url(../img/footertopbg4.png) repeat-x center top;
	width: 100%;
	height: 35px;
	box-shadow: 0px 0px 10px #000;
    /*filter: FlipV;
    -ms-filter: "FlipV";*/
}
.footer {
	background: url(../img/footerbg3.png) repeat-x center top;
	background-color: #271109;
	margin-left: auto;
	margin-right: auto;
}
.footermore {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 0.9em;
}

.footercontent {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*font-family: "Copperplate Gothic", "Copperplate Gothic Bold", "Copperplate Gothic Light", sans-serif;*/
	/*font-family: Copperplate, "Copperplate Gothic", "Copperplate Gothic Light", fantasy;*/
	font-family: "Copperplate-GothicBold", "Copperplate Gothic", Georgia, Balthazar, 'Times New Roman', sans-serif;
	text-transform: uppercase;
	padding: 14px 0 14px 0;
	color: #ead9b9;
	font-size: 0.7em;
	/*font-weight: bold;*/
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
          	     0px 8px 13px rgba(0,0,0,0.1),
         	     0px 18px 23px rgba(0,0,0,0.1);
}

.footermore .innerpanel {
	background:#2a120a; 
	border-radius: 12px; 
	padding: 1em 1em 1em 1em;
	margin: 0 1em 0 1em;
	color: #cfa005;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 0.7em;
}	
.footermore .paneltitle {
	text-align: center;
	font-family: 'a_love_of_thunderregular', "Courier Bold", Impact, Rockwell, Charcoal, "Courier Bold", 'Lucida Console', sans-serif;
	color: #fff;
	font-size: 1.4em;
	padding: 0em 0 0.5em 0;
}	

.footermore .innerpanel a:link,
.footermore .innerpanel a:active,
.footermore .innerpanel a:visited {
    color: #cfa005;
    text-decoration: none;
}
.footermore .innerpanel a:hover {
    text-decoration: underline;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ decorative elements CSS ~~ */
.branchpin_tl {
	position: absolute;	
	top: -6px;
	left: -8px;
}
.branchpin_tr {
	position: absolute;	
	top: -6px;
	right: -7px;
}

.pagetitletext {
	font-family: 'Copperplate-GothicBold', Georgia, Balthazar, sans-serif; 
	font-size: 65px; 
	color: #fec73d; 
	text-shadow: -12px 6px 0px #4b1a06
}


.columns {
	text-align: justify;	
}
.columns > .clearcolumn {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0px;	
}
.columns > .column {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top !important;
	text-align: left;
}

.columns.columns-2 > .column {
	width: 49%;	
}
.columns.columns-3 > .column {
	width: 32%;	
}
.columns.columns-4 > .column {
	width: 24%;	
}
.columns.columns-5 > .column {
	width: 19%;	
}
.columns.columns-6 > .column {
	width: 16%;	
}
.columns.columns-7 > .column {
	width: 14%;	
}
.columns.columns-8 > .column {
	width: 12.5%;	
}


