@font-face
{
	font-family:franklindemi;
    src: url('/fradm.ttf'),
		 url('/fradm.eot'),
		 url('/fradm.svg');
}
body{
	background: #e0e0e0;
	margin: 0px;
	font-family:calibri;
	color: #262626;
}

a{
	color: #D4AF37;
	text-decoration: none;
}

h1{
	font-family: franklindemi, sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

header{
	height: 190px;
	position: relative;
	width: 100%;
}

nav.main{
	position: absolute;
	bottom: 0px;
	height: 72px;
	width: 100%;
	background: url(/images/nav-bar.jpg) repeat-x;
	z-index: 1;
	font-family: impact, sans-serif;
	color:#D4AF37;
	font-size: 20pt;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1), 2px -2px 0px rgba(0, 0, 0, 1), 2px -1px 0px rgba(0, 0, 0, 1), 2px 0px 0px rgba(0, 0, 0, 1), 2px 1px 0px rgba(0, 0, 0, 1), -2px 2px 0px rgba(0, 0, 0, 1), -2px -2px 0px rgba(0, 0, 0, 1), -2px -1px 0px rgba(0, 0, 0, 1), -2px 0px 0px rgba(0, 0, 0, 1), -2px 1px 0px rgba(0, 0, 0, 1);
}

section{
	padding: 20px 0;
}

footer{
	padding: 25px 5px;
}

.navcol{
	position: relative;
	width:305px;
	line-height: 72px;
	text-align: center;
}

nav.main a{
	color: #D4AF37;
	text-decoration: none;
}

nav.main ul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

nav.main ul > li{
	width: 150px;
	display: block;
	float:left;
}

footer nav{
	padding: 30px 0 100px;
	font-family: impact, sans-serif;
	font-weight:lighter;
	font-size:	20pt;
}

footer nav a{
	color:black;
}

footer h4, footer h6, h5{
	margin: 0;
	padding: 0;
}

.logo{
	position: relative;
	padding-top: 13px;
	width: 370px;
	margin: 0px auto;
	z-index: 10;
}

.wrapper{
	width: 980px;
	min-width: 980px;
	margin: 0px auto;
	position: relative;
}

.dark{
	background: #262626;
	color: #e0e0e0;
	width: 100%
}

.two_col{
	width: 480px;
	padding: 0px 5px;
}

.fourths{
	width: 210px;
}

.fourths img{
	width: 205px;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tr{
	text-align: right;
}

.clear{
	clear:both;
}

img.border, .thumbs img, .viewer img, iframe{
	border: 2px solid #D4AF37;
}

.viewer, .thumbs{
	width:100%;
	text-align: center;
}

.viewer img{
	max-height: 373px;
	cursor: pointer;
	border: 2px solid #262626;
	border-radius: 3px;
}

.thumbs img{
	max-height: 100px;
	margin: 5px;
	cursor: pointer;	
}

.items figure{
	display: inline-block;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	z-index: 0;
	height: 130px;
	width: 130px;
}

.items figure > figcaption{
	color: #D4AF37;
	position: relative;
	left: 6px;
	bottom: 0px;
	z-index: 0;
}

.admin_thumbs img{
	max-height: 250px;
	float: left;
	padding-right: 20px;
}

.admin_thumbs div{
	position: relative;
	width: 916px;
	border: 2px solid black;
	border-radius: 5px;
	padding: 20px;
	margin: 10px;
}

.admin_thumbs div > div{
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}

input.admin_thumbs{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

a#link{
	border: none;
	color: #e0e0e0;
}

a#link:active{
	border:none;
	color:#e0e0e0;
}

#cathead{
	text-align:center;
}

div.gallery_links{
	width: 175px;
	text-align:left;
	color: black;
}

div.gallery_links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.gallery_links li{
	width: 100%;
	line-height: 5px;
}

div.gallery_links a{
	color: black;
	display: block;
	width: 95%;
	line-height: 5px;
	padding: 10px;
	font-weight: bold;
}

div.gallery_links a:hover{
	background: #D4AF37;
	color: black;
	border: 2px solid #262626;
	border-radius: 3px;
	padding:8px;
}


/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 678px;
    height:140px;

    /* custom decorations */
    border:1px solid #ccc;
    background:url(/images/h300.png) repeat-x;
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:680px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin:20px 5px 10px 19px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:100px;
    height:75px;
	position: relative;
	z-index: 100;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}


/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(/images/arrow/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:40px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }


/* left */
a.left { margin-left: 0px; }
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* up and down */
a.up, a.down  {
    background:url(/images/arrow/vert_large.png) no-repeat;
    float: none;
    margin: 10px 50px;
}

/* up */
a.up:hover { background-position:-30px 0; }
a.up:active { background-position:-60px 0; }

/* down */
a.down { background-position: 0 -30px; }
a.down:hover { background-position:-30px -30px; }
a.down:active { background-position:-60px -30px; }


/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}