/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin:0;
	padding:0;
}*/
/** body **/
  body
  {
    margin: 0;
    padding: 37px;
	background:url(images/bg-body.png) no-repeat center 151px;
  }
body.admin-menu{
	background:url(images/bg-body.png) no-repeat center 171px;
}
  #page
  {
	  
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
	  float:left;
  }
  #logo-title #site-name a{
	  display:block;
	  width:749px;
	  height:70px;
	  background:url(images/logo.png) no-repeat;
	  text-indent:-999em;
	  overflow:hidden;
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin-left: 4px;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }
  #header-blocks .block-region{
	  clear:both;
  }
  #block-block-8 {
	  float:left;
	  width:116px;
	  margin:0;
	  padding:0 24px 0 40px;
  }
  #block-block-8 a.organize{
	  display:block;
	  width:116px;
	  height:70px;
	  background:url(images/organized-by.png) no-repeat;
	  text-indent:-999em;
	  overflow:hidden;
  }
  #block-locale-0{
	  height:68px;
	  margin-top:0;
	  overflow:hidden;
  }
    #block-locale-0 ul{
		list-style:none;
	}
	#block-locale-0 li{
		margin-top:10px;
	}
  .block p{
	  margin:0
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
/*	  margin-top:24px;*/
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
	  margin:16px 0;
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
	height:2em;
	line-height:2em;
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

#page h1.title{
	font-size:24px;
	font-weight:normal;
	color:#0d6bb2;
}
.front #page h1.title{
	padding-left:12px;
}
  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
	  margin-right:12px;
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
	  margin-top:0px;
  }

  ul.links /* List of links */
  {
    padding: 0;
	overflow:hidden;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
	  float:left;
/*    list-style-type: none;*/
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
	  clear:both;
  }
#primary ul{
	background:url(images/menu_bg.png) no-repeat;
	padding-left:13px;
	height:49px;
	margin-top:6px;
	margin-left:4px;
}
#primary ul li{
	padding:0;
}
#primary ul li.menu-958{
	width:81px;
}
#primary ul li.menu-261{  /* ent 2.0*/
	width:146px;
}
#primary ul li.menu-255{
	width:96px;
}
#primary ul li.menu-257{
	width:124px;
}
#primary ul li.menu-259{
	
	width:109px;
}
#primary ul li.menu-260{
	
	
	width:168px;
}
#primary ul li.menu-258{
	width:125px;
}
#primary ul li.menu-262{
	width:82px;
}
  #primary ul li,#primary ul li a {
	  height:49px;
  }
#primary ul li a{
	display:block;
	background:url(images/menu_new.png) no-repeat;
}
#primary ul li a span{
	display:none;
}
#primary ul li.menu-958 a{
	background-position:-26px 0;
}
#primary ul li.menu-261 a{  /* ent 2.0*/
	background-position:-604px 0;
}
#primary ul li.menu-255 a{
background-position:-107px 0;	
	
}
#primary ul li.menu-257 a{
	background-position:-312px 0;
}
#primary ul li.menu-259 a{
		
		background-position:-203px 0;
}
#primary ul li.menu-260 a{

background-position:-436px 0;
}
#primary ul li.menu-258 a{
	background-position:-750px 0;
}
#primary ul li.menu-262 a{
	background-position:-875px 0;
}

#primary ul li.menu-958 a:hover,#primary ul li.active-trail a.a-menu-958{
	background-position:-26px -49px;
}

#primary ul li.menu-261 a:hover,#primary ul li.active-trail a.a-menu-261{  /* ent 2.0*/
	background-position:-604px -49px;
}
#primary ul li.menu-255 a:hover,#primary ul li.active-trail a.a-menu-255{
	background-position:-107px -49px;
	
}
#primary ul li.menu-257 a:hover,#primary ul li.active-trail a.a-menu-257{
	background-position:-312px -49px;
}
#primary ul li.menu-259 a:hover,#primary ul li.active-trail a.a-menu-259{
	
	background-position:-203px -49px;
}
#primary ul li.menu-260 a:hover,#primary ul li.active-trail a.a-menu-260{
	
	background-position:-436px -49px;
}
#primary ul li.menu-258 a:hover,#primary ul li.active-trail a.a-menu-258{
	background-position:-750px -49px;
}
#primary ul li.menu-262 a:hover,#primary ul li.active-trail a.a-menu-262{
	background-position:-875px -49px;
}

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
	  margin-left:4px;
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
	  background:url(images/bg-footer.png) no-repeat; margin-top:24px;	text-align:center; color:#232323;
  }
