/*
Theme Name: flyvans_2025
Theme URI: https://www.flyvans.com/
Author: Bernhard Daenzer
Description: Legacy Flyvans theme, cleaned and modernized.
Version: 2.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flyvans_2025
Tested up to: 6.7
Requires PHP: 8.0
Tags: blog, two-columns, right-sidebar, custom-background, custom-header
*/


 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #333333 url(images/bg.gif) repeat-x;
	font: 14px/170% 'Calibri', Arial, Helvetica, sans-serif;
	color: #666666; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #2983b6;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #1F648B;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Calibri', Arial, Helvetica, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.3em;		
}
h2 {
	font-size: 2.1em;
	color: #c7c3a6;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #2E3BA6;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #F4F4F4;
   border: 1px solid #DADADA;
	padding: 7px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 15px 10px;
  	padding: 5px;
  	text-align: left;
  	display: block;  
  	font: #444444 1em 'Consolas', 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #ADBEED; 
	background: #D2D9FF; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 85px;  	
   font-weight: normal;
	font-size: 0.9em;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #444444;	
	border: 1px solid #B5BFF4; 
	background: #E2E9EE url(images/quote.gif) no-repeat 3px 3px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	color: #5f6165;
	text-align: left;
	background: #E5E4E0;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #c6c6cb;	
}
tr {
	height: 30px;
	background: #f3f3ed;
}
td {
	border: 1px solid #e4e3e8;
	padding: 2px 5px;
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #cdcdc9; 
	background-color: #efede4;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #323089;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Tahoma, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Tahoma, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #70A1D5;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #A1C1E3 #3D80C6 #3D80C6 #A1C1E3;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 920px;
	background: #C6D3F8 url(images/wrap.gif) repeat-y center top;
	margin: 35px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 30px 0; 	
	background: #333333 url(images/content.gif) repeat-y;	
}
#header {
	position: relative;
	width: 921px;
	height: 210px;
	background: #1F2A3F url(images/header.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -2px;
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 55px; left: 170px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: 18px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #9fd3f0;
	letter-spacing: -1px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 100px; left: 175px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 37px;
	padding: 0; margin: 0;
	border: none;
	width: 229px; height: 33px;
	background: #1F2A3F url(images/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #C1C1C1;
	float: left;
	font-size: 18px;
}
#header form#quick-search .tbox {
	margin: 0px 5px 0px 8px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 921px;
	height: 70px;
	background: #eeeeee url(images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 28px 0 0 0;
	padding: 0 0 0 40px;			
	height: 30px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color:#707F8F;
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
	font-style: normal;
}
#nav ul li a:hover, 

#nav ul li a:active {
	color: #4B555F;	
}
#nav ul li.current_page_item a {		
	color: #364BB8;
}

/* Main Column */
#main {
	float: left;
	width: 525px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main h2 {
	font: bold 17pt 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #1F2A3F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
}
#main h2 a {
	color: #648996;
	text-decoration: none;		
}
#main ul li {
	list-style-type: disc;
}

#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #115280; 
	font: normal 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 8px; 
	border-bottom: 1px dashed #cacacc;
}

/* sidebar menu */
#sidebar ul {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #A3B5EB;
	font-size: 1.1em;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	color: #557793;	
}
#sidebar ul li a span {
	color: #96abbb;	
	font-size: 1.2em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar ul li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul li { border: none; }

#sidebar .children {font-size: 0.8em; }

#sidebar .textwidget {padding: 5px 10px;}

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url(images/footer-bottom.gif) no-repeat left bottom;		
}
#footer-content {
	width: 920px;
	background: url(images/footer-top-sep.gif) no-repeat;	
	padding: 30px 0 35px 0;
}

#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #32465A; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #9FA9CA; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid #aeb9bd;
}
#footer-columns li {
	border-bottom: 1px dashed #abb0b3;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 920px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

.post-header{
  width:100%;
  margin:5px 0;
  /* clear:both; */
  border-bottom: 1px dashed #c1c5cb;


}

.post-header .titlearea{
display: block;
float: left;
width: 460px;
}

/* ngg gallery */
.ngg-galleryoverview{
margin: 5px;
}
.ngg-singlepic{
margin: 10px;
}

/* date icons */ 
.dateicon{
  display:block;
  text-align:center;
  float:left;
  background:url('images/dateicon.gif') no-repeat;
  width:40px;
  height:40px;
  margin: 15px 10px 10px 10px;
}

.dateicon-year{
  display:block;
  font-size:11px;
  color:#1F2A3F;
  margin:0;
  padding:0;
  position:relative;
  top: -5px;
}
.dateicon-day{
  display:block;
  font-size:18px;
  font-weight:bold;
  color:#1F2A3F;
  margin:0;
  padding:0px;
  position:relative;
  top: -16px;
}

.dateicon-month{
  display:block;
  font-size:12px;
  color:#1F2A3F;
  margin:0;
  padding:0px;
  position:relative;
  top:-28px;
}

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 30px 10px;	
	color: #8b8b8c;
	border: 1px solid #bababa; 
	background: url(images/post.jpg) ;
		
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { 
font-size: .95em;
padding: 0 10px;
margin-left: 2px;
color: #96ABBB;
clear: both;
}

.post-info a, .post-info a:visited {
 color: #2983b6; 
 }

 .post-info a:hover {
 color: #1F648B; 
 }

 
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

img.avatar {float:left; margin-right:5px;}

/* WordPress core utility classes */

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.9em;
    color: #666;
    text-align: center;
}

.gallery-caption {
    font-size: 0.9em;
}

.sticky {
    font-weight: bold;
}

.bypostauthor {
    border-left: 3px solid #ccc;
    padding-left: 0.5em;
}

/* Accessibility */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}