/*	Cascading Style Sheet File (wlb.css) for the Work-Life Balance Travels website
			http://worklifebalancetravels.com
	Created by:  	Reggie White, webmaster@worklifebalancetravels.com
					March, 2025
*/

* { box-sizing: border-box; }

header, main, nav, footer{ 
	display: block; 
}

body {
	background-color: #ffffff;
}

#wrapper {
 	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 5px;
	min-width: 960px;
	max-width: 2048px;
	background-color: #9999ff;
	box-shadow: 3px 3px 3px #333333;
}

header {
	text-align: center;
    color: #0000cc; 
    height: 250px;
	padding-top: 30px;
}
.headsectionc {
		text-align: center;
		float: left;
        width: 50%;
		padding-left: 1em;
		padding-right: 1em;	
}
.headsectionl {
		text-align: center;
		float: left;
        width: 25%;
		padding-left: 2em;
		padding-right: 1em;	
}
.headsectionr {
		text-align: center;
		float: left;
        width: 25%;
		padding-left: 1em;
		padding-right: 2em;	
}

#headlogo {
}

#headpos {
	width: 250px; height: 250px;
}

header h1 {
	font-size: 3em;
	padding-left: -400px;
}

header h2 {
	padding-left: -400px;
}
nav { font-weight: bold;
	font-size: .8em;
	padding: 1.5em;
	background-color: #ff9999;
	border: 2px solid #ff0000;
	float: left;
	width: 220px;
	position: fixed;
}

img.horbar
	{	border: 0px;	width:	100%;	height: 4px;	}

.WLBBullet {
	width:26px;
	height:26px;
	border:0px;
	float:left;
	margin-right:3px;
}

nav ul img {
	width:50px;
	height:24px;
	border:0px; 
}
nav li {
	text-align: left;
}
nav a { text-decoration: none; }
nav a:link { color: #0000ff; }
nav a:visited { color: #666666; }
nav a:hover { color: #ff0000; }
nav ul {  list-style-type: none;
        margin: 0;
		padding-left: 0;
		font-size: 1.2em;
}

main  {
	margin-left: 220px;
	color: #000066;
	padding: 20px;
	font-size: 1.5em;
}

main ul {
	list-style-image: url(greyhoundbulletul.gif);
}

figure {
	text-align: center;
}

figcaption {
	text-align:center;
}

footer {
	clear: left;
	text-align:center;
	color: #0000cc;
}

.rhga {
	font-size: 2em ; 
	color: #0000cc; 
	font-weight: bolder;	
}

.centerlarge { 
	text-align: center; font-size: large ; 
}

dt {
	font-weight: bolder;
	color: #0000ff;
}

label {
	float: left;
	width: 150px;
	padding-right: 10px;
	text-align: right;
}

.largeLabel {
	float: left;
	width: 400px;
	padding-right: 10px;
	text-align: right;
}

input, textarea {
	display: block;
}

#subButton {
	border: 0px;
	margin-left:45%;
}

.leftColumn {
	width: 48%;
	float: left;
	text-align: center;
}

.rightColumn {
	width: 48%;
	float: right;
	text-align: center;
}



