/*
Theme Name: FAB
Theme URI: 
Description: Custom FAB Theme
Version: 1.0
Author: Infoding.com
Author URI: http://infoding.com/


*/


/** ----- **/
/** RESET **/
/** ----- **/

/* CSS Document */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, /*input,*/
table, caption, tbody, tfoot, thead, tr, th, td,
input.center,  input.noborderinput, input.radiof, input.borderinput_error {
	margin: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	list-style-type: none;
}

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, /*input,*/
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
}

input.btn {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	list-style-type: none;
}

a img, 
:link img, 
:visited img {
	border: 0;
}

a {
	text-decoration: none;
}

form input,
form textarea {
   padding:0 3px 0 3px;
}


/*IE*/
.hr hr,
.hrlite hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.pagecontent ol, 
.pagecontent ul,
.pagecontent ul li {
	list-style-type: disc;
}

.pagecontent ul li {
	line-height: 20px;
	list-style-position: outside;
	margin-left: 15px;
}
.pagecontent ul {
	margin-bottom: 30px;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/** ----------------- **/
/** FAB STYLES **/
/** ----------------- **/

* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    background-color: #263240;
    color: #fff;
}

#pagecontainerbg {
	margin: 0 auto;
}

#pagecontainer {
	width: 950px;
	margin: 55px auto 65px auto;
	position:relative;
}

.content,
.pagecontent {
	background-color: #263240;
}

.content {
	padding: 50px 55px 0 60px;
}

.pagecontent {
	padding: 45px 80px 40px 100px;
	
}

.pagecontent#homepage {
	padding: 45px 30px 40px 50px;
}

.pagecontent#logopage {
	padding: 45px 0 40px;
	position: relative;
}

#header {
	width: 950px;
}

#header a#headimg, #header a#headimg img {
	height: 227px;
	padding: 0;
	margin: 0;
	display:block;
}

/****** MAIN MENU ******/

ul.menu_sub {
	background-color: #FFC91F;
	padding: 9px 30px 0 30px;
	font-size: 20px;
	height: 32px;
	margin: 0;
}

ul.menu_sub li.first,
ul.menu_sub li {
	display: inline;
}

ul.menu_sub li {
	background: url("pics/menu_dot.gif") no-repeat 0px 9px;
	margin-right: 1px;
}

ul.menu_sub li.first {
	background: none;
}

ul.menu_sub li.first a {
	padding-left: 0;
}

ul.menu_sub li a {
	color: #263240;
	text-decoration: none;
	padding-left: 16px;
}

ul.menu_sub li a:hover {
	color: #848484;
}

ul.menu_sub li.current_page_item a {
	color: #D9481B;
}

.col_full {
	width:515px;
}

.col_half {
	width: 255px;
	float:left;
}

p {
	margin: 0 0 30px 0;
	line-height: 21px;
	position:relative;
	
}

p.homepage {
	font-size:15px;
	text-align: justify;
}

form p {
	margin: 0 20px 30px 20px;
}

.cleardiv {
	clear: both;
}

a {
	color: #D9481B;
}

a:hover {
	color: #FFB032;
}

a#news_button {
	background-image: url("pics/latest_button.png");
	background-position: top left;
	height: 47px;
	width: 242px;
	display: block;
	margin-left: 22px;
	margin-top:20px;
	margin-bottom:10px;
}

a#news_button img {
	visibility:hidden;
}

a#news_button:hover img {
	visibility:visible;
}

.hr, hr {
	background-image: url("pics/hr.gif");
	height: 4px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 25px 1em 0; display:inline-block;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/***FORM***/

form .formfield input,
form .formfieldfile input,
form .formfieldselect select {
	background-color:#32475F;
	font-style:normal;
	color: #fff;
	
}

form .formfield input {
	border-style:none none;
}


fieldset.long,
fieldset.short,
fieldset.shortf {
	background-color: #32475F;
	border-bottom: 1px solid #41556B;
	border-top: 1px solid #2B3D52;
	border-left: 1px solid #2B3D51;
	border-right: 1px solid #384D64;
	margin-bottom: 20px;
	height: 25px;
}

fieldset.long {
	width: 830px;
}

fieldset.shortf,
fieldset.short {
	width: 395px;
	float: left;
}

fieldset.shortf {
	margin-right: 40px;
}

.formlabel, .formfield, .formfieldselect, .formfieldfile {
	float: left;
	font-size: 17px;
}

.formlabel {
	margin: 2px 0 0 18px;
}

.formfield {
	margin: 2px 0 0 5px;
}

.formfieldselect {
	margin: 2px 0 10px 18px;
}

.formfieldfile {
	margin: 1px 0 0 18px;
}

input {
	padding: 2px;
}

.formfield#ffname input {
	width: 700px;
}

