/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

/*
 * This CSS file is for customization purpose only
 */ 

div.module div.yoo-gallery {
	margin: 15px auto 5px auto;
	width: 600px;
}

/* 
 * The 2Value team
 */
 #contentright .yoo-tooltip-toggler {display:block;float:left;height:100px;line-height:normal;margin:0 7px 15px 0;min-height:100px;overflow:visible;padding-bottom:5px;width:66px;}
 div < .profile {clear:both;display:block;height:60px;width:60px;}
  img.profile, .thumbnail img, img.medium {background-color:#FFFFFF;border:2px solid #CCCCCC;padding:1px;}
  div.box-1 .buttonheading,   div.box-1 .spacer {display:none;}

/* 
 * language selector
 */
 #breadcrumbs .nooku_language_select { float: right; }
 #breadcrumbs .nooku_language_select a { background-image: none; }
 #breadcrumbs .nooku_language_select .seperator,  #breadcrumbs .nooku_language_select .active {display: none;}
 
 
/*
 * Showcase frontpage
 */
/*#top h2 {margin:5px 0 0 0;color: #ffffff;font-size:2.6em;}*/
#top h2 {margin:5px 0 0 0;line-height:1.0em;color: #ffffff;font-size:2.0em;}
.intro {float: left; color:#ffffff;}
.intro p {margin: 8px 0;}
.intro a:link, .intro a:visited {color:#d4d4d4;text-decoration: underline}
.showcaseimg {display:block;float:right;position:absolute;right:150px;top:5px;}
.showcasetxt {-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;background:#326EB4;color:#fff;border:none!important;padding:10px;display:block;position:absolute;right:1px;top:100px;width:250px;text-decoration:none;}
a:link.showcasetxt, a:visited.showcasetxt {color:#ffffff;}

/*
 * Portfolio
 */
 .page_portfolio .headline h1 { /*font-size:150%;*/ letter-spacing:0; margin:0;/* padding:0 0 0 15px;*/ padding:0; }
 .page_portfolio .portfolio-contentitem { background:transparent url(../images/bg_portfolio.png) no-repeat scroll 0 0; float:left; height:134px; margin:0 5px; padding:10px 0 0 10px; width:190px; }
 .page_portfolio .thumb { float:right; background-color:#FFFFFF; border:2px solid #CCCCCC; padding:1px; width:242px; }
 .page_portfolio p.gotosite a { background:#d4d4d4 url(../images/bg.jpg) no-repeat scroll 0 0; display:block; color:#646464; font-size:11px; padding:5px; text-align:center; text-decoration:none; width:230px; }
 .teaserarticles .tag { display:none; }
 #content-shift .portfolio-moduleitem { display:none; visibility:hidden; }
 #contentright .portfolio-contentitem { display:none; visibility:hidden; }
 #right .portfolio-contentitem { display:none; visibility:hidden; }
 #right .portfolio-moduleitem  {margin: 10px 0px 0px 10px}
 .mod_placehereportfolio {text-align: center; padding-top: 10px;}
 
 /*
  * adjustments to plugin "Tabs in content" default css
  */
  .jwts_tabberlive {margin: 15px 0px 0px 0px;padding:0px;}
  .jwts_tabberlive .jwts_tabbertab {margin:0px;padding:6px;border:0px solid #bbb;border-top:0px;height:130px;overflow:auto;}
  ul.jwts_tabbernav li a:hover {font-size:12px;font-weight:bold;margin:0px 1px;padding:3px 4px;color:#326EB4;border:1px solid #aaa;border-bottom:none;background:#f2f2f2;text-decoration:none;}

/*
 * About the author - below blogposts
 */
.bio {background-color:#FAFAFA;border:1px solid #F0F0F0;margin:0 0 10px;padding:30px 25px;}
.bio .gravatar {background:none repeat scroll 0 0 #FFFFFF;border-bottom:1px solid #D7D7D7;border-left:1px solid #F2F2F2;border-right:1px solid #F2F2F2;float:left;height:60px;padding:3px;width:60px;}
.bio .about {margin-left:95px;}
.bio .about p {color:#3C3C3C;font-size:1.08em;line-height:19px;}
.bio .about ul {list-style:none;margin:0;padding:0;}
.bio .about ul li {float:left;margin:0 20px 0 0;} 
 
/*
 * MageBridge
 */
 #magebridge-content ul, #magebridge-content ol, #magebridge-content dl {margin:0;padding-left:0;}

/* HYPERLINK CUES */
/* toevoeging van HKuijpers */
/* http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html */

/* External Links */
/*a[href ^="http://"], a[rel ~='external'] {
padding-right: 18px;
background: transparent url(../images/icons/icon_external.gif) no-repeat center right;
}
a[href *="2value.nl"], .noicon {
padding-right:0;
background: none;
}*/

/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] {
padding-right: 18px;
background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] {
padding-right: 18px;
background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] {
padding-right: 18px;
background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] {
padding-right: 18px;
background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
padding-right: 18px;
background: transparent url(../images/icons/icon_mailto.gif) no-repeat center right;
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
padding-right: 18px;
background: transparent url(../images/icons/icon_popup.gif) no-repeat center right;
}

a[href$='.doc'] {
padding-right: 18px;
background: transparent url(../images/icons/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] {
padding-right: 18px;
background: transparent url(../images/icons/icon_xls.gif) no-repeat center right;
}
a[href$='.ppt'] {
padding-right: 18px;
background: transparent url(../images/icons/icon_ppt.gif) no-repeat center right;
}


/*
 *  Frontpage
 */
div.joomla.featured div.item-bg {background:none;}
div.joomla.featured div.item {margin-bottom:0;}

.associatebox {height:240px;}
#contentright .associatebox {height:auto;}
.associatelist {list-style:none;padding:0;}
