

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, img, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	
		background:transparent none repeat scroll 0 0;
		border:0 none;
		font-size:100%;
		margin:0;
		outline-color:-moz-use-text-color;
		outline-style:none;
		outline-width:0;
		padding:0;
		vertical-align:baseline;
	}
	
ol, ul {
	
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
	}
	
h2, h3, h4 {
		color:#6F6F6F;
		text-align: center;
		text-transform: lowercase;
		font-size: 1.25em;
	}
	
body {
		background: white;
		font-family:georgia,serif;
		line-height:1;
		color: #6F6F6F;
	}
	
body a {
	
	color:#6F6F6F;
	font-size:1em;
	text-decoration:none;
	}
	
body a:hover, h2:hover {
	color: black;
	}
	
body br.cf {
	clear: both;
}

#top-container {
	margin-top: 20px;
	background: transparent;
	height:130px;
	border-bottom: 1px solid #dededf;
	display: block;
}	
	
	#wrapper {
				width: 950px;
				margin: 0 auto;
			}

			#container-c2 {
				/*clear:left;*/
				float:left;
				width:100%;
				overflow:hidden;
			}
			#container-c1 {
				float:left;
				width:100%;
				position:relative;
				right:37%;
			}

			#content-column {
				/*margin: 20px;*/
				float:left;
				width:58%;
				position:relative;
				left:38.5%;
				overflow:hidden;
			}
			.sidebar-column {
				float:left;
				width:34%;
				position:relative;
				left:46%;
				overflow:hidden;
		}

.inner {
	margin-top: 10px;
}
	

		ul#navmenu {
			height:30px;
			position: absolute;
		    top: 92px;
		    left:497px;
			width: 450px;
			list-style: none;
			}

			#menu li {
				font-size:18px;
				float:left;
				height: 30px;
				}

			#menu li a {
				display:inline-block;
				color:#666666;
				padding-right: 36px;
				font-size: 18px;
				}
			#menu li.last a {
				padding: 0;
			}
	
#menu a.active {
	color: #8AC77E;
}

#header {
	height:130px;
	width: 950px;
	margin: 0 auto;
	position:relative;
	display: block;
}

#tagline {
	position: absolute;
	top:92px;
	left: 26px;
}

#tagline h2 {
	font-size: 20px;
	color: #666666;
}

#logo {
	position: absolute;
	left: 12px;
}
	
h2.entry-title {
	font-size:1.2em;
	margin:20px 0;
	}
	
h2.section {
	padding: 3px 0 10px 0;
}
	
.tag h3.entry-title, .search h3.entry-title, .search .page-title {
	margin: 20px 0 15px 0;
}
	
.search .page-title span {
	color: #91C57F;
}

h3.entry-title {
	margin-bottom: 10px;
}
	
	
.entry-date {
	font-size:0.7em;
	margin-bottom:25px;
	text-transform:uppercase;
	}
	
.entry-meta {
	color:#555555;
	font-size:0.8em;
	margin-bottom: 35px;
	}
	
	
#content-column img.left-align {
	float:left;
	margin:0 15px 15px 0;
	}
	
#content-column p {
	font-size: 0.95em;
	line-height:1.5;
	margin-bottom:30px;
	text-align:justify;
	}
	
#content-column .video {
	background:#444444 none repeat scroll 0 0;
	max-width:600px;
	padding-left:60px;
	margin-bottom: 40px;
	}
	
.sidebar-column h3 {
		font-size:0.8em;
		padding:0 0 5px 5px;
		border-bottom: 1px solid #DEDEDE;
		margin: 20px 0;
		text-align: left;
		}

#related-posts ul li {
	padding-bottom: 15px;
	
}

.sidebar-column h4 {
	display: block;
	font-size: 1em;
	padding-top: 20px;
	text-align: left;
}

	
.sidebar {
	margin-left: 0px;
	padding: 5px 0 35px 5px;
	}
	
.sidebar-column li {
	list-style-type: none;
}
	
ul.sidebarlist {
	list-style-image:none;
	list-style-position:outside;
	list-style:none;
	}
	
ul.sidebarlist li {
	padding:5px 10px;
	}
	
ul.sidebarlist li a {
	font-size:0.8em;
	
	}
	
li#archives ul, li#contributors ul {
	margin-bottom:20px;
	margin-left:10px;
	}
	

	
div.sociable {	
	margin:45px 0 45px 10px;
	}

span.sociable_tagline {
	position:relative;
	}
	
span.sociable_tagline span {
	display:none;
	width:14em;
	}
	
span.sociable_tagline:hover span {
	background:#FFFFEE none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:black;
	display:block;
	line-height:1.25em;
	position:absolute;
	top:-5em;
	}
	
