/* default font styles */
#nuzeilen, #nuzeilen * {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #111;
}

/* bugfix for main content width */
.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 960px;
}

/* reset links */
#content #nuzeilen h2 a, #content #nuzeilen h2 a:visited {color: #0C75B4; font-weight: bold; font-size: 13px; text-transform: none;}

/* headings */
#nuzeilen h1, #nuzeilen h2, #nuzeilen h3 {color: #333 !important; margin: 0 0 1em 0; padding: 0;}


/* tiles */
.tile {position: relative; display: block; cursor: pointer; text-decoration: none; color: #333; display: block; width: 300px; height: 150px; margin-bottom: 20px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.tile img {border-style: none;}
.tile h2 {margin: 0 0 5px 0 !important; color: #333 !important;}
.info {filter:alpha(opacity=80); opacity: 0.8; width: 280px; display: block; position: absolute; bottom: 0px; left: 0px; padding: 3px 10px; background-color: #fff;}
.extrainfo {display: none; padding: 5px 0px; text-decoration: none;}
.tile-wrapper-wide {margin-top: 2em}
.tile-wrapper-wide .tile {float: left;}
.tile-wrapper-wide .tile.odd {margin-right: 25px;}
.tile-wrapper-small {margin-top: 2em;}
.tile-wrapper-small h2 {margin-top: 0;}
.tile-arrow {background: url('http://www.nu-zeilen.nl/wp-content/themes/nuzeilen/images/arrow-up.gif') no-repeat; float: right; width: 19px; height: 10px; position: relative; top: 5px;}
.tiles-or {position:relative; right: 322px; top: -15px;}

/* columns */
.leftcol {float: left; width: 300px; border-right: solid 1px #ccc; padding-right: 12px;}
.rightcol {float: left; width: 300px; margin-left: 12px;}
.col-actions {float: right}

/* button */
#nuzeilen .button, .page-nav a, #nuzeilen .button:visited {font-weight: normal; background-color: #666; color: #ffffff !important; padding: 1px 8px 3px 8px; border-style: none; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#nuzeilen .button.strong {background-color: #0C75B4;}
#nuzeilen .button.important {background-color: #f26522;}
#nuzeilen .button.big {font-size: 110%; padding: 4px 10px 5px 10px;}
#nuzeilen .button.small {padding: 0px 5px 1px 5px; font-size: 12px;}
#nuzeilen .button.down {background-image: url('http://www.nu-zeilen.nl/wp-content/themes/nuzeilen/images/small-arrow-down.gif'); background-position: 95% 50%; background-repeat: no-repeat; padding-right: 20px;}
#nuzeilen .button.more {background-image: url('http://www.nu-zeilen.nl/wp-content/themes/nuzeilen/iimages/small-arrow-right.gif'); background-position: 95% 50%; background-repeat: no-repeat; padding-right: 20px;}
#nuzeilen .button.left {background-image: url('http://www.nu-zeilen.nl/wp-content/themes/nuzeilen/iimages/small-arrow-left.gif'); background-position: 7% 50%; background-repeat: no-repeat; padding-left: 20px;}
#nuzeilen .button.close {background-image: url('http://www.nu-zeilen.nl/wp-content/themes/nuzeilen/iimages/close-small.png'); background-position: 93% 50%; background-repeat: no-repeat; padding-right: 22px;}
#nuzeilen .button:hover {background-color: #888; text-decoration: none;}
