/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)*/


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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
Theme Name: W3 bluesRadio
Theme URI: http://w3bluesRadio.com
Description:
Version: 0.1
Author: Phil Bonin
 
Creation Theme by Phil Bonin for W3 bluesRadio
*/
body {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	text-align:center;
	background:url(_images/bg.gif);
}
img {
	border: 0;
}
a:link, a:visited {
color:#009;
}
a:hover {
	color:#333;
	text-decoration:none;
}
#page {
	margin:5px auto;
	padding:0 0 20px 10px;
	width:970px;
	text-align:left;
	color:#003;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border:1px solid #ccc;
	background-color:#fff;
	overflow: hidden;
}
#header {
	width:940px;
	height:140px;
	background: url(_images/header_img.jpg) no-repeat 0px 20px;
}
/* Page d'Accueil */
#hometop {
	margin-top: -20px;
	margin-left:105px;
	width:835px;
	height:330px;
	text-align:left;
	color:#003;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ccc;
	background-image:url(_images/home.jpg);
}
#homeallbottom {
	margin-left:108px;
}
.homebottom {
	float: left;
	text-align:center;
	margin-right:8px;
	width: 200px;
	height: 260px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border:1px solid #ccc;
	background-image: url(_images/bg2.gif);
}
#homeallbottom h2 {
	margin:5px 0 5px 10px ;
	padding:0;
	text-align:left;
	font:24px Impact, Charcoal, sans-serif;
	color:#000;
}
#homeallbottom p {
	margin:5px 10px 10px 10px;
	text-align: left;
}
#homeallbottom img {
	border: 0;
}
#homeallbottom a:link, #homeallbottom a:visited {
	font-weight: bold;
	color: #000;
}

/* Barre de navigation */
#nav {
	position:relative;
	left: 130px;
	top:72px;
	-margin-left: 130px;/* Hack pour IE6 */
	-margin-top: 72px;
}
#nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li a:link, #nav li a:visited {
	display: block;
	margin:0 5px;
	padding: 10px 0 0 0;
	text-decoration: none;
	font:bold 10px Verdana, Helvetica, Arial, sans-serif;
	color:#fff;
}
#nav ul a:hover {
	color:#ccc;
}

/* Colonne de gauche */
#sidebar1 {
	margin-top:25px;
	float:left;
	width: 170px;
	text-align: center;
}

/* Colonne de droite */
#sidebar2 {
	float:left;
	width: 210px;
	margin:3px 0 0 30px;
}
#sidebar2 ul li {
 	padding:0 10px;
 	margin:0 0 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border:1px solid #ccc;
	background:url(_images/bg2.gif);
}
#sidebar2 ul li h2{
	font:16px Impact, Charcoal, sans-serif;
	text-align: right;
	color:#c00;
}
#sidebar2 ul li ul li {
	border-width:0
}


/* Articles et commentaires*/
h1 {
	font:26px Impact, Charcoal, sans-serif;
	color:#c00;
}
#content {
	margin-top:50px;
	padding-left:30px;
	float:left;
	width: 500px;
}
#content h2 {
	margin:0 0 10px;
	font:20px Impact, Charcoal, sans-serif;
	border-bottom: 1px solid #ccc;
	background:url(_images/bg3.gif);
}
#content h5 {
	margin:-10px 0 10px;
}
#content p {
	margin-top: 8px;
	color:#333;
}
#content h2 a:link, #content h2 a:visited {
	color:#000;
	text-decoration: none;
}
.postmetadata {
	margin-bottom:30px;
	font:10px Verdana, Helvetica, Arial, sans-serif;
}
.info {
	width:260px;
	height:220px;
	background: url(_images/onair.jpg) no-repeat;
}
#search  {
	float:right;
	margin:45px 2px 0;
	padding:4px 2px 0 30px;
	background: url(_images/search.jpg) no-repeat;
}
#player {
	margin:0 0 5px 10px;
	width: 180px; height: 80px;
	text-align: center;
	background:url('http://testserver.homelinux.org/wp-content/themes/test/ffmp3/mediumffmp3.png') no-repeat;
}
.pubheader {
	position:relative;
	left: 270px;
	top:6px;
}
.navigation {
	text-align:center;
}
#footer {
margin-bottom:30px;
clear: both;
}
.cd  {vertical-align:top;
}
textarea {
	margin:5px 0 15px 0;
}
