/* === reset.css === */
/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * reset
 */

 
 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset, img { border: 0; }

 
a:focus { outline: none; }

 
html { min-height: 100%; }

 
body { overflow-y: scroll; }

/*
 * default values
 */

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

 
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}

dl { margin: 10px 0; }
dd { padding-left: 40px; }

 
td, th { padding: 1px; }

 
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

 
fieldset {
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #c8c8c8;
}

legend {
	padding: 0 10px 0 10px;
	background: #ffffff;
}

form div { margin: 10px 0 10px 0; }

textarea { padding: 1px 0 1px 5px; }

option { padding: 0 0 1px 5px; }

input[type='hidden'] { display: none; }

input[type='text'],
input[type='password'] { padding: 1px 0 1px 5px; }

button,
input[type='button'],
input[type='submit'] {
	padding: 2px 4px 2px 1px;
	line-height: 100%;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='image'],
input[type='radio'],
input[type='reset'],
select,
button { cursor: pointer; }

 
textarea,
input[type='text'],
input[type='password'],
select {
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

 
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover { border-color: #aaaaaa; }

 
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
	border-color: #8c8c8c;
	outline: 2px solid #dcdcdc;
}

 
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 { font-size: 36px; line-height: 36px; margin-top: 25px; }
h2 { font-size: 24px; line-height: 24px; margin-top: 25px; }
h3 { font-size: 18px; line-height: 18px; margin-top: 15px; }
h4 { font-size: 16px; line-height: 16px; margin-top: 15px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }

 
hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}

 
q { font-style: italic; }

blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
	font-size: 130%
}
blockquote > *:first-child:first-letter { font-size: 150% }

 
pre {
	margin: 10px 0 10px 0px;
	padding: 5px 0 5px 10px;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #fafafa;
	font-size: 90%;
	color: #2E8B57;
	font-family: "Courier New", Courier, monospace;
	white-space: pre-wrap;
}

 
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
	font-variant: small-caps;
	text-transform: lowercase;
}

/* === layout.css === */
/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

 
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #858586;
	position: relative;
}

 

.wrapper { margin: auto; }

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	height: 140px;
	position: relative;
	z-index: 10;
	clear: both;
}

#top {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}

#middle {
	clear: both;
	min-height: 200px;
}

#bottom,
#bottom2 {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}

#headermodules,
#bottom2 { 
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

#footer {
	position: relative;
	padding: 12px 0px 0px 0px;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}
	
 
 
#middle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#middle-expand {
	width: 200%;
}

 
#main {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#main-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#left {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#right {
	 
	 
	float: left;
	overflow:hidden;
}

 

div#maintop,
div#contenttop {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}

div#contentbottom,
div#mainbottom {
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}

 
 
#mainmiddle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#mainmiddle-expand {
	width: 200%;
}

 
#content {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#content-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#contentleft {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#contentright {
	 
	 
	float: left;
	overflow:hidden;
}

 

.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width46 { width: 46%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

 

body.yoopage { background: #2E85B2; }
#page-header { background: #12719E url(/templates/yoo_air/images/page_header_bg.png) 50% 0 repeat-x; }
.page-header-img { min-height: 180px; }
#page-body { 
	padding: 30px 0px 30px 0px;
	background: #EEEFF0 url(/templates/yoo_air/images/page_body_bg.png) 50% 0 repeat-x;
}
#page-footer { 
	min-height: 150px;
	background: url(/templates/yoo_air/images/page_footer_bg.png) 50% 0 repeat-x;
}

 

#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

 

#headerbar { 
	min-height: 145px;
	background: url(/templates/yoo_air/images/headerbar_bg.png) 50% 100% repeat-x;
}

#toolbar {
	height: 25px;
	padding: 9px 0px 0px 0px;
	overflow: hidden;
	line-height: 25px;
	color: #ffffff;
	font-size: 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	display: none;
}

#headermodules { 
	padding: 0px 0px 0px 0px;
	background: url(/templates/yoo_air/images/headermodules_bg.png) 0 100% repeat-x;
}

#date {
	font-size: 10px;
	float: right;
}

#toolbar .right + #date {
	padding: 0px 14px 0px 0px;
	background: url(/templates/yoo_air/images/topmenu_item_bg.png) 100% 50% no-repeat;
}

#search {
	position: absolute;
	bottom: 32px;
	right: 10px;
	z-index: 12;
}

#logo {
	position: absolute;
	left: -40px;
	top: 0px;
	text-align: center;
}

#info { 
	position: absolute;
	top: 5px;
	left: 270px;
	right: 10px;
	height: 50px;
}

#menu { 
	position: absolute;
	bottom: 0px;
	left: 170px;
	right: 10px;
	height: 100px;
}

#banner {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 0px;
	z-index: 3;
}

 

#footer a.anchor {
	position: absolute;
	right: 15px;
	bottom: 50px;
	width: 25px;
	height: 25px;
	background: url(/templates/yoo_air/images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	text-decoration: none;
}

#footer a.anchor:hover { background-position: 0 -35px; }

/*
 * header, bottom2 and footer links
 */
 
#headermodules a,
#bottom2 a { color: #B8DEF8; }

#footer a { color: #ffffff; }

 
 
#page-body div.wrapper { position: relative; }

#left div.left-1 { 
	background: url(/templates/yoo_air/images/wrapper_left_corners.png) 0 0 no-repeat;
	float: right;
}

#left div.left-2 { 
	padding: 30px 0px 30px 0px;
	background: url(/templates/yoo_air/images/wrapper_left_corners.png) 0 100% no-repeat;
}

#left div.left-3 { 
	width: 11px;
	background: url(/templates/yoo_air/images/wrapper_edges.png) 0 0 repeat-y;
}

#right div.right-1 { 
	background: url(/templates/yoo_air/images/wrapper_right_corners.png) 0 0 no-repeat;
	float: left;
}

#right div.right-2 { 
	padding: 30px 0px 30px 0px;
	background: url(/templates/yoo_air/images/wrapper_right_corners.png) 0 100% no-repeat;
}

#right div.right-3 { 
	width: 11px;
	background: url(/templates/yoo_air/images/wrapper_edges.png) 100% 0 repeat-y;
}

#component { margin: 0px 10px 0px 10px;}

