/*
Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/*
Fonts CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;outline: none;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



h1 span{
    display: none;
}
/* tooltip styling */
.tooltip {
    background-color:#FFF;
    background-color:rgba(255,255,255,0.9);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow:5px 5px 3px #000;
    -moz-box-shadow:5px 5px 20px #000;
    box-shadow:5px 5px 20px #000;
    padding:6px;
    color:#000;	
    width:300px;
    display: none;
    text-decoration: none!important;
}
.rss{
    background:url(/images/feed.png) no-repeat top left;
    padding:0 15px 0 20px;
}
.clear{
    clear:both;
}
ul.form li span.label{
    float:left;
    width:150px;
    text-align: right;
    color:#364799;
    margin-right: 1em;
    font-size:0.8em;
}
ul.form li span.label label{
    font-size:1.3em;
    color:#FFF;
}    
ul.form li input, ul.form li textarea{
    width:300px;
}
ul.form li{
    margin:0 0 3px 0;
    padding:4px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;    
}

.bloc{
    background:#000;
    padding:15px;
}

ul.error_list{
    float:right;
    width:170px;
    color:red;
}
li.error{
    font-weight:bold;
    text-align: left;
    color:red;
    font-size: 1.3em;
}
ul.form li.submit{
    text-align: right;
}
strong{
    font-weight:bold;
}
#pager p{
    text-align: center;
    margin-bottom:11px;
}

ul.timeline li{
    float:left;
    margin-right:5px;
    padding:1px;
    text-align: center;
    cursor:pointer;
}
ul.timeline li strong{
    display: block;
    margin-bottom: 0.2em;
}
ul.timeline li a{
    float: left;
    width:22px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
    padding:2px 0;
    text-align: center;
    margin:2px 1px 0 0;
    background:#000;
}

ul.timeline.month li{
    width:46px;
    padding:1px 0 1px 1px;
}

#timelineContainer{
    position:relative;
	overflow:hidden;
	clear:both;
	height:200px;
	margin-top: 5px;
}
#timelineContainer div{
    float:left;
	display:block;
	width:630px;
	height:100px;
}
#timelineContainer .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
ul.timeline li a.active{
    color:#FFF;
}
a .tooltip, .tooltip, a{
    text-decoration: none;
}
.roundedThumb{
    float: left;
    margin-right: 1em;
    width:75px;
    height:75px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/******************************
*                          tags
******************************/
#tags ul li{
    display: inline;
}
#tags .tabs a{
    margin-right:4px;
    cursor:pointer;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    background:#232121;
    float: left;
    margin:0 4px 4px 0;
    padding:2px 4px;
}
#tags .tabs a:hover,#tags .tabs a:visited:hover, .tags a:visited:hover, .tags a:hover{
    background:#FFF;
}
#tags ul ul{
    display: none!important;
}
#tags div#panes{
    display: none!important;
}

#searchResults img{
    border:1px solid #FFF;
}
#searchResults a{
    margin:4px;
}


/******************************
*                          coms
******************************/

div.com span.qui{
    display: block;
    font-size: 0.9em;
    padding-bottom:0.3em;
}
.element div.com span.qui{
    margin-top:5px;
}
.element div.com .text{
    font-size: 1.3em;
    line-height:1.6em;
}
div.com{
    float:right;
    width:230px;
    margin-top: 10px;
}
.element div.com{
    float: none;
    width:auto;
    margin-bottom:20px;
}
div.com p{
    font-size: 0.8em;
    line-height: 1.6em;
}
#coms img{
    width:40px;
    height:40px;
    border:1px solid #FFF;
    float: left;
    margin-top: 10px;    
}
a.bob, a.ego, a.west{
	float:left;
	width:88px;
	height:31px;
	margin:0 20px;
}
a.bob span, a.ego span, a.west span{
	display:none;
}
a.bob{
	background:url('/images/bniere-bob.png');
}                                     
a.west{
	background:url('/images/bniere-west.png');
}                                     
a.ego{
	background:url('/images/bniere-ego.png');
}

ul.form li.submit{
    background:none;
}
ul.form li.submit input {
    border-top: 2px solid #A89E9E;
    background: #232121;
    background: -webkit-gradient(linear, left top, left bottom, from(#232121), to(#232121));
    background: -moz-linear-gradient(top, #232121, #161414);
    padding: 8px 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    width:200px;
    cursor:pointer;
    font-weight: bold;
}
