/*   
Theme Name: Veluwefiets
Theme URI: http://www.veluwefiets.nl
Description: Veluwefiets Wordpress Theme
Author: Wouter Dragt
Author URI: www.max.nl

*/

/*
	Veluwefiets
	Max.nl 2010
*/

/* CSS reset */
html,body,h1,h2,h3,h4,h5,h6,p,span,em,ol,ul,li,form,input,label,table,thead,tbody,tr,th,td,caption {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

/* Typography */
html, input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #707173;
}
th, td {
	font-size: 12px;
}
#header h1 { text-indent:-9999px; }
h1 {font-size: 12px; color: #008DC5; }
.locationPage h1 {font-size: 18px; }	
h2 {font-size: 12px; color: #008DC5; }
	
h3 { font-size: 12px; color: #008DC5; }

a { color: #fff; text-decoration: none; outline: none; }
a:active { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #a0af29; }

p { padding-bottom: 0px; }

/*///// elements /////*/
html, body {
	background: url(graphics/bg.jpg);
}
#wrapper {
	background: #C5D44C;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* header */
#header {
	background: white;
	position: relative;
	height: 195px;
}
#logo {
	position: absolute;
	left: 95px;
	top:	10px;
}
#headerFooter {
	background: #008DC5;
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 35px;
	line-height: 35px;
	color: white;
	font-weight: bold;
	text-align: center;
}
#headerFooter span.noBG {
	background: none;
}
#navlist {
	margin: 0 auto;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 20px;
	border-right: 1px solid #FFFFFF;
}
#navlist li.page-item-28 {
	border: none;
}

/* menu */
.current a{
	text-decoration: underline;
	color: #c5d44c;
}
#navlist a:hover{
	color: #c5d44c;
}
	

/* content */
#content {
	background: url(graphics/background.jpg) no-repeat;
	*margin-bottom: 20px;
}

#content a { color: #a0af29; text-decoration: underline; outline: none; }
#content a:active { color: #a0af29; }
#content a:visited { color: #a0af29; }
#content a:hover { color: #889424; }

#content .list a { color: #707173; } 
#content .list a.active, #content .list a.active:hover { color: #008DC5; text-decoration: none; font-weight: bold; }
#content .list a:hover { color: #a0af29; }

/* content left */
#contentLeft {
	float: left;
	width: 380px;
	margin: 20px 20px 0;
	position: relative;
}

#contentLeft.mapOpstappunten{
	margin: 20px 0 20px 20px;
}
.leftPic {
	width: 339px;
	height: 291px;
}
#veluweFiets {
	background: url(graphics/veluwefiets.png) no-repeat;
	margin: 280px 0 20px;
}
* html #veluweFiets {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/graphics/veluwefiets.png', sizingMethod='scale');
}
#gazelle {
	background: url(graphics/gazelle.png) no-repeat;
}
* html #gazelle {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/graphics/gazelle.png', sizingMethod='scale');
}
#map_canvas {
	width: 367px;
	height: 420px;
	border: 1px solid #dadae4;
	margin-top: 4px;
}

/* content right */
#contentRight {
	margin: 20px 20px 20px 0;
	float: right;
	position: relative;
}

#contentRight.mapOpstappunten {
	margin: 20px 20px 20px 10px;
}
.home #contentRight {
	float: right;
	margin: 20px 20px 0 20px;
}
#dialog {
	width: 415px;
}

#dialogTable{
	width: 500px;
}