.sociable span {
	display:block;
	}
	
.sociable ul {
	display:inline;
	margin:0 !important;
	padding:0 !important;
	}
	
.sociable ul li {
	display:inline !important;
	list-style-type:none;
	margin:0;
	padding:1px;
	}
	
.sociable ul li:before {
	content:"";
	}
.sociable img {
		border:0 none;
		float:none;
		height:20px;
		margin:0;
		padding:0;
		width:20px;
	}
	
.sociable-hovers {
	opacity:0.4;
	}
	
.sociable-hovers:hover {
	opacity:1;
	}
	
#footer {
	border-top:1px solid #DEDEDE;
	padding:20px 0;
	clear: both;
	}
	
#footer p {
	font-size: 0.7em;
	text-align: center;
	}
	
	
	
#related-posts {
	width: 265px;

}

#tag-cloud {
	width: 306px;
	height: 250px;
	overflow: auto;

}

#tag-wrap {
	height: 300px;
		margin-bottom: 30px;
}


#hebdo.music  .player {
	padding-left: 70px;
}

#hebdo #video {
padding: 9px 1px 0 16px;
display: block;
}

#header #invited {
	position: absolute;
	top: 8px;
	left: 25px;
	z-index: 90;
	width:84px;
	height: 78px;
	background: url(images/bloginviteRED.gif);
}

#header #invited a span {
	background: url(images/bloginviteRED.png);
}


#header #invited a span:hover  {
	background: url(images/bloginviteCLICK.png);
}



.photo-tab {
	float: left;
	height: 300px;
	width: 180px;
	margin: 40px 30px 40px 0;
	font-size: 0.8em;
	padding: 15px;
	border: 1px solid #e2eeee;
	-moz-border-radius: 10px;

}


#hebdo.music h3 {
	font-size: 1em;
}

#el-above {
	margin: 25px 0 20px 0;
}




#daily {
	background: url(images/ombrage.gif);
	width: 468px;
	min-height: 380px;
	float: right;
	position: relative;
	overflow: hidden;

}

	
#hune {
	width: 468px;
	float: right;
}


#daily .post {
	padding: 9px 1px 0 16px;
	float: left;
	line-height: 1.25;
	text-align: justify;
}


#el-above p, #elements-below p {
	margin: 0;
}

#elements-below {
	padding-top: 15px;
}

#elements-below h3.cat a {
	margin-bottom: 15px;
	color: #444444;
	text-align: center;
	display: inline-block;
}

#showcase {
	padding-left: 2px;
}

.post-box {
	display: inline;
	float: left;
}

#showcase .post{
	float: left;
	width: 207px;
	padding: 15px;
	margin: 0 0 10px 0;
	background: url(images/shade.gif) no-repeat;
	min-height: 260px;
	overflow: hidden;
	font-size: 0.75em;
}


#showcase .entry-title {
	padding: none;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 12px;
}



 .boxcaption{  
      float: right;  
      position: absolute;
      overflow: hidden;  
      background: #000;  
      height: 100px;  
      width: 434px;
      left: 16px;
  	  bottom: 15px;
      opacity: .76;  
      /* For IE 5-7 */  
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=76);  
     /* For IE 8 */  
     -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=76)"; 
     
}

.boxcaption-pop {
      position: absolute;
      overflow: hidden;  
      background: #fff;
	  bottom:0;
      height: 120px;  
      width: 434px;
      opacity: .76;  
      /* For IE 5-7 */  
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=76);  
     /* For IE 8 */  
     -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=76)";
}

.boxcaption-pop p {
		color: #777777;
		line-height: 1.2;
		padding: 10px;
		font-size: 0.9em;
	
}

.boxcaption p {
	color: #999999;
	line-height: 1.2;
	padding: 10px;
	font-size: 0.85em;
} 

.boxcaption h2 {
	text-align: center;
	padding: 25px 0;
	font-size: 1.42em;
}

.boxcaption h2 a span {
	font-size: 0.83em;
}


.fp-catch-image, .child-catch-image {
	padding: 0 12px 12px 12px;
	
}

.tag-catch-image {
	float: left;
	padding: 0 15px 15px 0;
}

.catch-image {
float: left;
margin-right: 10px;
}

#hebdo, #green {
	float: left;
	width: 468px;
	background: url(images/ombrage.gif);
	margin-right: 5px;
	min-height: 380px;
	overflow: hidden;
	position: relative;

}



a.block {
	display: block;
	position: absolute;
	width: 400px;
	height: 140px;
}

#showcase a.block {
	height: 260px;
	width: 205px;
}

#playlists img {
	margin: 20px 0 15px 30px;
}

#invite p {
	font-size: 0.8em;
	line-height: 1.2;
}

