/**
 * Stylesheet for FOSDEM
 *
 * @media	screen, projection
 * @author	Johan <johan@netlash.com>
 * @author	Bert Pattyn <bert@netlash.com>
 */

/**
 * = Global reset
 * ----------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
ul li {
	list-style-type: circle;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	margin: 0 0 2em 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a:link, a:visited {
	color: #1A7DA7;
}
a:hover, a:active {
	color: #1d9cd0;
}
h1 {
	font: 300 26px/1.2 Arial, sans-serif;
	color: white;
}
#content h1 {
	color: #093B52;
	margin: 0 0 1em 0;
	margin: 1em 0 0.5em 0;
	font-size: 1.6em;
}
#content h1 a {
	color: #093B52;
	text-decoration: none;
}
h2, h2 a, h2 a:link {
	font: 700 18px/1.2 "Lucida Grande", sans-serif;
	color: #093b52;
	padding-bottom: 8px;
}
h2.with-tabs {
	margin-bottom: 0.6em;
}
.node h2, h2 a, .node h2 a:link {
	font: 700 16px/1.2 "Lucida Grande", sans-serif;
}
h2.title {
	border-bottom: 2px solid #E8F9FF;
}
h2 a {
	text-decoration: none;
}
h3, h3 a, h3 a:link {
	font: 700 14px Arial, sans-serif;
	color: #075e83;
	padding: 0 0 7px 0;
}
p {
	font: 300 12px/1.5 Arial, sans-serif;
	padding: 0 0 1.5em 0;
}
ul {
	font: 300 12px/1.5 Arial, sans-serif;
	padding: 0 0 15px 30px;
}
ul li ul {
	padding: 0 0 0 20px;
}
input {
	font: 300 11px Arial, sans-serif;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {

}
dl dd {
	margin: 0 0 1em 0;
}
strong {
	font-weight: bold;
}
small {
	font-size: 0.9em;
}
hr {
	border: 1px solid #83D0EE;
	height: 0px;
	margin-bottom: 1em;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
	vertical-align: top;
}
code {
	font-family: monospace;
	overflow: auto;
	font-size: 90%;
}

/**
 * = Structure
 * ----------------------------------------------------------
 */
body {
	min-width: 960px;
	font: 300 12px Arial, sans-serif;
	background: #e8f9ff url(images/bodybg.png) repeat-x;
}
#container {
	min-width: 960px;
	max-width: 1400px;
	margin: 0 auto;
	width: expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth > 1401? "1400px" : "auto");
}

/**
 * = Header + description
 * ----------------------------------------------------------
 */
#header {
	height: 143px;
	padding: 0;
}
#header .leftpart,
#description .leftpart {
	width: 23%;
	float: left;
	height: 143px;
}
#header .middlepart,
#description .middlepart {
	width: 48%;
	float: left;
	height: 143px;
}
#header .rightpart,
#description .rightpart {
	width: 27%;
	float: left;
	height: 143px;
}
.inner-rightpart, .inner-leftpart, .inner-middlepart {
	padding: 20px;
	height: 103px;
}
.inner-leftpart {
	float: right;
	width: 187px;
}
.inner-rightpart {
	float: left;
	width: 160px;
/* for birthday */
	background: url(images/date-bday.jpg) no-repeat; 

}
#header .inner-leftpart {
	position: relative;
}
#description .leftpart,
#description .middlepart,
#description .rightpart,
#description .inner-leftpart,
#description .inner-middlepart,
#description .inner-rightpart {
	height: 37px;
	padding: 20px 0;
}
#description .inner-middlepart {
	padding: 0;
}
#header h1 {
	text-indent: -9000px;
	background: url(images/logofosdem2.jpg) no-repeat -8px 0;
	width: 582px;
	height: 102px;
	position: absolute;
	z-index: 100;
	top: 40px;
}
#header h1 a {
	display: block;
	width: 582px;
	height: 102px;
	overflow: hidden;
}
#header p {
	text-indent: -9000px;
	width: 153px;
	height: 103px;
	/*background: url(images/date.jpg) no-repeat 8px 0; FIXME for birthday*/
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
}
#description {
	color: #FFF;
	height: 77px;
	padding: 0;
	position: relative;
	_top: -20px
}
#description div {
	font-size: 13px;
}
#description p {
	max-width: 585px;
	padding: 0 0 0 20px;
	font-weight: 700;
	position: absolute;
}

/**
 * = Main
 * ----------------------------------------------------------
 */
