* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #dddddd url(https://flightsimulatorguide.com/img/bbar.gif) repeat-x;
	font: normal 12px Verdana,sans-serif;
	color: #474848;
	padding-bottom: 1em;
}

a {color: #06A;}
a:hover {color: #036;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

blockquote {
	background: #FFF url('img/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
	padding: 10px 1em 0.2em 42px;
}

ul,ol {margin: 0 0 1em 1.6em;}
ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}

img {
border: none;
}

small,.small {font-size: 0.8em;}
big,.big {font-size: 1.2em;}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 40px auto 0;
	width: 998px;	
}

.search_div {
	padding: 0px 0px 0px 0px;
    margin: 36px 2px 0px 0px;
	float: right;
}

#layout_container {
	background: #FFF;
	padding: 0 5px;
}
#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges.gif') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

/* Site Title */
#site_title {
	background: #C5DEF0 url('img/site_title.jpg') repeat-x left top;
	padding: 6px 18px;
}

#site_title h1,#site_title h1 a {color: #507A9A;}
#site_title h1 a {text-decoration: none;}
#site_title h1 a:hover {color: #305A7A}
#site_title h2 {
	padding-top: 1.4em;
	font: normal 1.1em sans-serif;
	color: #679;
}

#top_separator {
	background: url('https://flightsimulatorguide.com/img/top_separator.gif') repeat-x left top;
	display: block;
	font-size: 0;
	height: 3px;
	line-height: 0;
}

/* Navigation */
#navigation {
    background: url('https://flightsimulatorguide.com/img/logo-bg.jpg');
	padding: 42px 10px 0;
}

/* Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs li {
	display:inline;
	list-style:none;
}
#tabs a {
	background: url("https://flightsimulatorguide.com/img/tableftC.gif") no-repeat left top;
	float: left;
	font: bold 0.9em Arial;
	margin-right: 3px;
	padding-left: 2px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url("https://flightsimulatorguide.com/img/tabrightC.gif") no-repeat right top;
	padding: 3px 9px 3px 6px;
	color: #608AAA;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #608AAA;}
#tabs a:hover {background-position: 0% -42px;}
#tabs a:hover span {background-position:100% -42px;}

#tabs li.current_page_item a {color: #47A; background-position: 0% -42px;}
#tabs li.current_page_item a span {background-position:100% -42px;}

/* Main Layout */
#main_left {width: 170px;}
#main_center {width: 430px;}
#archive_right {width: 818px;}
#main_right {width: 388px;}
#default_right {width: 818px;}

/* Footer */
#footer {
	background: #A3B5C1 url('img/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font-size: 0.85em;
	color: #FAFCFF;
}
#footer .right {color: #C8DBE8;}
#footer .right a {
	color: #D3E5F1;
	text-decoration: none;
}
#footer .right a:hover {
	color: #FFE;
	text-decoration: underline;
}
.latest_reviews {
	padding: 3px 4px 4px;
    margin:-1px 0px 0px -4px;
	width:373px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.9em;
    border:1px dashed #aaa;
	background: #eeeeee;
	float:left;
}

.latest {
	border-bottom:1px dashed;
    margin: 5px 0px 3px 0px;
}

/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
.newspic {
	width: 77px;
	height: 77px;
	background-image: url(https://flightsimulatorguide.com/images/imgbg.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 5px;
	float: left;
}

.ranpic {
	width: 142px;
	height: 107px;
	background-image: url(https://flightsimulatorguide.com/images/imgbg2.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 10px;
}

/* Text */
.bold {font-weight: bold;}
.tright {text-align: right;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Floats */
.left {float: right;}
.right {float: left;}

/* Clear */
.clear,.clearer {clear: both;}
.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}

/* Icons */
span.comment {
	background: url('https://flightsimulatorguide.com/img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}

#recentPosts ul,.recentComments ul
{
margin:0px;
padding:0px;
}
#recentPosts li,.recentComments li
{
margin:0px;
padding:5px 0px 5px 0px;
border-bottom:Dashed 1px #5a5b5e;
}

/* ----------------------------------------
   Post, page
------------------------------------------- */

.post {
	margin-bottom: 5px;
	margin-left: 4px;
	color: #444;
}
.post_title {
    background: #E8E8E8 url('img/post/title3.gif') no-repeat left top;
	padding: 6px 12px 5px;
}
.post_title_archive {
    background: #E8E8E8 url('https://flightsimulatorguide.com/img/post/title2.gif') no-repeat left top;
	padding: 6px 12px 5px;
}
.post_title h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title h1 a {color: #444;}
.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title h1.left {width: 380px}

.post_title_archive h1 {font: bold 0.9em Verdana,sans-serif;}
.post_title_archive h1 a {color: #444;}
.post_title_archive h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.post_title_archive h1.left {width: 380px}

.post_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}
.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.post_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.post_metadata .content a {color: #567;}
.post_metadata .content a:hover {color: #002;}

.post_body {
	background: #F5F5F5 url('img/post/body.gif') repeat-x left top;
	padding: 10px 10px 1px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 0.9em;
}
.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}
.post_bottom {
	background: url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}

/* ----------------------------------------
   Right div
------------------------------------------- */

.right_div {
	margin-bottom: 5px;
	margin-left: 4px;
	color: #444;
}
.right_div_title {
    background: #E8E8E8 url('img/right/title2.gif') no-repeat left top;
	padding: 6px 12px 5px;
}
.right_div_title h1 {font: bold 0.9em Verdana,sans-serif;}
.right_div_title h1 a {color: #444;}
.right_div_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}
.right_div_title h1.left {width: 380px}
.right_div_date {
	color: #999;
	padding-top: 1px;
	font-size: 0.85em;
}
.right_div_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #F5F5F5;
}
.right_div_metadata .content {
	border-top: 1px solid #E5E5E5;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}
.right_div_metadata .content a {color: #567;}
.right_div_metadata .content a:hover {color: #002;}

.right_div_body {
	background: #F5F5F5 url('img/post/body.gif') repeat-x left top;
	padding: 5px 5px 1px;
}
.right_div_body img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 3px;
}
.right_div_bottom {
	background: url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.right_div_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}

/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}
.box_title {
	background: #C6D2DB url('img/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.box_body {
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}

.box_ad {
	background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
	padding: 6px 5px 0px;
	font-size: 0.9em;
}

.box_bottom {
	background: url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #E2ECF2;
}
.box li:first-child {border-top: none;}
.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #E2ECF2;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}
.box ul a:hover {text-decoration: underline;}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}
.nicelist ol {margin: 0;}
.nicelist ol li {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}
.nicelist li.alt {background: #EEE;}
.nicelist .body {padding-top: 5px;}
.nicelist .date {
	color: #888;
	padding-top: 4px;
	font-size: 0.85em;
}
.nicelist .date a {
	color: #567;
	text-decoration: none;
}
.nicelist .date a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {width: 48px;}
.comment_gravatar img {padding: 2px;}
.comment_author {padding-top: 2px;}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
	background: #DDEBF4 url('img/pagenav_top.gif') no-repeat;
	margin-bottom: 5px;
}
.pagenav_bottom {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 5px;
	background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagenav {
	font-size: 0.85em;
	padding: 5px 8px 0;
}
.pagenav a {
	color: #6A7DA4;
	text-decoration: none;
}
.pagenav a:hover {
	color: #002;
	text-decoration: underline;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}