/* contents */
/*
1 = RESET
2 = SITE CONTAINERS
3 = GENERAL
4 = PRIMARY NAVIGATION
5 = SECONDARY NAVIGATION
6 = PRIMARY CONTENT
7 = SECONDARY CONTENT
8 = FOOTER
9 = TABLES
*/







/* 
1 = RESET: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {  
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}










/*
2 = SITE CONTAINERS
*/

#site-container {
	background-image: url(../furniture/site_container_bkgd.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	float: left; /* clear floats */
	width: 100%; /* set width for ie6 to make clear floats work */
}

#site-container-inner {
	background-image: url(../furniture/site_container_inner_bkgd.png);
	background-position: 50% 170px;
	background-repeat: no-repeat;
	background-color: transparent;
	float: left; /* clear floats */
	width: 100%; /* set width for ie6 to make clear floats work */
}

#site-container-inner-inner {
	background-image: url(../furniture/site_container_inner_inner_bkgd.jpg);
	background-position: 50% 255px;
	background-repeat: no-repeat;
	background-color: transparent;
	min-height: 985px;
	height:auto !important;
	height:	985px; /* height for ie6 */
	padding-bottom: 20px;
	float: left; /* clear floats */
	width: 100%; /* set width for ie6 to make clear floats work */
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}








/* 
3 = GENERAL
*/

a:link { 
	text-decoration: none;
}

a:visited {
	text-decoration: none; 
}

a:active {
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}





/* class for hiding things */
.hidden {
	position: absolute;
	top: 0;
	left: -5000px;
}


body {
	background-color: #cce5f1;
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;
	color: #666;
}


#skip-links {
	position: absolute;
	left: -5000px;
}


h1, h2, h3, h4 {
	margin-bottom: 1em;
	color: #4e5790;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}


#site-header {
	height: 170px;
	position: relative;
	float: left;
	width: 100%;
	background-color: transparent;
}



#logo-site {
	position: absolute;
	left: 0;
	top: 58px;
	width: 164px;
	height: 82px;
}

#logo-site a {
	display: block;
	width: 164px;
	height: 0;
	padding-bottom: 82px;
	background-image: url(../furniture/logo_airtanker.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: hidden;
	text-indent: -5000px;
}


#navigation-utilities {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 1.3em;
}

#navigation-utilities li {
	float: left;
	margin-left: 10px;
}

#navigation-utilities a {
	display: block;
	float: left;
	margin-right: 3px;
	color: white;
	font-weight: bold;
	height: 20px;
	padding: 5px 10px 0 10px;
	text-decoration: none;
	background-color: #9096b9;
	border: 1px solid #9096b9;
}

#navigation-utilities a.on {
	border-color: #cbcedf;
}

#navigation-utilities a.size-bigger {
	font-size: 120%;
}

#navigation-utilities a.size-biggest {
	font-size: 140%;
}

#navigation-utilities a:hover {
	border-color: white;
}


#search-box {
	position: absolute;
	right: 0;
	top: 105px;
	width: 245px;
}


#search-box input#input-search {
	float: left;
	padding: 7px 7px 0 7px;
	height: 21px;
	overflow: hidden;
	margin: 0;
	border: none;
	font-size: 1.3em;
	width: 150px;
}

#search-box input.button-submit {
	background-image: url(../furniture/input_search_button_bkgd.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 81px;
	height: 28px;
	border: none;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	margin: 0;
}


#area-main {
	clear: both;
	background-image: url(../furniture/area_main_hat.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
	font-size: 1.3em;
	overflow: hidden; /* clear floats */
	width: 100%; /* set width for ie6 to make clear floats work */
}



#breadcrumbs {
	float: left;
	width: 940px;
	color: #999;
	margin: 10px 20px 0 20px;
}

#breadcrumbs a {
	color: #666;
}





/*
4 = PRIMARY NAVIGATION
*/

#navigation-primary {
	float: left;
	margin: 10px 20px;
	width: 940px;
	font-weight: bold;
	font-size: 110%;
}

#navigation-primary li {
	float: left;
	text-align: center;
	padding-bottom: 7px;
	
}

#navigation-primary li a {
	display: block;
	float: left;
	color: #4e5790;
	padding: 15px 5px;
	border-right: 1px solid #cbcedf;
}

#navigation-primary li a:hover {
	color: #959abc;
	text-decoration: none;
}



/* widths for individual navigation-primary links */
#navigation-primary li#item-1 a {
	width: 90px;
}