#footer ul.menu{
	padding-top:20px;
	overflow:hidden;
	text-align:center;

}
#footer ul.menu li.leaf{
	display:inline;
	padding:0 12px 0 15px;
	background:url(images/bg-footer-link.png) no-repeat left center;
	list-style:none;
}
#footer ul.menu li.leaf a{
	color:#727272;
}
#footer ul.menu li.first{
	background:none;
}
  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
	  clear:both;
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }
  

.node h2.title /* Node title */
{
	font-weight:normal;
	padding:10px 0;
}
.page-blog-1 #page h2.title a{
	font-size:18px;
	color:#333; /*0d6bb2*/
}

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
	  font-style:italic;
	  color:#b1b1b1;
  }
 #page .node .submitted a{
	  color:#84c002;
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  padding:0 20px 0 12px;
  text-align:justify;
  overflow:hidden;
  }
   .not-front .node .content{
		padding:12px 0 0 12px;
	}
	.page-blog-1 .node .content{
		padding-left:0;
		padding-right:0;
	}
	.page-blog-1 .node {
		border-bottom:1px solid #eaeaea;
	}
  #node-10 .content img , #node-15 .content img /* Node's content wrapper */
  {
  	padding:2px 15px 2px 10px;
  	float: right; 
  }
  #node-16 .content img , #node-13 .content img /* Node's content wrapper */
  {
  	padding:8px 15px 40px 10px;
  	float: left; 
  }


  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-top: 1em;
  }
#sidebar-left .block,#sidebar-right .block{
	width:185px;
	background:url(images/block-mid.png) repeat-y;
}
#sidebar-left .block p,#sidebar-right .block p{
	margin:0;
	padding:0;
}
  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

 #sidebar-left .block-inner,#sidebar-right .block-inner  /* Additional wrapper for block */
  {
	background:url(images/block-top.png) no-repeat;
  }
 #sidebar-left .block-inner .content,#sidebar-right .block-inner .content{
	background:url(images/block-bottom.png) no-repeat 0 bottom;
	padding-bottom:37px;
	padding-right:6px;
  }

#block-block-10, #block-block-10 .block-inner, #block-block-10 .block-inner .content{ /*custom BG for twitter blog*/
	background: none !IMPORTANT;
}
#block-block-10 .block-inner .content{
	padding-bottom:5px;
}


  .block h2.title /* Block title */
  {
	  font-size:18px;
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }
#sidebar-left .block li,#sidebar-right .block li{
	list-style:none;
}
#sidebar-left .block h2,#sidebar-right .block h2 /* First administrator-defined block */
  {
	  height:36px;
	  text-indent:-999em;
  }
#sidebar-right #block-block-3 h2{
	  display:block;
	  width:186px;
	  height:48px;
	  background:url(images/bg-sponsor-opp.png) no-repeat;
	  text-indent:-999em;
	  overflow:hidden;
}
#sidebar-right #block-block-3 .block-inner .content{
	padding:5px 10px 37px 10px;
	color:#b0afaf;
	font-size:10px;
}
#sidebar-right #block-block-3 a{
	color:#3bafdd;
}
#block-block-5 .content p a{
	  display:block;
	  width:186px;
	  height:49px;
	  background:url(images/bg-newsletter.png) no-repeat;
	  text-indent:-999em;
	  overflow:hidden;
}
  
#block-block-1 h2{
	 background:url(images/bg-diamond-sponsors.png) no-repeat;
}
#block-block-12 h2{
	 background:url(images/bg-sponsors.png) no-repeat;
}

#block-block-2 h2{
	 background:url(images/bg-silver-sponsors.png) no-repeat;
}
#block-block-6 h2{
	 background:url(images/bg-2009-video.png) no-repeat;
}
#block-block-7 h2{
	 background:url(images/bg-contact.png) no-repeat;
}
#block-block-13 h2{
	 background:url(images/bg-advocacies.png) no-repeat;
}
#block-block-14 h2{
	background:url(images/bg-media-partners.png) no-repeat;
}
#block-block-21 h2{
	background:url(images/bg-participation.png) no-repeat;
}
#block-block-22 h2{
	background:url(images/bg-main-media-partner.png) no-repeat;
}
#block-block-23 h2{
	background:url(images/bg-event-partner.png) no-repeat;
}
#block-block-24 h2{
	background:url(images/bg-official-suppliers.png) no-repeat;
}
#block-block-28 h2{
	background:url(images/bg-affinity-map.png) no-repeat;
}



#block-block-14 .content ul{
	margin-bottom:0;
}

.block ul.sitelink li{
	padding:10px 0;
}