#hebdo.special .player {
	padding:40px 0 0 40px;
}

#special {
	width: 468px;
	float: left;
}
#featured-story {
	float: left;
	width: 468px;
	min-height: 380px;
	background: url(images/ombrage.gif);
	margin-right: 5px;
	position: relative;
	overflow: hidden;
}

#featured-story p {
	padding: 20px 20px 0 20px;
}

#featured-story img, #hebdo img {
    padding: 9px 0 0 16px;
}


#hebdo h3, #green h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}

#green #post-grid {
	padding: 15px;
}
#green .post {
	float: left;
	font-size: 0.8em;
    padding: 0 18px 15px 18px;
}

#green .post h3 {
	font-size: 1.2em;
	text-align: left;
}


/* comments */

#comments {
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 25px;
}
#comments p{
	margin: 0;
}

#respond {
	margin-bottom: 20px;
	background: #ECEFF5;
}


#comments h3 {
	background: #555555;
	padding: 12px 0 12px 20px;
	color: #ffffff;
	margin-bottom: 15px;

}


.form-textarea {
	margin: 30px auto 20px auto;
	width: 370px;
	
}

.form-textarea #comment {
	width: 370px;
}



.form-textarea p {
	margin: 5px 0;
}


.form-submit, .fb_submit {
	margin: 20px auto;
	width: 120px;
	padding: 10px;
}

.form-submit #submit, .fb_submit{
	background: #555555;
	color: white;
	cursor: pointer;
	padding: 4px 0;
	width: 100px;
	text-align: center;
	
}

#comment-notes {

	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 0.75em;
	text-decoration: underline;
}

.form-input {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 0;	
}

.form-input .text {
	border: 1px solid #BDC7D8;
}


.form-label {
	float: right;
	margin-right: 150px;
	font-size: 0.7em;
	font-weight: bold;
	padding: 4px;
	color: #666666;
}

.form-label.website {
	margin-right: 10px;
}

#respond .comment-title { /*comment label above entry form*/
	float: none;
	margin: 0 485px 0 15px;
	display: block;

}

#comments-list {
	background: white;
}

#comments-list #comment-info {
	padding-left: 5px;
	background: white;
	margin-left: 100px;
}


#comments-list .vcard img {
	margin-right: 20px;
	float: left;
}

#comments-list .vcard span.fn {
	padding-bottom: 30px;
}


#comments-list .vcard a {
	display: block;
}


#comment-user-details {
	display: inline;
	float: left;
	width: 230px;
}

span.ou {
	margin-top: 45px;
	margin-right: 240px;
	float: right;
}
															
				
.comment-meta {
	margin: 0px 10px 20px 0px;
	font-size: 0.7em;
	display: block;
}

span.unapproved  {
	font-size: 0.85em;
	margin-left: 115px;
	margin-bottom: 15px;
	display: block;
}



li.comment p, #comments-list li.comment.alt p {
	font-size: 0.85em;
	padding: 8px;
	margin-bottom: 10px;
	display: block;
	background: white url(images/commentback.gif);
}

#comments-list li.comment {
	padding-bottom: 15px;
	background: white;
}


span.loggedin {
	margin-left: 30px;
}

span.logout {
	color: #EEB9EB;
	margin-left: 30px;
}


/*fb connect */
#fbc_login {
	margin-right: 20px;
	float: right;
}

#fbc_login .dark {
	margin-top: 10px;
	margin-left: 65px;
}

.FB_name {
	color: #3B5998;
}

#fbc_profile {
	width: 250px;
	font-size: 0.8em;
	margin: 10px auto 30px;
	border: none;
}

.FB_userLink a {
	color: #3B5998;
}
#fbc_profile img {
	float: left;
}

/* players */


#fair-player {
	margin:  0 20px;
	float: left;
}


#playlists .post {
	margin-bottom: 30px;
	float: left;
}

#playlist-text {
	float: left;
	font-size: 0.92em;
	line-height: 1.18;
	position:relative;
	width: 434px;
	
}

.hip-hop #playlist-text {
	line-height: 1.25;
}

#playlist-text img {
	float: left;
}
.play-excerpt {
	position: relative;
	float:left;
}

.play-excerpt span {
	padding: 0 10px;
}



a.playlist {
	margin: 10px 0;
	text-align: center;
}

.sidebar-column a.playlist {
	margin-top: 0px;
	font-size: 0.8em;
}

a.right {
	padding-left: 40px;
}

a.left {
	padding-left: 25px;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: left;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 2px;
	top: 0;
	height: 100%;
	background: #DEDEDE;
}
.jScrollPaneDrag {
	position: absolute;
	background: #C0C0C0;
	width: 10px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
