/*
Theme Name: Auwwwergne
Version: 0.1
Template: bp-default
Tags: buddypress, two-column
*/


/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/reset.css );

/* > Global Elements
-------------------------------------------------------------- */

body {
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	line-height: 170%;
	background:#fafafa;
	color: #555;
	width: 1000px;
	margin: 0 auto;
	padding-top: 0 !important; /* Remove the top padding space for the admin bar in this theme */
	margin-top:25px;
	padding-top:25px;
}
	body.activity-permalink {
		min-width: 960px;
		max-width: 960px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 15px 0;
}

h1 { font-size: 28px; margin-bottom: 25px; }
h2 { font-size: 24px; margin-bottom: 20px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; margin-bottom: 15px; }
h5 { font-size: 14px; margin-bottom: 0; }
h6 { font-size: 12px; margin-bottom: 0; }

a { color: #1fb3dd; }
a:hover, a:active { color: #888; }
a:focus { outline: 1px dotted #ccc; }

.padder { padding: 19px; }
.clear { clear: left; }

p {	margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

hr {
	background-color:#E7E7E7;
	border:0 none;
	clear:both;
	height:1px;
	margin: 20px 0;
}

img.avatar {
	float: left;
	border: 2px solid #eee;
}

/* > Admin Bar
-------------------------------------------------------------- */

#wp-admin-bar .padder {
	width: 90% !important; /* Line up the admin bar with the content body in this theme */
}

/* > Header
-------------------------------------------------------------- */

#header {
	position: relative;
	color: #fff;
	background:url(images/header.jpg) no-repeat center top;
	height:159px;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 370px;
	overflow:hidden;
}
#header h1 a {
	display:block;
	height:55px;
	text-indent:-3000px;
}

#header #search-n-connect{
	position:absolute;
	top:33px;
	right:0px;
	width:555px;
	overflow:hidden;
}

#header #search-n-connect #search{
	float:left;
	width:155px; height:24px; padding:5px 0 0 5px; background:url(images/top-header.jpg) no-repeat 0 0;
}
#header #search-n-connect #search input#s{	width:120px; 	font-size:10px; height:15px; padding:0; background:transparent; border:0;}
#header #search-n-connect #search input#search-submit{
	width:24px; height:14px; cursor:pointer;
}

#header #search-n-connect #connect{	
	overflow:hidden;
	float:left;
	width:185px; height:25px; padding:3px 0 0 10px;background:url(images/top-header.jpg) no-repeat -160px 0;
}
#header #search-n-connect #connect input#connect-log{	font-size:10px;width:60px; height:15px; padding:0; border:0;}
#header #search-n-connect #connect input#connect-pwd{	font-size:10px;width:80px; height:15px; padding:0;border:0;}

#header #search-n-connect #connect input#connect-submit{
	width:24px; height:14px; cursor:pointer;
	background:url(images/ok.gif) no-repeat center top;
	position:relative; top:2px;
}

#header #search-n-connect #connect span.user a{ color:white; margin-left:5px; text-decoration:none;}
#header #search-n-connect #connect a.logout{ background:black; color:white; display:block; float:right; padding:0px 5px; margin:3px 8px 0 0; border:none; font-size:10px; line-height:16px;}

#header #search-n-connect #register{
	float:left;
	width:85px; height:29px; padding:0 5px; background:url(images/top-header.jpg) no-repeat -355px 0;
}
#header #search-n-connect #register a{
	height:25px;
	display:block;
	text-indent:-3000px;
	overflow:hidden;
}
#header #fbLoginButton{top:2px; position:relative;}

p#feed{
	position:absolute;
	top:126px;
	right:75px;
	padding:0;
}
p#feed a{ display:block; height:25px; width:25px; text-indent:-3000px; overflow:hidden; }
/* > Navigation
-------------------------------------------------------------- */

div#categories{
	position:absolute;
	top:126px;
	left:95px;
	padding:0 11px;
}
div#categories ul{ overflow:hidden; padding:0; margin:0;}
div#categories ul li{ float:left; padding:0 5px 6px 5px; background:none;}
div#categories ul li a{ display:block; height:25px; overflow:hidden; text-indent:-3000px; }
div#categories ul li#actualites a{width:92px;}
div#categories ul li#culture a{width:72px;}
div#categories ul li#sports a{width:64px;}
div#categories ul li#jeunesse a{width:78px;}
div#categories ul li#geek a{width:51px;}
div#categories ul li#carnets a{width:160px;}
div#categories ul li#humour a{width:75px;}
div#categories ul li#gastronomie a{width:115px;}
div#categories ul li:hover{background:url(images/menuover.jpg) no-repeat;}
div#categories ul li#actualites:hover{background-position:5px 2px; } 
div#categories ul li#culture:hover{background-position:-97px 2px; } 
div#categories ul li#sports:hover{background-position:-179px 2px; } 
div#categories ul li#jeunesse:hover{background-position:-253px 2px; } 
div#categories ul li#geek:hover{background-position:-341px 2px; } 
div#categories ul li#carnets:hover{background-position:-402px 2px; } 
div#categories ul li#humour:hover{background-position:-572px 2px; } 
div#categories ul li#gastronomie:hover{background-position:-657px 2px; } 


/* > Container
-------------------------------------------------------------- */

div#container {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding:20px 0 0 0;
}
	body.activity-permalink div#container {
		background: none;
		border: none;
	}

/* > Sidebar
-------------------------------------------------------------- */

div#sidebar {
	float: right;
	width: 240px; 
	padding:0;
	margin:0 10px 0 0;
}

