@import url('./style-reset.css');
@import url('./style-common.css');

/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	color: #0000;
	font-family: "Verdana", "Lucida Fax", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: "Arial", "Century", Georgia, "Times New Roman", serif;
	font-weight: normal;
}

/* LAYOUT
========================================== */
body {
	font-size: 70%;
	line-height: 150%;
	background-color: #000;
	overflow: auto;

}
#background-container {
	visibility: visible;
	z-index: 0;
	height: 700px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0px;
}
#background-container  img{
	visibility: visible;
	z-index: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#site-container {
	visibility: visible;
	z-index: 99;
	width: 100%;
	top: 0px;
	position: absolute;
	overflow: hidden;
}


div#page {
	width: 1010px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}

div.container {
	width: 1010px;
	margin: 0 auto 40px auto;
	height: 100%;
	overflow: visible;
	z-index: 1;
}

div.sidebar-left {
	width: 350px;
	float: left;
	overflow: visible;
}
#partylogen {
	width: 350px;
	height: 342px;
	margin: 0 0 -30px 0;
	display: block;
	background-image: url('images/partylogen.png');
	background-repeat: no-repeat;
	background-position: top center;
	visibility: visible;
	overflow: visible;
	z-index: 100;
}

#themafeesten {
	width: 386px;
	height: 342px;
	margin: 0 0 -40px -36px ;
	display: block;
	background-image: url('images/themafeesten.png');
	background-repeat: no-repeat;
	background-position: top right;
	visibility: visible;
	z-index: 100;
	overflow: visible;
}
#overigefeesten {
	width: 350px;
	height: 342px;
	margin: 0 0 -30px 0;
	display: block;
	background-image: url('images/overigefeesten.png');
	background-repeat: no-repeat;
	background-position: top center;
	visibility: visible;
	overflow: visible;
	z-index: 100;
}
#bruiloften {
	width: 350px;
	height: 342px;
	margin: 0 0 -30px 0;
	display: block;
	background-image: url('images/bruiloften.png');
	background-repeat: no-repeat;
	background-position: top center;
	visibility: visible;
	overflow: visible;
	z-index: 999;
}
#top-dj {
	width: 350px;
	height: 342px;
	margin: 0 0 -40px 0;
	display: block;
	background-image: url('images/top-dj.png');
	background-repeat: no-repeat;
	background-position: top center;
	visibility: visible;
	overflow: visible;
	z-index: 101;
}
#verhuur {
	width: 350px;
	height: 342px;
	margin: 0 0 -30px 0;
	display: block;
	background-image: url('images/verhuur.png');
	background-repeat: no-repeat;
	background-position: top center;
	visibility: visible;
	overflow: visible;
	z-index: 100;
}
#partypictures {
	width: 350px;
	height: 342px;
	margin: 0 0 -50px 0;
	display: block;
	background-image: url('images/partypictures.png');
	background-repeat: no-repeat;
	background-position: top center;
	visibility: visible;
	overflow: visible;
	z-index: 100;
}
#blog {
	width: 350px;
	height: 342px;
	margin: 0 0 -30px 0;
	display: block;
	background-image: url('images/blog.png');
	background-repeat: no-repeat;
	background-position: top center;
	visibility: visible;
	overflow: visible;
	z-index: 100;
}
div.sidebar-right {
	width: 174px;
	float: right;
	overflow: visible;
	padding: 0 0 0 14px;
}

div.large {
	width: 472px;
	float: right;
	overflow: visible;
}

div.full {
	width: 100%;
	float: left;
	overflow: visible;
}

#content div.container.body .large {
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: visible;
		z-index: 1;
}

/* HEADER
========================================== */
#header {
	width: 1010px;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-align: right;
		z-index: 1;
}





/* MAIN NAVIGATION
========================================== */

 #nav {
	width: 283;
	height: 22px;
	float: right;
	text-align: right;
	margin-right: 0px;
	padding-right: 0px;
	list-style-type: none;
	z-index: 100;
	overflow: visible;
}