#main {
	padding: 15px 0;
	position: relative;
	_top: -20px;
}
#main #sidebar-left {
	width: 23%;
	position: relative;
	min-width: 226px;
	float: left;
}
#main #content {
	width: 48%;
	position: relative;
	min-width: 450px;
	float: left;
}
.sidebar-left  #content2 {
	position: relative;
	margin-right: -202px;
	float: left;
}
#main #sidebar-right {
	width: 27%;
	position: relative;
	float: left;
}
#sidebar-left-content {
	padding: 20px;
	float: right;
	width: 186px;
	overflow: hidden;
}
#sidebar-right-content {
	position: relative;
	left: 20px;
	overflow: hidden;
	width: 202px;
}
.rccontent {
	border: 1px solid #83d0ee;
	background: #FFF;
	padding: 21px;
}
.sidebar-left #content .rccontent {
	padding: 19px;

}
.rctop,
.rcbottom {
	left: 20px;
	width: 202px;
}
span.rc-topleft,
span.rc-topright,
span.rc-bottomleft,
span.rc-bottomright {
	display: block;
	height: 5px;
	width: 5px;
	position: absolute;
	line-height: 1px;
	font-size: 1px;
}
span.rc-topleft {
	background: url(images/rc.gif) no-repeat top left;
	top: 0;
	left: 0;
}
span.rc-topright {
	background: url(images/rc.gif) no-repeat top right;
	top: 0;
	right: 0;
}
.sidebar-left .rc-topright {

}
span.rc-bottomleft {
	background: url(images/rc.gif) no-repeat bottom left;
	bottom: 0;
	left: 0;
}
span.rc-bottomright {
	background: url(images/rc.gif) no-repeat bottom right;
	bottom: 0;
	right: 0;
}
.sidebar-left .rc-bottomright {

}
/**
 * = Content - node
 * ----------------------------------------------------------
 */
div.node {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	background: url(images/nodebg.gif) no-repeat center bottom;
	overflow: hidden;
}
div.content {
	overflow: hidden;
}
div.sticky {
	background-color: #E8F9FF;
	background-image: none;
	padding: 10px;
}
div.node h2 {
	margin: 0;
}
div.node ul.links {
	float: right;
	font: 700 11px Arial, sans-serif;
}
div.node ul.links li {
	float: left;
	margin: 0 0 0 15px;
}
div.node span.submitted {
	font: 300 11px Arial, sans-serif;
	color: #3dc3ff;
	display: block;
	padding: 0 0 10px 0;
}
ul.links li {
	line-height: 24px;
	display: block;
}
.terms ul.links li {
	background: url(images/category.png) no-repeat 0 50%;
	color: #069cdc;
	padding: 0 0 0 20px;
}
.terms ul.links li a {
	color: #069CDC;
}
.links ul.links li a {
	color: #075E83;
}
.links ul.links li a:hover,
.links ul.links li a:active {
	color: #1D9CD0;
}
.links ul.links li.comment_comments,
.links ul.links li.comment_forbidden,
.links ul.links li.comment_add {
	color: #075e83;
	background: url(images/comments.png) no-repeat;
	padding: 0 0 0 23px;
}
.links ul.links li.node_read_more,
.links ul.links li.webform_goto {
	background: url(images/readmore.png) no-repeat;
}
.links ul.links li.node_read_more a,
.links ul.links li.webform_goto a {
	color: #FFF;
	padding: 0 32px 0 12px;
	text-decoration: none;
}
.preview .node, .preview .comment {
	background-color:#E8F9FF;
}
a.feed-icon {
	float: right;
	margin-right: 10px;
}
.messages {
	background-color: #E8F9FF;
	border-bottom: 1px solid #83D0EE;
	padding: 6px;
	margin: 6px 0;
}
.item-list ul {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: bold;
}
.item-list ul li {
	display: inline;
	list-style: none;
	margin: 0 12px 0 0;
	padding: 0;
}
html.js fieldset.collapsed,
html.js fieldset.expanded {
	margin-bottom: 1em;
}
div.node div.form-item,
div.node input.form-submit {
	margin-left: 15px;
}
ul.primary {
	border-bottom:1px solid #83D0EE;
	border-collapse:collapse;
	height:auto;
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0;
	padding:0pt 0pt 0pt 1em;
	white-space:nowrap;
}
ul.primary li {
	display:inline;
}
ul.primary li a {
	background-color:#E8F9FF;
	border-color:#83D0EE;
	border-style:solid solid none;
	border-width:1px;
	height:auto;
	margin-right:0.5em;
	padding:0pt 1em;
	text-decoration:none;
}
ul.primary li.active a {
	background-color:#FFFFFF;
	border-color:#83D0EE #83D0EE #FFFFFF #83D0EE;
	border-style:solid;
	border-width:1px;
}
ul.primary li.active a:hover {
	background-color:#FFFFFF;
	border-color:#83D0EE #83D0EE #FFFFFF #83D0EE;
	border-style:solid;
	border-width:1px;
	color: #83D0EE;
}
ul.primary li a:hover {
	background-color:#FFFFFF;
	border-color:#83D0EE #83D0EE #83D0EE;
}

