/*
Theme Name: airlinesim
Theme URI: http://wordpress.org/
Description: airlinesim Portal Template auf Basis des Default WP Template von Michael Heilemann
Version: 1.6
Author: Oliver Ecker
Author URI: http://www.3letters.de
Tags: blue, custom header, fixed width, two columns, widgets

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	background: #1e4059 url(img/bg_body.gif) repeat-x;
	color: #20304a;
}

h1 {
	font-size: 24px;
	color: #00619E;
}

h2 {
	font-size: 24px;
	color: #00619E;
	margin-bottom: 30px;
}

a {
	color: #00619e;
}

blockquote {
	font-style: italic;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 4px #dce8ed solid;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
	

#container {
	width: 854px;
	margin: 0 auto;
}

#head {
	height: 100px;
	position: relative;
}

	#logo {
		width: 266px;
		height: 41px;
		display: block;
		top: 30px;
		left: 0;
		position: absolute;
		background: url(img/logo.jpg) no-repeat;
	}
	
	#topnav {
		position: absolute;
		top: 49px;
		left: 505px;
	}
	
	#topnav ul {
		list-style: none;
	}
	
	#topnav ul li{
		float: left;
		margin-right: 5px;
		position: relative;
	}
	
	#topnav ul li a {
		width: 72px;
		height: 27px;
		padding: 12px 0 0 30px;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	.navinfo a {
		background: url(img/nav_info.png) no-repeat;
		width: 68px !important;
	}
	
	.navinfo a:hover {
		background: url(img/nav_info_mo.png) no-repeat;
	}
	
	.navforum a {
		background: url(img/nav_forum.png) no-repeat;
	}
	
	.navforum a:hover {
		background: url(img/nav_forum_mo.png) no-repeat;
	}
	
	.navsupport a {
		background: url(img/nav_support.png) no-repeat;
		width: 68px !important;
	}
	
	.navsupport a:hover {
		background: url(img/nav_support_mo.png) no-repeat;
	}
	
	a.navplus {
		background: url(img/nav_plus.png) no-repeat;
		width: 30px !important;
		padding: 12px 0 0 0 !important;
		cursor: default;
	}
	
					#topnav ul li ul {
						visibility: hidden;
						position: absolute;
						top: 35px;
						left: 0; 						
						background: #2f4758;	
						border-left: #455a69 1px solid;		
						border-right: #455a69 1px solid;	
						border-bottom: #455a69 1px solid;
						z-index: 9999;
					}
			
					* html #topnav ul li ul {
						top: 35px;
						t\op: 36px;
					}					
					
						#topnav ul li ul li {
							clear: both;		
							margin: 0;
						}	
						
							#topnav ul li ul li a {
								color: #fff;
								background: 0;
								display: block;
								width: 100px;	
								border-top: #455a69 1px dotted;
								cursor: pointer !important;
								background: 0;
								padding: 5px 0 0;
								height: 23px;
							}	
							
							#topnav ul li ul li a:hover{
								color: #fff;
								background: #2e4e63;
							}			

					#topnav table {
						position: absolute; 
						top: 0; 
						left: 0;
					}				
					
					#topnav ul li:hover ul,
					#topnav ul a:hover ul{
						visibility: visible; 
					}	

#header {
	width: 854px;
	height: 333px;
	position: relative;
	background: url(img/bg_checkin.jpg) no-repeat;
	margin-bottom: 15px;
}

	#whatsas {
		width: 246px;
		height: 221px;
		padding: 70px 25px 0 25px;
		position: absolute;
		background: url(img/bg_whatsas.jpg) no-repeat;
		top: 19px;
		right: 21px;
	}
	
	a.button_checkin {
		display: block;
		width: 264px;
		height: 60px;
		margin-left: -10px;
		margin-top: 15px;
		background: url(img/button_checkin.png) no-repeat;
	}
	
	a.button_checkin:hover {
		background: url(img/button_checkin_mo.png) no-repeat;
	}
	
	
#page {
	width: 854px;
	overflow: auto;
	position: relative;
}

.col_left {
	float: left;
}

.col_right {
	float: right;
	width: 320px;
}

.narrowcolumn {
	width: 520px;
}

.news {
	width: 519px;
	background: #fff url(img/bg_news.gif) repeat-y;
}
	
	.newshead {
		width: 519px;
		height: 50px;
		background: #fff url(img/bg_news.png) repeat-y;
	}
	
		.newshead h2 {
			color: #eff9ff;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;
			margin: 0 0 0 20px;
			padding-top: 8px;
			font-family: Verdana, Geneva, sans-serif;
		}

	.post {
		padding: 0 40px;
		margin-bottom: 20px;
	}
	
	.post h2 a, .post h2 {
		font-size: 24px;
		line-height: 30px;
		font-weight: normal;
		margin-bottom: 25px;
		text-decoration: none;
	}
	
	.post small {
		display: block;
		padding-bottom: 10px;
	}
	
	.postmetadata {
		padding-bottom: 15px;
		border-bottom: #ddd 1px solid;
	}
	
	.entry p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.entry ul, .entry ol {
		margin: 0 0 10px 20px;
	}
	
	.entry ul li, .entry ol li {
		margin: 0 0 10px;
	}
	
	#respond {
		padding: 40px;
	}
	
	.post-edit-link {
		margin: 0 0 20px 40px;
	}
	
	
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border-bottom: 1px dotted #ddd;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	#comment, #author, #email, #url {
			border: #ddd 1px solid;
			margin-top: 10px;
			padding: 5px;
		}
		
		#submit {
			background: #1b4d75;
			padding: 5px;
			margin-top: 10px;
			cursor: pointer;
			font-weight: bold;
			color: #fff;
		}
	
		
		#commentswrap {
			padding: 40px;
		}
	
		.commentlist li ul li {
			font-size: 1em;
		}
		
		.commentlist li {
			font-weight: bold;
		}
		
		.commentlist li .avatar { 
			float: right;
			border: 1px solid #eee;
			padding: 2px;
			background: #fff;
			}
		
		.commentlist cite, .commentlist cite a {
			font-weight: bold;
			font-style: normal;
			font-size: 1.1em;
			}
		
		.commentlist p {
			font-weight: normal;
			line-height: 1.5em;
			text-transform: none;
			}
			
/* End Comments */	
	