/* === typography.css === */
/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * headings
 */

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }

h1 {
	font-weight: normal;
	color: #3990BD;
}

#page h1 a {
	color: #3990BD;
	text-decoration: none;
}

h2 { color: #646566; }
h3 { color: #3990BD; }
h4 { color: #646566; }
h5 { color: #3990BD; }
h6 { color: #646566; }

h1 { font-size: 22px; line-height: 22px; }
h2 { font-size: 20px; line-height: 20px; }

/*
 * anchor
 */

a:link,
a:visited { color: #3990BD; }
a:hover { color: #646566; }

a.icon-folder {
        padding-left: 17px;
        background: url(/templates/yoo_air/images/typography/icon_folder.png) 0 40% no-repeat;
}

a.icon-file {
        padding-left: 17px;
        background: url(/templates/yoo_air/images/typography/icon_file.png) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(/templates/yoo_air/images/typography/icon_download.png) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(/templates/yoo_air/images/typography/icon_external.png) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(/templates/yoo_air/images/pdf_button.png) 0 40% no-repeat;
}

/*
 * emphasis
 */

em.box,
#headermodules div.mod-shadowbox em.box,
#bottom2 div.mod-shadowbox em.box { 
	padding: 0px 3px 0px 3px;
	border: 1px dotted #aaaaaa;
	background: #FDFDFD;	
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	white-space: nowrap;
}

#headermodules em.box,
#bottom2 em.box {
	border: 1px dotted #000000;
	background: #13455E;	
}

/*
 * unsorted lists
 */

/* icon style */
ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;  
}

ul.arrow li { background: url(/templates/yoo_air/images/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(/templates/yoo_air/images/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(/templates/yoo_air/images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(/templates/yoo_air/images/typography/list_star.png) 0 0 no-repeat; }

/* links style */
ul.links {
	margin: 10px 0px 20px 0px;
	padding-left: 0px;
	list-style: none;
}
.module ul.links { margin: 0; }

ul.links li {
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
	background: url(/templates/yoo_air/images/typography/list_links.png) 0px 0 no-repeat;
	cursor: pointer;
}

#headermodules ul.links li,
#bottom2 ul.links li {	background-position: 0px -50px;	}

ul.links li:hover { background-position: 0px -25px; }

#headermodules ul.links li:hover,
#bottom2 ul.links li:hover { background-position: 0px -75px; }

#page ul.links li a {
	display: block;
	color: #646464;
	text-decoration: none;
}

#page #headermodules ul.links li a,
#page #bottom2 ul.links li a  { color: #ffffff; }

#page ul.links li a:hover { color: #3489c8; }

#page #headermodules ul.links li a:hover,
#page #bottom2 ul.links li a:hover  { color: #B8DEF8; }

/* button style */
div.morearticles ul,
ul.button {
	margin: 10px 0px 20px 0px;
	padding-left: 0px;
	list-style: none;
}
.module ul.button { margin: 0; }

div.morearticles li,
ul.button li {
	padding-left: 35px;
	height: 40px;
	line-height: 40px;
	background: url(/templates/yoo_air/images/typography/list_button.png) 0px 0 no-repeat;
	overflow: hidden;
}

div.morearticles ul li:hover,
ul.button li:hover { background-position: 0px -40px; }

div.morearticles li a,
ul.button li a {
	display: block;
	margin-left: -40px;
	padding-left: 40px;
	height: 40px;
	color: #858586;
	text-decoration: none;
	cursor: pointer;
}

ul.button li:hover a { color: #3C3D3E; }

ul.button li span.title { 
	display: block;
	color: #3C3D3E;
	font-size: 12px;
	line-height: 30px;
}

ul.button li:hover span.title { color: #3990BD; }

ul.button li span.subtitle { 
	display: block;
	margin-top: -7px;
	font-size: 10px;
	line-height: 10px;
	overflow: hidden;
}

/* table style */
ul.table {
	margin: 20px 0px 20px 0px;
	padding-left: 0px;
	list-style: none;
}

ul.table li {
	padding: 5px;
	border-bottom: 1px solid #E0E0E1;
}

ul.table li:nth-child(odd) { background: #F8F9FA; }
ul.table li:nth-child(even) { background: #FEFEFF; }
ul.table li:last-child { border: none; }

/*
 * ordered lists
 */

ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(/templates/yoo_air/images/typography/list_disc.png) 20px 0px repeat-y;
}

ol.disc li {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;  
}

/*
 * horizontal rule
 */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(/templates/yoo_air/images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}




/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.sent,
span.tip {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
	font-weight: bold;
}

div.info, span.info {
	background: #f4f5f6 url(/templates/yoo_air/images/typography/box_info.png) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(/templates/yoo_air/images/typography/box_alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.sent, span.sent {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
	background: #f5faeb url(/templates/yoo_air/images/typography/list_checkbox.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.download, span.download {
	background: #f5faeb url(/templates/yoo_air/images/typography/box_download.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url(/templates/yoo_air/images/typography/box_tip.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}

/*
 * p tag with dropcaps
 */
 
p.dropcap:first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * p tag with dropcaps
 */
 
p.dropcap:first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * tables
 */
 
table.listing {
	width: 100%;
	margin-bottom: 30px;
	font-size: 11px;
}

table.listing thead th {
	height: 30px;
	padding: 5px;
	border-bottom: 1px solid #E0E0E1;
	background: none;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
}

table.listing tbody td {
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #E0E0E1;
}

table.listing tr.odd td { background: #F8F9FA; }
table.listing tr.even td { background: #FEFEFF; }

table.listing td.bold {
	font-weight: bold;
	font-size: 12px;
}

/*
 * blockquotes
 */

blockquote { font-family: Georgia, "Times New Roman", Times, serif; }

q.blockquote {
	margin: 10px 0 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
}

q.blockquote:first-letter { font-size: 150%; }

q.blockquote:before,
q.blockquote:after { content: ""; }

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(/templates/yoo_air/images/typography/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(/templates/yoo_air/images/typography/blockquote_end.png) 100% 100% no-repeat;
}

/*
 * floating boxes
 */

body .inset-left {
	margin: 15px 15px 10px 0px;
	float: left;
}

body .inset-right {
	margin: 15px 0px 10px 15px;
	float: right;
}

/*
 * google fonts
 */
 
.webfonts .module h3.header {
	font-family: 'Lobster';
	font-size: 22px;
}


/* === menus.css === */
/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * top and footer menu
 */

 
#toolbar ul.menu,
#footer ul.menu {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer ul.menu {
	display: none;
	line-height: 14px;
}

#toolbar .menu li,
#footer .menu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#toolbar .menu li a,
#footer .menu li a {
	display: inline-block;
	padding: 0px 15px 0px 14px;
	background: url(/templates/yoo_air/images/topmenu_item_bg.png) 0 50% no-repeat;
	overflow: hidden;  
	color: #ffffff;
}
#footer .menu li a { background-image: url(/templates/yoo_air/images/footermenu_item_bg.png); }

#toolbar .menu a.first,
#footer .menu a.first {
	padding-left: 0px;
	background: none;
}

#toolbar .menu a.last,
#footer .menu a.last { padding-right: 0px; }

/*
 * menu
 */

 
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	position: relative;
	z-index: 5;  
	margin: 0px;
	padding: 0px;
}

#menu a,
#menu span { display: block; }
#menu a { text-decoration: none; }

 
#menu span.icon {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

 
#menu ul.menu { float: left; }

#menu li.level1 { float: left; }

#menu a.level1,
#menu span.level1 { 
	padding: 0px 20px 0px 20px;
	float: left;
}

#menu a.level1 span.bg,
#menu span.level1 span.bg {
	height: 100px;
	padding: 0px 0px 0px 0px;
	float: left;
	line-height: 100px;
	font-size: 16px;
	color: #7F8384;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	text-transform: uppercase;
	text-align: center;
}

 
#menu li.active a.level1 span.bg,
#menu li.active span.level1 span.bg,
#menu li.active:hover a.level1 span.bg,
#menu li.active:hover span.level1 span.bg,
#menu li.active.remain .level1 span.bg { color: #3990BD; }

#menu li:hover a.level1 span.bg,
#menu li:hover span.level1 span.bg,
#menu li.remain .level1 span.bg { color: #717475; }

#menu li.level1.parent { background: url(/templates/yoo_air/images/menu_level1_item_parent.png) 50% 70px no-repeat; }

 
#menu div.fancy {
	position: absolute;
	bottom: 0px;
	z-index: 4;
	overflow: hidden;
	visibility: hidden;
}

#menu div.fancy-1 { background: url(/templates/yoo_air/images/menu_level1_item_fancy.png) 0 0 no-repeat; }

#menu div.fancy-2 { 
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_air/images/menu_level1_item_fancy.png) 100% -110px no-repeat;
}

#menu div.fancy-3 {
	height: 100px;
	background: url(/templates/yoo_air/images/menu_level1_item_fancy.png) 50% -220px repeat-x;
}

 
#menu a.level1 span.title,
#menu span.level1 span.title {
	font-size: 15px;
	line-height: 90px;
}

 
#menu a.level1 span.subtitle,
#menu span.level1 span.subtitle {
	margin-top: -37px;
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
	text-transform: none;
}

 
#menu .dropdown {
	position: absolute;
	top: 110px;
 	left: -999em;  
	z-index: 100;
	 
}

