/* __________________________________
Title:		Schenker Aeroparts
URL:		http://schenker-aeroparts.com/

Author:	Michael Montgomery
URL:		http://montgomerystudios.com

Created:	September 26, 2008
Modified:	December 19, 2008

Colors:
		Blue: #006
		Red: #f00
		Gray: #999
		Light Gray: #e7e7e7
		Text: #333
_______________________________ */

/* _____ CSS Contents _____
1: reset
2: base
3: layout
4: header
5: navigation
6: content
7: home
8: main
9: sidebar
10: forms
11: footer
12: classes
___________________________ */

/* _____ 1: reset _____ */
/* from http://meyerweb.com/eric/tools/css/reset/ */
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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: base _____*/
a {
	background: #fff;
	color: #333;
	}
	a:hover {
	color: #f00;
	}
	a:focus {
		outline: invert dotted 1px;
	}
abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}
abbr, acronym, .caps {
	letter-spacing: 0.1em;
	font-style: normal;
	font-variant: small-caps;
	text-transform: lowercase;
}
address {}
blockquote {
	font-style: italic;
}
body {
	background: #fff;
	color: #333;
	font-family: Frutiger, Univers, "Helvetica Neue", "Lucida Grande", Calibri, Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 68.75%;
	line-height: 1.2;
	text-align: center;
}
button {}
cite {}
code {
	font-family: "Andale Mono", "Lucida Console", Consolas, monospace;
}
dd {}
del {}
dfn {}
dl {}
dt {}
em {}
fieldset {}
form {}
html>body {
	font-size: 11px;
}
h1 {
	font-size: 300%; /*36px*/
}
h2 {
	font-size: 200%; /*24px*/
}
h3 {
	font-size: 150%; /*18px*/
}
h4 {
	font-size: 133%; /*16px*/
}
h5 {
	font-size: 117%; /*14px*/
}
h6 {
	font-size: 100%; /*12px*/
}
hr {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
input {}
ins {}
kbd {}
label {}
legend {}
li {
}
ol {
}
optgroup {}
option {}
p {
	font-size: 100%; /*12px*/
	margin-bottom: 1em;
	max-width: 36em;
	min-width: 12em;
	/* CSS3 styles (see webtypgraphy.net)*/
	hyphenate: auto;
	hyphenate-lines: 3;
}
pre {
	margin: 1em;
}
q {
	font-style: italic;
	quotes: '\2018' '\2019' '\201C' '\201D';
	}
	q:before {
		content: '\2018';
	}
	q:after {
		content: '\2019';
	}
select {}
strong {}
sub {}
sup {}
table {}
tbody {}
td {}
textarea {}
tfoot {}
th {}
thead {}
tr {}
tt {}
ul {
	list-style-type: circle;
	margin: 1em;
}

/*_____ 3: layout _____*/
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
}
#accessibility {
	position: absolute;
	top: -10000em;
}
#header, #footer {
	background: #006;
	clear: both;
	color: #fff;
	padding: 10px 0 0 10px;
}
#breadcrumbs, #content, #ancillary, h1 {
	clear: both;
}
#breadcrumbs {
	background: #fff;
	margin-left: 140px;
	padding: 5px 10px;
}
#content, #nav-2 {
	margin-bottom: 2em;
}
#home, #main, #sidebar {
	display: inline;
	float: left;
	width: 150px;
}
#home, #main {
	float: right;
	width: 809px;
}
#home {
	background: url(images/home.jpg) no-repeat center top;
	padding: 196px 0 10px 0;
}
#nav-1, #nav-2, #nav-2  ul {
	list-style-type: none;
	margin-left: 0;
}
#nav-2 {
	background: #999;
	color: #333;
	margin: 1px 0 2em;
	padding: 15px 0 30px;
}
#footer {
	background: #006 url(images/footer.gif) no-repeat left top;
	clear: both;
	margin: 50px 0;
	padding: 35px 0 0 10px;
}
.item {
	display: inline;
	float: left;
	margin: 1px;
	padding: 10px;
	width: 380px;
}

/*_____ 4: header _____*/
#logo img {
	float: right;
	margin: 15px 0 5px;
}
#header h1, #header h2, #nav-1, #nav-1 li {
	display: inline;
	float: left;
	line-height: 1em;
	margin: 15px 0;
}
#header h1 {
	background: url(images/logo_sm.gif) no-repeat left top;
	border-right: 2px solid #fff;
	font-style: italic;
	padding-left: 20px;
}
#header h1, .item h3 {
	font-size: 150%; /*18px*/
	font-weight: bold;
	margin-right: 15px;
	padding-right: 15px;
	text-transform: lowercase;
}
#header h1 em, .item h3 em {
	font-style: normal;
	font-weight: normal;
	margin-right: -.25em;
	text-transform: uppercase;
}
#header h2 {
	font-size: 133%; /*16px*/
	font-weight: normal;
}
#header a, #footer a {
	background: #006;
	color: #fff;
	}
	#header a:hover, #footer a:hover, #nav-2 a:hover {
		color: #f00;
	}

/*_____ 5: navigation _____*/
#breadcrumbs li {
	display: inline;
	margin-right: 10px;
}
#breadcrumbs, #breadcrumbs li a, #breadcrumbs a {
	background: #fff;
	color: #f00;
	}
