/*  
Theme Name: Kraken Social
Author: PKRG
Author URI: http://www.lekraken.com
Tags: buddypress
Template: bp-default

*/



/**********************************************
*   Basics & Typography                       *
***********************************************/

body {  
	margin: 0;
	padding: 0;
	background: #585451 url('images/background.jpg') repeat-y top center !important;
	color: #000;
        font-family: arial;
        font-size:11.5px;
	text-align: justify;
	}

#background {background: url('images/overall_bg.jpg') repeat-x top center;}
#effetheader {background: url('images/container_bg.jpg') no-repeat top center;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #4a5265;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}

small {
	font-size: 0.8em;
	}

small a{
	font-size: 0.9em;
	}

img {
	border: none;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}
	
	ul{list-style-type:square}

.pubsubheader{
margin:5px 5px 0px 5px;
}
	
/************************************************
	News
************************************************/
/* News */

.news {
	
	float: right;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0 0;
	}
	
	
/************************************************
	Feature
************************************************/
/* Feature */
.feature {
	float: left;
	width: 600px;
	margin: 5px;
	padding: 10px;
	background: #252423;
	border: 0px solid #ccc;
        color: #fff;
        text-align:left;
}

.featext p{
display:inline}

.feature-title { 
color: #fff; 
margin: 0 0 5px 0; 
 }

.feature img {  
border: 1px solid #000; 
margin: 5px 0px; }

.feature p { margin: 0 0 10px 0; }
.feature a {color : #ffae00;}
.feature h2 {font-size:1.9em;}
	

 img[align="right"] { margin: 5px 0 0 8px}
.entry img[align="left"] { margin: 5px 8px 0 0px}
.alignright img { margin-left: 5px }
.alignleft img { margin-right: 5px }

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	font-size: 1.3em;
	}


/**********************
*   Header            *
***********************/

.header{
        display: block;
        margin: 0; 
        padding:0;
	width: 100%;
	height: 80px;
	}
.hleft{
float:left;
 width:358px;
height:80px;}

.htop{
display:block;
float: right; 
 width:642px;
height:26px;}

.hbottom{
display:block;
float: right; 
 width:642px;
height:54px;}

.navbar {
float: left;
width: 100%;
background: transparent url(images/nav_bg.gif) repeat-x 0 0;
font-size:1em;
font-weight:bold;
text-transform:uppercase}

	ul.menu {
		float: left;
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		}
	ul.menu li a{
		float: left;
		padding: 9px 10px 0 12px;
		color: #fff;
		}
	ul.menu li a:visited {
		color: #fff; 
                overflow:hidden;
		}
	ul.menu li a:hover {
		color: orange;
		background: url(images/nav_hover.gif) no-repeat center top;
		text-decoration: none;
		}

	.searchbar {
		float: right;
		width: 290px;
		height: 31px;
		margin: 0;
		}
	.searchform {
		width: 290px;
		height: 20px;
		text-align: left;
		}
	input#s {
		width: 185px;
		height: 18px;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; /* Fuck IE */
		padding: 1px 0 0 2px;
		border: 1px solid #999;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		}


/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: #fff;
	margin: 0 !important;
	margin: -15px 0 0 0; /* Fuck IE */
	padding: 0;
	}


/**********************
*   Content           *
***********************/

#container {
	float: left;
	width: 620px;
	height: 100%;
	background: #fff;
	}

.page-title {
	width: 635px;
	margin: 20px 0 0 0;
	background: #dfdfdf url(images/separator_blue.gif) repeat-x bottom center;
	}
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	background: transparent url(images/separator_blue.gif) repeat-x 0 0;
	font-size: 1.6em;
	line-height: 48px;
	color: #104177;
	}

/**********************
*   Blog Entries      *
***********************/

.postsingle {
        margin:10px;
	padding: 10px;
	background: #fff;
        border: solid 1px #e5e5e5;
	}

.postentry {
	color: #000;
	text-align: justify;
	}

.postentry img {
	border: 0px solid #edf2ff;
padding: 4px;
	}
.postentry img:hover {
	border: 0px solid #efefef;
	}

.posttitle {  }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: black;
	}

.postmeta {
	margin: 5px 0 ;
	font-size: 1em;
	color: grey;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}

.post-auteur {
        padding: 0 0 0 20px;
	background: url(images/auteur.gif) no-repeat 0 0;
	}


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
text-align:left;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #eee;
	background: #fafafa url(images/comment_bg.gif) repeat-y 0 0;
	}
	.alt {
		background-color: none !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator_green.gif) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #eee url(images/separator_green.gif) repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #aaa;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #fec02a;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 561px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 561px; /* Fuck IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(images/submit_hover.gif) repeat 0 0;
	}	

#commentform textarea{width:530px;
color:black;}

.subscribe-to-comments #subscribe{float:left}

/**********************
*   Sidebar           *
***********************/

#sidebar{
display:block;
float:right;
width:370px;
margin-right:5px;
list-style-type: none;}

.lastvideotitre {
        color:#fff;
        font-weight:bold;
	display: block;
        height:37px;
        margin-top:2px;
	padding:2px 0 0 20px;
	background: #272d3a url(images/topvids.jpg) no-repeat;
	font-size: 2em;
	}

.lastvideofooter{
margin-right:5px;
display:block;
width:355px;
clear:both;
text-align:right;
font-size:1.2em;
font-weight:bold;
padding-right:15px;
height:30px;
padding-top:10px;
height:29px;
background:transparent url(images/bottomvids.jpg) no-repeat;
}

.lastvideo a{color:orange}

.lastvideo h3{text-align:left}

.lastvideofooter a:visited{
color:white}

.lastvideofooter a:link{
color:white}

.lastvideofooter img{
border:0}

/* > block last video index
-------------------------------------------------------------- */

.lastvideo{
float:left;
display:block;
background: #252423;
width:296px;
color:white;
padding:10px 37px;
margin:0;

}

.lastvideo p{
display:inline}

