/*
Theme Name: Funk You Dear
Theme URI: http://funkyoudear.com
Description: Funk You Dear music blog. 
Author: Jimmy OLIGER
Author URI: http://oligerismy.name
version: 1.3
*/
* {
	margin:0;
	padding:0;
	border: 0;
	outline: none;
}

.clear {
	clear:both;
}

body {
	background:#eaeaea none repeat center center;
	font:14px/1.6 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #424242;
}

h1 {
	font-size:2.25em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.3em;
}

h4 {
	font-size:1.15em;
}

h5 {
	font-size:1em;
}

h6 {
	font-size:.9em;
}

h1,h2,h3,h4,h5,h6{
	color: #000;
}

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

a:hover,
a:visited{
	color: #aaa;
}

#wrapper {
	width:900px;
	background:#fff;
	margin:20px auto;
	padding:20px;
}

/* @group Top */

/* @group Header */

#header {
	overflow: hidden;
	margin-bottom: 2em;
}

#header h1 a {
	display:block;
	width:522px;
	height:90px;
	line-height:20000px;
	overflow:hidden;
	background:url(img/logo.png) no-repeat left top;
	float: left;
}

#description {
	width: 300px;
	float: right;
	color: #b8b8b8;
	font-weight: bold;
}



/* @end */

/* @group Menu */

#menu {
	height:40px;
	list-style:none;
	text-transform:uppercase;
	margin:0 0 2.5em;
}

#menu li {
	float:left;
	line-height:40px;
}

#menu li a {
	color:#fff;
	display:block;
	height:40px;
	text-decoration:none;
	padding:0 10px;
}

.acceuil a {
	background:#3e24be;
}

.cat-item-1 a {
	background:#732ff6;
}

.cat-item-2 a {
	background:#b04bff;
}

.cat-item-3 a {
	background:#e74bff;
}

.cat-item-4 a {
	background:#ff4bd7;
}

.cat-item-5 a {
	background:#ff4ba3;
}

.cat-item-6 a {
	background:#ff007c;
}

.cat-item-7 a {
	background:#e21518;
}

.cat-item-8 a {
	background:#f15c2d;
}

.cat-item-9 a {
	background:#ff9230;
}

.cat-item-10 a {
	background:#ffc54f;
}

.cat-item-11 a {
	background:#ffe030;
}

.cat-item-12 a {
	background:#dfed2c;
}

.cat-item-13 a {
	background:#c9d800;
}

.cat-item-14 a {
	background:#73d800;
}

.cat-item-15 a {
	background:#0ab300;
}

.cat-item-16 a {
	background:#00b36b;
}

.cat-item-17 a {
	background:#00acb3;
}

.contact {
	background:#333;	
}



/* @end */

/* @group Js menu */

.sf-menu,.sf-menu * {
	list-style:none;
	margin:0;
	padding:0;
}

.sf-menu {
	line-height:1.0;
}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em;
}

.sf-menu ul li {
	width:100%;
}

.sf-menu li:hover {
	visibility:inherit;
}

.sf-menu li {
	float:left;
	position:relative;
}

.sf-menu a {
	display:block;
	position:relative;
}

.sf-menu li:hover ul,.sf-menu li.sfhover ul {
	left:0;
	top:2.5em;
	z-index:99;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfhover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfhover li ul {
	top:-999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfhover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfhover ul {
	left:10em;
	top:0;
}



/* @end */



/* @end */

/* @group Calendar */

#calendar {
	width:900px;
	margin: 0 0 2em;
}

#calendar h2{
	margin: 0 0 0.5em 0;
}

#calendar li{
	list-style: none;
	float: left;
	margin: 0 0 0 10px;
}

#calendar li:first-child{
	margin: 0;
}

#calendar li img{
	width: 60px;
}



/* @end */

/* @group Content */

#content {
	width:580px;
	float:left;
	padding:0 20px 0 0;
}

.post {
	padding-bottom:1.5em;
	margin-bottom:1.5em;
	border-bottom:1px solid #ccc;
}

.title,.entry-title,.title a,entry-title a {
	text-decoration:none;
	color:#000;
}

.title a:hover, entry-title a:hover{
	text-decoration: underline;
}

.pagetitle {
	margin-bottom:1em;
	font-style:italic;
	color:#ddd;
	font-size:16px;
}

.entry-meta {
	color:#ccc;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.published,.author {
	color:#666;
}

.entry-cat,.entry-cat a {
	color:#fff;
	text-decoration:none;
	font:12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.entry-content {
	margin-top:1em;
}

.entry-more, .post-navigation a, #submit {
	display:inline-block;
	font-size: 14px;
	height: 28px;
	padding: 0 10px;
	line-height: 30px;
	color:#ccc;
	text-shadow: #fff 0px 1px 0;
	text-align:center;
	text-decoration:none;
	background:#eee url(img/butbg.png) repeat-x center top;
	border:1px solid #ccc;
}

#submit{
	height: 30px;
}