.locationPage #dialog {
	width: 450px;
}
.locationPage #contentLeft #dialog {
	margin-bottom: 40px;
}
.locationPage #contentRight #dialog {
	margin-bottom: 20px;
}	
#dialogTop {
	background: url(graphics/dialog_top.png) no-repeat;
	height: 20px;
}
#dialogTableTop {
	background: url(graphics/dialog_table_top.png) no-repeat;
	height: 20px;
}
.locationPage #dialogTop {
	background: url(graphics/dialog_top_wide.png) no-repeat;
}
* html #dialogTop {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/graphics/dialog_top.png', sizingMethod='scale');
}
#dialogContent {
	background: white;
	padding: 0 20px;
}
.map #dialogContent {
	padding: 0 20px 0 10px;
} 
.list #dialogContent {
	padding: 0 20px 0 14px;
} 
#dialogContent ul {
	margin-left: 15px;
}
.locationPage #dialogContent h2 {
	margin-top: 10px;
}
.locationPage #dialogContent h2.noMargin {
	margin: 0;
}
.locationPage #dialogContent .contentField {
	padding: 10px 0;
	border-bottom: 1px solid #dbdbe5;
}
.locationPage #dialogContent .contentField.noBorder {
	border: none;
}
#dialogFooter {
	background: url(graphics/dialog_bottom.png) no-repeat;
	height: 20px;
}
#dialogTableFooter {
	background: url(graphics/dialog_table_bottom.png) no-repeat;
	height: 20px;
}
.locationPage #dialogFooter {
	background: url(graphics/dialog_bottom_wide.png) no-repeat;
	height: 20px;
}
.map #dialogFooter {
	background: url(graphics/dialog_bottom_map.png) no-repeat;
	height: 20px;
}
* html #dialogFooter {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/graphics/dialog_bottom.png', sizingMethod='scale');
}
.list table {
	width: 460px;
}
.list th {
	color: #008DC5;
	font-weight: bold;
}
.list td {
	padding: 8px 2px;
	border-bottom: 1px solid #dbdbe5;
}

/* content bottom */
#contentBottom {
	float: left;
	width: 960px;
	margin: 20px 0 0;
}
#contentBottom #dialog {
	float: left;
	margin: 0 0 40px 20px;
}
#contentBottom #dialogContent {
	padding: 8px 10px 0;
}
#contentBottom #dialogContent span {
	text-align: right;
}
#dialog.home1,
#dialog.home2 {
	width: 339px;
}
#dialog.home3 {
	width: 200px;
}
#dialog.map {
	width: 392px;
}
.home1 #dialogFooter,
.home2 #dialogFooter {
	background: url(graphics/dialog_bottom_home1_2.png) no-repeat;
	height: 20px;
}
.home1 #dialogTop {
	background: url(graphics/dialog_top_home1.png) no-repeat;
	height: 174px;
}
.home2 #dialogTop {
	background: url(graphics/dialog_top_home2.png) no-repeat;
	height: 174px;
}
.map #dialogTop {
	background: url(graphics/dialog_top_map.png) no-repeat;
}

/* footer */
#footer {
	height: 35px;
}
#footerContent {
	background: #008DC5;
	position: relative;
	bottom: 0;
	width: 960px;
	height: 35px;
	line-height: 35px;
	color: white;
	font-weight: bold;
	margin: 0 auto; 
	text-align: center
}
#footerContent span {
	background: url(graphics/header_txt_bg.png) right 3px no-repeat;
	margin-right: 10px;
	padding-right: 10px;
}
#footerContent span.noBG {
	background: none;
}

/* clearfix */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#content {
	display: inline-block;
}
html[xmlns] #content {
	display: block;
}

#ballonlink
{
	float: left;
	width: 100%;
	text-align: right;	
}

#sendMail
{
	padding: 2px; 
	height: 31px;
	width: 144px; 
	background: url(graphics/reserverenknop.PNG);
	border: none;
	cursor: pointer;
}

#opstapPunten td
{
	height: 50px;	
}

.activeList
{
	background: #008DC5;
	color: white;
	-moz-border-radius: 0.5ex;

	/*
	border-top-left-radius:     4em;
	border-top-right-radius:    4em;
	border-bottom-right-radius: 4em;
	border-bottom-left-radius:  4em;
	*/
}

#nextPrev
{
	margin-top: 5px;
	text-align: center;	
}

#nextPrev a
{
	text-decoration: none;
}

#nextPrev a.activeList
{
	background: #008DC5;
	color: white;
	-moz-border-radius: 0.5ex;	
}
