@charset "utf-8";

@font-face {
    font-family: 'aaarghnormal';
    src: url('../font/aaargh-webfont.eot');
    src: url('../font/aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/aaargh-webfont.woff') format('woff'),
   	     url('../font/aaargh-webfont.ttf') format('truetype'),
         url('../font/aaargh-webfont.svg#aaarghnormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #696969;
}

#logo_div {
	padding-top:50px;
	position:relative;
	margin: 0 auto;
	text-align:center;
}

body#home #logo_div{
	padding-top:10px;
}

#number {
	width:95%;
	text-align:center;
	font-size:1.125em;
	color:#fff;
	background:#00ADEE;
	padding:10px 0;
	margin:10px auto;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

#number a{
	color: #fff;
}

#form {
	text-align:center;
}

#page_title {
	position:relative;
	width:100%;
	margin: 0 auto;
	text-align:center;
	background-color: #f5a03b;
	width: 100%;
}

hr.title{
	border: 0;
	background: #FFD104;
	height: 10px;
	width:100%;
}

#footer {
	position:relative;
	width: 100%;
	margin:20px auto;
	padding:10px 0;
	border-top:5px solid #9DCB3B;
	text-align:center;
	font-size:0.875em;
	max-width: 400px;
}

#footer a{
	color:#57C4C4;
}

.tab {
	position:relative;
	width: 90%;
	margin:5px auto;
	font-size:1.4em;
	padding:10px 3% 8px 3%;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #fff;
	display:block;
	background-color: #67D8D6; 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#67D8D6), to(#57C4C4));
    background-image: -webkit-linear-gradient(bottom, #57C4C4, #67D8D6); 
    background-image:    -moz-linear-gradient(bottom, #57C4C4, #67D8D6);
    background-image:     -ms-linear-gradient(bottom, #57C4C4, #67D8D6);
	}

.tab img {
	margin-right:15px;
	border:0;
	vertical-align:middle;
}

.container {
	position:relative;
	width:90%;
	margin:10px auto;
	background:#fff;
	padding:10px;
	color:#696969;
	font-family: "Open Sans", sans-serif;
}

hr {
	border:0;
	background:#FFD104;
	height:1px;
	width:100%;
}

.center {
	text-align:center;
}

a.btn {
	display:inline-block;
	color:#f1396d;
	background:#ffd104;
	text-decoration:none;
	padding:2px 23px 4px 23px;
	font-size:1em;
	border-radius:20px;
	font-weight:bold;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}

.border {
	border:5px solid #f1396d;
}

/*
Link Styles
*/

a {
	color:#FC9220;
	text-decoration:underline;
}

a.dark {
	color:#fff;
	text-decoration:none;
}
	
/* THIS IS WHERE YOU PUT LINK COLOR FOR TABS ON HOME PG */

/*
Form Styles
*/

input.field {
	width:90%;
	height:25px;
	font-size:1.125em;
}

select {
	width:95%;
	height:25px;
	font-size:1.125em;
}

input.field_btn {
	width:90%;
	height:25px;
	font-size:1.125em;
	color:#333;	
}

/*
Content Styles
*/

h1 {
	font-size:1.75em;
	color:#fff;
	margin-top:10px;
	margin-bottom: 0px;
	padding: 20px;
	font-family: 'aaarghnormal', sans-serif;
}
h2 {
	color:#57C4C4;
	font-size:1.5em;
	padding-bottom:0px;
	margin-bottom:5px;
	font-family: 'aaarghnormal', sans-serif;
}

/* NAVIGATION */

div#nav {
	position:fixed;
	margin:0;
	padding:0;
	width:100%;
	background:#662d91;
	z-index:9999;
	font-size:1em;
	text-align:center;
	font-weight:bold;
	color: #fff;

}

#nav a {
	display:block; 
	font-weight:700; 
	text-decoration:none; 
	color:#696959; 
	text-align:center;
	width:100%;
	border-bottom:1px solid #FDE68A;
	background:#FFD104;
	padding:10px 0;
	margin:0;
}

#nav-title {
	padding:10px 0;
	display:block;
}

.clear {
	clear:both;
}