.lastvideo li{
float:left;
padding:8px;
width:130px;
height:130px;
overflow:hidden;
list-style-type: none;
font-size:12px;
font-weight:bold;
text-align:left}

.lastvideo img{
border:solid 1px black}

.lastvideo h3{font-size:1.5em;
padding-bottom:5px}

/**********************
*   Middle            *
***********************/

#middle {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(images/separator_green.gif) repeat-x 0 0;
	border-top: 20px solid #fff;
	font-size: 0.9em;
	text-align: left;
	color: #000;
	}
#middle-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}
#middle-left,
#middle-mid,
#middle-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}

#middle ul{
list-style:none;
margin:0;
padding:0;
}

#middle h3{
float:right;
width:140px;
padding-left:10px
}

#middle h2 {
	margin: 0 0 10px 0;
	padding: 5px 8px;
	font-size: 1.6em;
	color: #000;
        border-bottom:solid 1px black;
	}

#middle a{
color:black
}

/**********************
*   membre actif      *
***********************/

#membreactif {
clear:both;
margin-left:10px;
}

#membreactif img {
border:none;
margin:0
}

#membreactif h3 {
float:none
}

/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #292929;
	border-top: solid 5px orange;
	font-size: 0.9em;
	text-align: left;
	color: #fff;
	}
#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	}

#bottom-left{
        width: 30%;
	padding: 20px 0 20px 20px;
	float: left;}

#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #888;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	}
#bottom ul li {
        padding:5px 0; 
	}
#bottom ul li a {
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
list-style:none;
	}
#bottom ul li a:hover {
	background: #191919;
	}
#bottom-sep {
	clear: both;
}

#bottom-mid{
        width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
        text-align:left;
}

#bottom-mid ul {
	list-style: none;
        text-align:left;
	}
#bottom-mid ul li {
        text-align:left;
	border-bottom: 1px solid #555;
        list-style:none;
	}
#bottom-mid ul li a {
        text-align:left;
	padding: 0;
	color: #fff;
	text-decoration: none;
        list-style:none;
	}
#bottom-mid ul li a:hover {
        text-align:left;
	background: black;
        text-decoration: none;
        list-style:none;
	}

/* Tags 
-------------------------------------------------------*/
.tagging {
        text-align: left;
        font-size: 0.9em;
        padding: 3px 0 3px 0;
}
.tagging img {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging img:hover {
	padding: 3px 0 0 0;
	border: 0px;
}

.tagging a{
	text-decoration: none;
	border-bottom: none;
}
/* End Various Tags & Classes*/

.post_ad {
	background: #fff;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
/* Extras */

.utwtags 
{color: #000000;
font-size: 11px; }

/**********************
*  News Bar          *
***********************/	
.newsbar{
	float:right;
	width:365px;
	padding-top:5px;
	padding-right:5px;
	}

.newsbar h2 {
	height:40px;
	line-height:30px;
	font-size:2em;
	color:#000000;
	margin:0px 0 0 0 ;
	padding:10px 0 0 15px;
	background:#ffae00;
	font-weight:bold;

	}
.newsbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
.newsbar ul li {
	line-height:1.9em;
        color: black;
	}

.newsbar ul li a:link {
        color: black;
        margin-left: 10px;
	text-decoration: none;
        line-height: 12px;
        overflow: auto;
	}

.newsbar ul li a:visited{
        color: black;
        margin-left: 10px;
	text-decoration: none;
        line-height: 12px;
        overflow: auto;
	}

.newsbar ul li a:hover {
	background: grey;
	color:#ffffff;
	}

.newsbox {
        margin-left: 5px;
        display: block;
        height: 1.75em;
       overflow: hidden;
       text-align:left;
}

/**********************
*   POST              *
***********************/

.post {
	width: 636px;
	padding: 10px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 0;
	background: #fff;
	border: 1px solid #ccc;
	text-align:justify;
	}

.post h2 {
        margin-bottom: 10px;
	text-align: left;
	font-size: 24px;
	font-weight:bold;
	text-transform: uppercase;
	}

.post h2 a, .post h2 a:link, .post h2 a:visited  {
	color: #000;
	overflow:hidden;
	background-color: transparent;
	}
.post h2 a:hover  {
	color: #000000;
        text-decoration : underline;
	background-color: transparent;
	}

.post img{
	float:left;
	margin: 0px 8px;
        border: solid 1px #000000;
}

	
.date{
	margin: 0px 0 0px 0;
	padding: 2px 0px 3px 0px;
	text-align: left;
	font-size: 12px;
	overflow:hidden;
	line-height:14px;
	font-weight:bold;
	color:#48627D;
}	

.authr{
	padding:5px 0 0 0px;
}

.postinfo {
	height:20px;
	padding: 2px 5px 2px 0px;
	font-size:14px;
	background:grey;
}

.time{
	float:left;
	margin-left:4px;
        padding-top: 4px;
	color:black;
	font-size:10px;
}	
	
.rmore{
	float:right;
	margin-right: 4px;
	padding-top: 4px;
	color:black;
	font-size:10px;
	}

.mentry{
	height:185px;

}
.mentry p{
        text-align:left;
	margin: 0px 0;
	padding: 0px 10px;
	font-size:12px;
	color:#000000;

	}

/**********************
*  News Bar   page single       *
***********************/	
.newsbaregister{
	float:right;
	width:265px;
        margin:10px 5px 10px 0px;
	font-size:1em;
	text-align:left;
        border-left:1px solid #ccc;
	padding-left:5px
}

.newsbaregister h2 {
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#000000;
	margin:0px 0 0 0 ;
	padding:0px 0 0 5px;
	background:#ffae00;
	font-weight:bold;

	}

.newsbarsingle{
	float:right;
	width:340px;
        margin:10px 5px 10px 0px;
	font-size:1em;
	text-align:left;
}

.newsbarsingle h2 {
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#000000;
	margin:0px 0 0 0 ;
	padding:0px 0 0 5px;
	background:#ffae00;
	font-weight:bold;

	}
.newsbarsingle ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
}

.newsbarsingle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.newsbarsingle ul li {
	line-height:1.9em;
        color: black;
	}

.newsbarsingle ul li a:link {
        color: black;
	text-decoration: none;
        line-height: 12px;
        margin-left: 10px;
	}

.newsbarsingle ul li a:visited{
        color: black;
	text-decoration: none;
        line-height: 12px;
        margin-left: 10px;
	}

.newsbarsingle ul li a:hover {
	background: grey;
        line-height: 12px;
        margin-left: 10px;
	color:#ffffff;
	}

.newsboxsingle {
        margin: 0 8px;
        display: block;








        height: 1.75em;
       overflow: hidden;
       text-align:left;
}

/**********************
*   Footer            *
***********************/

#footer {
        overflow: hidden;
	width: 100%;
	height: 55px;
	clear: both;
	background: #191919;
	border-top: 1px solid #000;
	color: #fff;

	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;

	}

