/*
Theme Name: FERENDI
Theme URI: http://www.ferendi.com/
Description: A theme by <a href="http://www.topiq.com/">TOPIQ</a>.
Version: 0.1
Author: TOPIQ - 100% communication
Author URI: http://www.topiq.com/
*/



body {
	background: url(images/gridBG.gif) center top white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}



a:link,
a:visited {
	color: RGB(122,102,0);
	text-decoration: none;
	}
a:hover {
	color: RGB(85,85,85);
	color: black;
	}



div#wrapper {
	margin: 45px auto;
	width: 600px;
	min-height: 500px;
	background: white; 
	padding: 20px;
	-webkit-box-shadow: 0px 1px 4px #888; 
	-moz-box-shadow: 0px 1px 4px #888; 
	box-shadow: 0px 1px 4px #888; 
	}

div#inner-wrapper {
	width: 600px;
	min-height: 500px;
	position: relative;
	}




/* logo
------------------------------------------------------------ */
#logo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 555;
	}

#ferendi-logo a:link,
#ferendi-logo a:visited {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(images/ferendi_logo_100x100.png);
	background-position: 0 -100px;
	}
#ferendi-logo a:hover {
	background-position: 0 -100px;
	}
	
#topiq-logo-small a {
	width: 20px;
	height: 20px;
	display: block;
	background: url(images/topiq_logo_20x20.png);
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	text-indent: -1000px;
	}
#topiq-logo-small a:hover {
	background-position: 0 -100px;
	}
	
#ferendi-logo-small a:link,
#ferendi-logo-small a:visited {
	width: 20px;
	height: 20px;
	display: block;
	background: url(images/ferendi_logo_20x20.gif);
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	text-indent: -1000px;
	}
#ferendi-logo-small a:hover {
	background-position: 0 -20px;
	}





/* menu
------------------------------------------------------------ */
.menu {
	position: absolute;
	left: 13px;
	left: 20px;
	top: 0px;
	background: white;
	padding-right: 10px;
	height: 20px;
	z-index: 555;
	}
	
.menu ul li {
	text-indent: -9999px;
	}	
.menu ul li.page_item {
	text-indent: 0;
	display: block;
	}	
.menu ul li {
	float: left;
	height: 20px;
	position: relative;
	background: white;
	}
.menu ul li a {
	padding-left: 13px;
	height: 20px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: RGB(100,100,100);
	font-weight: bold;
	background: url(images/navigationBullets.gif) no-repeat 3px 0 white;
	margin-right: 10px;
	text-decoration: none;
	}
.menu ul li a:hover {
	color: RGB(122, 102, 0);
	}

.menu ul ul { /* dropdown menu */
	display: none;
	position: absolute;
	background: white;
	top: 20px;
	left: 6px;
	padding: 8px 0 4px 0;
	font-size: 12px;
	border: 1px solid RGB(200,200,200);
	border-top: none;
	}
.menu ul ul li { /* dropdown menu */
	float: none;
	height: 20px;
	}
.menu ul ul li a { /* dropdown menu */
	margin-right: 0;
	padding-right: 14px;
	height: 20px;
	line-height: 20px;
	width: auto !important;
	min-width: 65px;
	font-weight: normal;
	white-space: nowrap;
	text-transform: none;
	background: none;
	}	
.menu ul li.current_page_item a, 
.menu ul li.current_page_parent a{
	color: RGB(122, 102, 0);
	background-position: 4px -20px;
	}
.menu ul li.current_page_item ul li a,
.menu ul li.current_page_parent ul li a {
	color: RGB(100,100,100);
	}
.menu ul li.current_page_item ul li a:hover,
.menu ul li.current_page_parent ul li a:hover {
	color: RGB(122, 102, 0);
	}
.menu ul li.current_page_parent ul li.current_page_item a {
	color: RGB(122, 102, 0);
	}

.menu ul li.current_rollover_parent a {
	color: RGB(122, 102, 0);
	}
.menu ul li.current_rollover_parent ul li a {
	color: RGB(100,100,100);
	}
