@charset "utf-8";

/* ################################################### */
/* # version:   1.0                                  # */
/* # author:    A. Kaasschieter | Ibuildings.nl      # */
/* # e-mail:    info@ibuildings.nl                   # */
/* # website:   http://www.ibuildings.nl             # */
/* ################################################### */


/* GLOBAL RESET */
/* ################################################### */

html, body                          { width: 100%; height: 100%; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote
{  
  margin: 0; 
  padding: 0; 
} 
*                                   { line-height: 160%; }
li, dd                              { margin-left: 8%; }
fieldset                            { padding: .5em; }

* html div, * html li
{
  zoom:1;
}


/* DEFAULT TYPOGRAPHY */
/* ################################################### */


h1, h2, h3
{
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  line-height: 100%;
}

h1
{
  font-size: 1.8em;
}

h2
{
  margin-bottom: 15px;
  padding: 12px 0 12px 0;
  font-size: 1.6em;
  color: #a40013;
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left bottom;
}

a
{
  color: #a40013;
}

a:hover
{
  text-decoration: none;
}


/* DEFAULT LAYOUT */
/* ################################################### */


html
{
  background: #f4f4f4 url(/img/ibuildings/html.jpg) repeat-x top left;
}

body
{
  background: url(/img/ibuildings/body.jpg) repeat-y center top;
  font-family: Verdana, Helvetica, Tahoma, Arial, Trebuchet MS;
  font-size: 0.7em;
  font-weight: normal;
  color: #343434;
}

#sitesummary
{
  display: none;
}

#page
{
  position: relative;
  width: 922px;
  margin: 0px auto;
  background: url(/img/ibuildings/body.jpg) repeat-y left top;
  min-height: 100%; 
  height: auto !important; 
  height: 100%; /* for IE */
}

#container
{
  position: relative;
  width: 886px;
  margin: 0px auto;
  padding: 15px 14px 100px 14px; 
  /* ## 4 shadow + 14 padding + 886 width + 14 padding + 4 shadow = 922 (page) */
}

.contentpage #container
{
  padding: 0 14px 100px 14px;
}

#container:after
{
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#container li
{
  display: block;
  padding: 0 0 0 15px;
  margin: 0;
  min-height: 10px;
}

#container .paragraph li,
#container .panel li
{
  display: block;
  padding: 0 0 0 15px;
  margin: 0;
  min-height: 10px;
  list-style-type: none;
  background: url(/img/ibuildings/list_arrow.gif) no-repeat 2px 5px;
}

#wrapper
{
  position: relative;
  width: 700px;
  float: left;
}

.contentpage #wrapper
{

}

#wrapper #content
{
  position: relative;
  padding: 0 0 0 12px;
}

h1.title
{
  margin-bottom: 8px;
  padding: 12px 0 12px 12px;
  font-size: 1.6em;
  color: #a40013;
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left bottom;
}

.indexpage #wrapper h2
{
  padding-left: 12px;
}

.divider
{
  display: block;
  width: 100%;
  height: 2px;
  z-index: 100;
  line-height: 1;
  font-size: 0;
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left top;
}


/* HEADER */
/* ################################################### */


#header
{
  display: none;
  margin: 0px auto;
  width: 922px;
  height: 236px;
}

#header #logo
{
  position: absolute;
  top: 100px;
  z-index: 50;
}

#header h1#logo
{
  display: block;
  position: absolute;
  top: 100px;
  margin: 0 0 0 10px;
  width: 280px;
  height: 90px;
  text-indent: -9999px;
  z-index: 60;
}

#header h1#logo a
{
  display: block;
  width: 280px;
  height: 90px;
}

.contentpage #header h1#logo
{
  width: 190px;
  height: 50px;
}

.contentpage #header h1#logo a
{
  width: 190px;
  height: 50px;
}

#header #payoff
{
  position: absolute;
  height: 134px; 
  width: 350px; 
  top: 74px;
  left: 350px;
  overflow: hidden;
  z-index: 30;
}

#header #payoff td
{
  width: 350px;
}

.contentpage #header #payoff
{
  left: 250px; 
}

#header #payoff h2
{
  margin: 0;
  padding: 0;
  width: 350px;
  font-size: 2em;
  font-weight: normal;
  line-height: 120%;
  color: #343434;
  background: none;
}

.contentpage #header #payoff h2
{
  text-align: right;
}

#header #payoff h2 a
{
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 120%;
  color: #343434;
  background: none;
  text-decoration: none;
}

#header .banner
{
  position: relative;
  width: 922px;
  height: 236px;
}

#header .bannerlink
{
  position: absolute;
  display: block;
  top: 47px;
  left: 300px;
  width: 400px;
  height: 189px;
  z-index: 80;
}

.contentpage #header .bannerlink
{
  width: 690px;
  left: 215px;
}

#header .bannerlink span
{
  display: none;
}

#header .banner .maskA
{
  position: absolute;
  width: 5px;
  height: 76px;
  top: 0;
  left: -2px;
  background: #a40013;
  z-index: 200;
}

#header .banner .maskB
{
  position: absolute;
  width: 5px;
  height: 76px;
  top: 0;
  right: -2px;
  background: #a40013;
  z-index: 200;
}

.indexpage #header .banner .divider
{
  position: absolute;
  width: 700px;
  height: 2px;
  top: 235px;
  left: 18px;
  z-index: 750;
  line-height: 0;
  font-size: 0;
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left top;
}

.contentpage #header .banner .divider
{
  position: absolute;
  width: 700px;
  height: 2px;
  top: 235px;
  right: 18px;
  z-index: 750;
  line-height: 0;
  font-size: 0;
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left top;
}


/* CONTENT */
/* #################################################### */


#breadcrumb
{
  padding: 0 0 30px 12px;
  z-index: 40;
}

#breadcrumb img
{
  margin: 0 5px 0 5px;
}

#leftcolumn
{
  float: left;
  min-width: 400px;
  min-height: 10px;
}

#rightcolumn
{
  position: relative;
  float: left;
}

.paragraph
{
  margin: 0 0 12px 0;
}

.paragraph p
{
  padding-bottom: 10px;
}

#rightcolumn .paragraph
{
  margin-left: 20px;
}

.paragraph h2
{
  padding: 12px 0 12px 0;
  margin: 0 0 12px 0;
}

.paragraph ul
{
  margin-bottom: 10px;
}

h2.reddots
{
  margin-bottom: 15px !important;
  padding: 12px 0 12px 0 !important;
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left bottom !important;
}

h2.red
{
  background: none;
  padding: 12px 0 0 0;
}

h2.grey
{
  background: none;
  color: #343434;
  padding: 12px 0 0 0;
}

#rightcolumn h2.grey
{
  padding: 0;
  width: 170px;
}

h2.greydots
{
  color: #343434;
  background: #f4f4f4;
  border-top: 1px dotted #343434;
  padding: 8px 8px 8px 12px;
  margin: 24px 0 12px 0;
}

.icon
{
  display: block;
  position: relative;
  padding: 0 0 2px 22px;
  margin: 10px 0 0 0;
}

.idownload { background: url(/img/ibuildings/icon_download.png) no-repeat left 2px; }
.ireadmore { background: url(/img/ibuildings/icon_readmore.png) no-repeat left 2px; }
.ilink { background: url(/img/ibuildings/icon_link.png) no-repeat left 2px; }
.isubscribe { background: url(/img/ibuildings/icon_subscribe.png) no-repeat left 2px; }
.iinfo { background: url(/img/ibuildings/icon_info.png) no-repeat left 2px; }
.ibuy { background: url(/img/ibuildings/icon_buy.png) no-repeat left 2px; }
.icasestudy { background: url(/img/ibuildings/icon_casestudy.png) no-repeat left 2px; }
.iblog { background: url(/img/ibuildings/icon_blog.png) no-repeat left 2px; }

/* CLIENTS & PARTNERS */
/* #################################################### */


.caseitem
{
  width: 218px;
  height: 240px;
  float: left;
  margin: 10px 5px 5px 0;
}

.caseitem a.panel
{
  display: block;
  width: 218px;
  height: 113px;
  background: url(/img/ibuildings/panel_case.jpg) no-repeat left top;
  text-align: center;
}

.caseitem a img
{
  padding: 5px 0 0 0;
}

.caseitem .text
{
  padding: 10px 0 0 12px;
  overflow: hidden;
  height: 94px;
}

.caseitem a.case
{
  display: block;
  padding: 0 0 0 22px;
  margin: 5px 0 0 0;
  background: url(/img/ibuildings/icon_casestudy.png) no-repeat left 2px;
}

.caseitem a.partner
{
  display: block;
  padding: 0 0 0 22px;
  margin: 5px 0 0 0;
  background: url(/img/ibuildings/icon_link.png) no-repeat left 2px;
}

.clients,
.partners
{
  padding: 0 0 20px 0 !important;
}

.clients .paragraph
{
  float: left;
  margin: 10px 11px 20px 12px;
  width: 200px;
}

.partners .paragraph
{
  float: left;
  margin: 10px 11px 20px 12px;
  width: 200px;
}

.partners h2
{
  height: 30px;
}

/* TEAMS */
/* #################################################### */


.member
{
  position: relative;
  width: 217px;
  height: 99px;
  overflow: hidden;
  float: left;
  margin: 10px 5px 0 0;
  background: url(/img/ibuildings/panel_team.jpg) no-repeat left top;
}

.member a.panel
{
  display: block;
  position: absolute;
  z-index: 100;
  width: 217px;
  height: 99px;
  top: 0;
  left: 0;
}

.member .text
{
  position: absolute;
  width: 80px;
  height: 75px;
  top: 12px;
  left: 10px;
}

.member img
{
  position: absolute;
  right: 10px;
  top: 13px;
  width: 105px;
}

.member .text a
{
  display: block;
  line-height: 120% !important;
  padding-bottom: 3px;
  text-decoration: none;
  color: #343434;
  letter-spacing: -1px;
}

.member .text a.title
{
  font-weight: bold;
  color: #a40013;
}



/* FOOTER */
/* #################################################### */


#container-footer
{
  display: none;
  position: absolute;
  width: 922px;
  bottom: 0 !important;
  bottom: -1px; /* for certain IE widths */
  height: 90px;
  background: #f4f4f4 url(/img/ibuildings/footer_mask.jpg) no-repeat left top;
}

#container-footer #trademark
{
  position: absolute;
  width: 200px;
  top: 26px;
  right: 30px;
  text-align: right;
  color: #FFFFFF;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 1.1em;  
}

#language
{
  position: absolute;
  top: 17px;
  right: 20px;
  width: 45px;
  height: 12px;
  z-index: 100;
}

#language a span
{
  display: none;
}

#language a.nl
{
  display: block;
  float: left;
  width: 16px;
  height: 11px;
  margin: 0 5px 0 0;
  background: url(/img/ibuildings/nl.gif) no-repeat left top;
}

#language a.en
{
  display: block;
  float: right;
  width: 16px;
  height: 11px;
  background: url(/img/ibuildings/en.gif) no-repeat left top;
}

.indexpage #partners .partner
{
  position: relative;
  float: left;
  width: auto;
  height: 70px;
  padding: 0 0 0 15px;
  text-align: center;
}


/* WHATE WE DO */
/* ################################################### */


#whatwedo
{
  margin: 0 0 18px 0;
  z-index: 600;
}

.unit
{
  position: relative;
  float: left;
  border-right: 1px solid #fff;
  width: 174px;
  height: 240px;
  padding: 7px 0 0 0;
}

.unit:hover
{

}

#unit1 { background: url(/img/ibuildings/whatwedo_blue.jpg) left top; }
#unit2 { background: url(/img/ibuildings/whatwedo_green.jpg) left top; }
#unit3 { background: url(/img/ibuildings/whatwedo_red.jpg) left top; }
#unit4 { background: url(/img/ibuildings/whatwedo_purple.jpg) left top; }

#unit1 h2 a { color: #006faa; background: url(/img/ibuildings/icon_unitblue.jpg) no-repeat left top; }
#unit2 h2 a { color: #909900; background: url(/img/ibuildings/icon_unitgreen.jpg) no-repeat left top; }
#unit3 h2 a { color: #a40013; background: url(/img/ibuildings/icon_unitred.jpg) no-repeat left top; }
#unit4 h2 a { color: #55116b; background: url(/img/ibuildings/icon_unitpurple.jpg) no-repeat left top; }

.unit h2
{
  margin: 0 0 0 5px;
  padding: 0 0 0 0 !important;
  height: 50px;
  background: none;
}

.unit h2 a
{
  display: block;
  margin: 0;
  padding: 3px 0 0 35px;
  height: 40px;
  line-height: 120%;
  text-decoration: none;
}

.unit h2 a:hover
{
  text-decoration: underline;
}

#unit1 label { color: #006faa; }
#unit2 label { color: #909900; }
#unit3 label { color: #a40013; }
#unit4 label { color: #55116b; }

.unit label
{
  display: block;
  margin: 10px 0 5px 0;
  text-align: center;
  cursor: text;
}

.unit .case
{ 
  display: block;
  height: 51px;
  margin: 0 0 0 0;
  padding: 3px 0 0 0;
  text-align: center; 
  background: url(/img/ibuildings/panel_unit.gif) no-repeat center top; 
}

.unit a.caselogo
{
  display: block;
  margin: 0px auto;
  width: 114px;
  height: 47px;
}

.unit a.caselogo:hover
{
  background-position: center -46px !important;
}

.unit a.caselogo span
{
  display: none;
}

.unit ul
{
  margin: 10px 0 0 0;
  height: 75px;
}

.unit ul li
{
  padding: 0 7px 0 10px !important;
}

.unit ul li a
{
  color: #343434;
  text-decoration: none;
}

.unit ul li a:hover
{
  text-decoration: underline;
}


/* BLOGS */
/* ################################################### */


#blogs
{
  position: relative;
  margin: 18px 0 0 0;
}

#blogs a.subscribe
{
  display: block;
  position: absolute;
  top: 14px;
  right: 12px;
  text-decoration: underline;
  height: 16px;
  padding: 0 0 0 20px;
  background: url(/img/ibuildings/icon_rss.gif) no-repeat left top;
}

#blogs a.subscribe:hover
{
  text-decoration: none;
}

.post
{
  margin: 0 0 25px 0;
}

.post .header
{
  height: 52px;
  background: url(/img/ibuildings/post_header.gif) no-repeat right top;
}

.post .header h3
{
  padding: 4px 0 0px 12px;
  font-size: 1.6em;
  color: #444444;
}

.post .header h3 a
{
  color: #444444;
  text-decoration: none;
}

.post .header h3 a:hover
{
  text-decoration: underline;
}

.post .header h5
{
  margin: -4px 0 0 0;
  padding: 0 0 0 12px;
  font-size: 1em;
  font-weight: normal;
  color: #a40013;
}

.post .content
{
  padding: 12px;
}

.post .footer
{
  color: #aaaaaa;
  padding: 0 0 0 24px;
  background: url(/img/ibuildings/post_footer.gif) no-repeat 12px 6px;
}


/* SERENDIPITY S9Y */
/* ################################################### */


#ibsProfile
{  
  background: url(/img/ibuildings/dots_profile.gif) no-repeat left bottom;
  padding: 0;
  margin: 0 0 20px 2px;
}

#ibsProfileWrapper
{
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left top;
  padding: 20px;
}

#ibsProfileTable
{

}

#ibsProfileDetails
{
  color: #777777;
  padding: 10px 20px 0 0;
}

#ibsProfilePhoto
{
  width: 160px;
}

#ibsProfileZend
{
  text-align: left;
}

#ibsProfileZend a
{
  display: block;
  float: right;
  margin: 0 0 5px 5px;
}

#ibsProfileZend img
{
  width: 50px;
}



#serendipity_banner h1, 
.serendipity_title
{
  margin: 2px 0 10px 0;
  padding: 4px 0 0 12px;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  line-height: 100%;
  font-size: 1.6em;
  color: #444444;
  line-height: 100% !important;
}

.paragraphtitle
{
  margin: 2px 0 10px 0;
  padding: 4px 0 0 22px;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  line-height: 100%;
  font-size: 1.6em;
  color: #444444;
  line-height: 100% !important;
}

.serendipity_commentsTitle
{
  margin: 2px 0 10px 0;
  padding: 4px 0 0 0;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  line-height: 100%;
  font-size: 1.6em;
  color: #444444;
  line-height: 100% !important;
}

.serendipitySideBarTitle
{
  margin: 2px 0 10px 0;
  padding: 4px 0 12px 0;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  line-height: 100%;
  font-size: 1.6em;
  line-height: 100% !important;
  color: #a40013;
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left bottom;
}

.serendipity_title a
{
  text-decoration: none;
  color: #444444;
}

.serendipity_title a:hover
{
  text-decoration: underline;
}

.serendipity_title
{
	height: 60px !important;
	padding: 10px 105px 0 10px;
 background: #F4F4F4;
}

.serendipity_Entry_Date h3.serendipity_date
{
  font-family: Verdana;
  font-size: 1em;
  font-weight: normal;
  position: absolute;
  letter-spacing: 0px;
  top: 40px;
  left: 25px;
  color: #666666;
}

.alternateparagraphtitle
{
  position: relative;
  margin: 2px 0px 10px 0px;
  padding: 5px 5px 3px 5px;
  letter-spacing: -1px;
  min-height: 20px;
}

.serendipity_Entry_Date
{
  position: relative;
  padding: 0 0 0 15px;
  background: url(/img/ibuildings/dots_vertical.gif) repeat-y left top;
}

.authorpic
{
	float: right;
	margin: -73px 15px 0 0;
	z-index: 100;
}

* html .authorpic
{
	margin: -73px 5px 0 0;
}

.authorpic img
{
	width: 80px;
	height: 53px;
}

.serendipity_entry blockquote
{
	width: 88%;
	padding: 20px;
	margin: 10px 20px 10px 20px;
	background: #f7f7f7;
	border: 1px dotted #444444;
}

.serendipity_entry pre
{
  overflow: auto !important;
  position: relative;
  width: 500px;
  display: block;
  line-height: 100%;
}

.serendipity_entry pre br
{
  display: none;
}

.serendipity_entryFooter
{
  margin-top: 20px;
  margin-bottom: 30px;
  color: #aaaaaa;
  font-size: 0.9em;
}

.serendipity_entryFooter a
{
  color: #666666;
}

#serendipity_banner A
{
  text-decoration: none;
}

.serendipity_commentsTitle
{
  font-weight: bold;
}

#serendipity_commentform_comment
{
  width: 500px;
  margin: 0px;
  padding: 0px;
}

.serendipitySideBarItem
{
  margin-bottom: 10px;
}

#mainpane #content
{
  padding-left: 0 !important;
}

.serendipitySideBarTitle { margin-bottom: 10px; }

.serendipity_plugin_freetag
{
  line-height: 140% !important;
}

.serendipity_freetag_taglist span
{
  line-height: 90% !important;
}

.serendipitySideBarContent
{
  font-size: 0.9em;
}

.serendipitySideBarContent span
{
  line-height: 100% !important;
}

.serendipity_entryFooter
{
  padding: 0px 0px 15px 0px;

}

.serendipity_comment_source /* footer van blog commentaar vakje */
{
  position: relative;
  margin: 10px 0px 0px 10px;
  padding: 4px 3px 6px 20px;
  line-height: 140% !important;
  background: #f4f4f4 url(/img/ibs_blog_footer.gif) no-repeat 9px 9px; _background: #e9dfeb url(/img/ibs_blog_footer.gif) no-repeat 9px 8px;
}

.serendipity_comment
{
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  overflow: auto;
}

.serendipity_commentBody
{
  margin-left: 10px;
  padding: 0;
}

.bb-code, .bb-php
{
  display: block;
  position: relative;
  font-family: courier new, courier;
  font-size: 11px;
  padding: 10px 5px 10px 5px;
  background-color: #f4f4f4;
  margin: 2px;
  overflow: auto !important;
  width: 580px;
  _padding: 10px 0px 30px 0px;
}

.bb-code-title, .bb-php-title
{
  background-color: #f4f4f4;
  margin: 2px;
  width: 580px;
}

.serendipity_entry_body
{

}

.serendipity_entry_body img
{
  margin: 6px;
}

.serendipity_entry_extended img
{
  margin: 6px;
}

.serendipity_entry_extended img.emoticon
{
  margin: 0px;
}


/* SIDEBARS */
/* ################################################### */


#sidebar
{
  position: relative;
  float: right;
  width: 170px;
  margin: -160px 0 0 0;
  padding: 0 0 0 10px;
}

.contentpage #sidebar
{
  display: none;
  float: left;
  margin: -60px 0 0 0;
  padding: 0;
}

#sidebar .panel
{
  position: relative;
  margin: 0 0 20px 0;
}

#rightcolumn .searchwrapper,
#rightcolumn .panelwrapper
{
  position: relative;
  padding: 12px 15px 15px 15px;
  background: url(/img/ibuildings/dots_panel.gif) repeat-y left bottom !important;
}

.contentpage #sidebar .panelwrapper
{
  background: none;
}

#rightcolumn .panel
{
  position: relative;
  margin: 0 0 20px 25px;
  padding: 0;
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left top;
}

#sidebar .panel .content
{
  position: relative;
  background: url(/img/ibuildings/dots_horizontal.gif) repeat-x left top;
  padding: 12px 0 0 0;
}

.contentpage #sidebar .panel .content
{
  background: none !important;
}

.search
{
  display: none;
}

#sidebar .search .text,
#rightcolumn .search .text
{
  width: 122px;
  font-size: 11px;
  height: 16px;
}

#sidebar .search .submit,
#rightcolumn .search .submit
{
  background: #a40013;
  color: #FFFFFF;
  padding: 0px 3px 0px 3px;
  margin: 0 0 0 3px;
  border: 1px solid #db99a1;  
}

#sidebar ul
{
  margin: 0 0 5px 0;
}

#sidebar li
{
  display: block;
  position: relative;
  list-style-type: none;
  background: url(/img/ibuildings/list_arrow.gif) no-repeat left 6px;
}

#sidebar h2
{
  margin: 0;
  background: none;
  padding: 0 0 12px 0;
}

#sidebar .search h2 { background: url(/img/ibuildings/icon_search.gif) no-repeat left 2px !important; padding: 0 0 12px 22px !important; }
#sidebar .blogs h2 { background: url(/img/ibuildings/icon_popularblogs.gif) no-repeat left 2px !important; padding: 0 0 12px 22px !important; }
#sidebar .vacancies h2 { background: url(/img/ibuildings/icon_vacancies.gif) no-repeat left 2px !important; padding: 0 0 12px 22px !important; }
#sidebar .events h2 { background: url(/img/ibuildings/icon_events.gif) no-repeat left 2px !important; padding: 0 0 12px 22px !important; }
#rightcolumn .search h2 { background: url(/img/ibuildings/icon_search.gif) no-repeat left 2px !important; padding: 0 0 0 22px !important; }

#sidebar .blogs li
{
  display: block;
  background: url(/img/ibuildings/list_rss.gif) no-repeat left 6px;
  margin: 0 0 4px 0;
}

#sidebar .events li
{
  display: block;
  background: none;
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}

#sidebar .events li a
{
  display: block;
  width: 170px;
  overflow: hidden;
}

#sidebar .events li img
{
  width: 170px;
}

#sidebar .events li a span
{
  display: none;
}

#sidebar .Support 
{
  margin: 0 0 18px -12px;
}


/* EVENTS */
/* ################################################### */


.paragraph .event
{
  padding: 0 0 20px 0 !important;
}

.paragraph .event .left
{
  width: 185px;
  float: left;
  overflow: hidden;
}

.paragraph .event .left img
{
  max-width: 185px;
  _width: 185px;
}

.paragraph .event .right
{
  width: 470px;
  float: right;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  background: url(/img/ibuildings/dots_vertical.gif) repeat-y left top;
}



/* SPEAKERS */
/* ################################################### */


.paragraph .speaker
{
  padding: 0 0 20px 0 !important;
}

.paragraph .speaker .left
{
  width: 155px;
  float: left;
  overflow: hidden;
}

.paragraph .speaker .left img
{
  max-width: 155px;
  _width: 155px;
}

.paragraph .speaker .right
{
  width: 500px;
  float: right;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  background: url(/img/ibuildings/dots_vertical.gif) repeat-y left top;
}



/* SEARCH */
/* ################################################### */


.ibsSearchSummary
{
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.ibsSearchResult
{
  position: relative;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

.ibsSearchResultProperties
{
  position: relative;
  color: #777777;
  margin-top: 1px;
}

.ibsSearchResultTitle
{
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 15px;
  padding: 12px 0 12px 0;
  font-size: 1.6em;
  color: #343434;
}

.ibsSearchResultUrl
{
  color: #b01523;
  font-size: 10px;
}



/* NAVIGATION */
/* ################################################### */


#navigation,
#footerlinks
{
  display: block;
  position: absolute;
  z-index: 100px;
  top: 11px;
  left: 25px;
  width: 800px;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
}

#footerlinks
{
  width: 500px;
  top: 24px;  
}

#navigation li,
#footerlinks li
{
  display: block;
  float: left;
  margin: 0 10px 0 0;
  color: #FFFFFF;
}

#navigation li a,
#footerlinks li a
{
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px 8px 3px 8px;
}

#navigation li a:hover,
#navigation li a.active,
#footerlinks li a:hover
{
  background: #82000e;
  text-decoration: none;
}


/* SUBNAVIGATION */
/* ################################################### */


#subnavigation
{
  margin: 0 0 30px 0;
}

#subnavigation #menu
{
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto;
  color: #343434;
}

#subnavigation #menu ul
{
  margin: 0;
}

#subnavigation #menu li
{
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
}

#subnavigation #menu li a:link,
#subnavigation #menu li a:visited
{
  display: block;
  overflow: hidden;
  text-decoration: none;
  border-bottom: 1px dotted #343434;
  padding: 2px 0 2px 16px;
  margin: 0;
  background: url(/img/ibuildings/list_arrow.gif) no-repeat 4px 8px;
  font-weight: bold;
  letter-spacing: -1px;
}

#subnavigation #menu li a:hover,
#subnavigation #menu li a:active,
#subnavigation #menu li a.selected
{
  background: #A30013 url(/img/ibuildings/list_arrowdown.gif) no-repeat 4px 9px;
  color: #FFFFFF;
}

#subnavigation #menu li a.selected
{
  margin: 0;
  background: #A30013 url(/img/ibuildings/list_arrowdown.gif) no-repeat 4px 9px !important;
}

#subnavigation #menu .submenu1
{
  margin: 0 0 20px 0;
}

#subnavigation #menu .submenu1 li a:link,
#subnavigation #menu .submenu1 li a:visited
{
  display: block;
  height: 1%;
  overflow: hidden;
  text-decoration: none;
  font-weight: normal;
  background: #FFFFFF;
  border-bottom: 1px dotted #343434;
  color: #343434;
  margin: 0;
}

#subnavigation #menu .submenu1 li a:hover,
#subnavigation #menu .submenu1 li a:active,
#subnavigation #menu .submenu1 li a.selected
{
  font-weight: normal;
  color: #A30013;
  background: url(/img/ibuildings/list_arrow.gif) no-repeat 4px 8px;
  margin: 0;
}

#subnavigation #menu .submenu1 li a.selected
{
  color: #343434 !important;
  background: url(/img/ibuildings/list_arrow.gif) no-repeat 4px 8px !important;
  font-weight: bold;
}

#subnavigation #menu .submenu2 
{
  margin: 0;
}

#subnavigation #menu .submenu2 li a:link,
#subnavigation #menu .submenu2 li a:visited
{
  display: block;
  height: 1%;
  overflow: hidden;
  font-weight: normal;
  border: none;
  color: #343434;
  padding: 2px 0 2px 28px;
  margin: 0;
  background: #f4f4f4;
}

#subnavigation #menu .submenu2 li a:hover,
#subnavigation #menu .submenu2 li a:active,
#subnavigation #menu .submenu2 li a.selected
{
  padding: 2px 0 2px 28px;
  background: #f4f4f4 url(/img/ibuildings/list_arrow.gif) no-repeat 18px 8px !important;
  border: none;
  color: #A30013 !important;
  font-weight: normal;
  margin: 0;
}

#subnavigation #menu .submenu2 li a.selected
{
  font-weight: bold;
}


/* GLOBAL FORM */
/* ################################################### */


form 
{
  margin: 0;
  padding: 0;
  display: inline;
}
 
select, textarea 
{
  font-family: Verdana, Helvetica, Tahoma, Arial, Trebuchet MS;
  font-weight: normal;
  font-size: 11px;
  padding: 2px;
}

input
{
  font-family: Verdana, Helvetica, Tahoma, Arial, Trebuchet MS;
  font-weight: normal;
  font-size: 11px;
}
 
textarea 
{
  line-height: 1.25;
}
 
label 
{
  cursor: pointer;
}


/* GLOBAL STYLES */
/* ################################################### */


.clearfix:after 
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix 
{
  display: inline-block;
}

html[xmlns] .clearfix 
{
  display: block;
}

* html .clearfix 
{
  height: 1%;
}


.red          { color: #a40013; }
.clear        { clear: both; }
.floatleft    { float: left; }
.floatright   { float: right; }
 
.textleft     { text-align: left; }
.textright    { text-align: right; }
.textcenter   { text-align: center; }
.textjustify  { text-align: justify; }
 
.bold         { font-weight: bold; }
.italic       { font-style: italic; }
.underline    { border-bottom: 1px solid; }
.highlight    { background: #ffc; }

a img         { border: none; } 
.imgleft      { float: left; margin: 4px 10px 4px 0; }
.imgright     { float: right; margin: 4px 0 4px 10px; }
 
.noindent     { margin-left: 0; padding-left: 0; }
.nobullet     { list-style: none; list-style-image: none; }

#atk_debugging_div
{
  clear: both;
  margin: 0 0 0 25px;  
}


/* TEMPORARY FOR MERGE */

.ibsBlogRSS,
.post .clearboth
{
  display: none;
}