#menu li:hover .dropdown,
#menu li.remain .dropdown { left: -3px; }

#menu .dropdown-t1 { background: url(/templates/yoo_air/images/menu_dropdown_corners.png) 0 0 no-repeat; }
#menu .dropdown-t2 { 
	padding: 0px 8px 0px 8px;
	background: url(/templates/yoo_air/images/menu_dropdown_corners.png) 100% -13px no-repeat;
}
#menu .dropdown-t3 {
	height: 8px;
	background: url(/templates/yoo_air/images/menu_dropdown_corners.png) 0 -26px repeat-x;
 }

#menu .dropdown-1 { background: url(/templates/yoo_air/images/menu_dropdown_edges.png) 0 0 repeat-y; }

#menu .dropdown-2 {
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_air/images/menu_dropdown_edges.png) 100% 0 repeat-y;
}

#menu .dropdown-3 {
	padding: 2px 0px 1px 0px;
	background: #F3F4F5;
	overflow: hidden;
}

#menu .dropdown-b1 { background: url(/templates/yoo_air/images/menu_dropdown_corners.png) 0 -39px no-repeat; }

#menu .dropdown-b2 {
	padding: 0px 8px 0px 8px;
	background: url(/templates/yoo_air/images/menu_dropdown_corners.png) 100% -52px no-repeat;
}

#menu .dropdown-b3 {
	height: 8px;
	background: url(/templates/yoo_air/images/menu_dropdown_corners.png) 0 -65px repeat-x;
}

 
#menu ul.level2 { background: url(/templates/yoo_air/images/menu_level2_line_v.png) 100% 0 repeat-y; }
#menu ul.last { background: none; }

#menu li.level2 .group-box1 { margin: 0px 7px 0px 5px; }
#menu ul.last li.level2 .group-box1 { margin-right: 5px; }

#menu li.level2 .group-box5 { 
	padding: 4px 4px 4px 4px;
	border: 1px solid #F3F4F5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#menu li.level2:hover .group-box5 {
	border-top-color: #DADBDC;
	border-right-color: #DADBDC;
	border-bottom-color: #ffffff;
	border-left-color: #DADBDC;
	background: #EBECED;
	overflow: hidden;
}

#menu .hover-box1 { overflow: hidden; }

#menu a.level2,
#menu span.level2 {	overflow: hidden; }

#menu a.level2 span.bg,
#menu span.level2 span.bg {
	padding-left: 10px;
	line-height: 28px;
	font-size: 12px;
	color: #545557;
}

#menu a.level2:hover span.bg { color:  #3C3D3E; }

 
#menu li.level2 a.current span.bg { font-weight: bold; } 

 

#menu a.level2 span.title,
#menu span.level2 span.title { line-height: 33px; }

#menu a.level2 span.subtitle,
#menu span.level2 span.subtitle {
	margin-top: -10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	line-height: 12px;
}

 
#menu a.level2 span.icon,
#menu span.level2 span.icon {
	min-height: 45px;
	padding-left: 50px;
	line-height: 45px;
}

 
#menu .sub { padding: 0px 0px 5px 0px; }

