/*******************************************************************************

	CSS on Sails Framework
	Title: alexspaperairplanes
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: June 2011

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Default Styles

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES
		3.1 Home
		3.2 subpage


	4. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 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, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #000;
	background: #efefef url(../images/bg_main.jpg) 0 0 repeat-x;
}

body.subpage {
    background: #efefef url(../images/bg_main.jpg) 0 -75px repeat-x;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a, a:visited {
	text-decoration: none;
	color: #00f;
	
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #f00;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

#top-stripe {
    border-bottom: 1px solid #92adbd;
    height: 20px; 
    line-height: 20px;
    color: #fff;
    background: #064b72;
}

#top-stripe .wrapper {
    margin: 0 auto;
    width: 1000px;
    font-size: 12px;
    text-align: right;
}

.container {
	position: relative;
	width: 998px;
	margin: 0 auto;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
    overflow: hidden;
}

#header .site-name {
	display: block;
    float: left;
	overflow: hidden;
	width: 299px;
	height: 49px;
}

#header .site-name {
    margin: 19px 0 0 5px;
	position: relative;
}

#header .site-name a {
	display: block;
    height: 49px;
    width: 299px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    background: url(../images/logo.png) no-repeat;
}

#header div {
    float: right;
    height: 67px;
    margin: 6px 0 0;
    width: 658px;
    background: url(../images/bg_header.png) 0 0 no-repeat;
    font-size: 24px;
    color: #0A5D8C;
}

#header div span {
    display: block;
    margin: 20px 0 0 108px;
}

#header div strong {
    font-weight: normal;
    color: #000;
}

/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
    background: url(../images/bg_navi.png) 0 0 no-repeat;
}

#navigation ul {
    height: 62px;
    overflow: hidden;
    padding: 0 0 0 4px;
}

#navigation li {
	float: left;
    height: 62px;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
}

#navigation a {
    display: block;
    height: 62px;
    padding: 0 21px;
	color: #fff;
}

#navigation li.active a, #navigation li a:hover {
    text-decoration: none;
    background: url(../images/bg_navi_selected.png) center 39px no-repeat;
}

#navigation-bottom {
    padding: 7px 0;
    font-size: 12px;
    text-align: center;
    background: #52aadc;
    color: #fff;
}

#navigation-bottom li {
    display: inline;
}

#navigation-bottom li a {
    color: #fff;
}

/* 2.4 Content
------------------------------------------------------------------------------*/

#main-container {
    padding: 18px;
    position: relative;
    background: #fff;
}

#content {
    border: 13px solid #ecf2f6;
    -moz-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
	float: right;
    padding: 15px 20px;
	width: 714px;
    behavior: url(_ui/css/PIE.htc);
}

#content h2 {
    margin: 0 0 20px;
    font-size: 42px;
    line-height: 42px;
    color: #0a5d8c;
}

.btn { 
    display: inline-block;
    padding: 3px 6px 3px 28px;
    font-size: 12px;
    font-weight: bold;
    background-color: #3694c9;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

a.btn {
color: #fff;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btnAsk {
    background-image: url(../images/ico_question.png);
}

.btnPlay {
    background-color: #0a5d8c;
    background-image: url(../images/ico_play.png);
}

.btnPlus {
    background-image: url(../images/ico_plus.png);
}

.btnPlusSmall {
    padding: 1px 6px 1px 22px;
    font-size: 10px;
    background-color: #0a5d8c;
    background-image: url(../images/ico_plus.png);
    background-position: 4px 4px;
}

/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 160px;
}


/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
    border-top: 1px solid #549ac1;
	clear: both;
    padding: 18px 21px 14px 24px;
    background: #0a5d8c;
    color: #67b0d9;
}

#footer ul.footer-navi {
    float: left;
    width: 919px;
}

#footer ul.footer-navi li {
    float: left;
    width: 225px;
}

#footer ul.footer-navi li.short {
    width: 140px;
}

#footer ul.footer-navi li a {
    color: #67b0d9;
}

