
@font-face {
	font-family: 'code-bold';
	src:url(../fonts/CODE%20Bold.otf);
}
@font-face {
	font-family: 'code-light';
	src:url(../fonts/CODE%20Light.otf);
}
/*
@font-face {
	font-family: 'americanpurpose';
	src:url(../fonts/American%20Purpose.ttf);
}
*/

.invisible {
	display: none;
}

a {
	text-decoration: none;
	color: #F36F01;
}

body {
	margin: 0px 0px 0px;	
	font-family: "Trebuchet MS",Tahoma,Verdana,sans-serif;
	font-size: 14px;
}
/* Consistent page divs */
#header {
	
}
#content-hold{
	min-height:100%;
	height: auto !important;
	height:100%;
	margin 0 auto -137;
}
#navigation {
	min-width:1176px;
	background-color: #F36F01;
	width: 100%;
	height: 50px;
	display: block;
	position: relative;
	font-family: "Trebuchet MS",Tahoma,Verdana,sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a {
	color: inherit;	
}
#nav-links {
	width: 1176px;
    height: 50px;
	margin-left: auto;
	margin-right: auto;
}
/* Navigation links */
.topnav {
	float: left;
	padding: 16px 31px 13px;
	background-color: #F36F01;
}
.topnav:hover {
	background-color: #000000;	
}
.topnav_active {
	background-color: #000000;
}

/*Dropdown styles*/
.nav_parent {
	position: relative;
	float: left;
	overflow: hidden;
}
.nav_parent:hover {
	overflow: visible;	
}
.dropdown_list {
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
	position: absolute;
	z-index: 69;	
	white-space: nowrap;
}
.dropdown_list li {
	background-color: black;
	padding: 7px 5px 7px 5px;
	font-size: 16px;
	border-style: solid;
	border-color: white;
	border-width: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.dropdown_list li:hover {
	color: #F36F01;
}

#info {
	margin-top: 15px;
	width: 1176px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#info-left {
	background-image: url(../images/tcon-spritesheet.png);
	position: relative;
	float: left;
	height: 130px;
	width: 323px;
	font-family: "code-bold",Tahoma,sans-serif;
	font-size: 88px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 3px;
}
#info-left p {
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	left: 147px;
}
#info-center {
	position: relative;
	float:left;
	height: 130px;
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "code-light","new_cicle",Times,sans-serif;
	font-size: 42px;
	padding-top: 6px;
}
#info-center p {
    position: absolute;
	width: 100%;
	bottom: 4px;
	left: 6px;
	padding-top: 6px;
}
#info-center-small
{
    font-size: 16px;
    letter-spacing:2;
    margin-bottom:19px;
}
#info-right{
        position: relative;
        float: left;
        height: 100px;
        width: 350px;
        margin-top: 25px;
        margin-left: 17px;
}
.reg-img{
        height:100px;
        width: 350px;
        background-size: 350px 100px;
}
#body {
	width: 1176px;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
	min-height: calc(100% - 359px);
}
#body-header {
	width: 100%;
}
#content {
	width: 100%;	
	margin-top: 20px;
	position: relative;
}

#page-title {
	background: transparent url('../images/slashed_bg.jpg') repeat scroll 0% 0%;
	width: 100%;
	padding: 15px 0px;
	margin-bottom: 22px;
	font-family: "comforta","new_cicle",Tahoma,sans-serif;
	font-size: 34px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
#editbtn {
	color: white;
	background-color: #F36F01;
	font-size: 18px;
	right: 0;
	bottom: 17px;
	position: absolute;
	padding: 8px 16px 9px 16px;
}

#sidebar {
	width: 355px;
	float: left;
	margin-right: 22px;
}
#sublinks-cont {
	border-style: solid;
	border-width: 2px;
	border-color: /*#F36F01*/#4AA39B;
	margin-bottom: 16px;
}
#sublinks-title {
	height: 30px;
	/*background-color: #F36F01;*/
	background-color: #4AA39B;
	text-align: center;
	font-size: 20px;
	color: white;
}
#sublinks-title p {
	margin: auto;
}
#sublinks ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 18px;
}
#sublinks ul a {
	text-decoration: none;
	color: #F36F01;
}
#sublinks ul li {
	padding: 3px;	
}
#sublinks ul li:hover {
	background-color: #CCCCCC;	
}
#image {
	width: 100%;
	margin-bottom: 6px;
}
#image img {
	width: 100%;
	height: auto;	
}
#image-desc {
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}

#post {
	overflow: hidden;
}
#post p {
	margin-top: 0;	
}
#post h1 {
	color: white;
	background-color: #4AA39B;
	margin: 0px;
	padding: 10px 0px 10px 20px;
	margin-bottom: 10px;
	font-size: 22px;
}

#footer {
	min-width:1176px;
	width: 100%;
	position: absolute;	
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer-content {
	width: 1176px;
	margin-left: auto;
	margin-right: auto;
	/*overflow: hidden;*/
}
#footer-logo {
	background: url(../images/tcon-spritesheet.png) no-repeat scroll 0px -133px;
	position: relative;
	float: left;
	height: 98px;
	width: 260px;
	font-family: "code-bold",Tahoma,sans-serif;
	font-size: 58px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 3px;
	z-index: 3;
}
#footer-logo p {
	margin:0;
	padding:0;
	position:absolute;
	bottom:0;
	left: 130px;
}
#footer-copyright {
	color: #878787;
	text-align: center;
	height: 98px;
	position: relative;
}
#footer-copyright p {
	bottom: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
}
#footer-connect {
	float: right;
}
#social {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
	z-index: 3;
}
#instagram {
        background: url(../images/tcon-spritesheet.png) no-repeat scroll -55px -332px;
        float: left;
        width: 48px;
        height: 48px;
        margin-right: 18px;
        clip-path: circle(30px at center);
        transition:background-position 0.15s;
}
#instagram:hover {
        background-position: -55px -380px;
}
#tumblr {
        background: url(../images/tcon-spritesheet.png) no-repeat scroll -105px -332px;
        float: left;
        width: 48px;
        height: 48px;
        margin-right: 18px;
        clip-path: circle(30px at center);
        transition:background-position 0.15s;
}
#tumblr:hover {
        background-position: -105px -380px;
}

#facebook {
	background: url(../images/tcon-spritesheet.png) no-repeat scroll -105px -236px;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 18px;
	clip-path: circle(30px at center);
	transition:background-position 0.15s;
}
#facebook:hover {
	background-position: -105px -284px;
}
#twitter {
	background: url(../images/tcon-spritesheet.png) no-repeat scroll -5px -236px;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 18px;
	transition:background-position 0.15s;
}
#twitter:hover {
	background-position: -5px -284px;
}
#youtube {
	background: url(../images/tcon-spritesheet.png) no-repeat scroll -5px -332px;
	float: left;
	width: 48px;
	height: 48px;
	position: relative;
	transition:background-position 0.15s;
}
#youtube:hover {
	background-position: -5px -380px;	
}
#mail {
	background: #E5B353 url("../images/envelope.png") no-repeat scroll;
	background-position: right top;
	width: 100%;
	display: block;
	padding: 7px 0px 7px 7px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