.menu ul li.current_rollover_parent ul li a:hover {
	background-color: RGB(122, 102, 0);
	color: white;
	}
.menu ul li.current_rollover_parent ul li a:active {
	background-color: white;
	color: RGB(122, 102, 0);
	}



.menu ul li.home-button a {
	width: 16px;
	height: 16px;
	padding: 0 ;
	margin: 1px 3px 0 10px;
	background: URL(images/home-button.gif) 0 -16px;
	text-indent: -9999px;
	}
.menu ul li.home-button a:hover {
	background-position: 0 0;
	}
body#frontpage .menu ul li.home-button a {
	background-position: 0 0;
	}
	
	
	
/* content-main
------------------------------------------------------------------ */
div#content-main {
	width: 600px;
	padding-top: 30px;
	position: relative;
	min-height: 100px;
	}
div#content-main p {
	margin-bottom:  18px;
	}

div#content-main h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
	}
div#content-main h2 {
	font-size: 14px;
	}
div#content-main h3 {
	font-size: 12px;
	}
div#content-main ul,
div#content-main ol {
	list-style-type: decimal;
	padding-left: 17px;
	margin-bottom: 18px;
	}
div#content-main ul {
	list-style-type: disc;
	}

			
div#content-main div.relatedWorkItem {
	position: absolute;
	width: 600px;
	}

div#content-main li a span.thumbTitle {
	display: block;
	width: 70px;
	height: 30px;
	position: absolute;
	left: -10px;
	bottom: -33px;
	color: black;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	}

div#content-main div.content-txt,
div#content-main div.content-txt-hide {
	display: block;
	left: 0;
	top: -4px;
	width: 600px;
	line-height: 16px;
	}
div#content-main div.content-txt-hide {
	display: none;
	}


div#nieuws .post {
	margin-bottom: 40px;
	}

div#nieuws h2 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 8px;
	color: RGB(122, 102, 0);
	}

div#nieuws div.date {
	color: RGB(150,150,150);
	margin: 4px 0;
	}



/* content-image
------------------------------------------------------------ */
#content-image {
	width: 600px;
	height: 300px;
	background: url(images/content-image-grid.gif) center top white;
	position: relative;
	}
#content-image #page-title {
	position: absolute;
	left: 220px;
	bottom: 0;
	text-align: center;
	width: 160px;
	height: 20px;
	background: white;
	}
#content-image #page-title h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: RGB(85,85,85);
	line-height: 20px;
	}
#content-image #caption {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 90px;
	background: black;
	background: RGBa(0,0,0,0.7);
	font-size: 11px;
	line-height: 14px;
	padding: 5px;
	color: white;
	}




/* frontpage carousel */

#frontpage-carousel {
	width: 600px;
	height: 300px;
	overflow: hidden;
	}
#frontpage-carousel img {
	width: 600px;
	height: 300px;
	}
#frontpage-carousel .frontpage-carousel-item {
	width: 600px;
	height: 300px;
	}
#frontpage-carousel .frontpage-carousel-item .more-info {
	position: absolute;
	bottom: 20px;
	right: 20px;
	}
#frontpage-carousel .frontpage-carousel-item .more-info h2 {
	font-size: 32px;
	background: white;
	background: RGBa(255,255,255,0.9);
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	}
#frontpage-carousel .frontpage-carousel-item .more-info .more-info-link {
	display: inline-block;
	padding: 2px 10px;
	background: white;
	background: RGBa(255,255,255,0.9);
	background: black;
	background: RGBA(0,0,0,0.8);
	font-size: 12px;
	font-weight: bold;
	font-weight: normal;
	border: 1px solid white;
	}
#frontpage-carousel .frontpage-carousel-item .more-info .more-info-link a {
	color: black;
	color: white;
	}
#frontpage-carousel .frontpage-carousel-item .more-info .more-info-link a:hover {
	color: RGB(122,102,0);
	color: RGB(200,200,200);
	}	
	
	

/* google map op contactpagina
------------------------------------------------------------ */

#map {
	position: absolute;
	left: 0;
	top: -500px;
	z-index: 666;
	}