.entry-more:hover,
.post-navigation a:hover,
#submit:hover {
	background:#ddd url(img/butbg.png) repeat-x center bottom;
	color:#999;
	border:1px solid #999;
}

.next {
	float:right;
}

.entry-content > * {
	margin-bottom:1em;
	max-width:600px;
}

.entry-content p {
	text-align:justify;
}

.entry-content ol {
	list-style:decimal inside;
}

.entry-content ul {
	list-style:disc inside;
}

.gallery br {
	display:none;
}

dl.gallery-item img {
	display:block;
	width:180px;
	height:180px;
	margin-right:13px;
	margin-bottom:13px;
}



/* @end */

/* @group Comment */

#respond {
	margin:2em 0 0;
}

#author,#email,#url {
	width:250px;
	height:35px;
	outline:none;
	background-color:#f8f8f8;
	border:1px solid #cdcdcd;
	line-height:35px;
	padding:0 0 0 5px;
}

#commentform p {
	margin-top:1em;
	margin-bottom:1em;
}

#comment {
	width:90%;
	height:250px;
	background-color:#f8f8f8;
	border:1px solid #cdcdcd;
	outline:none;
	padding:5px;
}

.commentmetadata,.commentmetadata a {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#797979;
}

#commentform :focus {
	border:1px solid #727272;
}

.reg {
	color:red;
	font-size:.8em;
}

.comment-author,.comment-author a {
	color:#000;
}

.comment {
	background-color:#eee;
	list-style:none;
	margin:1.5em 0 0;
	padding:1em;
}

#respond h2,#sidebar p {
	margin:0 0 1em;
}



/* @end */

#sidebar {
	width:280px;
	float:right;
	padding:0 0 0 20px;
}

#sidebar .photo.media .vision {
  display: none;
}

#sidebar .video.media{
  position: relative;
}

#sidebar .video.media .vision {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: transparent url(img/videomedia.png) center center;
  overflow: hidden;
  line-height: 3000px;
  margin-left: -20px;
  margin-top: -20px;
}

/* @group Footer */

#footer{
	padding-top: 1.5em;
	border-top: 1px dashed #eaeaea;
	margin: 1.5em 0 0;
}

#footer ul li{
	list-style: none;
	background: none;
}

#footer ul li a{
	display: inline-block;
	float: left;
	background:none;
	color: #666;
	text-decoration: none;
	padding: 0 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 5px 0 0;
}

#footer ul li a:hover{
	color: #fff;
}

#footer ul li.cat-item-1 a:hover {
	background:#732ff6;
}

#footer ul li.cat-item-2 a:hover {
	background:#b04bff;
}

#footer ul li.cat-item-3 a:hover {
	background:#e74bff;
}

#footer ul li.cat-item-4 a:hover {
	background:#ff4bd7;
}

#footer ul li.cat-item-5 a:hover {
	background:#ff4ba3;
}

#footer ul li.cat-item-6 a:hover {
	background:#ff007c;
}

#footer ul li.cat-item-7 a:hover {
	background:#e21518;
}

#footer ul li.cat-item-8 a:hover {
	background:#f15c2d;
}

#footer ul li.cat-item-9 a:hover {
	background:#ff9230;
}

#footer ul li.cat-item-10 a:hover {
	background:#ffc54f;
}

#footer ul li.cat-item-11 a:hover {
	background:#ffe030;
}

#footer ul li.cat-item-12 a:hover {
	background:#dfed2c;
}

#footer ul li.cat-item-13 a:hover {
	background:#c9d800;
}

#footer ul li.cat-item-14 a:hover {
	background:#73d800;
}

#footer ul li.cat-item-15 a:hover {
	background:#0ab300;
}

#footer ul li.cat-item-16 a:hover {
	background:#00b36b;
}

#footer ul li.cat-item-17 a:hover {
	background:#00acb3;
}

#footer .contact:hover {
	background:#333;	
}

#footer #taar {
	padding: 0 20px 0 4px;
	background: #ccc url(img/top.gif) no-repeat right center;

}

/*#credit{
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #999;
	margin: 9px 0 0;
}

span#amp{
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	color: #d5d5d5;
}

#credit a{
	color: #666;
}*/

/* @end */

/* @group Gallery */

.previous,dl.gallery-item,#full-gallery li {
	float:left;
}

dt,.fn {
	font-weight:700;
}

.full-media,.media {
	list-style:none;
	margin:0 0 2em;
}

.full-media img,.media img {
	display:block;
	width:270px;
	height:270px;
	border:1px solid #ccc;
	padding:4px;
}

.thumb2,.thumb5,.thumb7 {
	display:block;
	margin-right:30px;
	margin-left:30px;
}

/* @end */

/* @group Misc */

/* @group Sociable */