div#sidebar h3.widgettitle{
	height:55px;
	overflow:hidden;
	text-indent:-3000px;
	padding:0;
	margin:0;
}
div#sidebar .widget{ margin-bottom:10px;}

div#sidebar .widget p.lienpage,
div#sidebar-left .widget p.lienpage
{
	background:url(images/carres.gif) no-repeat left 6px;
	border-top:1px dashed #989898;
	padding-left:120px;
	overflow:hidden;
}
div#sidebar .widget p.lienpage a,
div#sidebar-left .widget p.lienpage a
{text-decoration:none; font-size:9px;}

/* top articles */
div#sidebar .widget_top_articles h3.widgettitle{
	background:url(images/titles/title_toparticles.jpg) no-repeat center top;
}

div#sidebar .widget_top_articles ul.toparticles-tabs{
	overflow:hidden;
	border-bottom:4px solid #01669A;
}
div#sidebar .widget_top_articles ul.toparticles-tabs li{
	text-align:center;
	background:#0099CB;
	color:white;
	-moz-border-radius:5px 5px 0 0;
	width:76px;
	float:left;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
div#sidebar .widget_top_articles ul.toparticles-tabs li:hover,
div#sidebar .widget_top_articles ul.toparticles-tabs li.current{
	background:#01669A;
}
div#sidebar .widget_top_articles ul.toparticles-tabs li.tab_lu{ margin-right:6px;}
div#sidebar .widget_top_articles ul.toparticles-tabs li.tab_commente{ margin-right:6px;}
div#sidebar .widget_top_articles div.tab_content ul li{
	border-bottom:1px dashed #989898;
	padding:5px 0;
}
div#sidebar .widget_top_articles div.tab_content ul li a{
	color:black; text-decoration:none;
}
div#sidebar .widget_top_articles div.tab_content ul li a:hover{
	text-decoration:underline;
}
div#sidebar .widget_top_articles div.tab_content ul li .author a{ font-weight:bold;}
div#sidebar .widget_top_articles div.tab_content ul li .date{ color:#666;}

/* reseau social et blogs */
div#sidebar .widget_reseau h3.widgettitle{
	background:url(images/titles/title_reseau.jpg) no-repeat center top;
}
div#sidebar .widget_reseau .widgetcontent{ overflow:hidden;}
div#sidebar .widget_reseau .widgetcontent a{ display:block; height:45px; width:238px; overflow:hidden; text-indent:-3000px; margin-bottom:10px;}
div#sidebar .widget_reseau .widgetcontent a.rejoindre_communaute{ background:url(images/button_rejoindre_communaute.jpg) no-repeat center top;}
div#sidebar .widget_reseau .widgetcontent a.creer_blog{ background:url(images/button_creerblog.jpg) no-repeat center top;}
div#sidebar .widget_reseau .widgetcontent a.vie_du_reseau{ background:url(images/button_viedureseau.jpg) no-repeat center top;}

/* suiveznous */
div#sidebar #text-3 h3.widgettitle{
	background:url(images/titles/title_suiveznous.jpg) no-repeat center top;
}
div#sidebar #text-3 div.suiveznous{overflow:hidden;}
div#sidebar #text-3 div.suiveznous a{ float:left; width:117px; height:42px; overflow:hidden; text-indent:-3000px; margin-bottom:5px;}
div#sidebar #text-3 div.suiveznous a.facebook{ margin-right:5px;background:url(images/button_facebook.jpg) no-repeat center top;}
div#sidebar #text-3 div.suiveznous a.twitter{ background:url(images/button_twitter.jpg) no-repeat center top;}
div#sidebar #text-3 div.suiveznous a.flickr{ margin-right:5px;background:url(images/button_flickr.jpg) no-repeat center top;}
div#sidebar #text-3 div.suiveznous div.dailymotion{ float:left; width:117px; height:42px; margin-bottom:5px; overflow:hidden; background:url(images/button_dailymotion.jpg) no-repeat center top; }
div#sidebar #text-3 div.suiveznous div.dailymotion a{ display:block; height:20px; float:none;}
div#sidebar #text-3 div.suiveznous div.dailymotion a.wwwideos{ margin-bottom:2px;}

/* membres */
#members-list-options{
	overflow:hidden;
	border-bottom:4px solid #01669A;
	color:white;
}
#members-list-options span#ajax-loader-members{display:none!important; }
#members-list-options a{
	text-align:center;
	background:#0099CB;
	color:white;
	-moz-border-radius:5px 5px 0 0;
	width:76px;
	float:left;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#members-list-options a:hover,
#members-list-options a.selected{
	background:#01669A;
}
#members-list-options a#newest-members,
#members-list-options a#recently-active-members{margin-right:6px;}

div#sidebar .widget_template_members h3.widgettitle{
	background:url(images/titles/title_membres.jpg) no-repeat center top;
}
div#sidebar .widget_template_members .vcard{float:left; width:50px; margin:5px; padding:0; border:0; overflow:hidden; }
div#sidebar .widget_template_members .item-list{overflow:hidden; }
div#sidebar .widget_template_members .item-list a{font-size:9px; color:black; text-decoration:none;}
div#sidebar .widget_template_members .item{padding:0; }
div#sidebar .widget_template_members .item-avatar{padding:0; }
div#sidebar .widget_template_members .item-avatar a, 
div#sidebar .widget_template_members .item-avatar .avatar{margin:0;padding:0;}
div#sidebar .widget_template_members .item-title{text-align:center;}
div#sidebar .widget_template_members .item-meta{display:none;}

