/*
Theme Name: NAME HERE
Theme URI: http://www.darrenlangley.com/
Author: Darren Langley
Author URI: http://www.darrenlangley.com/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 
*/



/*
Table of Contents:
----- GENERAL STYLES -----
- LINK STYLES
- HEADING STYLES
- TABLE STYLES
- FORM ELEMENTS AND BUTTON
- LISTS STYLES
- CLEAR STYLES

----- LAYOUT STYLES -----
- HEADER AND NAV STYLES
- CONTENT STYLES

----- COLUMN STYLES -----
- 4 COLUMN LAYOUT
- 3 COLUMN LAYOUT

- FOOTER STYLES
*/



/* ----- GENERAL STYLES START ----- */
#wpadminbar {display: none;}

body {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-family: 'Roboto', sans-serif;
	color: #494947;
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	line-height: 24px;
}
p {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	display:block;
    margin: 5px auto 5px auto;
	clear: both;
	float: none;
	text-align: center;
}






/* LINK STYLES START */
a:link {
	color: #ec5c99;
	text-decoration: none;
}
a:visited {
	color: #ec5c99;
	text-decoration: none;
}
a:hover {
	color: #ec5c99;
	text-decoration: underline;
}
a:active {
	color: #ec5c99;
	text-decoration: none;
}
/* LINK STYLES END */




strong {
	color: #ec5c99;}

/* HEADING STYLES START */
h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 26px;
	line-height: 30px;
	color: #ec5c99;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 30px;
	color: #90cfd2;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 22px;
	line-height: normal;
	color: #494947;
	font-weight: 400;
}
h3 a {
	color: #ffffff;
	text-decoration: none;
}
h3 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
h4 {
	
}
h5 {
	
}
/* HEADING STYLES END */






/* TABLE STYLES START /
table {
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #005F9B;
}
td {
	border: 1px solid #005F9B;
}
th {
	border: 1px solid #005F9B;
}
/ TABLE STYLES END */



/* TABLE STYLES START */
table {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: auto;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
  margin-bottom: 20px;
  margin-top: 10px;
}
 
th {
  color:#ffffff;
  background:#2d3e86;
  border-bottom:4px solid #e2b51c;
  border-right: 1px solid #ffffff;
  font-weight: 100;
  padding: 10px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#ffffff;
}
 

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding: 10px;
  text-align:left;
  vertical-align:middle;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #005F9B;
  background:#EBEBEB;
}

td:last-child {
  border-right: 0px;
}
/* TABLE STYLES END */






/* FORM ELEMENTS AND BUTTON STYLES START */
form {
	margin: 0px;
	padding: 0px;
}
form p {
	clear: both;
	margin: 0px;
	padding: 0px;
}
input {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	-webkit-appearance: none; -moz-appearance: none;
}
input[type=text] {
	width: 190px;
	padding: 0 5px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #000;
}
input[type=text]:focus {
	border: 1px solid #000090;
}
input[type=password] {
	width: 190px;
	padding: 0 5px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #000;
}
input[type=password]:focus {
	border: 1px solid #000090;
}
input[type=email] {
	width: 190px;
	padding: 0 5px;
	height: 24px;
	font-size: 13px;
	border: 1px solid #000;
}
input[type=email]:focus {
	border: 1px solid #000090;
}
select {
	width: 202px;
	padding: 0 5px;
	height: 24px;
	font-size: 18px;
	border: 1px solid #000;
	margin-bottom: 20px;
}
select:focus {
	border: 1px solid #000090;
}
textarea {
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	width: 200px;
	padding: 0 5px;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
textarea:focus {
	border: 1px solid #000090;
}
label {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 150px;
	margin-right: 5px;
	text-align: right;
}
input[type=submit] {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;;
	border: none;
	background-color: #000000;
	color: #FFFFFF;
	border: none;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	padding: 5px;
}
input[type=submit]:hover {
	background-color: #333333;
	cursor: pointer;
}
input[type=submit]:focus {
	background-color: #333333;
	cursor: pointer;
}
input[type=button] {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;;
	border: none;
	background-color: #000000;
	color: #FFFFFF;
	border: none;
	-webkit-border-radius: 6px;
    border-radius: 6px;
	padding: 5px;
}
input[type=button]:hover {
	background-color: #333333;
	cursor: pointer;
}
input[type=button]:focus {
	background-color: #333333;
	cursor: pointer;
}
.btn {
	clear: both;
	margin-bottom: 27px;
}
.btn a {
	background-color: #f99a08;
	background-image: url(pics/btn_bg.gif);
	background-repeat: repeat-x;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	font-family: 'Oswald', sans-serif;;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	clear: both;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	border-top: 1px solid #fcd393;
	border-bottom: 1px solid #7f1416;
}
.btn a:hover {
	background: none;
	background-color: #e58c07;
}
/* FORM ELEMENTS AND BUTTON STYLES END */






/* LISTS STYLES START */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 9px;
	margin-left: 10px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}
ol li {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-bottom: 9px;
	list-style: decimal;
	background: none;
}
.quicklinks li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 9px;
	list-style: none;
	background-image: url(pics/bullet.gif);
	background-repeat: no-repeat;
}
.quicklinks li a:link {position: relative; top: -3px;}
.quicklinks li a:visited {position: relative; top: -3px;}
/* LISTS STYLES END */






