/*
Theme Name: asnnews_v3
Theme URI: http://aviation-safety.net
Description: Basic ASN theme
Author: Harro Ranter
Author URI: http://aviation-safety.net
Version: 1.0
*/


body {
 /* background: #b3c8ef url('/graphics/bg.gif') repeat-x;*/
  background: #b3c8ef url('http://aviation-safety.net/graphics/bg.gif ') repeat-x;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans Serif;
  color: #663300;
  font-size: 80%;
  margin: 0;
  padding: 0;
}


h3 {
	margin-bottom: 3px;
}

#entry p {
margin-top: 4px;
}

#page-wrap {
		background: #ffffff;
		border-right: 1px #10294a solid;
		border-left: 1px #10294a solid;
		border-bottom: 1px #10294a solid;
		/*background: url('/test2/header_bg.jpg') repeat-y;*/
		min-width: 780px;
		max-width: 1020px;
		margin: 0px auto;
		/*width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1022? "1020px" : "auto");*/
		width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 962? "960px" : "auto");
}

#page-wrap #inside {
		margin: 0px 20px 0px 0px;
		padding-top: 0px;
		/*padding-bottom: 10px;*/
}
	
#header {
		background: #ffffff;
		/*background: url('/graphics/asn_header2.jpg') repeat-y;*/
		background: url('http://aviation-safety.net/graphics/asn_header3.gif') repeat-y;

}
	


/* ================================= */
/*			  TOP NAVIGATION       			*/
/* ================================= */


.navigation {
	background-color:#6384A5;
	background-color:#6C80A5;
	height: 30px;
	/*width: 100%;
 	margin-bottom: 1em;*/
 	margin-bottom: 4px;
 	margin-left: 2px;
 	margin-left: 20px;
 	margin-right: 10px;
 	margin-top: 1.5em;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.navigation ul li {
	list-style-type: none;
	display: block;
	font-size: 115%;
	font-weight: bold;
	float: left;
	display: block;
	background-color: #6384A5;
	background-color:#6C80A5;
	margin-left: 4px;
	margin-top: 0.4em;
}



.navigation ul li a:link, .navigation ul li a:visited {
	display: block;
	text-decoration: none;
  color: #ffffff;
	border-right: 1px solid #ffffff;
	padding-right: 6px;
	padding-left: 6px;
	}
	
.navigation ul li.active a {
	color: #10294a;

}

	
.navigation ul li a:hover {
	display: block;
	text-decoration: none;
	color: #10294a;
	}
	

/* ================================= */
/*			 FOOTER NAVIGATION			*/
/* ================================= */


.footernavigation {
 	background-color:#6C80A5;
	height: 20px;
 	margin-bottom: 30px;
 	margin-left: 2px;
 	margin-left: 20px;
 	margin-right: 10px;
 	margin-top: 1.5em;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.footernavigation ul li {
  color: #ffffff;
	list-style-type: none;
	display: block;
	font-size: 80%;
	font-weight: bold;
	float: left;
	display: block;
	background-color:#6C80A5;
	margin-left: 4px;
	margin-top: 0.4em;
}

.footernavigation ul li a:link, .footernavigation ul li a:visited {
	display: block;
	text-decoration: none;
  color: #ffffff;
	border-right: 1px solid #ffffff;
	padding-right: 6px;
	padding-left: 6px;
	}
	
.footernavigation ul li.active a {
	color: #10294a;
}

.footernavigation ul li a:hover {
	display: block;
	text-decoration: none;
	color: #10294a;
}
	



/* ================================= */
/*			  PAGETOOLS	             	 	 */
/* ================================= */

.pagetools {
	padding: 3px;
	margin-bottom: 2px;
	margin-top: 2em;
  margin-left: 40px;
  margin-right: 20px;
	font-size: 90%;
	text-align: right;
	float: right;
	border-top: 1px solid #D0CECE; 
/*	width: 100%;*/
	
/*	background-color: #FCF2C7;
	color: #FCF2C7;
	background: #FCF2C7;*/
	/* background: url('/graphics/bg_footer.jpg') repeat-x; 
	background-position: bottom; */
	
	}

.pagetools a {
	color: #bab075;
	text-decoration:  none;
}


.pagetools_right {
	display: inline;
	float: right;
	}
	
#citeinfo, #sendcorrection, #addbmark {
	padding: 3px;
	margin: 0;
	margin-top: 2em;
	color: #663300;
	border: 1px dotted #663300;
	margin-right: 10px;
	margin-left: 10px;
}

#contentwrapper{
float: left;
width: 100%;
}	
	