/*#block-block-3,#block-block-3 .block-inner,#block-block-3 .block-inner .content,*/#block-block-5,#block-block-5 .block-inner,#block-block-5 .block-inner .content{
	background:none;
	padding:0;
}
  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #727272;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }
  
  
#block-views-Speaker-block_1 .content{
	overflow:hidden;
	width:579px;
	background:url(images/bg-speaker-block-mid.png) repeat-y;
	padding-bottom:10px;
	zoom:1;
}
#block-views-Speaker-block_1{
	width:579px;
	background:url(images/bg-speaker-block-bottom.png) no-repeat left bottom;
	padding-bottom:5px;
}
#block-views-Speaker-block_1 h2{
	height:34px;
	width:579px;
	background:url(images/bg-speakers.png) no-repeat 0 center;
	margin:0;
}

#block-views-Speaker-block_1 h2 span{
	display:none;
}
#block-views-Speaker-block_1 h2 .more{
	display:block;
	height:34px;
	line-height:34px;
	float:right;
	padding-left:21px;
	padding-right:12px;
	background:url(images/bg-more.png) no-repeat 0 center;
	color:#373737;
	font-size:10px;
}
#block-views-Speaker-block_1 ul{
	padding:0;
	overflow:hidden;
	padding-left:12px;
}
#block-views-Speaker-block_1 .views-view-grid{
	padding:5px;
	text-align:center;
	font-size:11px;
}
#block-views-Speaker-block_1 .views-view-grid td{
	padding:10px;
	vertical-align:top;
}
#block-views-Speaker-block_1 .views-view-grid td .views-field-nid {
	width:123px;
}
#block-views-Speaker-block_1 .views-view-grid div.avatar{
	display:block;
	width:100px;
	height:100px;
	margin:0 auto;
	background:url(images/bg-speaker-img.png) no-repeat center top;
	overflow:hidden;
}
#block-views-Speaker-block_1 .views-view-grid img{
	padding:9px 13px 15px 11px;
}
#block-views-Speaker-block_1 dl,#block-views-Speaker-block_1 dt,#block-views-Speaker-block_1 dd{
	margin:0;
	padding:0;
}
#block-views-Speaker-block_1 .views-view-grid dt{
	line-height:16px;
	font-weight:bold;
	color:#151515;	
}
#block-views-Speaker-block_1 .views-view-grid dt a{
	font-weight:bold;
	color:#151515;
}
#block-views-Speaker-block_1 .views-view-grid dd {
	line-height:12px;
	color:#868686;
}
#block-views-Speaker-block_1 .views-view-grid dd a{
	color:#868686;
}

#block-block-6 ul{
	padding:0 10px 0 10px;
}
#block-block-6 ul li a.video-img{
	display:block;
	margin:10px auto 0;
	width:155px;
	height:117px;
	background:url(images/bg-video.png) no-repeat;
}

#block-block-6 ul li img{
	padding:10px 13px 13px 10px;
}
#block-block-6 a.more{
	display:block;
	width:38px;
	height:25px;
	background:url(images/bg-more.png) no-repeat left center;
	line-height:25px;
	margin-left:2em;
	padding-left:20px;
	font-size:10px;
	font-weight:bold;
}
#block-block-5{
	clear:both;
}
#block-block-7 ul{
	margin-bottom:0;
	padding-left:6px;
	_padding-left:0;
	overflow:hidden;
	zoom:1;
}
#block-block-7 li{
	display:inline-block;
	float:left;
	width:32px;
	height:44px;
	background:url(images/icon-connect.png) no-repeat;
	margin-left:8px;
	margin-top:10px;
}
#block-block-7 li a{
	display:block;
	width:32px;
	height:32px;
	text-indent:-999em;
	overflow:hidden;
}
#block-block-7 li.blog{

}
#block-block-7 li.linkedin{
	background-position:-41px 0;
}
#block-block-7 .twitter{
	background-position:-81px 0;
}
#block-block-7 li.facebook{
	background-position:-121px 0;
}
#block-block-7 li.vimeo{
    background-position:0 -51px;
}
#block-block-7 li.youtube{
	background-position:-41px -51px;
}
#block-block-7 .slideshare{
	background-position:-81px -51px;
}
#block-block-7 li.flickr{
	background-position:-121px -51px;
}
#content-header .region-count-1{
 font-size:11px;
 line-height:1.286em;
 color:#6D6D6D;
 padding-left:15px;
}

#sidebar-right a{
	color:#686868;
}

/*inner page*/

