/*
Theme Name: Overseas Moving Theme
Theme URI: http://overseas-moving.com.au/
Description: Overseas-Moving WordPress Theme
Version: 1.0
Author: Jasper van der Meer
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
{
	color: #e06118 !important;
	margin-bottom: 10px;
}
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;
text-decoration:none;}

/* ======= 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;}
.clear {clear: both;}
.ico {vertical-align: middle;}
#handheld {display: none;}
.none {display: none;}
.ausflag {padding-top: 12px;}
.float_left {float: left;}
.float_right {float: right;}

/* ======= 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 a {
		color: #FFF;
		text-decoration: none;
	}

/* ======= 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;
			z-index: 13;
		}
		#navbar li:hover ul {
			position: absolute;
			display: block;
			top: 20px;
			left: -7px;
			width: 132px;	
			_width: 122px !important;	
			display: inline;
			height: auto;
			padding: 10px;
			_padding: 5px 0;
			_padding-right: -5px;
			background: #2D2B2E;
			border-left: 1px solid #7F7F7F;
			border-right: 1px solid #7F7F7F;
			border-bottom: 1px solid #7F7F7F;
			z-index: 13;
			*z-index: 12;
			text-align: left;
		}
			#navbar li:hover ul li, #navbar li:hover ul li a {
				text-align: left;
				border: 0;
			} 
		#navbar li:hover ul a {
			_margin-right: 0 !important;
		}
			
/* ======= HEADER MET ACHTERGRONDAFBEELDING VOOR BEZOEKERS ZONDER JAVASCRIPT ====== */
#header {
	height: 240px;
	_margin-top: -1px;
	position: relative;
	z-index: 1;
}

	/* ======= SLOGAN IN HEADER ====== */
	#slogan {
		position: absolute;
		bottom: 0px;
		left: 20px;
		width: 350px;
		z-index: 2;
	}
		#slogan h2 {
			color: #FFF;
			font-size: 22px;
			line-height: 1;
			font-weight: normal;
		}
			#slogan h2 big {
				font-weight: bold; 
			}
			
	/* ======= JQUERY SLIDESHOW ====== */
	#slideshow {
		position: relative;		
		z-index: 1;
		width: 960px;
		height: 240px;
	}
		#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: 2;
		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;
				}
				.landentabel
				{
					font-size:11px;
					margin-top: 10px;
				}

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

	#left {
		width: 720px;
		_width: 700px;
		float: left;
		display: inline;
		margin-bottom: 20px;
	}
		.page {
			width: 678px !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;
		}
			.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;
		}
			.right_test {
			padding: 20px 20px 0;
			_padding: 20px 10px 0;
			border: 1px solid #B3B1B2;
			width: 198px;
			_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;
		margin-top: 20px;
		text-align: right;
		color: #7F7F7F;
	}
		#footer a {
			color: #7F7F7F;
			text-decoration: none;
		}
		#footer a:hover {
			color: #7F7F7F;
			text-decoration: underline;
		}