/* coups de coeur */
div#sidebar .widget_blogs h3.widgettitle{
	background:url(images/titles/title_coupsdecoeur.jpg) no-repeat center top;
}
div#sidebar .widget_blogs ul{overflow:hidden;}
div#sidebar .widget_blogs ul li{overflow:hidden; padding:0; margin:5px; width:50px; height:90px; float:left;}
div#sidebar .widget_blogs ul li a{ text-decoration:none; color:black; font-size:9px; line-height:12px;}
div#sidebar .widget_blogs ul li img{}
div#sidebar .widget_blogs p.lienpage{ margin-top:5px; clear:both;}

/* groupes */

div#sidebar .widget_template_groups h3.widgettitle{
	background:url(images/titles/title_groupes.jpg) no-repeat center top;
}

#groups-list-options{
	overflow:hidden;
	border-bottom:4px solid #01669A;
	color:white;
}
#groups-list-options span#ajax-loader-groups{display:none!important; }
#groups-list-options a{
	text-align:center;
	background:#0099CB;
	color:white;
	-moz-border-radius:5px 5px 0 0;
	width:76px;
	float:left;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	text-decoration:none;
	overflow:hidden;
}
#groups-list-options a:hover,
#groups-list-options a.selected{
	background:#01669A;
}
#groups-list-options a#newest-groups,
#groups-list-options a#recently-active-groups{margin-right:6px;}

div#sidebar .widget_template_groups .item-list li{margin:8px 0; width:240px; padding:0; border:0; overflow:hidden;}
div#sidebar .widget_template_groups .item-list{overflow:hidden; }
div#sidebar .widget_template_groups .item-list a{font-size:9px; color:black; text-decoration:none;}
div#sidebar .widget_template_groups .item{padding:0; }
div#sidebar .widget_template_groups .item-avatar{padding:0; width:60px;  overflow:hidden; float:left;}
div#sidebar .widget_template_groups .item-avatar a, 
div#sidebar .widget_template_groups .item-avatar .avatar{margin:0;padding:0;}
div#sidebar .widget_template_groups .item-title{text-align:left; width:auto; line-height:12px;}
div#sidebar .widget_template_groups .item-meta .activity{color:#666; border:0; padding:0; background:transparent;}


body.category div#content,
body.page-template-accueil-php div#content{width:485px; margin:0 10px;}

.entry-content{color:#000;}

body.category .actualites .entry-content, body.page-template-accueil-php .actualites .entry-content{ overflow:hidden;background:url(images/carre_rouge.gif) no-repeat left 7px;text-indent:10px; }
body.category .culture .entry-content, body.page-template-accueil-php .culture .entry-content{ overflow:hidden;background:url(images/carre_bleu.gif) no-repeat left 7px;text-indent:10px; }
body.category .sports .entry-content, body.page-template-accueil-php .sports .entry-content{overflow:hidden; background:url(images/carre_orange.gif) no-repeat left 7px;text-indent:10px; }
body.category .jeunesse .entry-content, body.page-template-accueil-php .jeunesse .entry-content{ overflow:hidden;background:url(images/carre_vert.gif) no-repeat left 7px;text-indent:10px; }
body.category .geek .entry-content, body.page-template-accueil-php .geek .entry-content{ overflow:hidden; background:url(images/carre_rose.gif) no-repeat left 7px;text-indent:10px; }
body.category .carnets-de-voyage .entry-content, body.page-template-accueil-php .carnets-de-voyage .entry-content{ overflow:hidden;background:url(images/carre_bleuclair.gif) no-repeat left 7px;text-indent:10px; }
body.category .jeunesse .entry-content, body.page-template-accueil-php .jeunesse .entry-content{ overflow:hidden;background:url(images/carre_vert.gif) no-repeat left 7px;text-indent:10px; }
body.category .humour .entry-content, body.page-template-accueil-php .humour .entry-content{ overflow:hidden;background:url(images/carre_fushia.gif) no-repeat left 7px;text-indent:10px; }
body.category .gastronomie .entry-content, body.page-template-accueil-php .gastronomie .entry-content{ overflow:hidden;background:url(images/carre_violet.gif) no-repeat left 7px; text-indent:10px; }

body.category #alaune h2,
body.page-template-accueil-php #alaune h2{
	width:480px;
	height:47px;
	overflow:hidden;
	text-indent:-3000px;
	background:url(images/titles/title_alaune.jpg) no-repeat center top;
	margin:0 0 10px 0;
}