#nav  li {
	text-align: right;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	font-size: 14px;
}
#nav li a {
	overflow: visible;
	float: left;
	margin: 0;
	padding: 6px 0px 1px 20px;
	color: #000;
	letter-spacing: 0.5em;
	text-decoration: none;
	text-align: right;
}
#nav li a:hover,
#nav ul li a:hover {
	color: #F78F1E;
}
#nav li.current_page_item a,
#nav li.current_page_parent a {
	color: #	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav li ul {
	display: none;
}

#nav li:hover ul,
#nav li.iehover ul {
	visibility: visible;
}
#nav ul li{
	display: none;
}

/* CONTENT
========================================== */
#content {
	clear: both;
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
	z-index: 1;	
}

/*fixes other content inside content box*/
#content #content {

	width: auto;
	padding: 20px;
	margin: 0;
	border: 0;
	z-index: 1;
}

#content h1 {
	color: #000;
}
#content h2 {
	padding: 0px 0 6px;
}
#content h2 a, #content h2 a:link, #content h2 a:visited,
#content h3 a, #content h3 a:link, #content h3 a:visited {
	color: #000;
	text-decoration: none;
}
#content h2 a:hover,
#content h3 a:hover {
	color: #F78F1E;
	text-decoration: none;
}

#content h3 {
	padding: 6px 0 12px;
}

#content h4 a,
#content h4 a:visited {
	color: #666;
}

#content ul {
	list-style-type: none;
}
#content ul, #content ol {
	padding: 0 0 20px 0;
}
#content ul li,
#content ol li {
	padding: 3px 3px 3px 0px;
}
#content ul li a { font-weight: normal; text-decoration: none }
#content ul li a:hover { color: #F78F1E }

#content ul ul {
	padding: 0;
}
#content ol { 
	margin-left: 30px;
}
#content ol li {
	padding-left: 0;
	background-image: none;
}

img.right,
img.align-right,
img.alignright {
	float: right;
	margin: 0 0 6px 12px;
	display: inline;
}
img.left,
img.align-left,
img.alignleft {
	float: left;
	margin: 0 12px 6px 0;
	display: inline;
}

img.centered { display: block; margin: 0 auto 6px; }
img.wp-smiley { border: none; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* POST
========================================== */
#content .post,
#content .post-nav,
#content #comments {
	clear: both;
	padding: 0 0 20px 8px;
	min-height: 270px;
	overflow: auto;
		z-index: 1;
}

#content .post-content  {
	padding: 0;

}

#content .post-content  p {
	padding: 0 0 10px 0;
}

#content .post a.more-link {
	padding-right: 15px;
	background: url('images/icon-more.png') no-repeat right center;
}

.lees-verder a {
	color: #fff;
	background-color: #F78F1E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration:none;
}
.lees-verder a  hover {
	color: #000;
	text-decoration:none;
}

#content .post-title h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 4px;
	
	
}

#content .post-footer h4 {
	font-size: 12px;
	padding: 0 0 12px;

}

#content .post-footer h4,
#content .post-footer h4 a,
#content .post-footer h4 a:link,
#content .post-footer h4 a:visited {
	color: #ccc;
}
#content .post-footer h4 a:hover,
#content .post-footer h4 a:active {
	color: #F78F1E;
}

#content .post table {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px dotted #ccc;
}
#content .post table th {
	border: 1px solid #ccc;
	border-width: 0px 1px 0px 0px;
}
#content .post table td {
	border: 1px solid #ccc;
	border-width: 0px 1px 0px 0px;
}

/* Next and Previous Post Navigation
========================================== */
#content .post-nav {
	clear: both;
	text-align: right;
	padding-bottom: 20px;
}
#content .post-nav,
#content .post-nav a,
#content .post-nav a:link,
#content .post-nav a:visited {
	color: #000;
}
#content .post-nav .previous {
	text-align: left;
	float: left;
}
#content .post-nav .next {
	text-align: right;
}

/* Post Pages Navigation
========================================== */
#content p.pagenav {
	clear: both;
}
#content p.pagenav,
#content .pagenav a,
#content .pagenav a:link,
#content .pagenav a:visited {
	color: #666;
}

#content .pagenav a,
#content .pagenav span {
	border: 1px solid #000;
	margin: 0 2px 0;
	padding: 3px 6px 4px;
	display: inline;
}
#content .pagenav span.extend {
	border: 0;
	padding: 0;
}

