@charset "utf-8";

/* CSS Document */

/*------------> design and code by <------------

even design
831.704.6849
www.even-design.com

-----------------------------------------------*/
/*------------> pulled fonts <------------

font-family:'Century Gothic W01';
font-family:'CenturyGothicW01-Italic';
font-family:'Century Gothic W01 Bold';
font-family:'CenturyGothicW01-BoldIt';

-----------------------------------------------*/
/*----------------> html tags <----------------*/

body {
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Arial;
	font-size: 16px;
	color: #ffffff;
	background: #000000 url(../images/background-page.jpg) top center no-repeat;
	background-size: cover;
	font-family: 'Century Gothic W01';
}

p {
	line-height: 1.5;
	margin: 10px 0 20px 0;
}

b {
	font-family:'Century Gothic W01 Bold';
}

td {
	vertical-align: top;
}

img {
	border: none;
}

ul {
	margin: 0 0 0 50px;
	padding: 0;
	line-height: 1.5;
}

li {
	margin: 0 0 10px 0;
	padding: 0;
}

hr {
	border-top: 1px solid #fad986;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

/*-----------------> link states <-----------------*/

a:link {
	color: #6ba2b8;
	text-decoration: underline;
}

a:hover {
	color: #fad986;
	text-decoration: underline;
}

a:active {
	color: #fad986;
	text-decoration: underline;
}

a:visited {
	color: #fad986;
	text-decoration: underline;
}

/*-------------> header definitions <--------------*/

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 22px;
	font-family:'Century Gothic W01 Bold';
	color: #fad986;
}

h2 {
	margin: 25px 0 10px 0;
	padding: 5px 0 0 0;
	font-size: 20px;
	font-family:'Century Gothic W01 Bold';
	color: #fad986;
}

h3 {
	margin: 25px 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-family:'Century Gothic W01 Bold';
	color: #fad986;
}

h4 {
	margin: 25px 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-family:'Century Gothic W01 Bold';
	color: #fad986;
}

h5 {
	margin: 15px 0 10px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	font-family:'Century Gothic W01 Bold';
	color: #fad986;
}

h6 {
	margin: 25px 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-family:'Century Gothic W01 Bold';
	color: #fad986;
}

/*------------------> container <-----------------*/

#header {
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	background: #000000;
	-webkit-box-shadow: 0px 0px 15px 2px #000000;
	box-shadow: 0px 0px 15px 2px #000000;
	color: #fad986;
}

#header-container {
	width: 925px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#container {
	width: 875px;
	min-height: 600px;
	margin: 25px auto 25px auto;
	padding: 20px;
	background: url(../images/background-content.png) repeat;
	border: 1px solid #333333;
	-webkit-box-shadow: 0px 0px 15px 2px #000000;
	box-shadow: 0px 0px 15px 2px #000000;
}

#container-home {
	width: 875px;
	height: 600px;
	margin: 25px auto 25px auto;
}

/*-----------------> pages stuff <----------------*/

#logo {
	width: 287px;
	height: 51px;
	margin: 10px 0 0 10px;
	padding: 0;
	float: left;
}

#navigation {
	width: 600px;
	margin: 18px 10px 0 0;
	padding: 0;
	float: right;
	text-align: right;
}

.image-left {
	float: left;
	margin: 3px 15px 15px 0;
	padding: 0;
	border: 1px solid #333333;
	-webkit-box-shadow: 0px 0px 15px 2px #000000;
	box-shadow: 0px 0px 15px 2px #000000;
}

.image-right {
	float: right;
	margin: 3px 0 15px 15px;
	padding: 0;
	border: 1px solid #333333;
	-webkit-box-shadow: 0px 0px 15px 2px #000000;
	box-shadow: 0px 0px 15px 2px #000000;
}

.content-left {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
}

.content-right {
	float: right;
	width: 400px;
	margin: 0;
	padding: 0;
}


/*-------------------> footer <-------------------*/

#footer {
	width: 925px;
	margin: 20px auto 20px auto;
	padding: 0;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

#footer p {
	line-height: 1.2;
}

#footer a:link,
#footer a:hover,
#footer a:active,
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer-left {
	width: 280px;
	float: left;
	margin: 0 0 0 10px;
	text-align: left;
}

#footer-center {
	width: 280px;
	float: left;
	margin: 0 0 0 35px;
	text-align: center;
}

#footer-right {
	width: 280px;
	float: right;
	margin: 0 10px 0 0;
	text-align: right;
}