#footer p {
        padding:10px 0px 0px 10px;
        margin:0;
	font-size: 0.9em;
        float:left;
	}

#footer p a:link,
#footer p a:visited {
	color: #aaa;
	}
#footer p a:hover {
	color: #fff;
	}
#footer p a:active {
	color: #9ad202;
	}

#footer p.icons {
        margin:0;
        padding-right: 10px;
	float: right;
	text-align: right;
	
	}
	
/*
+----------------------------------------------------------------+
|																							|
|page navigation				|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi 

{ float: right;
height:30px;
 padding-top:10px; padding-right:5px;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
text-decoration: none;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
text-decoration: none;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #363435;
text-decoration: none;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;
text-decoration: none;
}

/*
+----------------------------------------------------------------+
|																							|
|GALLERY				|
|																							|
+----------------------------------------------------------------+
*/

.gallery {margin: auto;}

.gallery .gallery-item .gallery-icon {
	float: left;
	margin-top: 0px;
	text-align: center;
	width: 33%;}

.gallery .gallery-caption {
	margin-left: 0;
}


/* > block last post par categorie index
-------------------------------------------------------------- */

.newanim{

display: block;
width:310px;
height:310px;
list-style-type: none;
background: #fff url(images/fondcat.jpg) top center; 
}

.newanim a{color:black}

.newanim li{
margin-left:10px; 
margin-top:5px;text-align:left;
height: 1.2em;
overflow: hidden;}

.newanimtitre {
font-weight:bold;
font-size:2em;
padding-left:15px;
padding-top:5px;
padding-bottom:2px;}

.newanimlast{
margin-top: 10px;
height:110px;
padding-left:10px;
}

.newanimlast img
{border:1px solid black}

.newanimleft{
float:left;
}

.newanimlast h3{
font-size:1em;
padding-bottom:5px;
text-align:left;
padding-right:3px
}

.newanimright{
width:165px;
float:right;
font-size:1.3em;
padding-left:5px;
}

.newanimlist{
font-size:0.9em;
}

.newsfooter{
display:block;
padding:8px 25px;
font-weight:bold;
font-size:1.2em}

/* > block bonus par categorie index
-------------------------------------------------------------- */

.newsright{
float:right}

.newsleft{
float:left}

/* > block jeux video
-------------------------------------------------------------- */

.newsjeux{
margin-top:10px;
float:left;
margin-left:5px;
display: block;
width:610px;
}

.newjv a{color:black}

.newjv li{
display:block;
height:260px;
width:300px;
margin-left:5px;
margin-right:5px; 
margin-top:15px;
text-align:right;
list-style-type: none;}

.newjv img {
margin-right:10px;
margin-bottom:5px;
border:solid 1px black}

.featextjv{
padding-top:4px;
width:170px;
height:75px;
float:right;
text-align:left;
}

.newjv a:hover{
color:grey;
text-decoration:none
}

.featextjv p{
display:inline}

.newjvtitre {
font-weight:bold;
color:orange;
font-size:2em;
padding-left:15px;
padding-top:5px;
border-bottom:solid 3px black;
height:35px;
background: #fff url(images/jvtop.jpg) top left no-repeat; 
}

.newjvleft{
float:left;
width:270px;
padding:27px 10px 0px 10px;
}

.newjvleft img
{border:1px solid black;
margin-left:10px;
margin-top:10px}


.newsjeux h3{
font-size:1.2em;
padding-bottom:5px;
text-align:left;
width:260px;
margin-left:10px;
margin-top:2px;
}

.newjvright{
float:right;
display:block;
width:310px;
text-size:10px;
padding-top:2px;
}

.jvfooter{
border-top:solid 3px black;
display:block;
width:595px;
clear:both;
text-align:right;
font-size:1.2em;
font-weight:bold;
padding-right:15px;
padding-top:6px;
height:30px;
color:white;
background: #fff url(images/jvbottom.jpg) top right no-repeat; 
}

.jvfooter a {
color:white
}

.jvfooter img{
margin:0;
border:0}

/* > sidebar social
-------------------------------------------------------------- */
.sidebar-social{
	float:right;
	width:250px;
        margin:10px 5px 10px 0px;
	font-size:1em;
}

/* > sidebar jaquette custom post fiche

-------------------------------------------------------------- */

#jaquette img{
padding:0;
margin:8px 0px 5px 40px;
border:solid black 1px;
}

#jaquette-list img{
padding:0;
margin:5px 10px 10px 10px;
border:solid black 1px;
}

#jaquette-list {
float:left;
}

#news ul, #test ul{
list-style:none;
margin:0;
padding:0;
}

#news h3, #test h3 {
font-size:1.5em;
margin: 0;
padding:10px;
display:block;  
width:410px;
height:115px;
float:right;
text-align:left;
}

#news img, #test img {
margin:10px;
padding:0;
float:left;
border:solid 1px black}

#news li, #test li{
margin:10px 0px 0px 0px;
border:solid 1px #e5e5e5;
height:125px;
width:575px;
list-style:none;
}