/**
 * = Table
 * ----------------------------------------------------------
 */
table {
	margin: 1em 0 2em 0;
}
thead th,
tbody th {
	border-bottom: 3px solid #83D0EE;
	padding: 0.5em 0.3em 0.3em 0.3em;
	text-align: left;
	font-size: 1.2em;
	font-weight: 700;
}
tr.even, tr.odd {
	background-color: #E8F9FF;
	border: 0;
}
tr td, tr.even td, tr.odd td {
}
#event-index td, #event-index th, .event-index td, .event-index th {
	font-size: 120%;
	padding:3px 4px;
	vertical-align:middle;
}
#schedule tr.separator, #schedule tr.separator td {
	border: 0 !important;
}
#maintracks-index tbody tr:last-child td {
	border-bottom: 0px;
}

.event.day.start-time, .event.room {
	font-size: 90%;
}

/**
 * = Comments
 * ----------------------------------------------------------
 */
.comment {
	border-left: 1px solid #83D0EE;
	margin-bottom: 6px;
}
.comment div.header {
	background-color: #E8F9FF;
	border-bottom: 1px solid #83D0EE;
	padding: 3px 6px;
}
.comment .header-left {
	float: left;
	padding: 0;
}
.comment h3 {
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.comment h3 a {
	text-decoration: none;
	padding: 0;
}
.comment ul.links {
	float: right;
}
.comment ul.links li {
	float: left;
	line-height: 32px;
}
.comment .content {
	padding: 6px;
}
.comment span.submitted {
	font: 300 11px Arial, sans-serif;
	color: #3dc3ff;
}


/**
 * = Menu
 *-----------------------------------------------------------
 */
ul.menu a, ul.menu a:visited {
	text-decoration: none;
}
ul.menu a:hover, ul.menu a:active {
	text-decoration: underline;
}
#block-menu-menu-links h3 {
	display: none;
}
#block-menu-menu-links ul {
	padding: 0;
}
#block-menu-menu-links ul li {
	font: 700 14px Arial, sans-serif;
	margin: 0;
	list-style: none;
	_display: inline-block;
	padding: 0;
}
#block-menu-menu-links ul li ul {
	margin: 0 0 0 20px;
	padding: 0;
	border-left: 1px solid #cde3ec;
	list-style: none;
	background-image: none;
}
#block-menu-menu-links ul li ul li {
	font: 300 12px Arial, sans-serif;
	list-style-image: none;
	background-image: none;
}
#block-menu-menu-links ul li a {
	text-decoration: none;
	color: #115c7d;
	padding: 5px 10px;
	display: block;
	_display: inline-block;
	_width: 100%;
}
/* the big selected mainitem*/
#block-menu-menu-links ul li.expanded a.active,
#block-menu-menu-links ul li.leaf a.active /*li a.active*/ {
	background: transparent url(images/nav_selected.png) no-repeat 0 0;
	color: white;
}
#block-menu-menu-links ul li.leaf a:hover, #block-menu-menu-links ul li.expanded a:hover {
	background: transparent url(images/nav_selected_hover.png) no-repeat 0 0;
	color: white;
	
}
#block-countdown-0 div {
	font: 700 14px Arial, sans-serif;
        color: #075e83;
        /*padding: 0 0 7px 0;*/
	
}

/* the small selected subitem*/
#block-menu-menu-links ul li ul li a {
	color: #1678a2;
	padding: 3px 10px;
}
#block-menu-menu-links ul li.active a.active, 
#block-menu-menu-links ul li.active,
#block-menu-menu-links ul li.expanded ul li.leaf a.active /*li a.active*/ {
	background: transparent url(images/nav_selected_small.png) no-repeat 0 0;
	color: white !important;
}
#block-menu-menu-links ul li.expanded ul li.leaf a:hover {
	background: transparent url(images/nav_selected_small_hover.png) no-repeat 0 0;
	color: white !important;
}
#block-menu-menu-links ul li.active a {
	background: none;
}
#block-menu-menu-links ul li ul li.active a,
#block-menu-menu-links ul li ul li a.active {
	background: none;
	font-weight: 900;
	/*color: #185f7d;*/
	color: #FFFFFF;
}
#block-block-4 ul {
	padding: 0;
}
#block-block-4 ul li {
	list-style: none;
	margin: 0;
}
#block-block-4 ul li a {
	padding: 5px 10px 5px 24px;
}
#block-block-4 li#mailing_list_subscription a {
	background: transparent url(images/email.png) no-repeat 0 3px;
}
#block-block-4 li#rss_feed a {
	background: transparent url(images/rss.gif) no-repeat 0 3px;
}
#block-block-4 li#wiki a {
	background: transparent url(images/wiki.gif) no-repeat 0 3px;
}
#block-block-4 li#ical a,
#block-block-4 li#xcal a {
	background: transparent url(images/calendar.gif) no-repeat 0 3px;
}
#block-block-4 li#twitter a {
	background: transparent url(images/twitter.png) no-repeat 0 3px;
}
#block-block-4 li#linkedin a { 
	background: transparent url(images/linkedin.png) no-repeat 0 3px;
}
li.expanded {
	list-style-image:url(images/pimpedarrowdown.gif);
}
li.collapsed {
	list-style-image:url(images/pimpedarrowleft.gif);
}
li.leaf {
	list-style-image:url(images/pimpedbullet.gif);
}