#map #map-close-button {
	position: absolute;
	right: -14px;
	top: -14px;
	width: 22px;
	height: 22px;
	}
#map #map-close-button a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/close-button.png);
	text-indent: -9999px;
	}
#map #map-close-button a:hover {
	background-position: 0 -22px;
	}




/* content-voorwaarden
------------------------------------------------------------ */
div#content-voorwaarden {
	padding: 60px 0 20px 20px;
	width: 420px;
	}
div#content-voorwaarden h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 16px;
	}
div#content-voorwaarden h2 {
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 40px;
	}
div#content-voorwaarden p {
	margin-bottom: 18px;
	}
div#content-voorwaarden ol  {
	margin-left: 17px;
	list-style-type: decimal;	
	margin-bottom: 18px;
	}




/* content-column
------------------------------------------------------------ */
#content-column {
	padding: 60px 0 20px 20px;
	width: 420px;
	}
#content-column h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 16px;
	}
#content-column h2 {
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 40px;
	}
#content-column p {
	margin-bottom: 18px;
	}
#content-column .entry_author_image {
	position: absolute;
	left: 480px;
	top: 256px;
	}
	
#content-column-sidebar {
	width: 110px;
	position: absolute;
	right: 10px;
	top: 160px;
	color: gray;
	line-height: 14px;
	}
#content-column-sidebar p {
	margin-bottom: 18px;
	}
#content-column-sidebar h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
	}
#content-column-sidebar #column-author {
	padding-top: 110px;
	}
#content-column-sidebar #previous-columns h2 {
	font-size: 12px;
	font-weight: strong;
	margin-bottom: 4px;
	}
#content-column-sidebar #previous-columns li {
	margin-bottom: 8px;
	}
#content-column-sidebar #previous-columns a {
	font-style: italic;
	text-decoration: underline;
	}








/* footer
------------------------------------------------------------ */
#footer {
	width: 600px;
	margin: 40px auto 0 auto;
	text-align: center;
	color: RGB(110,110,110);
	}
#footer a {
	color: RGB(110,110,110);
	text-decoration: none;
	}




/* telefoonnummer
------------------------------------------------------------ */
div#telefoonnummer {
	display: none;

	margin-top: 180px;
	position: fixed;
	width: 850px;
	height: 150px;
	z-index: 9999;

	background: black;
	background: RGBA(0,0,0,0.9);
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: 0px 2px 10px RGBA(0,0,0,0.8);

	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80px;
	line-height: 150px;
	text-align: center;
	text-shadow: 2px 2px 4px black;
	}
div#telefoonnummerCloseBttn {
	position: absolute;
	left: 10px;
	top: 10px;
	}
div#telefoonnummerCloseBttn a {
	display: block;
	font-size: 10px;
	line-height: 10px;
	background: white;
	width: 14px;
	height: 14px;
	text-shadow: none;
	background: url(images/telefoonnummerCloseBttn.png);
	overflow: hidden;
	text-indent: -1000px;
	}
	
	

/* twitter-label
------------------------------------------------------------ */

#twitter-label {
	position: fixed;
	left: 0;
	top: 84px;
	width: 23px;
	height: 104px;
	text-indent: -9999px;
	}
#twitter-label a {
	display: block;
	width: 23px;
	height: 104px;
	background: url(images/twitter-label.png);
	}



/* page-edit-link
------------------------------------------------------------ */
div#page-edit-link {
	position: absolute;
	left: 235px;
	bottom: -120px;
	}
	

	
/* post-edit-link
------------------------------------------------------------ */
a.post-edit-link {
	display: inline-block;
	width: 122px;
	height: 22px;
	line-height: 20px;
	font-size: 11px;
	background: url(images/post-edit-button.png);
	color: RGB(100,100,100) !important;
	text-decoration: none !important;
	text-indent: 28px;
	font-weight: normal !important; 
	}
a.post-edit-link:hover {
	color: #0066FF !important;
	}
		
		

/* wpUserInfo
------------------------------------------------------------ */
#wpUserInfo {
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: RGBa(255,255,255,0.7);
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