/* > Titre catégorie fiche
--------------------------------------------------------------- */
.cattitre{

        margin:10px 0px 10px 10px;
        border: solid 1px #e5e5e5;
        width:585px;
        padding:10px 0px 0px 10px;
}


/* > Fiche sidebar trier par
--------------------------------------------------------------- */

.fichenavi{
	float:left;
	width:250px;
        margin:5px 5px 10px 0px;
	font-size:1em;
	text-align:left;
}

.fichenavi h2 {
	height:30px;
	line-height:30px;
	font-size:16px;
	color:#000000;
	margin:5px 0 5px 0 ;
	padding:0px 0 0 10px;
	background:#ffae00;
	font-weight:bold;
	}

.fichenavi ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
}


/* > Menu en tabs sur fiche 
--------------------------------------------------------------- */


.idTabs {
height:100%;
width:100%;
float:left;
border-bottom: dotted 1px #da7c0c;
font-size: 0.9em;
text-align: center;
margin-bottom:15px;
padding-bottom:5px
	}

.idTabs ul {
float:right;
padding:0;
margin:0;

}

.idTabs li{
float:left;
list-style:none;

}

.idTabs a{
padding:5px;
margin-left:5px;
text-decoration:none;
padding-bottom:5px;
cursor: pointer;
border: solid 1px #000;

-webkit-border-radius: 0 .9em 0 .9em; 
-moz-border-radius: 0 .9em 0 .9em;
border-radius: 0 .9em 0 .9em;

color: #000;
border: solid 1px #da7c0c;
background: #faa51a;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top,  #faa51a,  #f47a20);

}

.idTabs a:hover{
color: #fff;
border: solid 1px #da7c0c;
background: orange;
background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
background: -moz-linear-gradient(top,  #f47a20, #faa51a);

}


/* > Afficher les jaquettes sur l'index
-------------------------------------------------------------- */

.fiche {
height:100%;
width:100%;
float:left;
border-top: solid 5px #00416A;
font-size: 0.9em;
text-align: center;
margin-bottom:10px;
	}

.fiche h2{
text-align:left;
padding:8px;
}

.fiche a{
color: #000;
font-size:0.85em
}

#jaquette-index li{
list-style:none;
float:left;
width:165px;

}

.fiche img{
border:solid black 1px;
}

.fiche ul {
	margin: 0;
	padding: 0;
padding-left:5px;
	list-style-type: none;
	}



/* > sidebar single
-------------------------------------------------------------- */


#sidebar-single{
display:block;
float:right;
width:340px;
margin-right:5px;
list-style-type: none;}

.lastvideo-single{
float:right;
display:block;
background: #252423;
width:320px;
color:white;
padding:10px 10px;text-align:left;
}
.lastvideo-single a{
color:orange}

.lastvideo-single p{
display:inline;}

.lastvideo-single li{
float:left;
padding:5px 15px;
width:130px;
height:140px;
overflow:hidden;
list-style-type: none;
font-size:12px;
font-weight:bold;
text-align:left;}

.lastvideo-single li img{
border:solid 1px black;
margin-left:0px}

.lastvideo-single img{
border:solid 1px black;
margin-left:10px}

.lastvideo-single h3{font-size:1.5em;
padding-bottom:5px}

#container-single {
	float: left;
	width: 650px;
	height: 100%;
	background: #fff;
	}

.lastvideotitre-single {
        color:#fff;
        font-weight:bold;
	display: block;
        height:37px;
        margin-top:2px;
	padding:2px 0 0 20px;
	background: #272d3a url(images/topvids-single.jpg) no-repeat;
	font-size: 2em;
	}

.lastvideofooter-single{
padding-right:5px;
display:block;
clear:both;
text-align:right;
font-size:1.2em;
font-weight:bold;
padding-right:15px;
height:30px;
padding-top:10px;
height:29px;
background:transparent url(images/bottomvids-single.jpg) no-repeat;
}

.lastvideofooter-single a:visited{
color:white}

.lastvideofooter-single a:link{
color:white}

.lastvideofooter-single img{
border:0}

.blc{

list-style-type: none;}

.alternate{
list-style-type: none;}

#sidebar-single ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar-single ul a{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* > sidebar single les coms
-------------------------------------------------------------- */


.combarsingle{
	width:340px; 
	font-size:1em;
        text-align:left;
        padding-bottom:15px;
}

.combarsingle h2 {
	height:30px;
	line-height:30px;
	font-size:18px;
	color:#000000;
	margin:0px 0 0 0 ;
	padding:0px 0 0 5px;
	background:#ffae00;
	font-weight:bold;

	}
	
.combarsingle ul li {
	line-height:1.4em;
        color: black;
        padding-top:5px;
        padding-left:10px;
	}

.combarsingle ul li a:link{
        color: black;
	text-decoration: none;
        line-height: 12px;
        margin-left: 10px;
	}


.combarsingle ul li a:visited{
        color: black;
	text-decoration: none;
        line-height: 12px;
        margin-left: 10px;
	}

.combarsingle ul li a:hover {
        line-height: 12px;
        margin-left: 10px;
	text-decoration:underline;
	}

.related{
border:solid 1px grey;
margin-bottom:10px;
width:80%;
}


.related h3{
padding:5px 0px 5px 15px;
background:#89b4e0;
font-size:1.2em;
border-bottom:solid 1px grey;
}

.related ul li a:visited{
color:#2f63b3;
margin:0
}

.related ul li a:hover {
	color: #4a5265;
	text-decoration: underline;
}

.auteur{
font-size:0.9em;
padding-bottom:10px;
margin-left:500px}

#comment{margin-bottom:10px
}

.comment-avatar-box{
float:left;
width:80px;
height:80px;
margin:0px 5px;
valign:auto;
border:solid grey 1px
}

.comment-meta{
display:block;
color:black;
padding-bottom:5px;
border-bottom:solid 1px grey; 
}

.comment-content{
display:block;
min-height:100px;
}

.comment-content p{margin-left:95px}