#menu ul.level3 { padding: 10px 0px 0px 10px; }

#menu a.level3 span.bg,
#menu span.level3 span.bg {
	padding-left: 12px;
	background: url(/templates/yoo_air/images/menu_level3_item.png) 0px 0px no-repeat;
	line-height: 18px;
	font-size: 11px;
	color: #7D7E7F;
}

#menu a.level3.current span.bg { background-position: 0px -23px; }

#menu a.level3:hover span.bg {
	color: #545557;
	background-position: 0px -23px;
}

 
 
 
 

#menu .columns2 ul.level2,
#menu .columns3 ul.level2,
#menu .columns4 ul.level2 { float: left; }

#menu .columns2 ul.level2 {	width: 50%; }

#menu .columns3 ul.level2 { width: 34%; }
#menu .columns3 ul.first,
#menu .columns3 ul.last { width: 33%; }

#menu .columns4 ul.level2 { width: 25%; }

/*
 * sub menus
 */
 
 
div.mod-menu ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style: none;
}

div.mod-menu ul.menu li {
	margin: 0px;
	padding: 0px;
}

div.mod-menu ul.menu a,
div.mod-menu ul.menu span { display: block; }
div.mod-menu ul.menu a { text-decoration: none; }

 
div.mod-menu ul.menu span.icon {
	background-repeat: no-repeat;
	background-position: 5px 50%;
	text-indent: 35px;
}

 
div.mod-menu ul.menu li.parent span.separator { cursor: pointer; }

 
div.mod-menu ul.menu span.subtitle { display: none; }


/*
 * sub menu: mod-shadowbox
 */

div.mod-shadowbox ul.menu span.bg {
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	color: #7F8384;
	font-size: 14px;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}

 
div.mod-shadowbox ul.menu a.current span.bg { color: #3990BD; }

 
div.mod-shadowbox ul.menu a:hover span.bg,
div.mod-shadowbox ul.menu span:hover span.bg { color: #3C3D3E; }

 
div.mod-shadowbox ul.menu li.level1 { 
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #EAEBEC;
	background: url(/templates/yoo_air/images/submenu_level1_item.png) 0px 1000px repeat-x;
}

div.mod-shadowbox ul.menu li.level1.parent:hover { background-position: 0px -40px; }

div.mod-shadowbox ul.menu li.level1.first { border-top: 1px solid #EAEBEC; }

div.mod-shadowbox ul.menu li.level1.first:hover { border-top-color: #F7F7F8; }
div.mod-shadowbox ul.menu li.level1.last { border-bottom-color: #F7F7F8; }

div.mod-shadowbox ul.menu li.level1:hover { 
	border-bottom-color: #ffffff;
	background-position: 0px 0px;
}

div.mod-shadowbox ul.menu a.level1,
div.mod-shadowbox ul.menu span.level1 { padding: 0px 20px 0px 20px;}

div.mod-shadowbox ul.menu a.level1 span.bg,
div.mod-shadowbox ul.menu span.level1 span.bg { text-transform: uppercase; }

div.mod-shadowbox ul.menu li.parent a.level1 span.bg,
div.mod-shadowbox ul.menu li.parent span.level1 span.bg { background: url(/templates/yoo_air/images/submenu_level1_parent.png) 100% 0 no-repeat; }

div.mod-shadowbox ul.menu li.parent:hover .level1 span.bg,
div.mod-shadowbox ul.menu li.parent.active .level1 span.bg { background-position: 100% -30px; }

div.mod-rounded ul.menu li.level1:hover span.bg { text-shadow: 0px 1px 0px rgba(255,255,255,0.5); }

div.mod-rounded ul.menu a.current.level1 span.bg  { font-weight: normal; }

 
div.mod-shadowbox ul.menu ul.level2 { padding: 0px 20px 10px 25px; }

div.mod-shadowbox ul.menu li.level2 { }

div.mod-shadowbox ul.menu li.level2 a:hover { }

div.mod-shadowbox ul.menu li.level2 span.bg {
	height: 20px;
	line-height: 20px;
	text-indent: 15px;
	font-size: 12px;
	background: url(/templates/yoo_air/images/submenu_level2_item.png) 0px 0px no-repeat;
}
div.mod-shadowbox ul.menu li.level2 a:hover span.bg { color: #3C3D3E; }
div.mod-shadowbox ul.menu a.level2:hover span.bg { background-position: 0px -20px; }

 
div.mod-shadowbox ul.menu a.level3 span.bg { 
	text-indent: 30px;
	background-position: 15px 0px;
}
div.mod-shadowbox ul.menu a.level3:hover span.bg { background-position: 15px -20px; }

 
div.mod-shadowbox ul.menu a.level4 span.bg { 
	text-indent: 45px;
	background-position: 30px 0px;
}
div.mod-shadowbox ul.menu a.level4:hover span.bg { background-position: 30px -20px; }

/* === modules.css === */
/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * module headers
 */

.module h3.header {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 26px;
	color: #3990BD;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	font-weight: normal;
}

#headermodules .module h3.header,
#bottom2 .module h3.header {
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

#bottom2 div.mod-shadowbox h3.header,
#headermodules div.mod-shadowbox h3.header {
	color: #3990BD;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

.module span.header-2,
.module span.header-3 { display: block; }

 
.module h3.header span.title {
	display: block;
	font-size: 18px;
	line-height: 26px;
}

.module h3.header span.subtitle {
	display: block;
	margin-top: -3px;
	line-height: 10px;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 0px;
	text-indent: 1px;
	text-transform: lowercase;
}

/*
 * space between modules
 */

#left .module,
#right .module,
#contentleft .module,
#contentright .module { margin-bottom: 30px; }

#left div.last,
#right div.last,
#contentleft div.last,
#contentright div.last { margin-bottom: 0px; }

#top .module,
#headermodules .module,
#left .module,
#right .module,
#maintop .module,
#contenttop .module,
#contentbottom .module,
#mainbottom .module,
#bottom .module,
#bottom2 .module { 
	margin-left: 10px;
	margin-right: 10px;
}

#contentleft .module { margin-left: 10px ;}
#contentright .module { margin-right: 10px;}

#left .module { margin-right: 20px;}
#right .module { margin-left: 20px;}

#top .topblock .module { margin-bottom: 20px; }
#top .topbox { padding-bottom: 20px; }

#bottom .module { margin-top: 20px; }
#bottom2 .module { margin-top: 30px; }

/*
 * header module positions
 */

#toolbar .left .module {
	margin-right: 15px;
	float: left;
}

#toolbar .right .module {
	margin-left: 15px;
	float: right;
}

/*
 * badge styles
 */
 
div.module { position: relative; }
 
div.module div.badge {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 46px;
	height: 46px;
	background: url(/templates/yoo_air/images/module_badges.png) 0 0 no-repeat;
	overflow: hidden;
	z-index: 1;
}
 
div.module div.badge-hot { background-position: 0 0; }
div.module div.badge-top { background-position: 0 -50px; }
div.module div.badge-pick { background-position: 0 -100px; }
div.module div.badge-new { background-position: 0 -150px; }

/*
 * icon styles
 */
 
div.module h3.header span.icon {
	display: block; 
	position: relative;
	top: -3px;
	left: 0px;
	width: 35px;
	height: 30px;
	background: url(/templates/yoo_air/images/module_icons.png) 0 0 no-repeat;
	overflow: hidden;
	float: left;
}

div.module h3.header span.icon-feed { background-position: 0 0; }
div.module h3.header span.icon-download { background-position: 0 -30px; }
div.module h3.header span.icon-twitter { background-position: 0 -60px; }
div.module h3.header span.icon-mail { background-position: 0 -90px; }
div.module h3.header span.icon-message { background-position: 0 -120px; }
div.module h3.header span.icon-users { background-position: 0 -150px; }
div.module h3.header span.icon-shopping { background-position: 0 -180px; }
div.module h3.header span.icon-lock { background-position: 0 -210px; }

/*
 * module: blank
 */
 
div.mod-blank { overflow: hidden; }

/*
 * module: dropdown
 */

#menu ul.mod-dropdown {
	padding-left: 0px;
	background: none;
}

#menu ul.mod-dropdown span.level1 span.color { display: inline; }

#menu .mod-dropdown .module {
	padding: 5px;
	overflow: hidden;
}

#menu .mod-dropdown .dropdown { width: 300px; }

/*
 * module: line
 */
 
div.mod-line div.header-1 {
	margin-bottom: 10px;
	background: url(/templates/yoo_air/images/module_line.png) 0 0 no-repeat;
}

div.mod-line div.header-2 {
	padding: 0px 60px 0px 60px;
	background: url(/templates/yoo_air/images/module_line.png) 100% -45px no-repeat;
}

div.mod-line div.header-3 {
	height: 40px;
	background: url(/templates/yoo_air/images/module_line.png) 100% -90px repeat-x;
}

#headermodules div.mod-line div.header-1,
#bottom2 div.mod-line div.header-1 { background-position: 0 -135px; }

#headermodules div.mod-line div.header-2,
#bottom2 div.mod-line div.header-2 { background-position: 100% -180px; }

#headermodules div.mod-line div.header-3,
#bottom2 div.mod-line div.header-3 { background-position: 100% -225px; }

div.mod-line h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	line-height: 38px;
	text-align: center;
}
 
