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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*------------------------------------------
---------- Font de la Face -----------------
------------------------------------------*/

@font-face {
	src:url("/fonts/Museo300-Regular.otf");
	font-family:"Museo3";
}

@font-face {
	src:url("/fonts/Museo700-Regular.otf");
	font-family:"Museo5";
}


/*------------------------------------------
--------- Body -----------------------------
------------------------------------------*/
body {
	background:url(/images/bg.png) repeat-x;
	font-family:Museo3, Helvetica;
	font-size:17px;
}
#container {
	width:800px;
	margin:0 auto;

}

/*--------- top navigation bar -----------*/
#top-navigation a {
	font-size:.7em;
	font-family:Museo5;
	color:#fff;
	text-decoration:none;
	margin-left:10px;
}

#top-navigation li {
	float:left;
	list-style: none;
	margin: 0;
}
#top-navigation {
	margin-top:7px;
	float: right;
}
/*--------------- header -----------------*/

h1 {
	font-family:Museo5, Helvetica;
	color:#fff;
	font-size:2.5em;
	text-shadow: #000 0px 1px 1px;
}
#header {
	padding-top:105px;
	padding-bottom: 74px;
}

#header > h1 > span {
	color:#41b5ff;
	text-shadow: #000 0px 1px 2px;
}

#date {
	font-size:1em;
	margin-top:0px;	
}

/*--------------- Register & Info --------*/
#barcamp-info{
}
#register-today {
	background: url(/images/registertoday.png) no-repeat;
	text-indent:-10000px;
	width:245px;
	height: 50px;
	display: block;
	float: right;
	position: relative;
	top:-19px;
}
#register-today:hover {
	background: url(/images/registertoday-press.png) no-repeat;

}
#twitter {
	float: left;
	font-size: .9em;
	padding-top: 23px;
	padding-bottom: 20px;
}
#Barcamp-info p {
	font-size: .9em;
	color: #777;
}
#Barcamp-info a {
	color: #777;	
	font-size: .9em;
}
/*--------------- Content --------------*/
h2 {
	font-family: Museo3, Helvetica;
	font-size: 1.3em;
	color:#0c98f2;
	padding-top: 15px;
	padding-bottom:10px;
}
#content p {
	color: #808080;
	line-height: 1.5;
	font-size:1.1em;
}
#content {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 0px;
}
#content img {
	float:left; 
	position:relative;
	left:-10px;
}
.venue-description {
	padding:8px;
}
.venue-title {
	clear:both;
	font-family:Museo5;
	font-size:1.3em !important;
	line-height:1 !important;
}
#content a {
	text-decoration:none;
	color:#0c98f2;
	-webkit-transition-property:opacity;
	-webkit-transition-duration: .3s;
	opacity:.6;
}
#content a:hover {
	opacity:1 !important;
}

#interested {
	padding:50px;
	border:1px solid #999;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	display:block;
	text-align:center;
	margin-bottom:15px;
	color:#555 !important;
	-webkit-transition-property:-webkit-box-shadow, background, opacity;
	-webkit-transition-duration: .5s;
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.0);
	background:#f1f1f1;
}
#interested:hover {
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.4);
	background:#e9e9e9;
}
