﻿/*
ThemeKings
www.themekings.net
Todd Swift, Designer
tswift@themekings.net
Released: 02/2011
Last revised: 02/2022
Copyright 2011, All Rights Reserved
 */
/* ========== BODY ========== */
body {
	background-position: left top;
	background-color: #2F2617;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	font-size: .8em;
	background-image: url('../theme/top-bgnd.jpg');
	background-repeat: repeat-x;
}
/* ========== CONTAINERS ========== */
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 960px;
	position: relative;
	overflow: hidden;
}
#pageBody {
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url('../theme/body-fill.gif');
	background-repeat: repeat-y;
	background-position: left top;
	width: 930px;
	position: relative;
}
/* ========== HEADER TAGS ========== */
h1 {
	background-position: left top;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	background-image: url('../theme/h1.jpg');
	background-repeat: no-repeat;
	width: 666px;
	height: 45px;
	position: relative;
	overflow: hidden;
	line-height: 180%;
}
h2 {
	background-position: left top;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	background-image: url('../theme/h1.jpg');
	background-repeat: no-repeat;
	width: 666px;
	height: 45px;
	position: relative;
	overflow: hidden;
	line-height: 180%;
}
h3 {
	background-position: left top;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	background-image: url('../theme/h1.jpg');
	background-repeat: no-repeat;
	width: 666px;
	height: 45px;
	position: relative;
	overflow: hidden;
	line-height: 180%;
}
/* ====== Used As Vnav Title ======
h4 {
	font-size: 110%;
}
*/
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
p {
	color: #AA8B53;
	font-size: 90%;
	font-weight: normal;
}
/* ========== MISC. FLOATS ========== */
.float-R {
	float: right;
	position: relative;
}
.float-L {
	float: left;
	position: relative;
}
/* ========== MISC. CLEARS ========== */
.clear-R {
	clear: right;
}
.clear-L {
	clear: left;
}
.clear-B {
	clear: both;
}
/* ========== HEADER ========== */
#head {
	background-image: url('../theme/header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 139px;
	position: relative;
	overflow: hidden;
}
/* ========== HEADER NAV ========== */
#menuBox {
	width: 660px;
	height: 30px;
	position: relative;
	margin-top: 5px;
	margin-left: 278px;
	padding: 0px;
}
#menuBox ul {
	padding : 0px;
	margin : 0px;
	list-style-type : none;
}
#menuBox ul li {
	padding : 0px;
	margin : 0px;
	display: inline;
}
#menuBox ul li a {
	width : 110px;
	height: 30px;
	background-position: 0px 0px;
	margin: 0px;
	padding : 0px;
	color: #EEEEEE;
	text-decoration : none;
	font-size: 95%;
	line-height : 240%;
	text-align: center;
	position : relative;
	background-repeat : no-repeat;
	background-image: url('../theme/HnavButn2.jpg');
	float: left;
	font-weight: bold;
	overflow: hidden;
}
#menuBox li a.current {
	background-position: 0px 0px;
	color : #EEEEEE;
}
#menuBox li a:hover {
	background-position: -110px 0px;
	color: #000;
	background-image : url('../theme/HnavButn2.jpg');
	background-repeat : no-repeat;
}
/* ========== COLUMNS ========== */
#col-L {
	width: 240px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 0px 16px;
	float: left;
}
#col-R {
	width: 666px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px 4px 0px 0px;
	float: right;
}
/* ========== CONTENT BANNER  ========== */
#pageBanner {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 666px;
	height: 250px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/page-banner.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#mygallery {
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	width: 666px;
	height: 250px;
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.contenthol {
	padding: 0px;
	margin: 0px;
	height: 250px;
	width: 666px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	position: absolute;
}
.projecttitle {
	margin: 0px;
	padding: 15px 0px 0px 10px;
	font-size: 115%;
	width: 280px;
	color: #fff;
	font-weight: bold;
}
.projectdesc {
	margin: 0px;
	width: 280px;
	color: #fff;
	line-height: 18px;
	padding: 5px 0px 0px 10px;
}
.preview {
	padding: 0px;
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 300px;
	height: 250px;
	margin-right: 30px;
	color: #000000;
}
#next {
	position: absolute;
	bottom: 60px;
	right: 10px;
}
.con {
	height: 250px;
	width: 666px;
	overflow: hidden;
}
/* ========== CONTENT ========== */
.cnt-box {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 666px;
	position: relative;
	overflow: hidden;
}
.cnt-info {
	color: #AA8B53;
	text-align: left;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 650px;
	position: relative;
	overflow: hidden;
}
/* ========== V NAVIGATION MENU ========== */
.Vnav-Box {
	width: 240px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 45px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/vnav-Header.png');
	background-repeat: no-repeat;
	background-position: left top;
	color: #FF6F14;
	text-align: left;
	text-indent: 10px;
	line-height: 250%;
	font-size: 130%;
	font-weight: bold;
}
.vnavBdy {
	background-image: url('../theme/vnav-fill.png');
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 240px;
	position: relative;
	overflow: hidden;
}
.vnavFt {
	background-image: url('../theme/vnav-ft.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	width: 240px;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.vnavInfo {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 220px;
	position: relative;
	overflow: hidden;
	color: #BB4004;
}
.vnavInfo ul {
	padding : 0px;
	margin : 0px;
	list-style-type : none;
	width : 220px;
	position : relative;
}
.vnavInfo ul li {
	padding : 0px;
	margin : 0px;
}
.vnavInfo ul li a {
	background-position : 0 0;
	margin : 0;
	display : inline;
	padding : 0 0 0 15px;
	color : #BB4004;
	text-decoration : none;
	line-height : 160%;
	text-align : left;
	position : relative;
	background-repeat : no-repeat;
	background-image: url('../theme/nav-arrow.jpg');
}
.vnavInfo li a.current {
	background-position : left top;
	color : #BB4004;
}
.vnavInfo li a:hover {
	background-position : -220px 0;
	color : #FF6F14;
	background-image : url('../theme/nav-arrow.jpg');
	background-repeat : no-repeat;
}
/* ========== FOOTER ========== */
#foot {
	margin: 0px;
	padding: 0px;
	height: 104px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/foot-filler.gif');
	background-repeat: repeat-x;
	background-position: left top;
}
#foot-Info {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 930px;
	height: 104px;
	position: relative;
	overflow: hidden;
	background-image: url('../theme/footer.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#FT-col-L {
	width: 240px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 0px 16px;
	float: left;
}
#FT-col-L-info {
	font-size: 90%;
	text-align: center;
	padding: 0px;
	margin: 20px auto 0px auto;
	width: 220px;
	position: relative;
	line-height: 90%;
}
#FT-col-R {
	width: 666px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: right;
	text-align: center;
	font-size: 90%;
	color: #AA8B53;
}
.FT-info-links {
	padding: 0px;
	margin: 10px auto 0px auto;
	position: relative;
	width: 380px;
	height: 30px;
	text-align: center;
	line-height: 110%;
}
.FT-info-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.FT-info-links li {
	float: left;
}
.FT-info-links a {
	display: block;
	color: #FF9900;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
/* ========== ALERTS & ANNOUNCMENTS ========== */
/* ========== PAGE LINK EFFECTS ========== */
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF6F14;
}
a.footer:link {
	color: #AA8B53;
}
a.footer:visited {
	color: #AA8B53;
}
a.footer:hover {
	color: #C7B18B;
}
/* ========== TEXT EFFECTS ========== */
/* ========== SOCIAL MEDIA ========== */
#social-networks {
	margin-left: 762px;
	margin-top: 70px;
	padding : 0px;
	width : 180px;
	height : 30px;
	position : relative;
	overflow : hidden;
}
#social-networks ul {
	padding : 0px;
	margin : 0px;
	list-style-type: none;
}
#social-networks ul li {
	padding : 0px;
	margin : 0px;
	width : 60px;
	height : 30px;
	position : relative;
	overflow : hidden;
	float : left;
	list-style-type: none;
}
.FBlink {
	padding : 0;
	margin : 0;
	display : block;
	width : 60px;
	height : 30px;
	background : url('../theme/facebook.png') no-repeat 0 -30px;
	overflow : hidden;
	position : relative;
}
.FBlink:hover {
	background : url('../theme/facebook.png') no-repeat 0 0;
}
.TWlink {
	padding : 0;
	margin : 0;
	display : block;
	width : 60px;
	height : 30px;
	background : url('../theme/twitter.png') no-repeat 0 -30px;
	overflow : hidden;
	position : relative;
}
.TWlink:hover {
	background : url('../theme/twitter.png') no-repeat 0 0;
}
.LNlink {
	padding : 0;
	margin : 0;
	display : block;
	width : 60px;
	height : 30px;
	background : url('../theme/linkedin.png') no-repeat 0 -30px;
	overflow : hidden;
	position : relative;
}
.LNlink:hover {
	background : url('../theme/linkedin.png') no-repeat 0 0;
}