.comment-content img{max-width:500px}

.comment-avatar-box2{
float:left;
width:70px;
height:70px;
}
.avbpost {
border: solid 1px red}

.comment-title-com{
font-size:1.5em;
padding-bottom:5px;
border-bottom:solid 1px black;
margin-bottom:5px}

/* > category
----------------------------------------------- */

.post-cat{
float:left;
margin-top:10px;
border:solid 1px #e5e5e5;
height:130px;
margin-left:10px;
width:600px}

.entry-cat{}

.img-cat{margin:10px;float:left;}

.entry-cat{}

.post-title-cat h3{
font-size:1.5em;
margin: 0;
padding:5px}

.post-title-cat p{display:inline}

.post-title-cat {display:block;  
width:390px;
height:130px;float:right;
text-align:left;}


/* > page membre buddy
----------------------------------------------- */

#content{
width:715px; 
padding-left:5px}

/* > who is en ligne
----------------------------------------------- */
.avatar-block{
display:block; padding-top:5px;
height:60px; width:100%
}

.avatar-block img {padding-left:5px}

#bp_core_whos_online_widget-3{
padding:5px;
clear:both;
display:block;
height:70px; border:solid 1px grey}

.item-avatar{float:left}

/* > newsletter box
----------------------------------------------- */

.newsletters{margin-top:3px;
display:block;
padding:4px;
border:solid black 2px;
text-align:left;}

.newsletters h3{font-size:1.1em; padding-bottom:5px}

.newsletters p{margin-left:5px;
display: inline;}

/*
+----------------------------------------------------------------+
|																							|
|pagination commentaire				|
|																							|
+----------------------------------------------------------------+
*/


.comment-page{ 
border:solid 1px #c8bebe;
height:30px;
padding-top:15px; 
padding-left:85px;
margin-bottom:10px;
}

.comment-page a, .comment-page a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;	
}
.comment-page a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;	
}
.comment-page a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
text-decoration: none;
}
.comment-page a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;	
}
.comment-page span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
text-decoration: none;
}
.comment-page span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #363435;
text-decoration: none;
}
.comment-page span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ccc;
	color: #000000;
	background-color: #FFFFFF;
text-decoration: none;
}

/* > Share en sidebar
-------------------------------------------------------------- */

.share {
	width:340px; 
	background: #fff;
	margin-left:2px;
	margin-top:7px;	
}

.share h2 { 
    background: #FFAE00;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0;
    padding: 0 0 0 5px;
}

.logosShare{
	margin: 0 0 5px 10px;
	padding-left: 10px;
	overflow:hidden;
}

.logosShare li{
	width: 75px;
	height: 68px;
	float: left;
	margin-right: 10px;
	border-bottom:1px dotted #999999;
	padding: 5px 0;
	list-style:none;
}
.logosShare li.oddItem{
  	margin-right: 10px;
}
.logosShare li a{
	padding: 10px 0 0 40px;
	background: no-repeat center;
	color: #333333;
	display: block;
	height: 90px;
	text-decoration: none;
	font-weight: bold;
text-align:center;


}

.logosShare li a:hover{
	color: #990000;
	text-decoration: underline;
}  

.share div { 
	text-align:center;
	padding-bottom:5px;
}

/* > limitation taille avatar
-------------------------------------------------------------- */

.comment-avatar-box img{max-width:80px;}

/*
+----------------------------------------------------------------+
|																							|
|Budypress				|
|																							|
+----------------------------------------------------------------+
*/


/**
 * The following are basic CSS styles to give BuddyPress pages their absolute basic formatting.
 * You should extend/override these styles in your standard theme CSS to match your theme.
 */

/***
 * Navigation tabs
 */
div.item-list-tabs {
	margin: 15px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	clear: both;
}

div.item-list-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 200%;

}
	div.item-list-tabs ul li {
		float: left;
		margin-right: 5px;
	}
		div.item-list-tabs#subnav ul li a {
			border: none;
			padding: 0;
		}

	div.item-list-tabs ul li.last { float: right; }

/***
 * Object Lists (groups/members/forums/blogs)
 */

ul.item-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
	ul.item-list li { position: relative; }
	ul.item-list div.item-avatar {
		float: left;
	}

	ul.item-list div.item {
		margin-left: 65px;
	}

	ul.item-list div.action {
		position: absolute;
		top: 0;
		right: 15px;
		text-align: right;
	}


/***
 * Content Object Headers
 */

div#item-header {
	padding-bottom: 0px;
	overflow: hidden;
}
	div#item-header div#item-header-avatar {
		float: left;
		margin-left: 5px; margin-top: 5px;
                
	}

	div#item-header div#item-header-content {
		margin-top:5px
	}

/***
 * Activity Stream Post Form
 */

form#whats-new-form {
	overflow: hidden;
	padding-bottom: 20px;
}
	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	form#whats-new-form h5 {
		clear: none;
		margin-left: 76px;
	}

	form#whats-new-form #whats-new-content {
		margin-left: 54px;
		padding-left: 22px;
	}

	form#whats-new-form #whats-new-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		margin-bottom: 10px;
	}
	form#whats-new-form textarea {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-family: inherit;
		color: #555;
		border: none;
		margin: 0;
		padding: 0;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}

/***
 * Activity Stream Post Form
 */

ul.activity-list {
	margin: 0;
	padding: 0;
}

ul.activity-list li {
	overflow: hidden;
	padding: 20px 0;
}
	ul.activity-list li img.avatar {
		float: left;
		width: 60px;
		height: 60px;
	}

	ul.activity-list li div.activity-content {
		margin-left: 75px;
	}

	ul.activity-list li div.activity-comments {
		margin: 15px 0 0 38px;
	}
		ul.activity-list li div.activity-comments ul li {
			padding: 5px 0;
		}

		ul.activity-list li div.activity-comments img.avatar {
			width: 25px;
			height: 25px;
		}

		ul.activity-list li div.acomment-content, ul.activity-list li div.acomment-meta {
			margin-left: 35px;
		}

	ul.activity-list li div.activity-inreplyto {
		margin: 15px 0 0 75px;
		font-size: 11px;
	}