#navigation-primary li#item-2 a {
	width: 155px;
}

#navigation-primary li#item-3 a {
	width: 200px;
}

#navigation-primary li#item-4 a {
	width: 170px;
}

#navigation-primary li#item-5 a {
	width: 110px;
}

#navigation-primary li#item-6 a {
	width: 150px;
}







/* remove border from last link in row */
#navigation-primary li.last a {
	border-right: none;
}

#navigation-primary li.on {
	background-image: url(../furniture/pointer_navigation_primary.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: transparent;
}

#navigation-primary li.on a {
	background-color: #d4ecfb;
}















/* area-main-content-container contains all the main content of the page */
#area-main-content-container {
	clear: both;
	padding: 20px 10px 30px 10px;
	overflow: hidden; /* clear floats */
	width: 960px; /* set width for ie6 to make clear floats work */
}

/* set generic styles for all columns in area-main-content-container */
#area-main-content-container div.column {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}








/* WIDTHS OF COLUMN-NAVIGATION */

/* set width for column-navigation for when the page has 3 columns */
body.content-layout-navigation-secondary_true_content-primary_true_content-secondary_true #area-main-content-container div.column-navigation {
	width: 190px;
}

/* set width for column-navigation for when the page has 2 columns with no content-secondary */
body.content-layout-navigation-secondary_true_content-primary_true_content-secondary_false #area-main-content-container div.column-navigation {
	width: 230px;
}









/* WIDTHS OF COLUMN-CONTENT-PRIAMRY */

/* set width for column-content-primary for when the page has 2 columns with no content-secondary */
body.content-layout-navigation-secondary_true_content-primary_true_content-secondary_false #area-main-content-container div.column-content-primary {
	width: 690px;
}

/* set width for column-content-primary for when the page has 3 columns */
body.content-layout-navigation-secondary_true_content-primary_true_content-secondary_true #area-main-content-container div.column-content-primary {
	width: 410px;
}

/* set width for column-content-primary for when the page has 2 columns and is a blog page */
body.is-blog_true #area-main-content-container div.column-content-primary {
	width: 620px;
}




/* WIDTHS OF COLUMN-CONTENT-SECONDARY */

#area-main-content-container div.column-content-secondary {
	width: 300px;
}












/*
5 = SECONDARY NAVIGATION
*/

#navigation-secondary a {
	display: block;
	color: #4e5790;
	background-color: #d4ecfb;
	padding: 10px;
	margin-bottom: 2px;
}

#navigation-secondary li.on a {
	color: white;
	background-color: #4e5790;
}

#navigation-secondary li.on li a {
	background-color: #5f679b;
	color: #acc0db;
	background-image: url(../furniture/pointer_navigation_secondary_pale_blue.gif);
	background-position: 10px .9em;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#navigation-secondary li.on li.on a {
	color: white;
	background-image: url(../furniture/pointer_navigation_secondary_white.gif);
}














/*
6 = PRIMARY CONTENT
*/

#area-main-content-container div.column-content-primary #content-primary {
	color: #333;
}

/* add border on content-primary when the page is a blog page */
body.is-blog_true #area-main-content-container div.column-content-primary #content-primary {
	border: 1px solid #ccc;
}







/* ___ GENERAL ELEMENTS ___ */

#area-main-content-container div.column-content-primary #content-primary ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 2em 0 2em 0;
	padding-left: 1em;
}

#area-main-content-container div.column-content-primary #content-primary ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 2em 0 2em 0;
	padding-left: 1.5em;
}

#area-main-content-container div.column-content-primary #content-primary li {
	padding-left: 0;
	margin: 1em 0;
	line-height: 1.3;
}

#area-main-content-container div.column-content-primary #content-primary p {
	margin: 1em 0;
	line-height: 1.3;
}

#area-main-content-container div.column-content-primary #content-primary p a {
	color: #4e5790;
	text-decoration: underline;
}

#area-main-content-container div.column-content-primary #content-primary img {
	margin-top: 1em;
	margin-bottom: 1em;
}





/* ___ BLOG STYLES ___ */

body.is-blog_true #area-main-content-container div.column-content-primary #content-primary #content-blog-posts {
	background-image: url(../furniture/shadow_shoe_w620.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	margin-bottom: -14px;
}

body.is-blog_true #area-main-content-container div.column-content-primary #content-primary div.content-blog-post {
	padding-bottom: 40px;
}