#footer ul.footer-navi li h4 {
    font-size: 17px;
    line-height: 15px;
}

#footer ul.footer-navi li ul { 
    margin: 14px 0 0;
    font-size: 12px; 
    line-height: 15px;
}
#footer ul.footer-navi li ul li {}
#footer ul.footer-navi li ul li a {}

#footer .text {
    clear: left;
    float: left;
    margin: 26px 0 0;
    width: 919px;
    font-size: 10px;
}

#footer .text strong {
    display: block;
    margin: 0 0 26px;
    text-align: center;
    font-family: 'Myriad Pro', Arial;
    font-size: 34px;
    line-height: 36px;
    color: #fff;
}

#footer .text p {
    line-height: 12px;
    color: #67b0d9;
}

#footer .footer-content-ads {
    float: right;
    overflow: hidden;
    width: 302px;
}

#footer .footer-content-ads img {
    border: 0;
}

.shadow-bottom {
    margin: 0 0 40px;
    height: 22px;
    background: url(../images/bg_shadow_btm.png) 0 center no-repeat;
}

.shadow-left {
    height: 919px;
    left: -22px;
    position: absolute;
    top: 60px;
    width: 22px;
    background: url(../images/bg_shadow_left.png) 0 center no-repeat;
}

.shadow-right {
    height: 919px;
    position: absolute;
    right: -22px;
    top: 60px;
    width: 22px;
    background: url(../images/bg_shadow_right.png) 0 center no-repeat;
}

/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/

#content .main-video-cont {
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 20px;
    margin: 0 0 13px;
}

#content .main-video-cont .video {
    float: left;
    width: 500px;
}

#content .main-video-cont .video-details {
    float: right;
    width: 190px;
}

#content .main-video-cont .video-details iframe {
    margin: 0 0 3px;
}

#content .main-video-cont .video-details p {
    margin: 0 0 10px;
}

.top-news {
    float: left;
    padding: 14px 15px;
    width: 162px;
    background: #d8ecf7;
}

.top-news h4 {
    border-bottom: 1px solid #aecfe1;
    margin: 0 0 10px;
    padding: 0 0 14px;
    font-size: 22px;
    text-align: center;
    color: #0a5d8c;
}

.top-news ul {
    padding: 0 6px;
}

.top-news ul li {
    margin: 0 0 28px;
    font-size: 11px;
    line-height: 13px;
}

.top-news ul li strong {
    font-size: 12px;
    line-height: 14px;
    color: #0a5d8c;
}

.elements-list {
    float: right;
    width: 504px;
}

.elements-list ul li {
    border-bottom: 1px solid #D1D1D1;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0 10px 15px;
}

.elements-list ul li a.pic {
    border: 1px solid #D1D1D1;
    float: left;
    height: 85px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 3px;
    width: 150px;
}

.elements-list ul li .l {
    float: right;
    width: 301px;
}

.elements-list ul li .l h3 {
    font-size: 24px;
    line-height: 30px;
    color: #0a5d8c;
}

.elements-list ul li .l p {
    margin: 5px 0 12px;
    line-height: 16px;
}

.elements-list ul li .l .btnPlay {
    margin: 0 6px 0 0;
    padding: 3px 12px 3px 28px;
}

.elements-list ul li iframe {
    clear: left;
    float: left;
    margin: 0 0 0 5px;
}

/* this is for the list of planes on planes.php*/

.planes-elements-list {
    float: right;
    width: 690px;
}

.planes-elements-list ul li {
    border-bottom: 1px solid #D1D1D1;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0 10px 15px;
}

.planes-elements-list ul li a.pic {
    border: 1px solid #D1D1D1;
    float: left;
    height: 90px;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 3px;
    width: 120px;
}

.planes-elements-list ul li .l {
    float: right;
    width: 501px;
}

.planes-elements-list ul li .l h3 {
    font-size: 24px;
    line-height: 30px;
    color: #0a5d8c;
}

.planes-elements-list ul li .l p {
    margin: 5px 0 12px;
    line-height: 16px;
}