/***
 * Input Forms
 */

/* Activity comment forms */

form.ac-form { display: none; } /* JS will show this */

div.activity-comments form {
	display: none;
	margin: 10px 0 10px 33px;
	padding: 8px;
}

	div.activity-comments div#message {
		margin-top: 15px;
		margin-bottom: 0;
	}

	div.activity-comments form.loading {
		background-image: url( ../images/ajax-loader.gif );
		background-position: 2% 95%;
		background-repeat: no-repeat;
	}

	div.activity-comments form .ac-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		margin-bottom: 10px;
	}
		div.activity-comments form textarea {
			width: 100%;
			height: 60px;
			border: none;
			padding: 0;
		}
			div.activity-comments form input {
				margin-top: 5px;
			}

	div.activity-comments form div.ac-reply-avatar {
		float: left;
	}


	div.activity-comments form div.ac-reply-content {
		margin-left: 25px;
		padding-left: 15px;
	}

/* Standard Input Forms */

form.standard-form label, form.standard-form span.label {
	display: block;
	margin: 15px 0 5px 0;
}
	form.standard-form div.checkbox label,
	form.standard-form div.radio label {
		font-weight: normal;
		margin: 5px 0 0 0;
	}

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}

/* Send Invites Form */
form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		padding: 5px;
		width: 160px;
		margin: 10px 0;
	}

/* Directory search forms */

form.dir-form div.dir-search {
	float: right;
	width: 45%;
	margin: 0 0 25px 0;
}

/*SPECIAL PLUGIN GALLERY*/

.ngg-gallery-thumbnail {
	float: left; 
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	margin: 10px 0px 0 0px !important;
}

.ngg-gallery-thumbnail img {
	margin: -6px 6px 6px -6px;
	background-color:#FFFFFF;
	border:0px solid #A9A9A9;
	display:block; 
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: orange;
} 

*/* BARE ADMIN BUDDYPRESS */
#wp-admin-bar {
	position: absolute;
	padding: 0;
        margin-left:470px;
	top: 0;
	z-index: 99;
	height: 25px;
	font-size: 12px;
	width: 550px;
	z-index: 1000;
}


#wp-admin-bar {
	position: absolute;
	padding: 0;
        margin-left:470px;
	top: 0;
	z-index: 99;
	height: 25px;
	font-size: 12px;
	width: 550px;
	z-index: 1000;
}


#wp-admin-bar * { z-index: 999; }



#wp-admin-bar li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: left;
}

#wp-admin-bar li a {
	padding: 7px 15px 7px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
	#wp-admin-bar li.alt { border: none; }

	#wp-admin-bar li.no-arrow a {
		padding-right: 15px;
	}

	#wp-admin-bar ul li ul li a span {
		display: none;
	}

#wp-admin-bar li:hover, #wp-admin-bar li.hover {
	position: relative;
}

#admin-bar-logo {
	display:none
}

/*******************/

#wp-admin-bar ul { /* all lists */
	margin: 0;
	list-style: none;
	line-height: 1;
	cursor: pointer;
	height: auto;
	padding: 0;
}

#wp-admin-bar ul li { /* all list items */
	padding: 0;
	float: left;
	position: inline;
	padding-right: 11px;
}
	#wp-admin-bar ul li.no-arrow {
		background: none;
		padding-right: 0;
	}

	#wp-admin-bar ul li ul li {
		background-image: none;
	}

#wp-admin-bar ul li a {
	display: block;
}

#wp-admin-bar ul.main-nav li:hover, #wp-admin-bar ul.main-nav li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
	background-color: #333;
}

/* second-level lists */

#wp-admin-bar ul li ul {
	position: absolute;
	width: 185px;
	left: -999em;
	margin-left: 0;
	background: #333;
	border: 1px solid #222;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
}
	#wp-admin-bar ul li > ul {
		border-top: none;
	}

	#wp-admin-bar ul li ul a {
		color: #eee;
	}

#wp-admin-bar ul li ul li {
	float: left;
	width: 180px;
	margin: 0;
}
	#wp-admin-bar ul li ul li:hover a {
		color: orange;
	}

#wp-admin-bar ul li div.admin-bar-clear {
	clear: both;
}

#wp-admin-bar ul.main-nav li ul li:hover, #wp-admin-bar ul.main-nav li ul li.sfhover, #wp-admin-bar ul.main-nav li ul li.sfhover {
	background-color: #222;
}

/* third-and-above-level lists */

#wp-admin-bar ul li ul ul {
	margin: -25px 0 0 184px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	#wp-admin-bar ul li ul li:hover ul li a {
		color: #eee;
	}
		#wp-admin-bar ul li ul li ul li:hover a {
			color: #fff;
		}

#wp-admin-bar ul li:hover ul, #wp-admin-bar ul li ul li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul  {
	left: auto; 
}

#wp-admin-bar ul li.align-right:hover ul {
	right: 0; 
}

#wp-admin-bar ul li:hover ul ul, #wp-admin-bar li.sfhover ul li ul {
	left: -999em;
}

/* Menu item css */

#wp-admin-bar img.avatar {
	float: left;
	margin-right: 8px;
}

#wp-admin-bar span.activity {
	display: block;
	margin-left: 34px;
	padding: 0;
}

#wp-admin-bar ul.author-list li a { height: 17px; }

#wp-admin-bar ul li#bp-adminbar-notifications-menu a span {
	padding: 0 6px;
	margin-left: 2px;
	background: #fff;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* > Item Headers (Profiles, Groups, trophées)
-------------------------------------------------------------- */