div.mod-line div.box-1 { overflow: hidden; }

/*
 * module: box
 */
 
div.mod-box div.box-t1 { background: url(/templates/yoo_air/images/module_box_corners.png) 0 0 no-repeat; }

div.mod-box div.box-t2 { 
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_air/images/module_box_corners.png) 100% -15px no-repeat;
}

div.mod-box div.box-t3 { 
	height: 10px;
	background: url(/templates/yoo_air/images/module_box_corners.png) 0 -30px repeat-x;
}

div.mod-box div.box-1 { background: url(/templates/yoo_air/images/module_box_edges.png) 0 0 repeat-y; }

div.mod-box div.box-2 { 
	padding: 0px 10px 0px 10px;	
	background: url(/templates/yoo_air/images/module_box_edges.png) 100% 0 repeat-y;
}

div.mod-box div.box-3 { 
	padding: 10px;
	background: url(/templates/yoo_air/images/module_box_bg.png) 0 0 repeat;
	overflow: hidden;
}

div.mod-box div.box-b1 { background: url(/templates/yoo_air/images/module_box_corners.png) 0 -45px no-repeat; }

div.mod-box div.box-b2 { 
	padding: 0px 10px 0px 10px;
	background: url(/templates/yoo_air/images/module_box_corners.png) 100% -60px no-repeat;
}

div.mod-box div.box-b3 { 
	height: 10px;
	background: url(/templates/yoo_air/images/module_box_corners.png) 0 -75px repeat-x;
}

#headermodules div.mod-box div.box-t1,
#bottom2 div.mod-box div.box-t1 { background-position: 0 -90px; }

#headermodules div.mod-box div.box-t2,
#bottom2 div.mod-box div.box-t2 { background-position: 100% -105px; }

#headermodules div.mod-box div.box-t3,
#bottom2 div.mod-box div.box-t3 { background-position: 0 -120px; }

#headermodules div.mod-box div.box-1,
#bottom2 div.mod-box div.box-1,
#headermodules div.mod-box div.box-2,
#bottom2 div.mod-box div.box-2 { background-image: url(/templates/yoo_air/images/module_box_edges_dark.png); }

#headermodules div.mod-box div.box-b1,
#bottom2 div.mod-box div.box-b1 { background-position: 0 -135px; }

#headermodules div.mod-box div.box-b2,
#bottom2 div.mod-box div.box-b2 { background-position: 100% -150px; }

#headermodules div.mod-box div.box-b3,
#bottom2 div.mod-box div.box-b3 { background-position: 0 -165px; }

/* module box hover styling */
div.mod-box div.hover {
	width: 50%;
	float: left;
}