p.note {
	font-style:italic;
}
div.abstract{
	padding:12px;
	border-bottom:1px solid #dbdbdb;
}
h2.title2{
	font-size:14px;
	line-height:1.5em;
	color:#84c002;
}

#content-area ul{
	display:block;
/*margin: 12px 5px 12px 17px ;*/
}
#content-area .item-list ul{
	margin-left:0;
	padding:0;
}
.page-blog-1 #content-area  ul.links{
	margin:0 0 6px;
}
#content-area .view-Speaker ul {
	margin-left:0;
	padding-left:12px;
}
.node-type-blog #content-area ul.links li{
	display:block;
	float:none;
}
.node-type-blog .comment_add{
	margin-top:24px;
}

ul.calendar {
	overflow:hidden;
	padding:12px 12px 12px 22px;
}
ul.calendar .time{
	display:block;
	float:left;
	width:80px;
	color:#84c002;
}
ul.calendar p{
	padding-left:120px;
	margin:0;
}
#page ul.calendar p a{
	color:#83b580;
	font-weight:bold;
}
.intro{
	height:50px;
	background:url(images/bg-title3.png) no-repeat;
	padding-left:22px;
}
.intro h3{
	padding:6px 12px 0 0;
	color:#0d6bb2;
}
.intro p{
	margin:2px 0;
	color:#bbb;
	font-style:italic;
}
.calendar p span{
	color:#cbcbcb;
}
#content-area h2{
	background:url(images/bg-h2-01.png) no-repeat;
	height:31px;
	line-height:31px;
	color:#0d6bb2;
	padding-left:15px;
}
.page-blog #content-area h2,.section-blog #content-area h2{
	background:none;
	padding-left:0;
}
#content-area h3{
	color:#0D6BB2;
	margin:12px 0px 6px 0px;
}

.page-organizers #content-area ul{
	overflow:hidden;

}

.page-organizers #content-area ul li{
	float:left;
	width:100%;
	list-style: disc; 
}

.page-agenda #content-area table{
margin: 10px auto 20px auto;
	
}

.page-agenda #content-area table img{
padding: 4px 10px 12px 0px;

}
.page-agenda #content-area table td.free img{
padding: 2px 10px 2px 0px;
}


.page-agenda #content-area table td{
	padding:10px;
	border: #ddd solid 1px;
}
.view-Speaker dt{
	font-weight:bold;
}
.view-Speaker dd{
font-style:italic;
margin-bottom:5px;
}
.view-display-id-page_1 .views-row{
border-bottom:#ddd dotted thin;
padding-bottom:20px;
margin-bottom:22px;
clear:both;

}
.view-display-id-page_1 .views-row-last{
border-bottom:none;
}
.node p{
	font-size:12px;
	margin-top:0;
	padding-right:24px;
	padding-left:15px;
}
.front .node p{
	padding-left:0;
	padding-right:0;
}

/**Speaker**/
.speaker-img{
	float:left;
	padding-right:25px;
	padding-bottom:12px;
}
.name-position{
	margin-bottom:6px;
}
.name-position span{
	display:inline;
	margin-right:5px;
}
.name-position .speaker-post-value{
	font-size:11px;
	font-style:italic;
}

/**End**/

/** Linkedin Twitter **/

.linkedin-twitter{
	overflow:hidden;
}
.linkedin-twitter .linkedin,
.linkedin-twitter .twitter{
	float:left;	
	width:16px;
	height:16px;
	text-indent:-999em;
	margin-right:10px;
	overflow:hidden;	
}
.linkedin-twitter .linkedin a{
	display:block;
	width:16px;
	height:16px;
	background:url(images/icon-linkedin.png) no-repeat;
}
.linkedin-twitter .twitter a{
	display:block;
	background:url(images/icon-twitter.png) no-repeat;
}
/**End**/
.howto{
	padding-bottom:24px;
	overflow:hidden;
}
.div-left{
	float:left;
	padding-left:15px;
	padding-right:20px;
}
.div-right{
	padding-top:6px;
}
.airports{
	padding-left:17px;
}

/*is this for any img??*/
.node .content img{
	padding:12px 12px 12px 0;
}

.collaboarationWith{
	line-height:50px;
	width:250px;
	height:50px;
	display:table;
}
.node .content .collaboarationWith img{ 
	padding-top:0px !important;
}



#node-12 h2{
	font-size:1.2em;
}
  #block-block-6 a{
	  font-size:10px;
	  line-height:16px;
	  display:block;
margin:0 auto;
width:140px;
  }