body.category #alaune-left .post,
body.page-template-accueil-php #alaune-left .post{overflow:hidden; margin:5px 0 0 0; padding:2px 0; border-top:1px dashed #989898; clear:both;}
body.category #alaune .post,
body.page-template-accueil-php #alaune .post
{overflow:hidden; margin:5px 0 0 0; padding:2px 0; border-bottom:1px dashed #989898; clear:both;}
body.category #alaune .fourth,
body.page-template-accueil-php #alaune .fourth
{border:0;}
body.category #alaune-left .post img,
body.category #alaune .post img,
body.page-template-accueil-php #alaune-left .post img,
body.page-template-accueil-php #alaune .post img
{float:left;margin:0 10px 0 0;}
body.category #alaune-left .post .entry-title,
body.category #alaune .post .entry-title,
body.page-template-accueil-php #alaune-left .post .entry-title,
body.page-template-accueil-php #alaune .post .entry-title
{margin-top:0;}
body.category #alaune .post .entry-title a,
body.page-template-accueil-php #alaune .post .entry-title a
{ font-size:18px; line-height:20px; color:#000; text-decoration:none;}
body.category #alaune-left .post .entry-content,
body.category #alaune .post .entry-content,
body.page-template-accueil-php #alaune-left .post .entry-content,
body.page-template-accueil-php #alaune .post .entry-content
{ font-size:11px; line-height:15px;}
body.category #alaune-left .post .entry-suite p,
body.category #alaune .post .entry-suite p,
body.page-template-accueil-php #alaune-left .post .entry-suite p,
body.page-template-accueil-php #alaune .post .entry-suite p
{ margin:0; padding:0;}


body.category #alaune .post,
body.page-template-accueil-php #alaune .post{padding-bottom:5px;}

body.category #alaune-left .post,
body.page-template-accueil-php #alaune-left .post{padding-top:10px;}

.entry-suite a {color:#000000;
	font-weight:700;
	text-decoration:none;background:transparent url(images/fleche-suite.gif) no-repeat right center;
	padding:3px 20px 3px 0}
.entry-suite a:hover {
	text-decoration:underline;}

body.category #alaune-left .post .entry-title a,
body.page-template-accueil-php #alaune-left .post .entry-title a
{ font-size:15px; color:#000; text-decoration:none;}

body.category #alaune-left .post .entry-title,
body.page-template-accueil-php #alaune-left .post .entry-title{min-height:60px;}

#slide #slide-prev,#slide #slide-next{display:none;}

#slide.active{margin:0 0 15px 0;}

#slide.active #slide-prev{ position:absolute; bottom:25px; left:25px; width:25px; height:25px; display:block; cursor:pointer; overflow:hidden; text-indent:-3000px; background:url(images/slide-prev.png) no-repeat center top;}
#slide.active #slide-next{ position:absolute; bottom:25px; right:25px; width:25px; height:25px; display:block; cursor:pointer;overflow:hidden; text-indent:-3000px; background:url(images/slide-next.png) no-repeat center top;}
#slide.active ul{list-style:none; margin:0; padding:0;}
#slide.active ul li{position:relative;
cursor:pointer;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius:10px;
}
#slide.active li div.title{
	position:absolute; bottom:0px; width:480px; height:85px;
	background:url(images/slide-noir.png);
		-moz-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		border-radius:0 0 10px 10px;	
}
#slide.active li div.title .entry-title{margin:0; padding:15px 60px 0 60px; background:url(images/slide-vert.png) no-repeat center top;line-height:14px; }
#slide.active li div.title .entry-title a{color:#FF3441; font-size:11px; text-decoration:none;}
#slide.active li div.title .entry-content{ line-height:14px; color:#fff; font-size:11px; padding:0 60px 15px 60px;}

#alaune-left{clear:both; width:235px; float:left; }
#alaune-right{width:235px; float:right; }

#auwwwergnetv h2{
	width:235px; height:55px; overflow:hidden; text-indent:-3000px; 
	background:url(images/titles/title_tv.jpg) no-repeat center top;
	margin:0 10px 0 0;
}
#auwwwergnetv ul{list-style:none; padding:0; margin:0;}
#auwwwergnetv ul li{padding:0; margin:0;}

#galeriephotos h2{
	width:235px; height:55px; overflow:hidden; text-indent:-3000px; 
	background:url(images/titles/title_galeries.jpg) no-repeat center top;
	margin:0 10px 0 0;
}

#galeriephotos ul{overflow:hidden;  width:235px; list-style:none; padding:0; margin:0;}
#galeriephotos ul li{float:left; margin:0 5px 5px 0; padding:0;}
#galeriephotos ul li.third{margin:0 0 5px 0;}
#galeriephotos ul li img{margin:0;}

div#sidebar-left{
	float: left;
	width: 240px; 
	padding:0;
	margin:0;
}

div#sidebar-left h3.widgettitle{
	height:55px;
	overflow:hidden;
	text-indent:-3000px;
	padding:0;
	margin:0;
}
div#sidebar-left .widget{ margin-bottom:10px;}

/* edito */
div#sidebar-left .widget_edito h3.widgettitle{
	background:url(images/titles/title_edito.jpg) no-repeat center top;
}

/* agenda */
div#sidebar-left .widget_agenda h3.widgettitle{
	background:url(images/titles/title_agenda.jpg) no-repeat center top;
}
.widget_agenda table.cal{
	background:url(images/agenda.jpg) no-repeat center top;
	width:235px;
	height:170px;
}
.widget_agenda table.cal td.cal_titre{font-weight:bold; text-align:center; height:40px; color:white; background:transparent;}
.widget_agenda table.cal th{padding:0; font-size:11px; font-weight:bold; line-height:14px;}
.widget_agenda table.cal td{padding:2px 5px; text-align:center; color:white; font-size:10px; line-height:14px;}
.widget_agenda table.cal td span,
.widget_agenda table.cal td a{background:#0099CB; display:block; }
.widget_agenda table.cal td a{font-weight:bold;color:white; text-decoration:none; background:#99cc33}

.widget_agenda p.addevent{background:url(images/add-event.gif) no-repeat left 2px; padding-left:20px; margin-top:5px;}
.widget_agenda p.addevent a{font-weight:bold;  }
.widget_agenda p.addevent a:link{color:#006699;}

.widget_agenda p.lienpage{ margin-top:5px;}
/* twitter */
div#sidebar-left .widget_twitter{clear:both;}
div#sidebar-left .widget_twitter h3.widgettitle{
	background:url(images/titles/title_tweets.jpg) no-repeat center top;
}

/* votre avis */
div#sidebar-left .widget_polls-widget h3.widgettitle{
	background:url(images/titles/title_avis.jpg) no-repeat center top;
}

div#sidebar-left #buttons-left{overflow:hidden;}
div#sidebar-left #buttons-left a{display:block; width:240px; overflow:hidden; text-indent:-3000px; height:70px; margin:0 0 5px 0;}
div#sidebar-left #buttons-left a.wiki{background:url(images/button_wiki.jpg) no-repeat center top;}
div#sidebar-left #buttons-left a.univers{background:url(images/button_univers.jpg) no-repeat center top;}
div#sidebar-left #buttons-left a.googlemaps{background:url(images/button_googlemaps.jpg) no-repeat center top;}
div#sidebar-left #buttons-left a.disparus{background:url(images/button_disparus.jpg) no-repeat center top; height:85px;}
div#sidebar-left #buttons-left a.tentation{background:url(images/button_tentation.jpg) no-repeat center top;height:85px;}
div#sidebar-left #buttons-left a.decor{background:url(images/button_decor.jpg) no-repeat center top; height:71px;}

/* > Content
-------------------------------------------------------------- */

div#content {
	float: left;
	width: 750px;
	overflow:hidden;
}


