/*
Theme Name: Overseas Moving Theme
Theme URI: http://moving-overseas.co.nz/
Description: Overseas Moving Theme
Version: 1.0
Author: Patrick den Breejen
Author URI: http://www.triglobal.nl/
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: #FFF url(../images/background-lijn.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* ======= HEADINGS ====== */
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 19px;
	color: #FFF;
}
h2 {
	font-size: 16px;
	color: #e06118;
	margin-bottom: 10px;
}
h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

/* ======= LINKS ====== */
a {
	color: #e06118;
	text-decoration: underline;
}
a:hover {
	color: #2D2B2E;
	text-decoration: underline;
}

a img {border: 0;}

/* ======= PARAGRAPHS AND LISTS ====== */
p, ul, ol {
	line-height: 1.4;
}

/* ======= GENERAL CLASSES ====== */
.alignleft {float: left; margin: 5px 5px 0 0;}
.alignright {float: right; margin: 5px 0 0 5px;}
.float_left {float: left;}
.float_right {float: right;}
.clear {clear: both;}
.ico {vertical-align: middle;}
#handheld {display: none;}
.none {display: none;}
.ausflag {padding-top: 12px;}

/* ======= SITE-SPECIFIC STYLING ====== */
#container {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

/* ======= BOVENSTE BALK MET SITE TITEL ====== */
#topbar {
	height: 55px;
	line-height: 55px;
	vertical-align: middle;
}
	#topbar h1 {width: 70%;}
	#topbar h1 a {
		color: #FFF;
		text-decoration: none;
	}
	#topbar a.float_right {float: right; margin-top: -55px;}

/* ======= NAVIGATIE ====== */
#navbar, #navbar ul, #navbar ul li, #navbar li a {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	list-style: none;
}
	#navbar {
		margin: 5px 0 !important;
		font-size: 11px;
	}
	
	#navbar ul li, #navbar li a {float: left;}
	
	#navbar ul li {
		margin: 0 3px;
		border-right: 1px solid #7F7F7F;
	}
	#navbar li a {
		width: 140px;
		text-align: center;
		color: #7F7F7F;
		margin-right: 6px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	#navbar li a:hover, #navbar li.current_page_item a {
		color: #fff !important;
		text-decoration: none !important;
		border-bottom: 1px solid #2D2B2E !important;
	}
		#navbar li ul {
			display: none;
		}
		#navbar li {
			position: relative;
		}
		#navbar li:hover ul {
			position: absolute;
			display: block;
			top: 20px;
			left: -7px;
			width: 132px;
			_width: 112px;
			display: inline;
			height: auto;
			padding: 10px;
			_padding: 5px;
			background: #2D2B2E;
			border-left: 1px solid #7F7F7F;
			border-right: 1px solid #7F7F7F;
			border-bottom: 1px solid #7F7F7F;
			z-index: 999;
			text-align: left;
		}
			#navbar li:hover ul li, #navbar li:hover ul li a {
				text-align: left;
				border: 0;
			}
			
			.landentabel {
	font-size:11px;
	margin-top: 10px;
}
			
/* ======= HEADER MET ACHTERGRONDAFBEELDING VOOR BEZOEKERS ZONDER JAVASCRIPT ====== */
#header {
	height: 240px;
	_margin-top: -1px;
	position: relative;
}

	/* ======= SLOGAN IN HEADER ====== */
	#slogan {
		position: absolute;
		bottom: 0px;
		left: 20px;
		width: 520px;
		z-index: 22;
	}
		#slogan h2 {
			color: #FFF;
			font-size: 22px;
			line-height: 1;
			font-weight: normal;
		}
			#slogan h2 big {
				font-weight: bold;
			}
			
	/* ======= JQUERY SLIDESHOW ====== */
	#slideshow {
		clear: both;
		position: relative;
		z-index: 0 !important;
		width: 960px;
		height: 240px;
		background: url(../images/flight.jpg);
	}
		#slideshow img {height: 240px; width: 960px; z-index:10 !important; /* height + width aangeven aan img, anders snapt IE het niet. */}
		#slideshow img, #testimonials div {display: none;}
	
	/* ======= OVERLIGGEND MENU RECHTS BOVEN IN HEADER ====== */
	#overlay {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 140px;
		z-index: 11;
		padding: 10px;
		background: #EF8400 url(../images/overlay.jpg) top left repeat-x;
	}
		
		#overlay ul {
			list-style: none;
			font-weight: bold;
			float: left;
			padding-right: 20px;
		}
			#overlay ul li {
				height: 22px;
				line-height: 22px;
				vertical-align: middle;
				display: block;
			}
			#overlay li {
				background: url(../images/dotted.gif) bottom left repeat-x;
			}
				#overlay li a {
					color: #FFF;
					padding-left: 5px;
					text-decoration: none;
				}
				#overlay li a:hover, #overlay li.current_page_item a {
					color: #000 !important;
					text-decoration: none;
				}