.elements-list ul li .l .btnPlay {
    margin: 0 6px 0 0;
    padding: 3px 12px 3px 28px;
}

.planes-elements-list ul li iframe {
    clear: left;
    float: left;
    margin: 0 0 0 5px;
}


/* 3.2 subpage
------------------------------------------------------------------------------*/

.baner-subpage {
    height: 117px;
    margin: 10px 0 14px;
    padding: 15px 230px 0 170px;
    background: url(../images/baner_subpage.jpg) 0 0 no-repeat;   
}

.baner-subpage h4 {
    font-size: 39px;
    line-height: 40px;
    color: #0A5D8C;
}

.baner-subpage h4 a {
    text-decoration: none;
    color: #0A5D8C;
}

.baner-subpage h4 strong {
    color: #8C3535;
}

.baner-subpage p {
    margin: 5px 0 0 4px;
    font-size: 14px;
    color: #666;
}

#content .sub-video-cont {
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 20px;
    margin: 0 0 13px;
}

#content .sub-video-cont .video {
    float: left;
    width: 410px;
}

#content .sub-video-cont .video-details {
    float: right;
    width: 290px;
}

#content .sub-video-cont .video-details img {
    margin: 29px 0 10px 15px;
}

#content .sub-video-cont .video-details iframe {
    float: left;
    margin: 0 2px 3px 0;
}

#content .sub-video-cont .video-details p {
    margin: 0 0 10px;
}

.instructions-box {
    
}

.instructions-box h3 {
    margin: 0 0 10px;
    padding: 4px 0 4px 50px;
    font-size: 22px;
    line-height: 30px;
    background: #3694c9 url(../images/ico_ask_big.png) 10px 4px no-repeat;
    color: #fff;
}

.instructions-box ul {
    
}

.instructions-box ul li {
    overflow: hidden;
}

.instructions-box ul li .img-box {
    float: left;
    margin: 0 0 0 30px;
    width: 140px;
}

.instructions-box ul li .img-box span.diagram{
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ed1c24;
}

.instructions-box ul li .img-box img {
    margin: 0 0 20px;
}

.instructions-box ul li .description-box {
    float: right;
    margin: 0 30px 0 0;
    padding: 18px 0 0;
    width: 510px;
}

.instructions-box ul li .description-box span.pointer {
    display: block;
    float: left;
    height: 20px;
    margin: 2px 10px 0 0;
    width: 20px;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
    background: url(../images/bg_pointer.png) 0 0 no-repeat;
    color: #fff;
}

.instructions-box ul li .description-box p {
    float: left;
    width: 475px;
}

.instructions-box ul li .description-box p strong {
    font-weight: bold;
    text-decoration: underline;
    color: #0A5D8C;
}

.bottom-cloud {
    float: right;
    margin: 12px 8px 0 0;
    width: 766px;
    clear: both;
}

.bottom-cloud h4 {
    padding: 0 0 6px 14px;
    font-size: 22px;
    line-height: 24px;
    color: #434343;
}

.bottom-cloud .cloud {
    border: 1px solid #434343;
    -moz-border-radius: 18px 18px 18px 18px;
    border-radius: 18px 18px 18px 18px;
    display: block;
    padding: 16px 30px;
    position: relative;
    font-size: 16px;
    background: #434343;
    color: #FFFFFF;
    behavior: url(_ui/css/PIE.htc);
}

.bottom-cloud .cloud .pointer {
    display: block;
    height: 16px;
    left: 380px;
    position: absolute;
    top: -16px;
    width: 26px;
    background: url(../images/bg_cloud_pointer.png) 0 0 no-repeat;
}

span.g-iframe {
    display: inline-block;
    float: left;
    height: 23px;
    width: 37px;
    background: url(../images/ico_google.png) 0 0 no-repeat;
}

span.g-iframe-block {
    display: block;
    height: 23px;
    margin: 0 0 10px;
    width: 37px;
    background: url(../images/ico_google.png) 0 0 no-repeat;
}