/*
Theme Name: Young Events
Description: Custom WordPress Theme Design and Development by HJ Blokland
Author: HJ Blokland
Author URI: http://www.hjblokland.nl/
Tags:
*/

@import url('reset.css');
@import url('clear.css');
@import url('superfish.css');

/* CSS Document - Table of Contents
--------------------------------------------- /
01 - Main Styles
02 - Classes
03 - ID's
04 - Navigation
05 - Nieuws
06 - Offline
07 - Footer
*/


/* 01 - Main Styles
------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial;
	line-height: 18px;
	font-size: 12px;
	background: url('images/body-background.jpg') center top fixed no-repeat;
	color: #FFF;
}
h1 {
	font-size: 24px;
	font-weight: lighter;
	padding-bottom: 20px;
	line-height: 30px;
}
h2 {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: lighter;
}
h3 {
	font-size: 14px;
	font-weight: lighter;
}
p {
	padding-bottom: 10px;
}


/* 02 - Classes
------------------------------------- */
.phone {
	background: url('images/phone.png') left center no-repeat;
	_background: url('images/phone-ie6.png') left center no-repeat; /* IE6 only */
	padding: 10px 0 10px 30px;
	margin-top: 10px;
	font-size: 20px;
	display: block;
}


/* 03 - ID's
------------------------------------- */
#container {
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 225px;
}
#logo {
	width: 350px;
	height: 140px;
	padding: 25px 0 10px 0;
	margin: 0 auto;
}
#intro {
	width: 900px;
	height: 270px;
	background: url('images/bg-intro.png') left top no-repeat;
	_background: url('images/bg-intro-ie6.png') left top no-repeat; /* IE6 only */
}
#intro-content {
	width: 200px;
	float: left;
	color: #FFF;
	padding: 20px;
}
#intro-content h2, #intro-content h3 {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #888;
}
#intro-content h2 {
	font-size: 20px;
}
#intro-content h3 {
	font-size: 16px;
	padding-bottom: 10px;
}
#intro-image {
	width: 660px;
	float: left;
}
#intro-image img {
	margin: 10px 0 0 10px;
}
#main h1 {
	color: #FFF;
}
#main-left {
	width: 190px;
	float: left;
	padding: 40px 20px;
	background: url('images/stars.png') left 25px no-repeat;
	_background: url('images/stars-ie6.png') left 25px no-repeat; /* IE6 only */
	min-height: 150px;
}
#main-left-medium {
	width: 360px;
	float: left;
	padding: 40px 20px;
}
#main-content-small {
	width: 370px;
	min-height: 220px;
	float: left;
	padding: 40px;
	background: url('images/bg-main-content.png') left top no-repeat;
}
#main-content-large {
	width: 590px;
	min-height: 220px;
	float: left;
	padding: 40px 40px 40px 40px;
	background: url('images/bg-main-content.png') left top no-repeat;
}
#main-content-medium {
	width: 450px;
	min-height: 220px;
	float: left;
	padding: 40px 0px 40px 40px;
	background: url('images/bg-main-content.png') left top no-repeat;
}
#main-content-small ul,
#main-content-medium ul,
#main-content-large ul {
	padding-left: 20px;
	list-style-type: disc;
	margin-bottom: 10px;
}
#main-right {
	width: 200px;
	float: left;
	padding: 40px 0 40px 20px;
}

/* 04 - Navigation
------------------------------------- */
a:link {
	text-decoration: underline;
	color: #A39161;
}
a:visited {
	text-decoration: underline;
	color: #A39161;
}
a:hover, a:focus {
	text-decoration: none;
	color: #A39161;
}
a:active {
	text-decoration: none;
	color: #A39161;
}


/* 05 - Nieuws
------------------------------------- */
.nieuws-item {
	margin-bottom: 20px;
	width: 180px;
}
.nieuws-thumb {
	float: left;
	padding-right: 10px;
	width: 55px;
}
.nieuws-thumb img {
	border: 2px solid #A29061;
	box-shadow: 3px 3px 5px #4B4547; -webkit-box-shadow: 3px 3px 5px #4B4547; -moz-box-shadow: 3px 3px 5px #4B4547;
}
.nieuws-content-small {
	width: 115px;
	float: left;
}
.nieuws-content-small a {
}
.nieuws-navigation {
	color: #A29061;
	margin-bottom: 25px;
}

/* 06 - Offline
------------------------------------- */
#offline {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}
#offline td {
	vertical-align: middle;
}


/* 07 - Footer
------------------------------------- */
#footer {
	width: 880px;
	height: 35px;
	margin: 0 auto;
	padding: 10px;
	background: url('images/bg-footer.png') center top no-repeat;
	border-top: 1px solid #757679;
	color: #ACADAE;
}
#footer ul li {
	display: inline-block;
}
#footer ul li a {
	padding: 0 5px;
}
#footer table {
    width: 100%;
}
#footer table td {
    vertical-align: middle;
}
#copyrights {
    padding: 10px 0;    
}
