/* 
Theme Name: 10-8 Aerial Service
Theme URI: http://www.fixmylti.com/
Description: A search engine optimized website framework for WordPress.
Author: Adam J. Barkafski, Dream Seed Multimedia
Author URI: http://www.dreamseedmultimedia.com/
Version: 1.0
Tags: custom, 10-8 aerial service
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/*-----------------------------------------------------------------------------
10-8 Aerial Service
Screen Style Sheet
http://www.fixmylti.com/
(format courtesy of Andy Budd, http://www.andybudd.com/, and Andy Clarke, http://www.stuffandnonsense.co.uk/)

version:   1.0
author:    Adam J. Barkafski, Dream Seed Multimedia
email:     webspinner [ A T ] dreamseedmultimedia [ D O T ] com
website:   http://www.dreamseedmultimedia.com/
-----------------------------------------------------------------------------*/

/* =Normalization
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Remove list-style from lists */
ol, ul {
	list-style: none;
}
/* Remove border and spacing from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	text-align: left;
	font-weight: normal;
}
/* Remove border from fieldset and img */
fieldset, img, img a {
	border: 0;
}
/* Left-align text */
caption, th {
	text-align: left;
}
/* Remove quotation marks from q */
q:before, q:after {
	content: '';
}

/* =Layout (Foundational)
-----------------------------------------------------------------------------*/

/* Class for clearing floats */
.clear, p.copyright {
	clear: both;
}
/* Hide offscreen */
label.copy, #access-nav, .country-name, label.screen-reader-text {
	clear: both;
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.hide, .print {
	display: none;
}
html {
	padding-bottom: 50px;
}
body {
	text-align: center;
}
#wrapper {
	position: relative;
	top: 100px;
	width: 996px;
	margin: 0 auto 100px;
}
#branding {
	width: 996px;
	height: 218px;
}
#main-nav {
	position: absolute;
	top: -125px;
	left: 0;
	width: 100%;
	text-align: center;
}
#content {
	float: right;
	width: 599px;
	margin: 18px 36px 18px 18px;
}
#complement {
	float: left;
	width: 276px;
	margin: 18px 18px 18px 45px;
}
#site-info {
	width: 996px;
	padding: 18px 0 36px;
}


/* =Display
-----------------------------------------------------------------------------*/

html {
	background: #EEE url(images/metal-bg.jpg) left 40px repeat-x;
}
.warning {
	min-height: 84px;
	background: #FFC url(images/alert-large.gif) 12px 12px no-repeat;
	padding: 0 24px 12px 84px;
	border: 2px solid #F00;
}
.warning-detail {
	width: 27em;
	min-height: 30px;
	background: #FFC url(images/alert-small.gif) 6px 6px no-repeat;
	padding: 6px 24px 12px 12px;
}
.right {
	padding: 12px 0 12px 12px;
	float: right;
	display: inline;
}
.left {
	padding: 12px 12px 12px 0;
	float: left;
	display: inline;
}
#main {
	top: 100px;
	background: transparent url(images/wrapper-bg.png) left top repeat-y;
	text-align: left;
}
#site-info {
	background: transparent url(images/footer-bg.png) left bottom no-repeat;
	font-size: 90%;
	text-align: left;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 "Gill Sans", "Gill Sans MT", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
}
#wrapper {
	font-size: 140%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, "Palatino Linotype", Georgia, "Deja Vu Serif", "Bitstream Vera Serif", serif;
}
code, kbd {
	font-family: "Courier New", Courier, monospace;
}
p, pre, blockquote {
	margin: 1em 0;
}
ol, ul, dl {
	margin: 1em 0 1em 36px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
dt {
	margin-top: 1em;
}
dd {
	margin-bottom: 1em;
}
acronym, abbr {
	cursor: help;
}
em, cite, .title {
	font-style: italic;
}
strong, dt, .required, .warning, .warning-detail {
	font-weight: bolder;
}
.required, .warning, .warning-detail {
	color: #F00;
}
p.return {
	clear: both;
	text-align: right;
	font-size: 90%;
	margin: 0 38px;
	padding: 0 0 12px;
}
#error .warning p {
	font-size: 150%;
	font-weight: normal;
}
label.spam {
	font-size: 0.8em;
}


