

/* =Fonts ----------------------------------------- */

@font-face {
	font-family: "Exmouth";
	src: url('../fonts/exmouth.eot');
	src: url('../fonts/exmouth.eot?#iefix') format('embedded-opentype'),
		url('../fonts/exmouth.woff') format('woff'),
		url('../fonts/exmouth.ttf') format('truetype'),
		url('../fonts/exmouth.svg#exmouthregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 8px;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	border-bottom-style:solid;
	border-width: 2px;
	border-color:black;
	font-family: Exmouth, Georgia, serif;
	font-size: 2.2em;
	color: black;
}

/* Tables */
table {
	table-layout: fixed;
	margin: 0 auto;
}

td {
	width: 200px;
	height: 90px;
	background-image: url('../img/Scroll3.png');
	background-repeat: no-repeat;
}

.cell {
	position: relative; 
	left: 23px; 
	width: 138px; 
	top: -8px; 
	height: 65px;
	text-align:center;
}

.cellanchor {
	cursor:pointer;
};

/* =Structure ------------------------------------------- */
.fix {overflow:hidden}

.single_cat_horizontal {
	border-radius: 3px;
	clear: both;
	margin-left:20px;
}

.Primary {
	position: relative;
	/* 1024 */
	max-width: 1065px;
	width: 100%;
	margin: 0 auto;
	background-image: url('../img/DevBG.jpg');
}

/* =Navigation ---------------------------------------- */

.NavBar {
	float: left;
	font-family: Exmouth, Georgia, serif;
	font-size: 2.2em;
	text-align: center;
	border-style: solid; 
	border-width: 2px; 
	border-color:black;
	border-radius: 8px 8px 8px 8px;
}
.NavBar a {
	padding: 0 .75em;
	float: left;
	color: white;
	text-decoration: none;
	text-shadow: 4px 4px 6px black, 2px 2px 2px black;
	text-shadow: 4px 4px 6px rgba(0,0,0,.8), 2px 2px 2px black;
	border-radius: 8px 8px 8px 8px;
}
.NavBar a:hover, NavBar a:active, NavBar a:focus {
	background: none;
	background-color: rgba(255,255,0,.25);
	-webkit-box-shadow: inset 0 5px 10px yellow, inset 0 -5px 12px yellow;
	-webkit-box-shadow: inset 0 5px 10px rgba(255,255,100,.65), inset 0 -5px 12px rgba(255,255,0,.65);
	box-shadow: inset 0 5px 10px yellow, inset 0 -5px 12px yellow;
	box-shadow: inset 0 5px 10px rgba(255,255,100,.65), inset 0 -5px 12px rgba(255,255,0,.65);
}
.NavBar a:after {
	content: "";
	display: table;
	clear: both;
}
	
/* =Modal ------------------------------------------------- */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    background-image: url(../img/DevBG.jpg);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}