#feeds {
	width: 519px;
	height: 130px;
	padding: 15px 0 0 20px;
	background: url(img/bg_feeds.png) no-repeat;
}
	
.navigation {
	overflow: auto;
	margin-top: 10px;
}

#screenshots {
	width: 503px;
	height: 105px;
	margin-bottom: 15px;
	padding: 8px 0 0 10px;
	background: url(img/bg_screenshots.png) no-repeat top;
}

#screenshots .ngg-galleryoverview {
	margin: 0;
}

#screenshots .ngg-galleryoverview span {
	width: 100px;
	height: 33px;
	padding: 7px 10px;
	margin: 24px 0 0 5px;
	text-align: left;
	background: url(img/moreinfos.png) no-repeat;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 14px;
}


#login {
	margin-bottom: 15px;
}


/* Begin Right Boxes*/

.box {
	width: 319px;
	background: #fff url(img/bg_server.png) no-repeat;
	margin-bottom: 15px;
}
.boxhead {
		width: 319px;
		height: 50px;
	}
	
	.boxhead h2 {
		color: #eff9ff;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 0 20px;
		padding-top: 11px;
		font-family: Verdana, Geneva, sans-serif;
	}
	
	.boxcontent {
	padding: 0 20px 20px 20px;
	overflow: auto;
}
	
	#boxbottom {
		width: 319px;
		height: 12px;
		background: #fff url(img/bg_serverbottom.png) no-repeat;
	}
		

	#server ul {
		list-style-type: none;
		margin-left: 20px;
	}

	#server ul li {
		background: url(img/bg_serverstatus.png) no-repeat;
		width: 279px;
		height: 35px;
		position: relative;
		margin-bottom: 2px;
	}
	
	#server ul li a {
		background: url(img/serverinfos.png) no-repeat 185px center;
		display: block;
		width: 269px;
		height: 26px;
		text-decoration: none;
		padding: 10px 0 0 9px;
	}
	
	#server ul li a:hover {
		background: url(img/serverinfos_mo.png) no-repeat 185px center;
	}
	
		#server ul li a span {
			float: left;
			color: #333;
			font-size: 11px;
			padding-left: 25px;
			margin-right: 10px;
		}
	
		#server ul li a span.online {
			display: block;
			background: url(img/online.png) no-repeat;
			height: 16px;
			font-weight: bold;
		}
		
		#server ul li a span.offline {
			display: block;
			background: url(img/offline.png) no-repeat;
			height: 16px;
			font-weight: bold;
		}
		
		#server ul li a span.population {
			display: block;
			background: url(img/population.gif) no-repeat;		
			width: 100px;
		}

#newsnavi .boxcontent {
	padding: 0 30px 20px 30px;
}

#newsnavi ul {
	list-style-type: none;
	margin-bottom: 15px;
}

#newsnavi ul li {
	margin-bottom: 5px;
	width: 110px;
}

#newsnavi ul li h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#newsnavi ul li.categories, #newsnavi ul li.archives {
	float: left;
}

#followus {
	overflow: auto;
}

#followus a {
	float: left;
	margin-right: 10px;
}
	
/* End Right Boxes*/

#footer {
	padding: 15px;
	margin-top: 10px;
	color: #77a2c1;
	text-align: center;
}

#footer a {
	color: #99bcd5;
}

a#londonbadge {
	width: 182px;
	height: 176px;
	background: url(img/londonbadge.png) no-repeat;
	position: absolute;
	top: 30px;
	left: -60px;
}