body.is-blog_true #area-main-content-container div.column-content-primary #content-primary #content-blog-posts h2 {
	background-image: url(../furniture/blog_post_heading_bkgd.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 30px;
	color: white;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: -50px;
	margin-right: -20px;
	font-size: 170%;
	font-weight: normal;
}

body.is-blog_true #area-main-content-container div.column-content-primary #content-primary div.content-blog-post div.blog-post-details {
	background-color: #f2f2f2;
	color: #4e5790;
	padding: 10px;
}

body.is-blog_true #area-main-content-container div.column-content-primary #content-primary div.content-blog-post div.blog-post-details p {
	margin: 0;
}

body.is-blog_true #area-main-content-container div.column-content-primary #content-primary div.content-blog-post div.blog-post-details p.creation-details {
	font-weight: bold;
}








/* ___ PAGINATION ___ */

#pagination {
	margin-top: 40px;
}

#pagination ul li {
	float: left;
}

#pagination ul li a {
	display: block;
	float: left;
	padding: .8em 10px;
	color: #4e5790;
	margin-right: 5px;
	border: 1px solid #f2f2f2;
}

#pagination ul li.direction-backwards a {
	background-image: url(../furniture/pointer_pagination_backwards.gif);
	background-position: 0 .7em;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding-left: 27px;
	font-weight: bold;
}

#pagination ul li.direction-forwards a {
	background-image: url(../furniture/pointer_pagination_forwards.gif);
	background-position: 100% .7em;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	padding-right: 27px;
	font-weight: bold;
}
















/*
7 = SECONDARY CONTENT
*/

/* an aside is a box containing secondary content */
div.aside {
	border: 10px solid white;
	padding: 10px 10px 0 10px;
	overflow: hidden; /* clear floats */
	width: 260px; /* set width for ie6 to make clear floats work */
	margin-bottom: 10px;
	position: relative;
}

div.aside h2 {
	font-size: 120%;
	margin-bottom: 10px;
}

/* an aside with a grey border */
div.border-color-grey {
	border-color: #f2f2f2;
}

/* an aside with a green border */
div.border-color-green {
	border-color: #8dc500;
}



/* an aside with a white background color */
div.background-color-white {
	background-color: white;
	color: #4e5790;
}

/* an h2 in an aside with a white background color */
div.background-color-white h2 {
	color: #4e5790;
}




/* an aside with a green background color */
div.background-color-green {
	background-color: #8dc500;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	width: 280px; /* override width of aside width because content of green background colored aside isn't padded */
}

/* an h2 in an aside with a white background color */
div.background-color-green h2 {
	color: white;
}





/* ___ a thumbed links list inside an aside ___ */

div.aside ul.thumbed-list li {
	margin-bottom: 15px;
	overflow: hidden; /* clear floats */
	width: 260px; /* set width for ie6 to make clear floats work */
}

div.aside ul.thumbed-list img {
	float: left;
	border: 1px solid #4e5790;
}




/* ___ styles of elements inside an aside ___ */

div.aside p {
	margin-bottom: 10px;
	line-height: 1.2;
}

div.aside ul.thumbed-list p {
	float: right;
	width: 163px;
}

div.background-color-white p a {
	color: #666;
}


div.aside ul.links-list li a {
	display: block;
	padding: 10px;
	margin-bottom: 2px;
	background-color: white;
	color: #4e5790;	
}



/* ___ a hotlink inside an aside ___ */

div.aside div.hotlink {
	min-height: 140px;
	height:auto !important;
	height:	140px; /* height for ie6 */
}

div.aside div.hotlink p {
	width: 165px;	
}

div.aside div.hotlink img {
	position: absolute;
	right: 0;
	bottom: 0;
}

div.aside div.hotlink p.link-button a {
	background-color: #8dc500;
	padding: 5px 10px;
	float: left;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 110%;
}
















/*
8 = FOOTER
*/

#footer {
	float: left;
	width: 940px;
	padding: 20px;
	background-image: url(../furniture/footer_shoe.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
	font-size: 1.2em;
}

#footer-copyright {
	float: left;
	padding-top: 3px;
}

#footer-links {
	float: right;
}

#footer-links ul li {
	float: left;
}

#footer-links ul li a {
	display: block;
	float: left;
	padding: 3px 5px;
	color: #4e5790;
	border-right: 1px solid #4e5790;
}

#footer-links ul li.last a {
	padding-right: 0;
	border-right: none;
}






/*
9 = TABLES
*/

table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

table caption {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
}

th, td {
	padding: 5px 3px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}

th {
	background-color: #f2f2f2;
}