#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
margin-left: 30px;
/* font-size: 10108,450%; */
line-height: 1.6;

}

#rightcolumn{
float: left;
width: 200px; /*  Width of right column in pixels  */
margin-left: -200px; /*  Set left margin to -(RightColumnWidth) */
}

#norightcolumn{
float: left;
width: 0px; /*Width of right column in pixels*/
margin-left: 0px; /*Set left margin to -(RightColumnWidth) */
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* ================================= */
/*	 CONTENT ELEMENTS			  */
/* ================================= */


.trail {
	text-align: right;
	margin-right: 10px;
	color: #6C80A5;
	}
.trail a:link, .trail a:visited {
	text-decoration: none;
	color: #6C80A5;
	}

.pagetitle {
	text-align: left;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans Serif;
	font-weight: bold;
	color: #7D72AB;
	font-size: 1.4em;
/*	border-top: 1px solid #663300; */
  border-bottom: 1px solid #D0CECE; 
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
	}
	
.lastupdated {
  margin-right: 20px;
  float: right; 
  font-size: 80%;
  color: #D0CECE;
  margin-bottom: 1.5em;

}


/* ================================= */
/*	 FROM TEMPLATE		  */
/* ================================= */





.nav{
	width:750px;
	background: #000;
	display:block;
	float:left;
	position:relative;
}

.nav ul{
	list-style:none;
}

.nav li{
	float:left;
	position:relative;
}

.nav a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 15px 10px 0;
	font-size:13px; 
	font-weight:bold;
}

.nav ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	float:left;
	z-index:99999;
	background: #212121;
}

.nav ul ul ul{
	top: 30%;
	left:100%;
	background: #343434;
}

.nav ul ul a{
	height:auto;
	line-height:1em;
	padding:10px;
	width:130px;
}

.nav li:hover > a,.nav ul ul:hover > a{
	color:#ccc;
}

.nav ul li:hover > ul{
	display:block;
}


#blog{
	float: left;
/*	width: 520px; */
	padding: 0 10px 10px 10px;
}

#footer{
	clear: both;
	text-align: center;
	height: 50px;
	background: #ccc;
	padding: 10px;
}

.gravatar{
	float: right;
}

.comments-template{
	margin: 10px 0 0;
	padding: 30px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template textarea{
	width: 500px;
}

.wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* optional rounded corners for browsers that support it */
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


.sidebar {
	background-color:#ffffff;
	float: left;
}

.sidebar h2 { 
	font-family: Trebuchet MS, Tahoma, Verdana;
	border-bottom: 1px solid #A18C32; 
	background-color: #FCEEB3;
	padding: 2px  0px 2px 2em;
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	color: #A18C32;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sidebar li { 
	background-color:#ffffff;
	border: 1px solid #A18C32;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	list-style-type: none;
	list-style-image: none;
	list-style: none;
	margin-bottom: 20px;
}

.sidebar li ul li { 
	background-color:#ffffff;
	border: none;
	list-style: none;
	list-style-type: none;
	margin-bottom: 0px;
}

.sidebar ul { 
	border: 1px solid #A18C32;
	border: none;
	border-top-width: 0px;
	background-color: #ffffff;
	padding: 0.5em;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	list-style-type: none;
	list-style-image: none;
	list-style: none;
	margin: 0;
}

.sidebar li select { 
	margin: 5px;
}


div.paging {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.paging a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #233D6B;
}
div.paging a:hover, div.pagenumbers a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FCEEB3;
}


.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
/*	content: '\2014';*/
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

.entry {
	display: block;	
	border-bottom: 1px solid #D0CECE;
	margin-bottom: 4px;
  padding-bottom: 10px;
  overflow: hidden;
}

img.attachment-post-thumbnail  {
	float:left;
}

.wp-post-image {
 margin-right: 15px;
 margin-left: 2px;
 margin-top: 5px;
 padding:1px;
 border:1px solid #021a40;
 }

.post
{
display: block;
clear:both;
overflow: hidden;
}