#sociable ul{padding: 0;list-style: none;}
#sociable h3{margin-bottom: 10px;}
li.social-link{float: left;margin-right: 10px;margin-left: 0;text-indent: 20000px;}
li.social-link a{width: 16px;height: 16px;display: block;overflow: hidden;}
#delicious{background: url(img/delicious_16.png) no-repeat;}
#facebook{background: url(img/facebook_16.png) no-repeat;}
#myspace{background: url(img/myspace_16.png) no-repeat;}
#twitter{background: url(img/twitter_16.png) no-repeat;}
#tumblr{background: url(img/tumblr_16.png) no-repeat;}
#google{background: url(img/google_16.png) no-repeat;}
#live{background: url(img/windows_16.png) no-repeat;} 
#netvibes{background: url(img/netvibes_16.png) no-repeat;}

/* @end */

/* @group Fancy */

div#fancy_overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:30;
}

div#fancy_loading {
	position:absolute;
	height:40px;
	width:40px;
	cursor:pointer;
	display:none;
	overflow:hidden;
	background:transparent;
	z-index:100;
}

div#fancy_loading div {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:480px;
	background:transparent url(img/fancy_progress.png) no-repeat;
}

div#fancy_outer {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	background:transparent;
	display:none;
	margin:0;
	padding:20px 20px 40px;
}

div#fancy_inner {
	position:relative;
	width:100%;
	height:100%;
	background:#FFF;
}

div#fancy_content {
	z-index:100;
	position:absolute;
	margin:0;
}

div#fancy_div {
	background:#000;
	color:#FFF;
	height:100%;
	width:100%;
	z-index:100;
}

img#fancy_img {
	position:absolute;
	top:0;
	left:0;
	border:0;
	z-index:100;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

div#fancy_close {
	position:absolute;
	top:-12px;
	right:-15px;
	height:30px;
	width:30px;
	background:url(img/fancy_closebox.png) top left no-repeat;
	cursor:pointer;
	z-index:181;
	display:none;
}

#fancy_frame {
	position:relative;
	width:100%;
	height:100%;
	display:none;
}

#fancy_ajax {
	width:100%;
	height:100%;
	overflow:auto;
}

a#fancy_left,a#fancy_right {
	position:absolute;
	bottom:0;
	height:100%;
	width:35%;
	cursor:pointer;
	z-index:111;
	display:none;
	background-image:url(data:image/gif;base64,AAAA);
	outline:none;
	overflow:hidden;
}

a#fancy_left {
	left:0;
}

a#fancy_right {
	right:0;
}

span.fancy_ico {
	position:absolute;
	top:50%;
	margin-top:-15px;
	width:30px;
	height:30px;
	z-index:112;
	cursor:pointer;
	display:block;
}

span#fancy_left_ico {
	left:-9999px;
	background:transparent url(img/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right:-9999px;
	background:transparent url(img/fancy_right.png) no-repeat;
}

a#fancy_left:hover,a#fancy_right:hover {
	visibility:visible;
	background-color:transparent;
}

a#fancy_left:hover span {
	left:20px;
}

a#fancy_right:hover span {
	right:20px;
}

#fancy_bigiframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent;
}

div#fancy_bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:70;
	border:0;
	margin:0;
	padding:0;
}

div.fancy_bg {
	position:absolute;
	display:block;
	z-index:70;
	border:0;
	margin:0;
	padding:0;
}

div#fancy_bg_n {
	top:-20px;
	left:0;
	width:100%;
	height:20px;
	background:transparent url(img/fancy_shadow_n.png) repeat-x;
}

div#fancy_bg_ne {
	top:-20px;
	right:-20px;
	width:20px;
	height:20px;
	background:transparent url(img/fancy_shadow_ne.png) no-repeat;
}

div#fancy_bg_e {
	right:-20px;
	height:100%;
	width:20px;
	background:transparent url(img/fancy_shadow_e.png) repeat-y;
}

div#fancy_bg_se {
	bottom:-20px;
	right:-20px;
	width:20px;
	height:20px;
	background:transparent url(img/fancy_shadow_se.png) no-repeat;
}

div#fancy_bg_s {
	bottom:-20px;
	left:0;
	width:100%;
	height:20px;
	background:transparent url(img/fancy_shadow_s.png) repeat-x;
}

div#fancy_bg_sw {
	bottom:-20px;
	left:-20px;
	width:20px;
	height:20px;
	background:transparent url(img/fancy_shadow_sw.png) no-repeat;
}

div#fancy_bg_w {
	left:-20px;
	height:100%;
	width:20px;
	background:transparent url(img/fancy_shadow_w.png) repeat-y;
}

div#fancy_bg_nw {
	top:-20px;
	left:-20px;
	width:20px;
	height:20px;
	background:transparent url(img/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position:absolute;
	z-index:100;
	display:none;
	visibility:hidden;
}

div#fancy_title div {
	color:#FFF;
	font:bold 12px Arial;
	padding-bottom:3px;
	white-space:nowrap;
}

div#fancy_title table {
	margin:0 auto;
}

div#fancy_title table td {
	vertical-align:middle;
	padding:0;
}

td#fancy_title_left {
	height:32px;
	width:15px;
	background:transparent url(img/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height:32px;
	background:transparent url(img/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height:32px;
	width:15px;
	background:transparent url(img/fancy_title_right.png) repeat-x;
}

/* @end */



/* @end */