/* > Item Headers (Profiles, Groups)
-------------------------------------------------------------- */

div#item-header {
	overflow: hidden;
}
	div#item-header div#item-header-content { margin-left: 170px; }

	div#item-header h2 {
		font-size: 28px;
		margin: 0 0 15px 0;
		line-height: 120%;
	}
		div#item-header h2 a {
			text-decoration: none;
			color: #777;
		}

	div#item-header img.avatar {
		float: left;
		margin: 0 15px 25px 0;
	}

	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;
	}

	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;
		border-radius:3px;
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}

	div#item-header div#item-meta {
		font-size: 14px;
		color: #aaa;
		padding-bottom: 10px;
		overflow: hidden;
		margin: 15px 0 5px 0;
	}

	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 {
	clear: left;
	overflow: hidden;
	margin: 25px -19px 20px -19px;
	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;
			margin: 5px 0 0 5px;
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0;
			}

			div.item-list-tabs ul li:first-child {
				margin-left: 20px;
			}

			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: 175px;
				}

		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( http://auwwwergne.com/wp-content/themes/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 {
		background: #fff;
		margin: -15px -19px 15px -19px;
		border-bottom: 1px solid #eaeaea;
		min-height: 35px;
		overflow: hidden;
	}

	div.item-list-tabs ul li.feed a {
		background: url( http://auwwwergne.com/wp-content/themes/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], input[type=reset],
ul.button-nav li a, div.generic-button a {
	background: url( http://auwwwergne.com/wp-content/themes/images/white-grad.png ) top left repeat-x;
	border: 1px solid #ddd;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #888;
	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, input[type=reset]:hover,
	ul.button-nav li a:hover, ul.button-nav li.current a,
	div.generic-button a:hover {
		border-color: #aaa;
		color: #555;
		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( http://auwwwergne.com/wp-content/themes/images/ajax-loader.gif ) center left no-repeat !important;
	padding: 8px;
	display: none;
}

a.loading {
	background-image: url( http://auwwwergne.com/wp-content/themes/images/ajax-loader.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {

}
	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: 35%;
		}

		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 thead tr {
		background: #eaeaea;
	}

	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: 25%;
		}

		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; }

table.forum {
	margin: -9px -20px 20px -20px;
	width: auto;
}
	table.forum tr.sticky td {
		background: #FFF9DB;
		border-top: 1px solid #FFE8C4;
		border-bottom: 1px solid #FFE8C4;
	}

	table.forum tr.closed td.td-title {
		padding-left: 35px;
		background-image: url( http://auwwwergne.com/wp-content/themes/images/closed.png );
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}

	table.forum td p.topic-text {
		color: #888;
		font-size: 11px;
	}

	table.forum tr > td:first-child, table.forum tr > th:first-child {
		padding-left: 15px;
	}

	table.forum tr > td:last-child, table.forum tr > th:last-child {
		padding-right: 15px;
	}

	table.forum tr th#th-title, table.forum tr th#th-poster,
	table.forum tr th#th-group, table.forum td.td-poster,
	table.forum td.td-group, table.forum td.td-title { text-align: left; }

	table.forum td.td-freshness {
		font-size: 11px;
		color: #888;
	}

	table.forum td img.avatar {
		margin-right: 5px;
	}

	table.forum td.td-poster, table.forum td.td-group  {
		min-width: 130px;
	}

	table.forum th#th-title {
		width: 40%;
	}

	table.forum th#th-postcount {
		width: 1%;
	}

/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 20px;
}
	#item-body form#whats-new-form {
		margin-top: 20px;
		border: none;
	}

	.home-page form#whats-new-form {
		border-bottom: none;
		padding-bottom: 0;
	}

	form#whats-new-form h5 {
		margin: 0;
		font-weight: normal;
		font-size: 12px;
		color: #888;
		margin-left: 76px;
		padding: 0 0 3px 0;
	}

	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	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;
		background: #fff;
		margin-bottom: 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	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-options select {
		max-width: 200px;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}

/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
	padding: 20px 0 0 0;
	overflow: hidden;
}
	ul.activity-list > li:first-child {
		padding-top: 5px;
	}

	ul.activity-list li.has-comments {
		padding-bottom: 20px;
	}

.activity-list li.mini {
	position: relative;
	font-size: 11px;
	min-height: 35px;
	padding: 12px 0 0 0;
}
	.activity-list li.mini div.activity-meta {
		margin: 0;
	}

	.activity-list li.mini div.activity-meta a {
		padding: 3px 8px;
	}

	.activity-list li.mini .activity-avatar img.avatar,
	.activity-list li.mini .activity-avatar img.FB_profile_pic {
		width: 20px;
		height: 20px;
		margin-left: 36px;
	}
		.activity-list li.activity_comment .activity-avatar img.avatar,
		.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
			width: 40px;
			height: 40px;
			margin-left: 20px;
		}

		body.activity-permalink .activity-list li .activity-avatar img.avatar,
		body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
			width: 100px;
			height: 100px;
			margin-left: 0;
		}

	.activity-list li.mini .activity-content {
		margin-right: 175px;
	}

	.activity-list li.mini .activity-content p {
		margin: 0;
		float: left;
	}

	.activity-list li.mini .activity-meta {
		position: absolute;
		right: 0;
	}
		body.activity-permalink .activity-list li.mini .activity-meta {
			position: absolute;
			right: 15px;
		}

	.activity-list li.mini .activity-comments {
		clear: left;
		font-size: 12px;
		margin-top: 30px;
	}