div.mod-box div.hover > a { 
	display: block;
	padding: 10px;
	border: 1px solid transparent;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #858586;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

div.mod-box div.hover:hover > a { 
	border-color: #D9D9DA;
	color: #858586;
	background-color: #F4F5F7 !important;
}

/*
 * module: separator
 */

div.mod-separator div.box-t1 { 
	height: 20px;
	background: url(/templates/yoo_air/images/module_separator_corners.png) 0 0 no-repeat;
}

div.mod-separator div.box-1 { 
	padding: 0px 0px 0px 20px;
	background: url(/templates/yoo_air/images/module_separator_edge.png) 0 0 repeat-y;
	overflow: hidden;
}

div.mod-separator div.box-b1 { 
	height: 20px;
	background: url(/templates/yoo_air/images/module_separator_corners.png) 0 -25px no-repeat;
}

#headermodules div.mod-separator div.box-t1,
#bottom2 div.mod-separator div.box-t1,
#headermodules div.mod-separator div.box-b1,
#bottom2 div.mod-separator div.box-b1 { background-image: url(/templates/yoo_air/images/module_separator_corners_dark.png); }

#headermodules div.mod-separator div.box-1,
#bottom2 div.mod-separator div.box-1 { background-image: url(/templates/yoo_air/images/module_separator_edge_dark.png); }

#page div.mod-separator.first div.box-t1,
#page div.mod-separator.first div.box-1,
#page div.mod-separator.first div.box-b1 { background: none; }

div.mod-separator div.badge { right: -10px; }

/*
 * module: header
 */
 
div.mod-header div.box-1 {
	font-size: 16px;
	font-style: italic;
	overflow: hidden;
}

div.mod-header div.box-1 .readmore { font-style: normal; }

div.mod-header h3.header {
	font-size: 40px;	
	line-height: 40px;
	font-style: normal;
}

/*
 * module: shadowbox
 */
 
div.mod-shadowbox div.box-t1 { background: url(/templates/yoo_air/images/module_shadowbox_corners.png) 0 0 no-repeat; }

div.mod-shadowbox div.box-t2 { 
	padding: 0px 60px 0px 60px;
	background: url(/templates/yoo_air/images/module_shadowbox_corners.png) 100% -10px no-repeat;
}

div.mod-shadowbox div.box-t3 { 
	height: 5px;
	background: url(/templates/yoo_air/images/module_shadowbox_corners.png) 0 -20px repeat-x;
}

div.mod-shadowbox div.box-1 { background: url(/templates/yoo_air/images/module_shadowbox_edges.png) 0 0 repeat-y; }

div.mod-shadowbox div.box-2 { 
	padding: 0px 5px 0px 5px;
	background: url(/templates/yoo_air/images/module_shadowbox_edges.png) 100% 0 repeat-y;
}

div.mod-shadowbox div.box-3 { 
	padding: 16px;
	background: #F7F7F8;
	overflow: hidden;
}

div.mod-shadowbox div.box-b1 { background: url(/templates/yoo_air/images/module_shadowbox_corners.png) 0 -30px no-repeat; }

div.mod-shadowbox div.box-b2 { 
	padding: 0px 60px 0px 60px;
	background: url(/templates/yoo_air/images/module_shadowbox_corners.png) 100% -45px no-repeat;
}

div.mod-shadowbox div.box-b3 { 
	height: 10px;
	background: url(/templates/yoo_air/images/module_shadowbox_corners.png) 0 -60px repeat-x;
}

#headermodules div.mod-shadowbox,
#bottom2 div.mod-shadowbox {
	color: #858586;
	text-shadow: none;
}

/*
 * module: menu-shadowbox
 */

div.mod-menu-shadowbox h3.header { margin-left: 20px; }
div.mod-menu-shadowbox div.box-2 { padding-left: 1px; padding-right: 1px; }
div.mod-menu-shadowbox div.box-3 { padding-left: 0px; padding-right: 0px; }
div.mod-menu-shadowbox h3.header { margin-bottom: 20px; }

/*
 * module: polaroid
 */

div.module.mod-polaroid { overflow: hidden; }

#top div.module.mod-polaroid,
#bottom div.module.mod-polaroid { margin: 10px; }

div.mod-polaroid div.badge-tape {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 114px;
	height: 38px;
	margin-left: -57px;
	background: url(/templates/yoo_air/images/module_polaroid_tape.png) 0 0 no-repeat;
	z-index: 1;
}

div.mod-polaroid div.box-1 {
	margin-top: 13px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #ffffff url(/templates/yoo_air/images/module_polaroid_bg.png) 0 100% repeat-x;
	overflow: hidden;
}

div.mod-polaroid div.box-2 {
	margin-bottom: 5px;
	background: #000000;
}

div.mod-polaroid div.box-3 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #C8C8C8;
}

div.mod-polaroid div.box-b1 {
	background: url(/templates/yoo_air/images/module_polaroid_shadows.png) 0 0 no-repeat;
}

div.mod-polaroid div.box-b2 {
	padding: 0px 70px 0px 70px;
	background: url(/templates/yoo_air/images/module_polaroid_shadows.png) 100% -5px no-repeat;
}

div.mod-polaroid div.box-b3 {
	height: 5px;
	background: url(/templates/yoo_air/images/module_polaroid_shadows.png) 0 -10px repeat-x;
}

div.mod-polaroid h3.header {
	height: 25px;
	margin: 0px 0px 0px 0px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
	text-shadow: none;
}

div.mod-polaroid div.badge { top: 13px; }

/*
 * module: postit
 */
 
#top div.module.mod-postit,
#bottom div.module.mod-postit { margin: 10px; }

div.mod-postit div.box-1 {
	background: #FFFFAA;
	color: #323232;
}

div.mod-postit div.box-2 {
	padding: 15px 15px 0px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

div.mod-postit div.box-b1 {
	background: url(/templates/yoo_air/images/module_postit_shadows.png) 0 0 no-repeat;
}

div.mod-postit div.box-b2 {
	padding: 0px 90px 0px 60px;
	background: url(/templates/yoo_air/images/module_postit_shadows.png) 100% -40px no-repeat;
}

div.mod-postit div.box-b3 {
	height: 40px;
	background: url(/templates/yoo_air/images/module_postit_shadows.png) 0 -80px repeat-x;
}

div.mod-postit h3.header {
	height: 30px;
	margin: -15px -15px 5px -15px;
	background: #FFFFDA;
	line-height: 30px;
	text-indent: 15px;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
	text-shadow: none;
}

/* === system.css === */
/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(/templates/yoo_air/css/warp/css/system.css);
@import url(/templates/yoo_air/css/warp/systems/joomla.1.5/css/system.css);

/*
 * item
 */

#system .item > .date {
	margin-right: 8px;
	width: 48px;
	height: 46px;
	background-image: url(/templates/yoo_air/images/system_date.png);
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#system .item > .date .month { 
	margin-top: 3px;
	padding-right: 8px;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

#system .item > .date .day {
	margin-top: -2px;
	padding-right: 8px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 28px;
}