#content .pagenav a {
	text-transform: lowercase;
	background-color: #000;
	text-decoration: none;
	line-height: 50%;
}
#content .pagenav a:hover {
	border-color: #000;
}
#content .pagenav span.current {
	background-color: #fff;
}

/* COMMENTS
========================================== */
#comments #comment_form {
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#comments .comment-wrap {
	height: 100%;
	overflow: auto;
	margin: 0 0 12px 0;
	padding: 0 12px 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #000;
}

#comments h3 {
	padding-top: 0;
}
#comments h3#respond {
	padding-top: 8px;
}

#comments .comment-wrap img.avatar {
	margin: 0;
	margin-bottom: 12px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #000;
}

#comments .comment-wrap .left {
	width: 65px;
	padding-top: 12px;
	float: left;
}

#comments .comment-wrap .right {
	width: 457px;
	float: left;
	padding: 12px 0 6px 12px;
}

#comments .comment-wrap .right a {
	text-decoration: none;
}

#comments .comment-wrap .right a:hover {
	text-decoration: none;
}

#comments .comment-wrap .right cite {
	margin: 0;
	padding: 0;
	font-style: normal;
	display: block;
	height: 100%;
	overflow: auto;
}
#comments .comment-wrap .right cite b {
	float: left;
}
#comments .comment-wrap .right cite b a {
	
}
#comments .comment-wrap .right cite small {
	font-size: 90%;
	float: right;
}

#comments .comment-wrap .right p {
	padding: 12px 0;
	clear: both;
}

#comments .comment-wrap .right blockquote,
#comments .comment-wrap .right code,
#comments .comment-wrap .right pre {
	margin: 6px 0;
	clear: both;
}

#comments .alt {
	background-color: #fff;
}

#comments .author {
	background-color: #000;
	border-color: #fff;
}

/* MAIN SIDEBAR
========================================== */
#sidebar-1 {
	background-color: transparent;
}
#sidebar-1 .sidebar:first-child,
#sidebar-1 .sidebar.first-child {
	background: none;

}
#sidebar-1 .sidebar {
	behavior: expression(this.firstChild.style.background = &quot;#7DCFE7&quot;);
}
#sidebar-1 .sidebar:first-child h3,
#sidebar-1 .sidebar.first-child h3 {
	color: #000;
}

#content .sidebar {
	padding: 0 20px 6px 0;
	margin: 0 0 0 0;
	clear: both;
	height: 100%;
	overflow: hidden;
}

#content .sidebar a:link,
#content .sidebar a:visited {
	color: #000;
	font-weight: normal;
}
#content .sidebar a:hover,
#content .sidebar a:active {
	color: #F78F1E;
	text-decoration: none;
}

#content .sidebar h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0 0 6px 0;
	margin: 0;
}
#content .small h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding: 0 0 6px 0;
	margin: 0;
}
#content .small h4 {
	padding: 0;
}
#content .small p {
	padding-right: 0;
	padding-bottom: 6px;
	margin: 0;
	color: #000;
}

#content .small ul {
	margin: 0;
	padding: 0 0 0px 0;
}
#content .small ul li {
	color: #000;
	font-weight: bold;
	line-height: 125%;
	padding-left: 0px;
	background-position: 0px 8px;
}
#content .small ul li a:link,
#content .small ul li a:visited {
	text-decoration: none;
}

#content .small ul li a:hover,
#content .small ul li a:active {
	text-decoration: none;
	color: #F78F1E;
}

#content .small ul li.current_page_item,
#content .small ul li.current_page_item a {
	color: #F78F1E;
}

#content .small ul li ul {
	border: 0;
}
#content .small ul li input,
#content .small ul li select {
	margin-bottom: 0;
}

#content .small ul li span.recent_date {
	padding-left: 3px;
	font-size: 80%;
	font-weight: bold;
	color: #000;
}
#content .sidebar ul li a:hover {
	text-decoration: none;
	color: #F78F1E;
}
#content .small ul ul {
	border: 0;
	padding: 0;
}
#content .small ul ul li {
	border: 0;
	padding: 3px 0 0 14px;
	background: url('images/bullet.gif') no-repeat 3px center;
}