div#item-header {
	overflow: hidden;
}
	div#item-header div#item-header-content { 
	margin-left: 90px; }

	div#item-header h2 {
		font-size: 3em;
		margin: 0 0 15px 0;
		line-height: 120%;
}
		div#item-header h2 a {
			text-decoration: none;
			color: black;
}

	div#item-header img.avatar {
		padding:3px;
		border:solid 1px black;
		margin: 0 ;
		background:#eee;
}

	div#item-header h2 { margin-bottom: 5px; }

	div#item-header span.activity, div#item-header h2 span.highlight {
		vertical-align: middle;
		font-size: 11px;
		font-weight: normal;
		line-height: 170%;
		margin-bottom: 7px; 
		display:block; 
		width:250px;
	}

	div#item-header h2 span.highlight { font-size: 16px; }
	div#item-header h2 span.highlight span {
		position: relative;
		top: -2px;
		right: -2px;
		font-weight: bold;
		font-size: 11px;
		background: #a1dcfa;
		color: #fff;
		padding: 1px 4px;
		margin-bottom: 2px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}

	div#item-header div#item-meta {
		font-size: 14px;
		color: black;
                clear:left;
                width:600px;       
	}

	div#item-header div#item-actions {
		float: right;
		width: 20%;
		margin: 0 0 15px 15px;
		text-align: right;
	}
		div#item-header div#item-actions h3 {
			font-size: 12px;
			margin: 0 0 5px 0;
		}

		div#item-header ul {
			overflow: hidden;
			margin-bottom: 15px;
		}

		div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
			display: none;
		}

		div#item-header ul li {
			float: right;

		}

		div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
			width: 30px;
			height: 30px;
			margin: 2px;
		}

	div#item-header div.generic-button, div#item-header a.button {
		float: left;
		margin: 10px 10px 0 0;
	}

	div#item-header div#message.info {
		line-height: 80%;
	}


/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */

ul.item-list {
	width: 100%;
}
	ul.item-list li {
		position: relative;
		padding: 15px 0;
		border-bottom: 1px solid #eaeaea;
	}
		ul.single-line li { border: none; }
		body.activity-permalink ul.item-list li { padding-top: 0; }

		ul.item-list li img.avatar {
			float: left;
			margin: 0 10px 10px 0;
		}

		ul.item-list li div.item-title, ul.item-list li h4 {
			font-weight: normal;
			font-size: 14px;
			width: 75%;
			margin: 0;
		}
			ul.item-list li div.item-title span {
				font-size: 12px;
				color: #999;
			}

		ul.item-list li div.item-desc {
			margin: 10px 0 0 64px;
			font-size: 11px;
			color: #888;
			width: 50%;
		}

		ul.item-list li div.action {
			position: absolute;
			top: 15px;
			right: 0;
			text-align: right;
		}

		ul.item-list li div.meta {
			margin-top: 10px;
			color: #888;
			font-size: 11px;
		}

		ul.item-list li h5 span.small {
			font-weight: normal;
			font-size: 11px;
		}

/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
	
	width:620px
	margin: 25px -20px 20px 0px;
	background: #eaeaea; 
}
	div.item-list-tabs ul li a {
		text-decoration: none;
	}

	div.item-list-tabs ul {
		width: 100%;
	}
		div.item-list-tabs ul li {
			float: left;
			
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0;
			}

			div.item-list-tabs ul li:first-child {
				margin-left: 15px;
			}

			div.item-list-tabs ul li.last {
				float: right;
				margin: 7px 20px 0 0;
			}
				div.item-list-tabs#subnav ul li.last {
					margin-top: 4px;
				}

				div.item-list-tabs ul li.last select {
					max-width: 170px;
				}

		div.item-list-tabs ul li a,
		div.item-list-tabs ul li span {
			display: block;
			padding: 5px 10px;
			text-decoration: none;
		}
			div.item-list-tabs ul li span {
				color: #aaa;
			}

			div.item-list-tabs ul li a span {
				display: inline;
				padding: 0;
				color: inherit;
			}

		div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			background-color: #fff;
			color: #555;
			font-weight: bold;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul li.loading a {
				background-image: url(images/ajax-loader.gif );
				background-position: 92% 50%;
				background-repeat: no-repeat;
				padding-right: 30px !important;
			}
				div#item-nav ul li.loading a {
					background-position: 88% 50%;
				}

	div.item-list-tabs#object-nav {
		margin-top: 0;
	}

	div.item-list-tabs#subnav {
                width:620px;
		background: #fff;
		margin: -15px -20px 15px -20px;
		border-bottom: 1px solid #eaeaea;
		min-height: 35px;
		overflow: hidden;
	}

	div.item-list-tabs ul li.feed a {
		background: url(images/rss.png ) center left no-repeat;
		padding-left: 20px;
	}

/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity, div#message p {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #ffa200;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

div.dir-search {
	float: right;
	margin: -37px 0 0 0;
}
	div.dir-search input[type=text] {
		padding: 4px;
		font-size: 12px;
	}

/* > Pagination
-------------------------------------------------------------- */

div.pagination {
	margin: -15px -20px 9px -20px;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 20px 10px 20px;
	color: #888;
	font-size: 11px;
	height: 16px;
}
	div.pagination#user-pag, .friends div.pagination,
	.mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
		background: #f8f8f8;
		border: none;
		padding: 8px 15px;
	}

	div.pagination .pag-count {
		float: left;
	}

	div.pagination .pagination-links {
		float: right;
	}
		div.pagination .pagination-links span,
		div.pagination .pagination-links a {
			font-size: 12px;
			padding: 0 5px;
		}
			div.pagination .pagination-links a:hover {
				font-weight: bold;
			}

/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
	margin: 15px 0;
}
	div#message.updated { clear: both; }

div#message p {
	padding: 10px 15px;
	font-size: 12px;
	display:block;
}
	div#message.error p {
		background: #e41717;
		color: #fff;
		border-color: #a71a1a;
		clear: left;
	}

	div#message.updated p {
		background: #dffcd9;
		color: #1a9b00;
		border-color: #c4e9bd;
	}

form.standard-form#signup_form div div.error {
	color: #fff;
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	width: 90%;
	margin: 0 0 10px 0;
}

