/*
Theme Name: Accent Audio
Theme URI: http://www.accentaudio.eu/
Description: Redesign for the Accent Audio website.
Version: 1.0
Author: Sander Zwart
Tags: accentaudio

Custom design for Accent Audio
*/

/* Reset browser styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	margin:0;
	padding:0;
	text-align:left;
}
strong, b {
	font-weight: bold;
}
a {
	text-decoration: none;
}
.imgrpl {
	background-repeat:no-repeat;
	display:block;
	height:0;
	overflow:hidden;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom: 20px;
}
ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
.centered {
	margin:0 auto;
}
br.clear {
	clear:both;
	height: 1px;
	line-height: 1px;
}
/* General layers */

body {
	background-color: #d9dad1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #332c2c;
	background-image:url(images/background.png);
	background-repeat: repeat;
}
#container {
	margin: auto;
	width: 960px;
}
#header {
	padding: 20px 0;
}
#tabs {
	display: block;
	clear:both;
}
#banner {
	min-height: 200px;
	padding: 45px;
	margin: 0;
	background-image: url(images/banner-background.png);
	background-position: left bottom;
	position: relative;
}
body .banner-cont {
	min-height: 0 !important;
	padding: 30px 45px 35px 45px !important;
}
body .banner-cont h2 {
	margin: 0;
}
#content {
	padding: 45px;
}
#content-left {
	width: 580px;
	float: left;
}
#content-right {
	width: 185px;
	margin-left: 45px;
	float: right;
	background-image:url(images/content-right-background.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 30px 30px 0 30px;
}
#content-right-bottom {
	width: 185px;
	margin-left: 45px;
	float: right;
	background-image:url(images/content-right-background.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 5px 30px 5px 30px;
}
#content-right-wrap {
	width: 245px;
	float: right;
}
#footer-text {
	background-image:url(images/divider.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	margin: 0;
	clear: both;
}
iframe {
	margin-bottom: 20px;
}
/* General text formatting */

h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
h3 {
	font-size: 30px;
	margin-bottom: 5px;
}
p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
ul {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 20px;
}
/* Page text formatting */

#content h2 {
	color: #332c2c;
	font-size: 26px;
	font-weight: normal;
}
#content h3 {
	color: #dc1f20;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
#content ul li {
	background-image:url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 8px 0 8px 30px;
	margin: 0;
}
#content a {
	color: #dc1f20;
	text-decoration: none;
	border-bottom: 1px solid #d9dad1;
}
blockquote {
	background-image:url(images/quotes.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding: 15px 0 15px 50px;
	margin: 0 0 15px 30px;
	color: #695b5b;
	float:right;
	width:175px;
	border-top:#d5d3cc 3px solid;
	border-bottom:#d5d3cc 3px solid;
}
blockquote p {
	text-align: left;
	font-style: italic;
	float: right;
	margin: 0;
}
#content table td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #332c2c;
	padding: 5px 2px;
}
#footer-text p {
	font-size: 12px;
	color: #695b5b;
}
#content a:hover {
	background-color: #f3f4eb;
}
/* Right column styles */

#content-right ul {
	padding: 10px 10px 10px 25px;
	list-style:disc;
}
#content-right ul li {
	margin: 0 0 10px 0;
	padding: 0;
	background-image: none;
}
#content-right h2 {
	color: #332c2c;
	font-size: 25px;
}
#content-right h3 {
	margin-bottom: 20px;
	background-image:url(images/divider.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navigation a {
	border: 1px solid #d9dad1 !important;
	padding: 5px;
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.navigation a:hover {
	background-color: #f3f4eb;
}
#mappress1 {
	border: 5px solid #d9dad1;
	margin-bottom: 20px;
}
.mapp-poweredby {
	display: none;
}
#mappress1 a {
	border: none;
}
a.more {
	background-image:url(images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
/* Header styles */


#header h1 {
	float: left;
}
#header h1 a {
	background-image:url(images/logo.png);
	width: 264px;
	padding-top: 54px;
}
#header p {
	float: right;
	width: 600px;
	font-size: 14px;
	text-align: right;
	line-height: 54px;
}
#header p strong {
	color: #dc1f20;
	font-weight: bold;
	padding-right: 10px;
}
/* Tabs */