/*Custom sidebars*/
#content .sidebar.tiny {
	float: left;
	clear: none;
	margin-right: 0;
}
#content .sidebar.tiny ul {
	margin-right: 20px
}
/*Ads sidebar*/
#content #ads.sidebar {
	margin-right: 0;
	margin-bottom: 0;
	height: 100%;
	overflow: auto;
	border: 0;
	padding: 0;
}
#content #ads.sidebar img {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}

/* CREDITS
========================================== */



#credits {
	clear: both;
	width: 100%;
	height: 30px;
	margin: -30px 0 0 0;
	padding: 12px 0 0;
	background-color: #000;
	z-index: 999;
	overflow: visible;
}

#credits p {
	padding: 0 20px 12px 0;
	margin: 0;
	color: #000;
	font-size: 18px;
}

#credits a,
#credits a:visited {
	color: #fff;
}

#credits a:hover,
#credits a:active {
	color: #000;
}

/* Footer Credits
========================================== */
#credits ul.nav {
	font-size: 14px;
	padding: 0 0 12px;
	text-align: center;
}

#credits ul.nav li {
	color: #fff;
	margin: 0;
	display: inline;
}

#credits ul.nav li a {
	display: inline;
	margin: 0;
	padding: 0px 6px 0px 4px;
}
#credits ul.nav li a,
#credits ul.nav li a:visited {
	color: #fff;	
}
#credits ul.nav li a:hover,
#credits ul.nav li a:active {
	text-decoration: underline;
}
#credits ul.nav li a.top {
	border: 0;
	padding-right: 0;
}
img.dj-arnoud {
	float: right;
	margin: -75px 0 0 0;
	padding: 0 44px 0 0;
}
img.partylogen {
	float: left;
	margin: -350px 0 0 60px;
	padding: 0 44px 0 0;
	position: relative;
}
img.bruiloften {
	float: left;
	margin: -350px 0 0 80px;
	padding: 0 44px 0 0;
	position: relative;
}
img.top-dj {
	float: left;
	margin: -344px 0 0 80px;
	padding: 0 44px 0 0;
	position: relative;
}
img.verhuur {
	float: left;
	margin: -360px 0 0 80px;
	padding: 0 44px 0 0;
	position: relative;
}
img.partypictures {
	float: left;
	margin: -346px 0 0 80px;
	padding: 0 44px 0 0;
	position: relative;
}
img.bedrijfsfeesten {
	float: left;
	margin: -340px 0 0 20px;
	padding: 0 44px 0 0;
	position: relative;
}
img.themafeesten {
	float: left;
	margin: -340px 0 0 -40px;
	padding: 0 44px 0 0;
	position: relative;
}
/* WIDGETS AND PLUGINS */
/* Search form
========================================== */
form#search-form {
	height: 25px;
	padding: 3px;
	background-color: #fff;
	margin: 0;
	position: relative;
}

form#search-form input.text,
form#search-form label.overlabel-apply {
	font-size: 110%;
}

form#search-form input.text {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 130px;
	height: 15px;
	padding: 4px 3px 4px 4px;
	margin: 0;
	z-index: 0;
	background: #fff;
}
form#search-form input.button-search {
	position: absolute;
	top: 3px;
	right: 3px;
	margin: 0px;
	display: block;
	line-height: 100%;
	width: 50px;
	height: 25px;
}
form#search-form label.overlabel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
form#search-form label.overlabel-apply {
	display: block;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 9px;
	margin: 0;
	z-index: 1;
	cursor: text;
	line-height: 100%;
	font-size: 100%;
}

/* Calendar
========================================== */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #000;
	text-align: right;
}
#wp-calendar th {
	color: #000;
	font-size: 80%;
	padding-left: 0;
	padding-right: 0;
}
#wp-calendar a {
	font-weight: bold;
	background-color: #ccc;
}

#wp-calendar tfoot td {
	text-align: left;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar td#today {
	border: solid 1px #ccc;
}

/* Shopping Cart Buttons
========================================== */
input.wpsc_buy_button {
	width: 115px;
	height: 33px;
}
input.make_purchase {
	width: 138px;
	height: 33px;
}
/* flash
========================================== */
#flash {
	margin: 0;
	height: 350px;
	z-index: 0;
}
#flashcontent {
	margin: 0;
	width: 100%;
	height: 700px;
	z-index: 0;
}

