/* Body ---------------------------------------------------- */
html {
	-webkit-font-smoothing: antialiased;
}

body {
	background: #4b2346 url(../images/body_bg.jpg) no-repeat center top;
	margin: 0;
	padding: 20px;
	font: 12px/25px  'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #424242;
}

#wrapper {
	max-width: 730px;
	min-width: 550px;
	margin: 0 auto;
	position: relative;
}

.hidden {
	opacity: 0;
}

/* @end */

/* @group Header */

article header {
	margin-bottom: 25px;
}

article header h1 {
	padding-right: 50px;
}

article header h1, 
article header h1 a:link, 
article header h1 a:visited {
	font-size: 40px;
	line-height: 50px; 
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

article header h1 a:hover {
	color: #805286;
}

time {
	display: inline;
}

address {
	display: inline;
	font-style: normal;
}

address em {
	font-style: normal;
}



/* @end */
/* @group Posts */

/* @group Global */

.entry {
	position: relative;
	display: block;
	width: 730px;
	padding-bottom: 15px;
	background: url(../images/paper_bottom_shadow.png) no-repeat left bottom;
	margin: 0 auto 30px;
}

.avatar {
	text-indent: -9999px;
	width: 105px;
	height: 106px;
	position: absolute;
	right: 0;
	top: 0;
}

.avatar a:link, .avatar a:visited {
	display: block;
	position: absolute;
	width: 105px;
	height: 106px;
	background: url(../images/avatar_dan.png) no-repeat;
	top: -5px;
	left: 18px;
}

.avatar.Dan a:link, .avatar.Dan a:visited {
	background: url(../images/avatar_dan.png) no-repeat;
}

.avatar.Ben a:link, .avatar.Ben a:visited {
	background: url(../images/avatar_ben.png) no-repeat;
}

.avatar .paperclip {
	width: 30px;
	height: 27px;
	background: url(../images/paperclip.png);
	position: absolute;
	top: -6px;
	right: 25px;
}



 #main h2 { padding: 0; margin: 0; width: 640px; height: 50px;background: url(../images/h2.png) top left no-repeat; font: 20px Arial, Helvetica, sans-serif; color: #27282d; text-shadow: 1px 1px #e2e2e3; }

	#main h2 .title { width: 500px; padding: 15px 0 0 10px; float: left; }
	
	#main h2 .title a {font-weight: bold;text-decoration: none;color: inherit;}
	#main h2 .title a:hover {color: #805286;}

	#main h2 .link { float: left; padding: 15px 0 0 0; }

.bloc { width: 640px; background: #fff url(../images/bg-bloc-bottom.png) bottom left no-repeat; margin: 0 0 20px 0; }

#main .bloc .list { padding: 10px; }

.date  { font: 9px 'Trebuchet MS', Arial, Helvetica, sans-serif; color: #777777;padding-left:6px;padding-bottom:10px;}
.date a { color: #1c9bc8; text-decoration: none;font-weight:700; }
.date a:hover { text-decoration:underline; }

.comment{  font-size: 16px;

font-weight: bold;

color: #858377;

text-decoration: none;

text-align: center;

padding-top: 21px;

padding-right: 9px;

padding-bottom: 5px;

padding-left: 9px;

background-color: #ffe9fd;

background-image: url(http://www.playlistnow.fm/images/not_allnotif.png);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: center 5px;

display: block;
border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
margin-bottom: 5px; }

.comment a {color: #1c9bc8; }
/* @end */

header#banner {
	display: block;
	max-width: 730px;
	font-size: 14px;
	margin: 30px auto 20px;
}

#searchform{float:left;margin-left:135px;margin-top:30px;}

#searchform input.search {
	border: 0;
	padding: 6px 10px 1px 25px;
	background-image: url(http://png-3.findicons.com/files/icons/1686/led/16/find.png);
	background-color: #331b30;
	background-repeat: no-repeat;
	background-position: 6px 7px;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	width: 130px;
	border-radius: 100px;
	height: 25px;
	line-height: normal;
	
	-webkit-border-radius: 13px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	-webkit-transition: 0.2s;
	
	-moz-border-radius: 100px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	box-shadow: 0 1px 0 rgba(255,255,255,0.05);
	border-radius: 13px;
}

#nextprevious {width:640px; padding:10px 0;margin-bottom:10px;}

#nextprevious a{

font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;

font-style: normal;

font-variant: normal;

font-size: 11px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

font-weight: bold;

color: #ffffff;

text-decoration: none;

background-color: #1c9bc8;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

padding-top: 3px;

padding-right: 3px;

padding-bottom: 3px;

padding-left: 3px;
}