#tabs {
	height: 25px;
	font-size: 13px;
	overflow: hidden;
	margin: 0;
}
#tabs ol li {
	float: left;
}
#tabs ol {
	float: left;
	width: 650px;
	margin: 0;
}
#tabs ol {
	float: left;
	height: 25px;
	font-size: 13px;
}
#tabs ol li {
	background-image:url(images/tab-main-li-normal.gif);
	background-repeat: no-repeat;
	height: 25px;
}
#tabs ol li.act {
	background-image:url(images/tab-main-li-active.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 25px;
	margin-left: -26px;
}
#tabs ol li#home {
	margin-left: 0;
	padding-left: 25px;
}
#tabs ol li a {
	background-image:url(images/tab-main-left.gif);
	background-repeat:no-repeat;
	background-position: top right;
	height: 25px;
	line-height: 25px;
	padding-right: 35px;
	height: 25px;
	display: block;
}
#tabs ol li.act a {
	background-image:url(images/tab-main-activetab.gif);
	background-repeat:no-repeat;
	background-position: top right;
}
#tabs ol li.act a:hover {
	color: #d9dad1;
}
#tabs ol li.last a {
	background-image:url(images/tab-main-last.gif);
}
#tabs ol li.lastact a {
	background-image:url(images/tab-main-last-act.gif);
}
#tabs ul {
	float: right;
	width: 200px;
	background-image:url(images/tab-sub-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	padding-right: 10px;
	font-size: 13px;
}
#tabs ul li {
	background-image:url(images/tab-sub-left.gif);
	background-repeat:no-repeat;
	line-height:25px;
	padding-left: 40px;
	height: 25px;
	color: #695b5b;
}
#tabs ul li a, #tabs ol li a {
	color: #d9dad1;
}
#tabs a:hover {
	color: #332c2c;
}
#tabs ul li span {
	background-image:url(images/lock.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding: 0 0 0 30px;
	display: block;
	line-height: 25px;
}
#tabs ul li a:hover {
	color: #d9dad1;
}
/* Banner */

#banner h2 {
	font-size: 30px;
	color: #d9dad1;
}
#banner h3 {
	font-size: 30px;
	color: #695b5b;
}
.front-banner h2 {
	margin-bottom: 30px !important;
}
#banner #banner-text {
	width: 320px;
	color: #d9dad1;
	float: left;
}
#banner #banner-image {
	float: right;
	width: 520px;
	margin-left: 30px;
	min-height: 20px;
}
/* Frontpage */

.frontpage-block {
	width: 270px;
	margin-right: 30px;
	float: left;
}
.frontpage-block-three {
	margin-right: 0;
}
ul#front-news {
	padding: 0;
	background-image:url(images/divider.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
	float: left;
}
ul#front-news li {
	background-image: none;
	background-image:url(images/divider.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 6px 0 8px 0;
	float: left;
}
ul#front-news li:hover {
	background-color: #f3f4eb;
}
ul#front-news span {
	width: 88px;
	color: #695b5b;
	display: block;
	float: left;
	padding-left: 2px;
	text-align: left;
}
ul#front-news a {
	width: 180px;
	border: none;
	display: block;
	float: left;
	text-align: left;
}
div.ngg-widget {
	width: 195px;
	float: left;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0;
	display:inline;
	float: left;
}
div.ngg-widget a {
	border: none !important;
	float: left;
	margin:0px 6px 6px 0px;
	padding: 0;
}
div.ngg-widget img {
	margin: 0;
	float: left;
	background-color: #D5D3CC;
	border:4px solid #D5D3CC;
	padding:0px;
}
div.ngg-widget img:hover {
	border: 4px solid #f3f4eb;
}
div.ngg-widget a:hover {
	border: none;
}
#frontpage-blocks div.ngg-widget {
	width: 280px;
}
#frontpage-blocks div.ngg-widget a {
	margin:0px 10px 0px 0px;
}
/* CSS Frontpage Slider */

#slider {
	width: 498px;
	padding: 0;
	margin: 0;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
	width: 498px;
}
#slider li {
	width:498px;
	height:184px;
	overflow:hidden;
}
#slider li img {
	border: 5px solid #181615;
}
#prevBtn, #nextBtn {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:362px;
	top:100px;
}
#nextBtn {
	left:895px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:30px;
	height: 0;
	overflow: hidden;
	padding-top:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a {
	background:url(images/btn_next.gif) no-repeat 0 0;
}
/* Mijn opnames */

.filesize {
	color: #695b5b;
}
form.inloggen input.tf {
	background-color: transparent;
	border: 1px solid #d5d3cc;
	color: #332c2c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0 0 0 2px;
	height: 21px;
	width: 200px;
	font-weight: normal !important;
	padding: 4px !important;
}
form.inloggen input.submitbutton {
	background-color: #d5d3cc;
	border: 1px solid #d5d3cc;
	color: #332c2c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0 0 0 287px;
	height: 29px;
	width: 80px;
	font-weight: normal !important;
}
form.inloggen input.submitbutton:hover {
	background-color: #f7f7f7;
	border: 1px solid #f7f7f7;
}
form.inloggen label {
	text-align: left;
	display: block;
	width: 150px;
	float: left;
	line-height: 29px;
	height: 29px;
}
form.inloggen {
	float: left;
	clear: both;
	margin-bottom: 20px;
}
form.inloggen p {
	margin-bottom: 10px;
	line-height: 29px;
}