/* > Buttons
-------------------------------------------------------------- */

a.button, input[type=submit], input[type=button],
ul.button-nav li a, div.generic-button a {
	background: url(images/white-grad.png ) top left repeat-x;
	border: 1px solid black;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	cursor: pointer;
}
	a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover,
	ul.button-nav li a:hover, ul.button-nav li.current a,
	div.generic-button a:hover {
		border-color: orange;
		color: orange;
		outline: none;
	}

	/* Buttons that are disabled */
	div.pending a, a.disabled {
		border-color: #eee;
		color: #bbb;
		cursor: default;
	}
	div.pending a:hover, a.disabled:hover { border-color: #eee; color: #bbb; }

	div.accept, div.reject {
		float: left;

		margin-left: 10px;
	}

ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
}
	ul.button-nav li.current a {
		font-weight: bold;
	}

/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
	background: url(images/ajax-loader.gif ) center left no-repeat !important;
	padding: 8px;
	display: none;
}

a.loading {
	background-image: url(images/ajax-loader.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {padding-left:10px

}
	form.standard-form textarea, form.standard-form input[type=text],
	form.standard-form select, form.standard-form input[type=password],
	.dir-search input[type=text] {
		border: 1px inset #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 6px;
		font: inherit;
		font-size: 14px;
		color: #888;
	}
		form.standard-form select {
			padding: 3px;
		}

		form.standard-form input[type=password] {
			margin-bottom: 5px;
		}

	form.standard-form label, form.standard-form span.label {
		display: block;
		font-weight: bold;
		margin: 15px 0 5px 0;
	}
		form.standard-form div.checkbox label,
		form.standard-form div.radio label {
			font-weight: normal;
			margin: 5px 0 0 0;
			font-size: 14px;
			color: #888;
		}

		form.standard-form#sidebar-login-form label {
			margin-top: 5px;
		}

	form.standard-form input[type=text] {
		width: 75%;
	}
		form.standard-form#sidebar-login-form input[type=text],
		form.standard-form#sidebar-login-form input[type=password] {
			padding: 4px;
			width: 95%;
		}

		form.standard-form #basic-details-section input[type=password],
		form.standard-form #blog-details-section input#signup_blog_url {
			width: 50%;
		}

		form.standard-form#signup_form input[type=text],
		form.standard-form#signup_form textarea {
			width: 90%;
		}
			form.standard-form#signup_form div.submit { float: right; }
			div#signup-avatar img { margin: 0 15px 10px 0; }

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}
		form.standard-form textarea#message_content {
			height: 200px;
		}

		form.standard-form#send-reply textarea {
			width: 97.5%;
		}

	form.standard-form p.description {
		font-size: 11px;
		color: #888;
		margin: 5px 0;
	}

	form.standard-form div.submit {
		padding: 15px 0;
		clear: both; 
	}
		form.standard-form div.submit input {
			margin-right: 15px;
		}

	form.standard-form div.radio ul {
		margin: 10px 0 15px 38px;
		list-style: disc;
	}
		form.standard-form div.radio ul li {
			margin-bottom: 5px;
		}

	form.standard-form a.clear-value {
		display: block;
		margin-top: 5px;
		outline: none;
	}

form.standard-form #basic-details-section, form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
	form.standard-form #profile-details-section { float: right; }
	form.standard-form #blog-details-section {
		clear: left;
	}

form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
	background: #fafafa;
	color: #555;
}

form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}


/* > Data Tables
-------------------------------------------------------------- */

table {
	width: 100%;
}
	table#message-threads {
		margin: 0 -20px;
		width: auto;
	}

	table.profile-fields { margin-bottom: 20px; }

	div#sidebar table {
		margin: 0 -16px;
		width: 117%;
	}

	table tr td, table tr th {
		padding: 8px;
		vertical-align: middle;
	}
		table tr td.label {
			border-right: 1px solid #eaeaea;
			font-weight: bold;
			width: 30%;
		}

		table tr td.thread-info p { margin: 0; }

			table tr td.thread-info p.thread-excerpt {
				color: #888;
				font-size: 11px;
				margin-top: 3px;
			}

		div#sidebar table td, table.forum td { text-align: center; }

	table tr.alt {
		background: #f4f4f4;
	}

table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
	table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
	table.notification-settings th.title { width: 80%; }
	table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: center; }


/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
	background: #FFF9DB;
	border-top: 1px solid #FFE8C4;
	border-bottom: 1px solid #FFE8C4;
	font-weight: bold;
}
	table#message-threads tr.unread td span.activity {
		background: #fff;
	}

	li span.unread-count, tr.unread span.unread-count {
		background: #dd0000;
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.item-list-tabs ul li a span.unread-count {
			padding: 1px 6px;
			color: #fff;
		}

	div.messages-options-nav {
		font-size: 11px;
		background: #eee;
		text-align: right;
		margin: 0 -20px;
		padding: 5px 15px;
	}

div#message-thread div.message-box {
	margin: 0 -20px;
	padding: 15px;
}
	div#message-thread div.alt {
		background: #f4f4f4;
	}

	div#message-thread p#message-recipients {
		margin: 10px 0 20px 0;
	}

	div#message-thread img.avatar {
		float: left;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}

	div#message-thread strong {
		margin: 0;
		font-size: 16px;
	}
		div#message-thread strong a {
			text-decoration: none;
		}

		div#message-thread strong span.activity {
			margin: 4px 0 0 10px;
		}

	div#message-thread div.message-metadata {
		overflow: hidden;
	}

	div#message-thread div.message-content {
		margin-left: 45px;
	}

	div#message-thread div.message-options {
		text-align: right;
	}

/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 15px -20px;
	width: auto;
}
	ul#topic-post-list li {
		padding: 15px;
		position: relative;
	}

	ul#topic-post-list li.alt {
		background: #f4f4f4;
	}

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
		color: #888;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size: 11px;
}
	div#topic-meta div.admin-links {
		bottom: 0;
		right: 0;
		top: auto;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 20px;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}