.activity-list li .activity-inreplyto {
	font-size: 11px;
	color: #888;
	margin-left: 70px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url( http://auwwwergne.com/wp-content/themes/images/replyto_arrow.gif ) 7px 0 no-repeat;
}
	.activity-list li .activity-inreplyto > p {
		margin: 0;
		display: inline;
	}

	.activity-list li .activity-inreplyto blockquote,
	.activity-list li .activity-inreplyto div.activity-inner {
		background: none;
		border: none;
		display: inline;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

.activity-list .activity-avatar img {
	width: 60px;
	height: 60px;
}
		body.activity-permalink .activity-list .activity-avatar img {
			width: 100px;
			height: 100px;
		}

.activity-list .activity-content {
	margin-left: 70px;
}
	body.activity-permalink .activity-list li .activity-content {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
		padding: 15px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-left: 135px;
		font-size: 16px;
		line-height: 150%;
		min-height: 35px;
		margin-right: 0;
	}
		body.activity-permalink .activity-list li .activity-header > p {
			background: url( http://auwwwergne.com/wp-content/themes/images/activity_arrow.gif ) top left no-repeat;
			margin-left: -35px;
			padding: 5px 0 0 38px;
			height: 35px;
			margin-bottom: 0;
		}

	.activity-list .activity-content .activity-header,
	.activity-list .activity-content .comment-header {
		font-size: 11px;
		color: #888;
		line-height: 220%;
	}

	.activity-list .activity-header a:first-child, span.highlight {
		background: #EBF7FF;
		border-bottom: 1px solid #a1dcfa;
		border-right: 1px solid #a1dcfa;
		color: #059AE7;
		padding: 3px 8px;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin-right: 3px;
	}
		.activity-list .activity-header a:first-child:hover {
			background: #059AE7 !important;
			color: #fff !important;
		}
		.activity-list .activity-content a:first-child:focus { outline: none; }

		.activity-list .activity-content span.time-since {
			color: #bbb;
		}

	.activity-list .activity-content span.activity-header-meta a {
		background: none;
		padding: 0;
		font-size: 11px;
		margin: 0;
		border: none;
		color: #aaa;
		text-decoration: underline;
	}
		.activity-list .activity-content span.activity-header-meta a:hover {
			color: inherit;
			text-decoration: none;
		}

	.activity-list .activity-content .activity-inner,
	.activity-list .activity-content blockquote {
		margin: 15px 0 15px 5px;
		overflow: hidden;
	}
		body.activity-permalink .activity-content .activity-inner,
		body.activity-permalink .activity-content blockquote {
			margin-top: 5px;
		}

		/* Backwards compatibility. */
		.activity-inner > .activity-inner { margin: 0 !important; }
		.activity-inner > blockquote { margin: 0 !important; }

	.activity-list .activity-content img.thumbnail {
		float: left;
		margin: 0 10px 5px 0;
		border: 2px solid #eee;
	}

.activity-list li.load-more {
	margin: 15px  0 !important;
	padding: 10px 15px !important;
	background: #f0f0f0 !important;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	.activity-list li.load-more a {
		color: #555;
	}

/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
	margin: 0 0 20px 3px;
	clear: left;
}

.activity-list div.activity-meta a {
	font-size: 11px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #999;
	padding: 4px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 3px;
}
	.activity-list div.activity-meta a.acomment-reply {
		background: #FFF9DB;
		border-bottom: 1px solid #FFE8C4;
		border-right: 1px solid #FFE8C4;
		color: #ffa200;
	}

	div.activity-meta a:focus { outline: none; }
	div.activity-meta a:hover {
		background: #aaa;
		color: #fff;
		border-color: #aaa;
	}
		div.activity-meta a.acomment-reply:hover {
			background: #f7740a;
			color: #fff;
			border-color: #f7740a;
		}

div.activity-comments {
	position: relative;
	margin: 0 0 0 75px;
	width: auto;
	overflow: hidden; /* IE fix */
}

	body.activity-permalink div.activity-comments {
		width: auto;
		margin-left: 135px;
		background: none;
	}

div.activity-comments > ul {
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.activity-comments ul, div.activity-comments ul li {
	border: none;
	list-style: none;
}

	div.activity-comments ul {
		clear: left;
	}

	div.activity-comments ul li {
		border-top: 2px solid #fff;
		padding: 10px 15px 10px 0;
		margin-left: 15px;
	}
		body.activity-permalink div.activity-comments ul li {
			border-width: 1px;
			padding: 15px 0 15px 0;
		}

		div.activity-comments ul li p:last-child {
			margin-bottom: 0;
		}

		div.activity-comments > ul > li:first-child {
			border-top: none;
		}

		div.activity-comments ul li:last-child {
			margin-bottom: 0;
		}

	div.activity-comments ul li > ul {
		margin-top: 5px;
		margin-left: 25px;
	}
		body.activity-permalink div.activity-comments ul li > ul {
			margin-top: 15px;
		}

	div.activity-comments div.acomment-avatar img {
		border-width: 2px !important;
		float: left;
		margin-right: 10px;
	}

	div.activity-comments div.acomment-content {
		font-size: 11px;
		margin-left: 39px;
		margin-top: 5px;
	}
		div.acomment-content .time-since { display: none; }
		div.acomment-content .activity-delete-link { display: none; }
		div.acomment-content .comment-header { display: none; }

		body.activity-permalink div.activity-comments div.acomment-content {
			font-size: 14px;
		}

	div.activity-comments div.acomment-meta {
		font-size: 11px;
		color: #888;
	}

	div.activity-comments form.ac-form {
		display: none;
		margin: 10px 0 10px 33px;
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 8px;
	}
		div.activity-comments li form.ac-form {
			margin-right: 15px;
		}

		div.activity-comments form.root {
			margin-left: 0;
		}

		div.activity-comments div#message {
			margin-top: 15px;
			margin-bottom: 0;
		}

		div.activity-comments form.loading {
			background-image: url( http://auwwwergne.com/wp-content/themes/images/ajax-loader.gif );
			background-position: 2% 95%;
			background-repeat: no-repeat;
		}

		div.activity-comments form .ac-textarea {
			padding: 8px;
			border: 1px inset #ccc;
			background: #fff;
			margin-bottom: 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
			div.activity-comments form textarea {
				width: 100%;
				font-family: inherit;
				font-size: 11px;
				color: #555;
				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.ac-reply-avatar img {
				border: 2px solid #fff !important;
			}

		div.activity-comments form div.ac-reply-content {
			margin-left: 25px;
			padding-left: 15px;
			color: #888;
			font-size: 11px;
		}

/* > 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;
}

/* > WordPress Blog Styles
-------------------------------------------------------------- */

div.post {
	margin: 0 0 40px 0;
	overflow: hidden;
}
	div.post h2.pagetitle, div.post h2.posttitle {
		margin: 0;
		line-height: 120%;
	}
		div.post h2.pagetitle a, div.post h2.posttitle a {
			color: #666;
			text-decoration: none;
		}

	.navigation, .paged-navigation, .comment-navigation {
		overflow: hidden;
		font-family: georgia, times, serif;
		font-style: italic;
		font-size: 14px;
		padding: 5px 0;
		margin: 5px 0 25px 0;
	}
		.alignright {
			float: right;
			margin-left: 15px;
		}

		.alignleft {
			float: left;
			margin-right: 15px;
		}

	div.post p { margin: 0 0 20px 0; }
	div.post ul, div.post ol, div.post dl { margin: 0 0 18px 1.5em; }
	div.post ul { list-style: square; }
	div.post ol { list-style: decimal; }
	div.post ol ol { list-style: upper-alpha; }
	div.post dl { margin-left: 0; }
	div.post dt { font-size: 14px; font-weight: bold; }
	div.post dd { margin: 0 0 15px 0;}

	div.post pre, div.post code p {
		padding: 15px;
		background: #f4f4f4;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post code { font-family: "Monaco", courier, sans-serif; }
	div.post blockquote {
		quotes: none;
		font-style:italic;
		padding:0 3em;
		font-family: georgia, times, serif;
		font-size: 16px;
		line-height: 150%;
	}

	div.post table {
		border-collapse:collapse;
		border-spacing:0;
		border: 1px solid #eee;
	}
		div.post table th { border-top: 1px solid #eee; text-align: left; }
		div.post table td { border-top: 1px solid #eee; }

	div.post div.author-box, div.comment-avatar-box {
		background: #f0f0f0;
		padding: 10px;
		float: left;
		margin: 0 15px 15px 0;
		font-family: georgia, times, serif;
		font-style: italic;
		text-align: center;
		width: 70px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.author-box p, div.comment-avatar-box p { margin: 5px 0 0; }
		div.author-box a, div.comment-avatar-box a { text-decoration: none; }

		div.post div.author-box img, div.comment-avatar-box img {
			float: none;
			border: 4px solid #fff;
			margin: 0;
		}

	div.post div.post-content, div.comment-content {
		margin-left: 105px;
	}

	div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
		color: #888;
		font-size: 12px;
		font-family: Georgia, times, serif;
		padding: 3px 0;
		margin: 10px 0;
		border-bottom: 1px solid #e4e4e4;
		border-top: 1px solid #e4e4e4;
	}

	div.post p.postmetadata {
		margin-top: 15px;
		clear: left;
		overflow: hidden;
	}

	div.post .tags { float: left; }
	div.post .comments { float: right; }

	div.post img { margin-bottom: 15px; }
	div.post img.wp-smiley { padding: 0 !important; margin: 0 !important; border: none !important; float: none !important; clear: none !important; }

	div.post img.centered, img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}

	div.post img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}

	div.post .aligncenter, div.post div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post .wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post .wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
		font-size: 0.9em;
		line-height: 17px;
		padding: 0 4px 5px 0;
		margin: 0;
	}

/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */

#trackbacks {
	margin-top: 30px;
}

#comments h3, #trackbacks h3, #respond h3 {
	font-size: 20px;
	margin: 5px 0 25px 0;
	font-weight: normal;
	color: #555;
}

#comments span.title, #trackbacks span.title {
	color: #aaa;
}

ol.commentlist li {
	margin: 0 0 30px 0;
}

	div.comment-meta {
		border-top: none;
		padding-top: 0;
	}

	div.comment-meta h5 {
		font-weight: normal;
	}

	div.comment-meta em {
		float: right;
	}

	div.comment-options {
		border-bottom: none;
	}

body.agenda #item-body{overflow:hidden;}
	
body.agenda #group-calendar{
	margin:10px 0;
	width:300px;
	background:#EAEAEA;	
	padding:5px;
	float:left;
}
body.agenda #group-calendar table.cal{}	
body.agenda #group-calendar table.cal .cal_titre{ text-align:center; font-weight:bold; font-size:14px;}	
body.agenda #group-calendar table.cal td{ padding:0; text-align:center;}	
body.agenda #group-calendar table.cal td span,
body.agenda #group-calendar table.cal td a{ display:block; background:white; margin:2px 4px;}	
body.agenda #group-calendar table.cal td a.vieweday{background:#555; color:white;}

body.agenda .events{
	float:right;
	width:390px;
}
	
/* > Footer
-------------------------------------------------------------- */

#footer {
	width:1000px;
	margin:auto;
	position:relative;
}
#footer-content{
	width:980px;
	background:#C5CC04 url(images/footer.jpg) repeat-x;
	-moz-border-radius:5px;	
	min-height:196px;
	padding-bottom:60px;	
}
#footer a {

}