#nav-1 {
	float: right;
	margin-right: 10px;
	}
	#nav-1 li {
		margin: 0 5px;
	}
#nav-2 ul {
	margin: 0;
}
#nav-2 li {
	border-bottom: 1px dotted #333;
	margin-left: 5px;
	padding: 2px 0;
	}
	#nav-2 li li {
		background: #fff;
		display: none;
		margin-left: -5px;
		padding-left: 15px;
	}
	#nav-2 li.current-cat li,
	#nav-2 li.current-cat-parent li,
	#content.About li.cat-item-9 li,
	#content.Services li.cat-item-21 li,
	#content.Network li.cat-item-29 li,
	#content.News li.cat-item-34 li {
		display: block;
	}
#nav-2 li a {
	background: url(images/arrow-white.gif) no-repeat center left;
	color: #fff;
	padding-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
	}
	#nav-2 li a:hover, #nav-2 li.current-cat a {
		background: url(images/arrow-red.gif) no-repeat center left;
		color: #f00;
	}
	#nav-2 li li a, #nav-2 li.current-cat li a {
		background: url(images/arrow-gray.gif) no-repeat center left;
		color: #333;
		text-transform: capitalize;
	}

/*_____ 6: content _____*/
h1 a, h2 a, h3 a, h4 a {
	background: transparent;
	text-decoration: none;
}
html>body q {
	font-style: normal;
}
blockquote q {
	font-style: italic;
}
blockquote em {
	font-style: normal;
}
cite abbr, cite acronym, cite .caps {
	font-style: italic;
}

/*_____ 7: home _____*/
#home .item:first-child {
	background: #e7e7e7;
	}
	#home .item:first-child h3 {
		font-style: italic;
	}
#ancillary .item {
	background: #e7e7e7;
	padding: 0;
	width: 400px;
}
.item h4 {
	font-size: 117%; /*14px*/
	font-style: normal;
}
#ancillary h4 {
	background: url(images/arrow-red.gif) no-repeat center left;
	float: right;
	margin: 5px 0 0;
	padding-left: 15px;
	width: 240px;
	}
	#ancillary h4:after, #main h5:after, form label:after {
		content: ":";
	}
#ancillary p {
	margin: 0 0 0 160px;
}
#ancillary div p.img {
	margin: 0;
}
#ancillary p.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 2px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}
p.img {
	display: none;
}
#home p.img, 
.About p.img,
.Network .category p.img, .Network .excerpt p.img,
.Services .category p.img, .Services .excerpt p.img,
.News .category p.img, .News .excerpt p.img {
	display: block;
}
.About .excerpt p.img {
	display: none;
}

/*_____ 8: main _____*/
#main h3, #main h4, #main h5 {
	clear: left;
	text-transform: capitalize;
}
#main img {
	float: left;
	margin: 5px 5px 5px 0;
}
#main .excerpt img {
	float: none;
}
#page h5:after {
	content: "";
}
#page #main li li {
	list-style-type: disc;
}
#page .item-nav {
	display: none;
}
.About .category .item, .News .category .item {
	width: 809px;
	}
	.About .item h3 {
		float: left;
	}
	.About .item .img {
		float: right;
	}
	.About .item p {
		margin-right: 10px;
		max-width: 380px;
	}
.Network h3, .Services h3, .News h3 {
	background: #e7e7e7;
	padding-left: 2px;
	width: 370px;
}
.excerpt h5, .excerpt h6 {
	background: #e7e7e7;
	padding: 2px;
	width: 250px;
}

/*_____ 9: sidebar _____*/
#sidebar p, #sidebar form, #sidebar input {
	width: 130px;
}
#sidebar label {
	text-indent: -1000em;
}

/*_____ 10: forms _____*/
form label {
	display: block;
	margin-bottom: .3em;
	/* float: left;
	padding-right: 2em;
	text-align: right;
	width: 20em; */
	}
/* form input, form textarea {
	float: right;
	margin-bottom: 1em;
	width: 20em;
}
form div p {
	clear: both;
} */

/*_____ 11: footer _____*/

/*_____ 12: classes _____*/
.more-link {
	background: url(/wp-content/themes/Schenker-Aero4/images/arrow-red-bg.gif) 100% 50% no-repeat;
	display: block;
	padding-right: 15px;
	text-align: right;
	text-decoration: none;
	max-width: 370px;
}
.alt {
	font-family: "Goudy Old Style", Palatino, "Book Antiqua", serif;
	font-size: 110%;
	font-style: italic;
}
.fn {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: .9em;
}
.title {
	font-style: italic;
}
.org {
	letter-spacing: .1em;
	text-transform: uppercase;
}
.email {
	background: url(/wp-content/themes/Schenker-Aero4/images/mail.jpg) 0 50% no-repeat;
	color: #00f;
	display: block;
	padding-left: 15px;
	text-decoration: underline;
}

/* =Clear Floated Elements (from 960.gs )
--------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after, .item:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix, .item {
	display: inline-block;
}
* html .clearfix, * html .item {
	height: 1%;
}
.clearfix, .item {
	display: block;
}