.formfield#ffstp input,
.formfield#ffdbr input,
.formfield#fftc input,
.formfield#ffbtc input,
.formfield#ffbstp input {
	width: 124px;
}

input[type="submit"] {
	float: right;
	margin-bottom: 20px;
}

.video {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

/***HEADINGS***/

h3, h6 {
	font-family: Baskerville, Times New Roman, serif;
	font-style: italic;
	color: #FFB032;
	font-weight: normal;
	text-transform: lowercase;
}

h6 {
	font-size: 24px;
	text-transform: none;
	font-weight: normal;
}

h1 {
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 22px;
	padding-bottom: 10px;
	clear: both;
	text-transform:uppercase;
}

h2 {
	font-size: 24px;/*13px;*/
	color: #FFB032;
	font-weight: normal; /* bold;*/
	text-transform: capitalize;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
}

p.s1 {
	font-family: Baskerville, Times New Roman, serif;
	color: #F1A833;
	font-style: italic;
	font-size: 22.5px;
	line-height: 30.5px;
	padding-bottom: 20px;
	font-weight: normal;
}

h4 {
	font-family: Arial, sans-serif;
	color: #F1A833;
	font-style: italic;
	font-size: 17px;
	line-height: 28px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: justify;
}

p.s2,
p.s3,
h5 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
}

p.s2 {
	color: #fff;
}

p.s3,
h5 {
	color: #F5A930;
}

h3.formheader,
h4.formheader {
	padding: 5px 18px;
	font-family: Arial, sans-serif;
	font-style: normal;
}

h3.formheader {
	font-size: 22px;
	background-color: #FFC91F;
	color: #263240;
	margin-bottom: 25px;
}

h4.formheader {
	font-size: 18px;
}

#footer {
	font-size: 14px;
	padding-top: 8px;
	text-align: center;
	overflow:hidden;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

/***Bolded text, WP has issue with <b>, <strong> depending on which editor you're using so use this instead.***/
.strongb {
	font-weight: bold;
}

.quoteblock {
	margin-bottom: 60px;
	width: 740px;
}

/** logo layout **/

.logostrip {
	height: 80px;
	position: relative;
	float: left;
	left: 50%;
}

.logostrip#tierone {
	margin-top: 30px;
}

.logostrip#tiertwo {
	margin-top: 107px;
}

.logostrip#tierthree {
	margin-top: 80px;
}

.logocenter {
	position:relative;
	float:left;
	left: -50%;
}

.logostrip .logo {
	float:left;
	padding-right:50px;
}

#footer .logostrip .logo {
	padding-right:70px;/*30px;*/
}

.logostrip .logo.last,
#footer .logostrip .logo.last {
	padding-right: 0px;
}

p.sponsors-credit,
p.closing-date {
	text-align:center;
	font-size:15px;
}

p.sponsors-credit {
	margin-top:30px;
}

#footer p.sponsors-credit {
	margin-top:20px;
	font-size:10px;
}

p.closing-date {
	margin: 10px 0;
}

.news-item {
	padding-bottom: 10px;
}


.news_col {
	width:450px;
	float:left;
}

.newsimg_col {
	width:288px;
	margin-right:25px;
	margin-bottom:30px;
	float:left;
}
img.clickslide {
	margin-top:-3px;
}

/** LOGO SCROLLER **/

#logoscroller {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 950px;
	height:80px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#logoscroller .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
	width: 950px;
}

.items div .centercontainer {
	float:left;
	position:relative;
	left: 50%;
	width: auto;
}

.items div .centerslide {
	float:left;
	position:relative;
	left: -50%;
	width:auto;
}