/* CLEAR STYLES START */
.clear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_10 {
	height: 10px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_20 {
	height: 20px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_40 {
	height: 40px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.clear_60 {
	height: 60px;
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
}
.hrclear {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	border-top: 3px solid #d1d1d1;
	margin-bottom: 25px;
}
hr {
	clear:both;
	font-size:0.1em;
	padding: 0px;
	margin: 0px;
	height: 20px;
	border: none;
	border-bottom: 3px solid #90cfd2;
	width: 110px;
	margin-bottom: 15px;
	    margin-left: auto;
    margin-right: auto;
}
/* CLEAR STYLES START */






/* ----- GENERAL STYLES END ----- */











/* ----- LAYOUT STYLES START ----- */







/* HEADER AND NAV STYLES START */
.header_container {
	background-color: #A0A0A4;
}
.header {
	width: 980px;
	height: 84px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	background-color: #eeeeee;
	/*overflow: hidden;*/
	clear: both;
}
.header p {
	margin-top: 100px;
}
.header_left {
	width: 45%;
	float: left;
}
.header_right {
	width: 45%;
	float: right;
}
.nav {
	height: 27px;
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	background-color: #FFCCFF;
}
.nav_btn a {
	height: 27px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	background-color:#0000FF;
}
.nav_btn a:hover {
	background-position:0% -27px;
}
.nav_btn a p {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	margin: 0px;
	padding: 0px;
    float: left;
    position: relative;
    list-style: none;
	background-image: none;
}
#menu > li:hover > ul {
    display: block;
}
#menu > li > ul {
	margin: 0px;
	padding: 0px;
	margin-top: 27px;
	padding: 3px;
    display: none;
    position: absolute;
	background-color: #fff;
	border: 1px solid #80d6f7;
}
#menu > li > ul > li > a {
	padding-top: 4px;
	padding-left: 10px;
	height: 25px;
	width: 200px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#menu > li > ul > li > a:hover {
	background-color: #00adef;
	color: #FFFFFF;
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
/* HEADER AND NAV STYLES END */






/* CONTENT STYLES START */
.blue_container {
	width: 100%;
	clear: both;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #ec5c99;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
}
.blue_container a:link {
	color: #ffffff;
	text-decoration: none;
}
.blue_container a:visited {
	color: #ffffff;
	text-decoration: none;
}
.blue_container a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.blue_container a:active {
	color: #ffffff;
	text-decoration: none;
}
.blue_container .col3_1wide {
	color: #fff;
	text-align: center;
}
.blue_container .col4_2wide {
	color: #fff;
	text-align: center;
}
.content {
	width: 965px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/* CONTENT STYLES END */






/* ----- COLUMN STYLES START ----- */



/* 5 COLUMN LAYOUT START */
.col5_1wide {
	width: 166px;
	margin-bottom: 20px;
	float: left;
}
.col5_2wide {
	width: 362px;
	margin-bottom: 20px;
	float: left;
}
.col5_3wide {
	width: 558px;
	margin-bottom: 20px;
	float: left;
}
.col5_4wide {
	width: 754px;
	margin-bottom: 20px;
	float: left;
}
.col5_spacer {
	width: 30px;
	margin-bottom: 20px;
	float: left;
}
/* 5 COLUMN LAYOUT END */




/* 4 COLUMN LAYOUT START */
.col4_1wide {
	width: 215px;
	margin-bottom: 20px;
	float: left;
}
.col4_2wide {
	width: 460px;
	margin-bottom: 20px;
	float: left;
}
.col4_3wide {
	width: 705px;
	margin-bottom: 20px;
	float: left;
}
.col4_4wide {
	width: 950px;
	margin-bottom: 20px;
	float: left;
}
.col4_spacer {
	width: 30px;
	margin-bottom: 20px;
	float: left;
}
/* 4 COLUMN LAYOUT END */






/* 3 COLUMN LAYOUT START */
.col3_1wide {
	width: 296px;
	margin-bottom: 20px;
	float: left;
}
.col3_2wide {
	width: 623px;
	margin-bottom: 20px;
	float: left;
}
.col3_3wide {
	width: 950px;
	margin-bottom: 20px;
	float: left;
}
.col3_spacer {
	width: 31px;
	margin-bottom: 20px;
	float: left;
}
/* 3 COLUMN LAYOUT END */





/* ADDITIONAL COLUMN LAYOUTS START */
.col1_1narrow {
	width: 520px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1_1wide {
	width: 700px;
	margin-bottom: 20px;
	clear: both;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* ADDITIONAL COLUMN LAYOUTS END */






/* ----- COLUMN STYLES END ----- */



/* FOOTER STYLES START */
.footer_container {
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #A0A0A4;
}
.footer {
	width: 980px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */
	clear: both;
	background-color: #dddddd;
}
.footer a:link {
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer_left {
	width: 45%;
	float: left;
}
.footer_right {
	width: 45%;
	float: right;
}
/* FOOTER STYLES ENDS */

#slidedownmenu {
	display: none;
}
.mobile_nav_open {
	display: none;
}
.marginleft175 {
	margin-left: 175px;
}



/* ----- LAYOUT STYLES END ----- */