#block-block-12 ul.sitelink,#block-block-13 ul.sitelink{
	margin:1.4em 0 0;
}
#block-block-12 ul.sitelink li,#block-block-13 ul.sitelink li{
	padding:4px 0;
}
body#edit-body {
	padding:0;
}
.page-speakers #content-inner{
	padding-right:24px;
	text-align:justify;
}
#sidebar-right #block-block-16,#sidebar-right #block-block-16 .block-inner,#sidebar-right #block-block-16 .content{
	background:none;
	padding:0;
}
#block-block-16 a.past-editions{
	display:block;
	width:185px;
	height:46px;
	background:url(images/past_editions.png) no-repeat;
	text-indent:-999em;
	overflow:hidden;
}

#sidebar-right #block-block-25,#sidebar-right #block-block-25 .block-inner,#sidebar-right #block-block-25 .content{
	background:none;
	padding:0;
}
#block-block-25 a{
	display:block;
	width:185px;
	height:46px;
	background:url(images/logo-barcamp.png) no-repeat;
	text-indent:-999em;
	overflow:hidden;
}



.page-agenda #content-area table, .page-agenda #content-area table p{
border-collapse:separate;
font-size:10px;
text-align:left;
}



.page-agenda #content-area  #workshop td.item {

background-color:white;
border:2px solid #D8FBD7;
border:2px solid #00b700;
}

.page-agenda #content-area  div.item {
border:2px solid #00b700;
width:20px;
}

.page-agenda #content-area  .workshop td.item {
min-width:90px;
background-color:white;
border:2px solid #D8FBD7;
}

.page-agenda #content-area  .workshop th p, .workshop td p, .page-agenda #content-area  .workshop th, .workshop td{
margin:0px;
padding:0px;
}

.page-agenda #content-area  #workshop th p, #workshop td p, .page-agenda #content-area  #workshop th, #workshop td{
margin:0px;
padding:0px;
}





.page-agenda #content-area td.free {
background-color:#BFDFFF;
}
.page-agenda #content-area td.free  ul{
list-style-type:none;
margin-left:0px;
padding-left:0px;
}
.page-agenda #content-area td.free  li{
margin-bottom:15px;}


.page-agenda #content-area #table2 td.free {
background-color:#fff;
border:1px solid #BFDFFF;
border:2px solid #0066CC;
}





.page-agenda #content-area .biz_track ul li h3, .page-agenda #content-area  table .speech, .page-agenda #content-area #workshop h3{
margin-bottom:3px;
margin-top:3px;
color:#666;
}

.page-agenda #content-area  table .speech{
margin-bottom:0px;
margin-top:0px;
color:0D6BB2;
font-weight:bold;
font-size:1.1em;
}

.page-agenda #content-area .biz_track ul{
margin:5px 0 0 0px;
padding-left:0px;
padding-right:0px;
}
.page-agenda #content-area .biz_track ul li{
margin-bottom:20px;
margin-right:0px;
padding-right:0px;
list-style-type:none;

}




.page-agenda #content-area td.biz_track ul li p{
margin-left:0px;
padding-left:0px;

}

.page-agenda #content-area td.biz_track ul li88{
border:1px dotted #ddd;
}

.page-agenda #content-area td.biz_track ul li.case_1_{
height:82px;
}


.page-agenda #content-area td.biz_track ul li.first_{
height:105px;
}
.page-agenda #content-area td.biz_track ul li.second_{
height:132px;
}
.page-agenda #content-area td.biz_track ul li.third_{
height:152px;
}
.page-agenda #content-area td.biz_track ul li.fourth_{
	}




.page-agenda #content-area #table2 td.biz_track {
border:1px solid #FFDFFF;
border: 2px solid #F42683;
width:143px;

}

.page-agenda #content-area table h4{
font-weight:bold;
margin-top:5px;
}

.page-agenda #content-area #table2 td.biz_track h4{
color:#F42683;
}
.page-agenda #content-area .free h4{
color:#0066CC;
}


.page-agenda #content-area .legenda {
margin-left:65px;
margin-right:65px;
}
.page-agenda #content-area .legenda td{
	font-size:12px;
}

.page-agenda #content-area .legenda div{
	width:12px;
	height:12px;
	border:2px solid;
	display:inline-table;
	margin-left:2px;
	margin-right:2px;
}
.page-agenda #content-area .legenda div.free{
	border-color:#0066CC;
}
.page-agenda #content-area .legenda div.workshops{
	border-color: #00B700;
}
.page-agenda #content-area .legenda div.biztrack{
	border-color:#F42683;
}
#ciao{
	border:1px solid red;

}

.page-agenda #content-area .clear_width{width:0px;}

.page-node-195 #content-inner{
	padding-left:8px;
}