#block-user-1 h3 {
	margin-bottom: 0;
}

/**
 * = Block
 * ----------------------------------------------------------
 */
#container .block {
	margin: 0 0 20px 0;
}
/* Specific for the 'support FOSDEM' block */
#block-block-3 ul {
	margin: 0;
	padding: 0;
}
#block-block-3 ul li {
	float: left;
	text-indent: -9000px;
	margin: 0 2px 0 0;
	padding: 0;
	list-style: none;
}
#block-block-3 ul li a {
	width: 77px;
	height: 68px;
	display: block;
}
#block-block-3 ul li#promote a:link,
#block-block-3 ul li#promote a:visited {
	background: url(images/promote.png) no-repeat 0 0;
}
#block-block-3 ul li#promote a:hover,
#block-block-3 ul li#promote a:active {
	background: url(images/promote.png) no-repeat 0 -68px;
}
#block-block-3 ul li#donate a:link,
#block-block-3 ul li#donate a:visited {
	background: url(images/donate.png) no-repeat 0 0;
}
#block-block-3 ul li#donate a:hover,
#block-block-3 ul li#donate a:active {
	background: url(images/donate.png) no-repeat 0 -68px;
}
/* Specific for the 'search form' */
#search-theme-form {
	width: 186px;
}
#search-theme-form input.form-text {
	background: #0E5A7D;
	border: 1px solid #083246;
	padding: 4px;
/*	background: white;*/
	width: 60%;
}
#search-theme-form input.form-text:focus {
	background: #10658d;
}
#search-theme-form input.form-submit {
	width: auto;
	background: transparent;
	color: white;
	border: 1px solid #083246;
	padding: 3px;
	overflow: visible;
	width: 30%;
	min-width: 50px;
}
#search-theme-form label {
	visibility: hidden;
	height:0px;
}
/* Search results */
.search-results strong {
    font-weight: bold;
    background-color: yellow;
}
.search-results dd p {
    margin-bottom: 1px;
    padding-bottom: 0;
}
.search-results dd { border-bottom: 1px dashed #ccc; }
#edit-search-theme-form-keys {
    font-weight: bold;
    color: white;
}
.search-info {
    margin-top: 0px;
    padding-top: 0px;
}
.search-info:before {
    content: "\00BB\00A0";
}
.block-theme {
/*	display: none;*/ 
	position: absolute;
	left: 23px;
	top: -65px;
}

/* Specific for the 'sponsor-logos' */
.sponsor-logos img {
	margin: 0 5px 5px 0;
}

/**
 * Form stuff
 */
/*label {
	color: red;
	display: none;
}*/

.form-item .description {
	color: gray;
	width: 95%;
	font-size: 10px;
}

/**
 * = Breadcrumb
 * ----------------------------------------------------------
 */
#breadcrumb {
	padding: 2px 0;
	font-size: 0.9em;
	margin: 0 0 12px 0;
}

/**
 * = Footer
 * ----------------------------------------------------------
 */

#footer {
	clear: both;
	background: #08415a;
	height: 30px;
	font-size: 12px;
	text-align: right;
	padding: 0px 10px 0px 0;
	color: white;
	margin: 0 0 0 0;
}
/*
#footer ul {
	margin: 0 auto;
	width: 200px;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0 0 0 0px;
}
*/
#footer a {
	color: white;
}

/*
 * Admin
 */
.admin tbody {
	background-color: #F8FDFF;
}
.admin tr.even {
	background-color: #F8FDFF;
}
.admin tr.odd {
	background-color: #FFF;
}
.admin td {
	padding: 3px 0;
}
.admin td.menu-disabled {
	background-color: #E8F9FF;
}
.admin thead th {
	border-bottom: 3px solid #83D0EE;
}



/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