/* footer bar */

#footer-bar{overflow:hidden; min-height:200px; }
#footer-bar .widget{
	float:left;
	margin:10px 5px;
}	
#footer-bar h3.widgettitle{
	color:#000;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
#footer-bar ul li a{
	color:black; text-decoration:none;
}

#footer-bar .widget{	width:230px; color:black; font-size:10px; line-height:14px;}
#footer-bar .widget_categories h3{ padding-left:15px;}
#footer-bar .widget_categories li{
	border-bottom:1px dashed #616b20;
	padding-left:15px;
}
#footer-bar .widget_categories li a{font-size:10px;}

#footer-bar .recentcomments{font-size:9px; line-height:12px; overflow:hidden; border-bottom:1px dashed #616b20; margin:2px 0; padding-bottom:2px;}
#footer-bar .recentcomments div.avatar{float:left; width:45px;}
#footer-bar .recentcomments div.avatar img{border:0;}
#footer-bar .recentcomments div.meta a{color:white;}
#footer-bar .recentcomments div.meta{color:black;}

#footer-bar .widget_archive_footer h3{ padding-left:5px;}
#footer-bar .widget_archive_footer li,
#footer-bar .widget_archive_footer p.archives{
	border-bottom:1px dashed #616b20; 
	padding-left:15px;
	background:url(images/plus.png) no-repeat 5px 4px;
}
#footer-bar .widget_archive_footer p.archives {	margin-top:20px;}
#footer-bar .widget_archive_footer p.archives a{color:black; text-decoration:none;}

