* {
	margin: 0;
	padding: 0;
}

body {

background-image:  url("fundoCss.jpg");
}

body, input, textarea, select, .entry ul {
	font: normal small "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 18px;
}

h2 {
	color: #FF6600;
	font-size: 16px;
}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
	text-align: left;
	color:#333333;
	font-size:14px;
}



a img {
	border: 0px;
}

a {
	color: #ff5f01;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	width: 988px;
	margin: 0 auto;

}

/* Header */



#header h1, #header h2 {
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
}

#header h1 {
	padding: 100px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	margin-top: -5px;
	padding: 0 0 0 22px;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF;
}



#blog {
	float: left;
	width: 730px;
	padding-left: 5px;
/*	background-color: yellow;*/
}


.post .title {

	text-align: left;
	margin: 0;
	padding: 20px 0 0 15px;

}

.post .title a {
	text-decoration: none;
	color: #333333;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
}


/* Sidebar */

#sidebar {
	float: right;
	margin: 0;
	padding: 5px;
	/*background-color: red;*/
}

#sidebar ul {
	margin: 0;
	list-style: none;
}


#sidebar li ul {
	width: 188px;
	padding: 15px 15px 15px 30px;
	font-size:10px;
	color: #6d6d6d;
}

#sidebar li#dates ul {
	list-style-type: square;
}


#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 16px 0px 12px 56px;
	text-align: left;
	font-size: 1em;
	color: #FFFFFF;
}

#content {
/*	background-color: blue;*/
}

#sidebar {
/*	background-color: green;*/
}

#sidebar li#dates {
	background-color: #e5e5e5;
	width:235px;
}

#sidebar li#dates ul li {
	padding-bottom: 4px;
}


#sidebar li#sponsors div  {
	width: 235px;
	min-height: 120px;
	border: 1px solid #e5e5e5;
}

html>body #sidebar li#sponsors div {
	width: 233px;
	padding-top: 6px;
}

#sidebar li#sponsors div a {
display: inline;
	margin: 6px;
}

#sidebar li#dates h2 {
	background: url(images/boxHeader1.png) no-repeat;
}

#sidebar li#sponsors h2 {
	width: 179px;
	background: url(images/boxHeader2.png) no-repeat;
}

#flags{
	float: right;
	margin-right: 15px;
}

.programme {
//	float: left;
//	width: 325px;
	margin-left: 20px;
	width: 650px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e4e2;
}

.programme td {
	vertical-align: top;
	padding: 2px;
	padding-left: 4px;
}

td.stripes {
//	width: 285px;
	width: 610px;
	height: 40px;
	background-image: url(images/oblique_stripes.png);
}

td.date {
	vertical-align: middle;
	width: 40px;
	height: 40px;
	color: white;
	background-color: #ff5f01;
}

td.time, td.date {
	text-align: center;
}

tr.even{
	background-color: #e5e4e2;
}