#system .item > .date + .title { 
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 47px;
}

#system .item > .meta {
	margin-top: 15px;
	font-size: 13px;
	color: #858586;
	line-height: 15px;
}

#system .items .item {
	border: none;
	background: url(/templates/yoo_air/images/article_separator.png) 50% 0 no-repeat;
}
#system .items .item:first-child { background: none; }

#system .items-col-2 .date + .title { font-size: 22px; }
#system .items-col-3 .date + .title { font-size: 20px; }
#system .items-col-4 .date + .title { font-size: 18px; }



/* Joomla 1.5 only */
#system .item .title .icon { margin-top: 12px; }

#system .items.leading {
	border: none;
	background: url(/templates/yoo_air/images/article_separator.png) 50% 100% no-repeat;
}

#system .item-list {
	border: none;
	background: url(/templates/yoo_air/images/article_separator.png) 50% 0 no-repeat;
}

/*
 * searchbox
 */

#searchbox {
	width: 150px;
	height: 32px;
	background: url(/templates/yoo_air/images/searchbox.png) 0 0 no-repeat;
}
#searchbox:hover  { background-position: 0 -42px; }

#searchbox input {
	height: 32px;
	color: #969696;
	font-size: 18px;
	line-height: 32px;
	width: 150px;
}
#searchbox:hover input,
#searchbox input:focus { color: #676869; }

#searchbox button { height: 32px; }

#searchbox button.magnifier {
	width: 27px;
	background: url(/templates/yoo_air/images/searchbox_magnifier.png) 50% 50% no-repeat;
}

#searchbox .results {
	top: 64px;
	border-color: #CCCDCE;
	background: #F3F4F5;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

#searchbox .results li.results-header,
#searchbox .results li.more-results {
	background: url(/templates/yoo_air/images/searchbox_results_header.png) 0 0 repeat-x;
	color: #646566;
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
}
#searchbox .results li.results-header,
#searchbox .results li.more-results,
#searchbox .results li.result { border-color: #CCCDCE; }

#searchbox .results li.result.selected { background-color: #EBECED; }

#searchbox .results li.result h3 { color: #858586; }
#searchbox .results li.result.selected h3 {
	color: #545557;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

/*
 * pagination
 */

.pagination a,
.pagination strong { border-color: #dcdcdc; }

/*
 * breadcrumbs
 */
 
.breadcrumbs {
	margin: 0px 10px 20px 10px;
	font-size: 12px;
	line-height: 18px;
}

.breadcrumbs a,
.breadcrumbs span {
	margin-right: 8px;
	padding-right: 15px;
	background: url(/templates/yoo_air/images/breadcrumbs.png) 100% 60% no-repeat;
	color: #858586;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.breadcrumbs a:hover  {	color: #3990BD; }

.breadcrumbs strong {
	color: #3C3D3E;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

/*
 * readmore button
 */
 
a.readmore {
	height: 30px;
	width: 120px;
	padding: 0;
	border: none;
	background: url(/templates/yoo_air/images/readmore.png) 0 0 no-repeat;
	line-height: 30px;
	text-indent: 8px;
	font-size: 11px;
	text-transform: uppercase;
}

#page a.readmore:link,
#page a.readmore:visited { color: #646566; text-shadow: 0px 1px 0px rgba(255,255,255,1); }

#page a.readmore:hover {
	background-position: 0 -40px;
	color: #3990BD;
}

/* === extensions.css === */
/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

#left #form-login fieldset { border: none; }

/*
 * YOOtweet
 */

/* single */
#headermodules div.single div.yoo-tweet,
#bottom2 div.single div.yoo-tweet {
	padding: 25px 0px 0px 20px;
	background: url(/templates/yoo_air/images/yootweet/tweet_bg_t.png) 0 0 no-repeat;
}

#headermodules div.single div.yoo-tweet p,
#bottom2 div.single div.yoo-tweet p {
	margin-top: 0px;
	padding: 0px 20px 25px 0px;
	text-align: center;
	background: url(/templates/yoo_air/images/yootweet/tweet_bg_b.png) 100% 100% no-repeat;
}

/*
 * ZOO noble blog template
 */
 
#yoo-zoo.blog-noble .items { margin: 0px -10px 0px -10px; }
#yoo-zoo.blog-noble .items div.teaser-item { padding: 0px 10px 20px 10px; }
#yoo-zoo.blog-noble .item div.pos-date,
#yoo-zoo.blog-noble .items div.pos-date {
	margin-right: 8px;
	width: 48px;
	height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/templates/yoo_air/images/system_date.png);
}
#yoo-zoo.blog-noble .item div.pos-date span.month,
#yoo-zoo.blog-noble .items div.pos-date span.month { 
	margin-top: 3px;
	padding-right: 8px;
}
#yoo-zoo.blog-noble .item div.pos-date span.day,
#yoo-zoo.blog-noble .items div.pos-date span.day {
	margin-top: -2px;
	padding-right: 8px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#yoo-zoo.blog-noble .item h1.pos-title,
#yoo-zoo.blog-noble .items h1.pos-title { 
	margin-bottom: 10px;
	font-size: 24px;
	text-transform: none;
}
#yoo-zoo.blog-noble .items-col-2 h1.pos-title { font-size: 22px;}
#yoo-zoo.blog-noble .items-col-3 h1.pos-title { font-size: 20px;}
#yoo-zoo.blog-noble .items-col-4 h1.pos-title { font-size: 18px;}

#yoo-zoo.blog-noble .item h1.pos-title,
#yoo-zoo.blog-noble .items h1.pos-title,
#yoo-zoo.blog-noble .items h1.pos-title a { color: #3990BD; }

#yoo-zoo.blog-noble .items div.teaser-item-bg,
#yoo-zooblog.blog-noble .item div.pos-bottom .element,
#yoo-zoo.blog-noble .item div.pos-related { background-image: url(/templates/yoo_air/images/article_separator.png); background-repeat: no-repeat; }