#footer-bar .widget_text{width:235px;}
#footer-bar .widget_text p{word-spacing:-2px;}
#footer-bar .widget_text a{color:white;}

#footer-links{clear:both;overflow:hidden;	position:absolute; left:0; width:980px; bottom:30px; padding-top:2px; height:25px; background:url(images/footer-links.jpg) repeat center top;text-align:center; }
#footer-links a{color:white; text-decoration:none; padding:0 11px 0 10px; border-right:1px solid white;}
#footer-links a.last{border:none;}
	

form#form-add-event input.text{width:250px;}	
form#form-add-event textarea{width:350px; height:100px;}	
form#form-add-event p{overflow:hidden;}	
form#form-add-event p label{display:block; width:100px; float:left; }	

.agenda-meta{overflow:hidden;}
.agenda-meta .agenda-meta-previous{cursor:pointer; width:110px; float:left;}
.agenda-meta .agenda-meta-next{cursor:pointer; width:110px; float:right; text-align:right;}
	

body.page-template-viedureseau-php .entry-title{margin:5px 0;}	
body.page-template-viedureseau-php .entry-title a{font-size:15px; line-height:20px; text-decoration:none;}
body.page-template-viedureseau-php .entry-content a{text-decoration:none;}
body.page-template-viedureseau-php .post{ border-bottom:1px dashed #989898; padding-bottom:10px; margin-bottom:20px;}

div#login-box input#register-connect-log,
div#login-box input#register-connect-pwd{
	width:100px;
}
	
.tweets-meta {overflow:hidden;border-top:5px solid #FFFFFF;}	
.tweets-meta .nousuivre {display:block;width:100px;float:right;background:transparent url(images/nousuivre.jpg) no-repeat center center;
	line-height:26px;text-indent:-5000px;}
	
/*STYLES AJOUYES AYMERIC*/
.edito-meta {overflow:hidden;border-top:5px solid #FFFFFF;}
.edito-meta .suite {color:#000000;
	font-weight:700;
	text-decoration:none;background:transparent url(images/fleche-suite.gif) no-repeat right center;
	padding:3px 20px 3px 0;
	display:block;width:75px;float:left; margin:2px 0 0 0;}
.edito-meta .suite:hover {
	text-decoration:underline;}
.edito-meta .editos {display:block;width:100px;float:right;background:transparent url(images/tous-editos.gif) no-repeat center center;
	line-height:26px;text-indent:-5000px;}
.widget_edito {color:#000000;line-height:120%;}
.widget_edito h4{font-size:22px;line-height:120%;}

.tweets .status {border-bottom:1px dashed #8E8D8E;color:#000000; line-height:15px; padding-top:5px;}
.tweets .status a {text-decoration:none;color:#227AA6;}
.tweets .status a:hover {text-decoration:underline;}
.tweets .status-date {display:block;color:#8E8D8E;}

.widget_polls_widget  .Buttons {}

.tab_content .author {background:transparent url(images/carre-orange.gif) no-repeat left 4px;padding-left:9px;}

#members-list .vcard {width:50px;height:70px;overflow:hidden;}
#blogs-4 ul li {width:50px;height:70px;overflow:hidden;}

.tweetmeme_button{margin-bottom:10px;}