/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color: #DDD;
	color: #600;
	cursor: pointer;
}
a:active {
	text-decoration: underline;
	color: #FF0;
}
a[href^="http:"] {
	background: url(images/external-link.gif) no-repeat right top;
	padding-right: 10px;
}
a[href^="http:"]:hover {
	background-color: #CCC;
}
a[href^="http://www.fixmylti.com"], a[href^="http://fixmylti.com"]  {
	background-image: none;
	padding-right: 0;
}


/* =Forms
-----------------------------------------------------------------------------*/

fieldset {
}
legend {
}
label {
	display: block;
}
label.radio, label.check {
	display: inline;
}
input.text, textarea {
	width: 25em;
	padding: 3px;
}
input#s {
	padding: 3px;
}	
#classiwrapper select {
	width: auto;
}
#classiwrapper select#category_id{
	padding: 3px;
}
input.checkbox, input.radiobox {
	width: auto;
	padding: 0;
	border: 0;
}
/*select {
	display: block;
}
select option {
	padding: 2px 0;
}*/
input.button, input#searchsubmit {
	padding: 6px;
	background: #600;
	color: #FFF;
	cursor: pointer;
}
input#searchsubmit {
	padding: 3px;
	background: #333;
	margin-left: 12px;
}
.warning-detail label {
	padding-left: 24px;
}
.warning-detail input.text, .warning-detail select, .warning-detail textarea {
	margin-top: 6px;
	background: #FFC;
}
#gforms_fields_1 li {
	margin-bottom: 36px;
}

	
/* =Tables
-----------------------------------------------------------------------------*/

table.sample { 
	width: 600px;
}
.sample col {
	border-right: 1px solid #CCC;
}
.sample col.end {
	border-right: none;
}
.sample thead {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.sample th {
	text-align: left;
	font-weight: bolder;
	padding: 6px;
}
.sample td {
	text-align: left;
	font-weight: normal;
	padding: 6px;
}
.sample tr.odd {
	background-color: #FFC;
}


/* =hCard
-----------------------------------------------------------------------------*/

.vcard p {
	margin: 0;
}
.vcard .post-office-box {
	display: block;
}
.vcard .tel {
	margin: 1em 0;
}
.vcard .org a {
	text-decoration: none;
	color: #FFF;
}


/* =Search
-----------------------------------------------------------------------------*/

#search {
	position: absolute;
	top: -81px;
	right: 28%;
	background: #FFF;
	border: solid #66664C;
	border-width: 0 0 1px 1px;
	padding: 6px 12px;
}
#search p {
	margin: 0;
}
#search-form label {
	display: none;
}


/* =Branding
-----------------------------------------------------------------------------*/

#branding {
	background: url(images/branding-bg.png) left top no-repeat;
}
#branding p {
	position: relative;
	/*top: -5px;*/
	top: 23px;
	left: 23px;
	width: 315px;
	height: 187px;
	margin: 1px;
	padding: 0;
	overflow: hidden;
}
#branding p span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/108-logo.jpg) no-repeat;
	z-index: 100;
}
img.billboard {
	position: absolute;
	top: 23px;
	right: 23px;
}


/* =Main Navigation
-----------------------------------------------------------------------------*/

#main-nav ul {
	list-style: none;
	margin: 12px auto;
	text-transform: uppercase;
}
#main-nav ul li {
	float: left;
	margin: 6px;
}
#main-nav li a {
	display: block;
	padding: 16px 6px;
	color: #333;
	text-decoration: none;
}
#main-nav li a:hover {
	background-color: #333;
	color: #EEE;
}


/* =User Navigation
-----------------------------------------------------------------------------*/


/* =Main Content
-----------------------------------------------------------------------------*/

#content ul {
	list-style: disc;
}
#content ol {
	list-style: decimal;
}
ul#showcategoriesmainlist li a.toplevelitem {
	font-size: 600%;
}


/* =Secondary Content
-----------------------------------------------------------------------------*/

#complement h4 {
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-weight: bolder;
	color: #FFF;
	font-size: 1.4em;
}
#complement p {
	text-align: center;
}
#complement p a {
	margin: auto;
}
#complement p a:hover {
	background: transparent;
}
#complement div {
	margin-bottom: 60px;
}
ul.xoxo {
	margin: 1em 0;
}
	

/* =Footer
-----------------------------------------------------------------------------*/

#site-info ul, #site-info p {
	margin-left: 358px;
}
#site-info ul {
	list-style: none;
}
#site-info ul li {
	float: left;
	padding-right: 18px;
	margin-bottom: 1em;
}