/*
 * YOOlogin
 */

 
/* quick */
#header span.quick span.yoo-login {}

#header span.quick span.yoo-login span.login { width: 231px; }

#header span.quick span.yoo-login span.login span.login-button-text,
#header span.quick span.yoo-login span.login span.login-button-icon { margin-right: 0px; }

#header span.quick span.yoo-login span.login span.lostpassword, 
#header span.quick span.yoo-login span.login span.lostusername,
#header span.quick span.yoo-login span.login span.registration { margin-top: 5px; }

#header span.quick span.yoo-login span.logout {
	margin-top: 10px;
	overflow: visible;
}

#header span.quick span.yoo-login span.logout span.logout-button-text,
#header span.quick span.yoo-login span.logout span.logout-button-icon { margin-right: 0px; }

/* nifty quick */
#header span.niftyquick span.yoo-login {}

#header span.niftyquick span.yoo-login span.login {
	width: 268px;
	height: 50px;
}

#header span.niftyquick span.yoo-login span.login span.login-button { margin-right: 0px; }

#header span.niftyquick span.yoo-login span.login span.lostpassword, 
#header span.niftyquick span.yoo-login span.login span.lostusername,
#header span.niftyquick span.yoo-login span.login span.registration { margin-top: 5px; }

#header span.niftyquick span.yoo-login span.logout {
	margin-top: 10px;
	overflow: visible;
}

#header span.niftyquick span.yoo-login span.logout span.logout-button { margin-right: 0px; }

 
#header span.niftyquick span.yoo-login span.login span.username input,
#header span.niftyquick span.yoo-login span.login span.password input {
	width: 95%;
	height: 12px;
	background: #ffffff;
	border: 1px solid #ffffff;
	overflow: hidden;
}


/* === style.css === */
/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* MENUBAR */

.menubar-glossy #headerbar { background-image: url(/templates/yoo_air/images/menubar/glossy/headerbar_bg.png) }

.menubar-glass #headerbar { background-image: url(/templates/yoo_air/images/menubar/glass/headerbar_bg.png) }
.menubar-glass #menu a.level1 span.bg,
.menubar-glass #menu span.level1 span.bg { font-weight:bold; text-shadow: 0 1px 1px rgba(255,255,255,1); }
.menubar-glass #menu div.fancy-1,
.menubar-glass #menu div.fancy-2,
.menubar-glass #menu div.fancy-3 {	background-image: url(/templates/yoo_air/images/menubar/glass/menu_level1_item_fancy.png); }

.menubar-destructed #headerbar { background-image: url(/templates/yoo_air/images/menubar/destructed/headerbar_bg.png) }

/* BACKGROUNDS */
.background-aurora .page-header-img { background: url(/templates/yoo_air/images/background/aurora/aurora_blue.jpg) 50% 0px no-repeat; }
.background-glitter .page-header-img { background: url(/templates/yoo_air/images/background/glitter/glitter_blue.jpg) 50% 0px no-repeat; }
.background-bubbles .page-header-img { background: url(/templates/yoo_air/images/background/bubbles/bubbles_blue.jpg) 50% 0px no-repeat; }

.background-landscape #page-header { background: #116993; }
.background-landscape .page-header-img { background: url(/templates/yoo_air/images/background/landscape/landscape_blue.jpg) 50% 100% repeat-x; }

.background-mountains #page-header { background: #098ec9; }
.background-mountains .page-header-img { background: url(/templates/yoo_air/images/background/mountains/mountains_blue.jpg) 50% 100% repeat-x; }

.background-space #page-header { background: #070e19; }
.background-space .page-header-img { background: url(/templates/yoo_air/images/background/space/space_blue.jpg) 50% 0px repeat-x; }

.background-photo #page-header { background: #a1bad5; }
.background-photo .page-header-img { background: url(/templates/yoo_air/images/background/photo/photo.jpg) 50% 100% repeat-x; }

/* FONTS */
body.font-lucida,
.font-lucida h1,
.font-lucida h2,
.font-lucida h3,
.font-lucida h4,
.font-lucida h5,
.font-lucida h6 { font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; }

body.font-georgia,
.font-georgia h1,
.font-georgia h2,
.font-georgia h3,
.font-georgia h4,
.font-georgia h5,
.font-georgia h6 { font-family: Georgia, "Times New Roman", Times, serif; }

body.font-trebuchet,
.font-trebuchet h1,
.font-trebuchet h2,
.font-trebuchet h3,
.font-trebuchet h4,
.font-trebuchet h5,
.font-trebuchet h6 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; }

/* === custom.css === */
/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
	display: block;
	width: 200px;
	height: 160px;
	background: url(/images/yootheme/logo.png) 0 0 no-repeat;
}

div.demoimage {
	float: right;
	height: 280px;
	width: 55%;
	background: url(/images/yootheme/header_macbook.png) 100% 0 no-repeat;
}

#page.style-green #logo { top: 20px; left: 0px; }
#page.style-green #logo a.logo-icon {
	width: 142px;
	height: 142px;
	background-image: url(/images/yootheme/logo_green.png);
}
#page.style-red #logo a.logo-icon { background-image: url(/images/yootheme/logo_red.png); }
#page.style-lilac #logo a.logo-icon { background-image: url(/images/yootheme/logo_lilac.png); }
#page.style-brown #logo { top: -2px; left: 10px; }
#page.style-brown #logo a.logo-icon {
	width: 150px;
	height: 140px;
	background-image: url(/images/yootheme/logo_brown.png);
}
#page.style-turquoise #logo a.logo-icon { background-image: url(/images/yootheme/logo_turquoise.png); }

.background-photo #headermodules { text-shadow: 0 1px 0 rgba(0,0,0,0.3), 0 0 2px rgba(0,0,0,0.7); }
.background-mountains div.demoimage,
.background-photo div.demoimage { background-image: url(/images/yootheme/header_travel.png);}
.background-glitter div.demoimage,
.background-bubbles div.demoimage { background-image: url(/images/yootheme/header_imac.png);}
.background-landscape div.demoimage { background-image: url(/images/yootheme/header_coffee.png);}

