/*
Theme Name: Kiss
Theme URI: http:/www.drweb.de/weblogs/wordpress-themes.shtml
Description: Nice Wordpress Themes
Version: 1.0
Author: Dr. Web Magazin
Author URI: http:/www.drweb.de/
*/



body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: x-small;
	text-align: center;
	color: #fff;
	background: #B50454 url('images/body-back.jpg') repeat-x top left;
}

/* width: 760px; */

#page {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	font-size: 100%;
	text-align: left;
	background: #fff;
	border-top: 4px solid #7B004C;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
#header {
	margin: 0;
	padding: 30px;
	width: 840px;
	height: 100%;
	text-align: left;
	background: #111 url('images/header-back.jpg') repeat top left;
	}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 230%;
	font-weight: bold;
	color: #FF63C1;
	}
#header .description {
	font-size: 120%;
	color: #fff;
	}
#header h1 a {
	color: #FF63C1;
	text-decoration: none;
	}

/**************** MENU */
#nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
	color: #fff;
	background: #9D0447 url('images/nav-bck.jpg') repeat-x top left;
	border-top: 1px solid #FF63C1;
	border-bottom: 1px solid #7B004C;
	}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 120%;
	list-style: none;
	}
#nav a {
	padding: 13px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: #9D0447 url('images/nav-bck.jpg') repeat-x top left;
	}
#nav a:hover {
	color: #fff;
	background: #9D0447 url('images/nav-bck-hvr.jpg') repeat-x top left;
	}

/**************** LIEN */  

a {
	color: #333;
	text-decoration: underline;
	
	}

/**************** CONTENU */ 

#content {
	margin: 0;
	padding: 0;
	float: left;
	width: 670px;
	font-size: 120%;
	background: #fff url('images/post-back.jpg') repeat-x top left;
	}

.post {
	margin: 10px;
	padding: 10px;
	text-align: left; /* justify causes width problems in IE6 */
	color: #333;
	background: #fff url('images/entry-back.jpg') repeat-x top left;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.post h2 {
	margin: 0;
	padding: 0;
	color: #B20652;
	font-size: 150%;
	}
.post h2 a:link {
	color: #B20652;
	text-decoration: none;
	}
.post h2 a:visited {
	color: #B20652;
	text-decoration: none;
	}
.post h2 a:hover {
	color: #B20652;
	text-decoration: none;
	}
.post h2 a:active {
	color: #B20652;
	text-decoration: none;
	}

.post h3 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	}

/**************** SIDEBAR */ 
#sidebar {
	margin: 0;
	padding: 10px;
	width: 210px;
	float: right;
	font-size: 120%;
	background: #fff url('images/post-back.jpg') repeat-x top left;
}

#sidebar-inner {
	margin: 0;
	padding: 15px;
	background: #111 url('images/header-back.jpg') repeat top left;
	border-bottom: 4px solid #999;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	color: #fff;
	background: #9C0347 url('images/nav-bck.jpg') repeat-x top left;
	border-top: 1px solid #FF63C1;
	border-bottom: 1px solid #7B004C;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 120%;
	}

.sidebar-block {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	background: #333;
	border-bottom: 1px solid #444;
}

#sidebar form {
	margin: 0;
}

#sidebar a:link, #sidebar a:visited {
	color: #fff;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active {
	color: #fff;
	text-decoration: none;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar li {
	margin: 0;
	padding: 5px 0 5px 0;
	list-style-type: none;
	}

/**************** FORMULAIRE */ 

#sidebar #searchform #video {
	padding: 4px;
	width: 80px;
	color: #fff;
	background: #111 url('images/sidebar-back.jpg') repeat top left;
	border: 1px solid #444;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#form_videos {
	padding-left:18px;
	margin-top:0px;
	margin-bottom:5px;
	border:1px solid #333;
	background: #FFFFFF url('images/homesearch.png') no-repeat 2px 3px;
	font-size:16px;
	color: #333;
	}

#form_videos_submit {
	margin-top:0px;
	margin-bottom:5px;
	border:1px solid #333;
	background: #FFFFFF;
	font-size:16px;
	color: #333;
	}



/**************** BAS */ 

#footer {
	width: 880px;
	clear: both;
	text-align: left;
	background: #111 url('images/header-back.jpg') repeat top left;
	border-top: 4px solid #7B004C;
	font-size: 110%;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	}

/**************** TEXTE */ 

h1 {
	margin: 0;
	padding: 0;
}

.postmetadata {
	padding: 0;
	margin: 0;
	color: #777;
	}

.postmetadata a {
	color: #777;
	text-decoration: none;
	}



img {
	border: 0px;
}

a img {
	border: 0px;
	text-decoration: none;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}

code {
	font: 110% 'Courier New', Courier, Fixed;
	}

.center {

	margin: 0;
	padding: 0;
	text-align: center;

	}
.rose {
	color: #FF63C1;
	}

.strong {
	font-weight: bold;
	}

blockquote {

	margin: 10px 0;

	padding: 0 50px;

	background: transparent url(images/blockquote.gif) no-repeat 0 0;

	text-align: justify;

	}


/********** EUROLIVE */

/* Popup Thumbs */
table.body { 
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
table.body td { 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
table.body img { border: solid 1px black; }

#pays div {
	min-height: 40px;
	display:none;
	margin-bottom:6px;
	padding: 0 10px;
}