/* ======= OMRINGENDE DIV OM SITE INHOUD ====== */		
#core {
	width: 960px;
}

	#left {
		width: 720px;
		_width: 700px;
		float: left;
		display: inline;
		margin-bottom: 20px;
	}
		.page {
			width: 676px !important;
			margin: 20px 20px 0 0;
			_margin-right: 10px !important;
			padding: 20px 0 20px 20px;
			_padding: 20px 0 20px 10px;
			display: inline;
			float: left;
			border: 1px solid #B3B1B2;
		}
		.widepage {
			width: 938px !important;
			margin: 20px 20px 0 0;
			padding: 20px 0 20px 20px;
			_padding: 20px 0 20px 10px;
			display: inline;
			float: left;
			border: 1px solid #B3B1B2;
		}
		.block {
			width: 178px;
			padding: 20px 20px 10px 20px;
			background: #E7E9E8;
			border: 1px solid #B3B1B2;
			float: left;
			margin: 20px 20px 20px 0;
			_margin: 20px 12px 20px 0;
			display: inline;
		}
		.block h2
		{
			font-size: 17px;
		}
			.readmore {
				text-align: right;
				font-weight: bold;
				margin-top: 10px;
			}
			#left_core {
				margin-right: 20px;
			}
			#left_core p {
				margin-bottom: 20px;
			}
			#left_core ol, #left_core ul {
				margin-left: 20px;
				margin-bottom: 20px;
			}
				#left_core ol li {
					font-weight: bold;
				}
					#left_core ol li p {
						font-weight: normal !important;
					}
	
	#right {
		width: 240px;
		float: right;
		margin-top: 20px;
		margin-bottom: 20px;
		display: inline;
	}
		.right_block {
			padding: 20px 20px 0;
			_padding: 20px 10px 0;
			border: 1px solid #B3B1B2;
			width: 198px;
			margin-bottom: 20px;
			_width: 228px !important;
		}
		#right ul, #right ul li {
			list-style: none;
		}
		#testimonials {
			height: 180px;
		}
		#testimonials p {
			font-style: italic;
			margin-bottom: 20px;
		}

		#right img {
			margin-left: -20px !important;
			_margin-left: -10px !important;
		}

		
	/* ======= SITE FOOTER ====== */
	#footer {
		clear: both;
		border-top: 1px solid #B3B1B2;
		padding: 5px 0 10px;
		text-align: right;
		color: #7F7F7F;
	}
		#footer a {
			color: #7F7F7F;
			text-decoration: none;
		}
		#footer a:hover {
			color: #7F7F7F;
			text-decoration: underline;
		}
		
	/* ====== FORM STYLING ====== 
	.mandatory {font-weight: bold; color: orange;}
	
	fieldset {
		padding: 5px;
		margin-bottom: 20px;
		border: 0;
	}

	legend {
		font-size: 14px;
		font-weight: bold;
		color: #000;
	}
	input.input_text {
		width: 200px;
		padding: 0px;
	}
	select {
		width: 206px;
		padding: 0px;
	}
	select.short {
		width: auto;
	}
	dt {
		clear: both;
	}
	dt, dd {
		margin-bottom: 10px;
		vertical-align: top;
	}

	label {
		display: block;
		width: 180px;
		float: left;
		padding-top: 1px;
	}
	label.after {
		float: left; 
		width: auto;
		padding: 1px;
	}
	.radio_dt {
		margin-top: 0px !important;
	}
	textarea {
		width: 200px;
		padding: 2px;
		height: 120px;
	}
	.below_radio {
		margin-top: 0px;
	}
	.checkbox {
		width: auto !important;
	}
	
	*/
	/* ====== JQUERY FORM VALIDATION ====== 

	label.error {
		/*float: right;
		font-size: 12px;
		background: #FFDDDE url(images/icons/halt.png) no-repeat 3px center;
		color: red;
		text-align: center;
		padding: 3px;
		margin-right: 67px;
		width: 197px;
		display: none !important;
	}
	label.valid {
		background: #CAFBBD url(images/icons/accept.png) no-repeat 3px center;
		float: right;
		font-size: 12px;
		color: red;
		text-align: center;
		padding: 3px;
	}
	input.error, textarea.error, select.error {
		border: 1px dotted red;
		background: #FFDDDE !important;
	}
	.radio-dd input {
		clear: both;
		width: auto;
	}
		.radio-dd label {
			clear: both;
			display: block;
		}
		.radio-dd label.after {
			margin-left: 180px;
			display: inline;
		}

	.selectafrika {
		width: 122px;
	}
	.loopwidth {
		width: 295px;
	}
	.sml {
		width: 21px;
	}
	.smaller {width: 60px !important;}
	
	.table {
		border-collapse: collapse;
	}
	
	*/
#termscore ul {
	margin-left: 15px !important;
	margin-bottom: 20px !important;
}
#left #short_form
{
	padding: 20px;
	background: #E7E9E8;
	margin: 20px 20px 0 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
#left #short_form h2
{
	margin-bottom: 20px;
	font-size: 22px;
	color: #e06118;
}
#form_intro
{
	margin-bottom: 10px;
}
#form_intro p
{
	margin-bottom: 5px;
}
#form_intro label
{
	font-weight: bold;
	font-size: 14px;
}
#form_intro select
{
	width: 200px;
	padding: 5px;
}
#form_intro #moving_from
{
	float: left;
}
#form_intro #moving_to
{
	float: left;
	margin-left: 20px;
}
#form_intro_submit
{
	float: left;
}
#form_intro_submit input[type="submit"]
{
	margin-top: 13px;
	background: url(../images/button.png);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
	padding: 12px 0 12px 30px;
	font-size: 20px;
	color:#FFFFFF;
	border: 0;
	border-radius: 5px;
	margin-left: 20px;
	cursor: pointer;
	width: 220px;
}
#form_intro_submit input[type="submit"]:hover
{
	background: url(../images/button_hover.png);
}
	
