/*--------------------------------------------------------------
Hello, this is the BuddyPress Default theme stylesheet.

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset - Based on work by Eric Meyer
2.0 - Structural
	2.1 - Content
	2.2 - Header
	2.3 - Footer
	2.4 - Sidebar
3.0 - Non-structural
	3.1 - Text
	3.2 - Headers
	3.3 - Lists
4.0 - Navigation
	4.1 - Pagination
5.0 - WordPress
	5.1 - Alignments
	5.2 - Comments
	5.3 - Gallery
	5.4 - Images
	5.5 - Posts
6.0 - BuddyPress
	6.1 - Activity
		6.1.1 - Activity Listing
		6.1.2 - Activity Comments
	6.2 - Admin Bar
	6.3 - Directories - Members, Groups, Blogs, Forums
	6.4 - Error / Success Messages
	6.5 - Forms
	6.6 - Ajax Loading
	6.7 - Topics and Tables - Forums and General
	6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
	6.9 - Private Messaging Threads
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset - Reset default browser CSS. Based on work by Eric
Meyer: v1.0  http://meyerweb.com/eric/tools/css/reset/index.html
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{background:#fff;line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
a img{border: transparent 0px solid;}


/*--------------------------------------------------------------
2.0 - Structural
--------------------------------------------------------------*/
body {
	background: #000 url( ../images/page_bg.jpg ) center top no-repeat fixed;
	color: #777;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	line-height: 170%;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 1000px;
}
.padder {
	padding: 20px 20px 20px 10px;
}
.one-column {
	padding: 19px;
	}
div#container {
	background: #080808;
	overflow: hidden;
	position: relative;
	width: 1000px;
}
body.activity-permalink div#container {
	background: #080808;
	border: none;
}

.centro {
	padding: 20px 10px 20px 10px;
}


/*--------------------------------------------------------------
2.1 - Content
--------------------------------------------------------------*/
div#contentp {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: left;
	width: 1000px;
	margin-top: 0px;
	background-color: none;
}
div#contentp .padder {
	border-right: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-right: 310px;
}
div#contentp .one-column {
	border-right: 0 none;
	margin-right: 0;
}
div#contentp .left-menu {
	float: left;
	width: 170px;
}
div#contentp .main-column {
	margin-left: 190px;
}

/*--------------------------------------------------------------
2.1b - Content
--------------------------------------------------------------*/
.activit {
	padding: 19px;
}

div#content {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	float: left;
	width: 100%;
	margin-left: 0px;
}
div#content .padder {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-left: 171px;
	width: 570px;
	float: left;
}
div#content .activit {
	margin-right: 225px;
	float: left;
}
div#content .one-column {
	border-right: 0 none;
	margin-right: 0;
}
div#content .left-menu {
	float: left;
	width: 170px;
}
div#content .main-column {
	margin-left: 190px;
}
div#content .activi {
	border-right: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-right: 310px;
}

.activi {
	padding: 20px 20px 20px 10px;
}
div#content .onegroups {
	margin-left: 171px;
	float: left;
	width: 775px;
}
.onegroups {
	padding: 19px;
}

/*--------------------------------------------------------------
2.2 - Header
--------------------------------------------------------------*/
#header {
	position: relative;
	color: #080808;
	background: none;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin-bottom: 63px;
	height: 111px;
}
	#header #search-bar {
		position: absolute;
		top: 120px;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:99;
		
	}

		#header h1 {
			line-height: 230%;
		}

		#header #search-bar .padder {
			padding: 10px 20px;
		}

		#header #search-bar input[type=text] {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			border: 1px inset #333;
			background: #222;
			color: #777;
			padding: 2px;
			margin-right: 4px;
		}

		#header #search-bar input[type=submit] {
			font-size: 14px;
			padding: 1px 4px;
			margin-left: 4px;
			background:#111111 none repeat scroll 0 0;
			font-weight:bold;
		}

	#header h1 {
		position: absolute;
		bottom: 0;
		left: 20px;
		width: 44%;
		margin: 0 0 -5px 0;
	}
		#header h1 a {
			color: #fff;
			font-size: 26px;
			text-decoration: none;
		}


/*--------------------------------------------------------------
2.3 - Footer
--------------------------------------------------------------*/
#footer {
	position: relative;
	width: 1000px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-radius-bottom-left: 6px;
	border-radius-bottom-right: 6px;
	border-top-color: #111;
	border-top-style: solid;
	border-top-width:3px;
	background: #080808;
	overflow: hidden;
	margin-top: 0px;
}
	#footer a {
		color: #bbb;
	}
#footer-widgets {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 19px;
}
#site-generator {
	color: #4D4D4D;
	margin: 20px 20px;
	text-align: center;
	text-shadow: #fafafa 1px 1px 0;
}
#footer-widget-area {
	margin-top: -19px;
	overflow: hidden;
}
#footer-widget-area div.widget-area > ul {
	float: left;
	margin-right: 2.5%;
	width: 23%;
}
#footer-widget-area div.widget-area > ul > li {
	margin-top: 19px;
}
#footer-widget-area h4.widgettitle {
	background: #080808;
	clear: left;
	padding: 5px 15px;
	font-size: 12px;
	margin: 0 0 10px 0;
	border:1px solid #222;
}
#footer-widget-area div div.item-options {
	margin-left: 0;
	margin-right: 0;
}
#footer-widget-area ul.item-list li img.avatar {
	margin-left: 15px; /* border is 4px */
}
div#fourth ul.xoxo { margin-right: 0; }


/*--------------------------------------------------------------
2.4 - Sidebar
--------------------------------------------------------------*/
div#sidebar {
	float: left;
	width: 320px;
	margin-left: -340px;
	margin-top: -5px;
	border-left: none;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background: none;
}
div#sidebar .widget {
	float: left;
	width: 300px;
	padding: 5px;
	background: #080808;
	margin-bottom: 10px;
	border: 1px solid #111;
}
div#sidebar .padder {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
}
div#sidebar a {
	color: #DB0007;
	font-weight: bold;
	text-decoration: none;
}
div#sidebar a:hover {
	color: #888;
	font-weight: bold;
	text-decoration:none;
}
div#sidebar div#sidebar-me {
	margin-bottom: 15px;
}
div#sidebar div#sidebar-me img.avatar {
	float: left;
	margin: 0 10px 15px 0;
	border:5px solid #222;
}
div#sidebar div#sidebar-me h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	font-weight: normal;
}
div#sidebar ul#bp-nav {
	clear: left;
	margin: 15px -16px;
}
div#sidebar ul#bp-nav li {
	padding: 10px 15px;
}
div#sidebar h4.widgettitle {
	background: #780004 url(../../images/sidebare.png) no-repeat;
	background-position: left;
	clear: left;
	font-size: 20px;
	color: #FFFFFF;
	padding: 8px 13px 5px 33px;
	border:1px solid transparent;
}
div#sidebar ul.item-list div.item-title {
	font-size: 12px;
}
div#sidebar div.item-options {
	background: #080808;
	font-size: 11px;
	padding-left: 0px;
}
div#sidebar div.item-options a {
	margin: 3px 0px;
	font-size: 15px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 23px;
	padding-right: 22px;
	color: #777;
}
div#sidebar div.item-options a.selected {
	color: #780004;
	background-color: #080808;
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-right: #444 1px solid;
	border-left: #444 1px solid;
	border-top: #444 1px solid;
}
#footer-widget-area .widget_search,
div#sidebar .widget_search {
	margin-top: 20px;
}
#footer-widget-area .widget_search input[type=text],
div#sidebar .widget_search input[type=text] {
	padding: 2px;
	width: 110px;
}
#footer-widget-area ul.item-list img.avatar,
div#sidebar ul.item-list img.avatar {
	width: 49px;
	height: 49px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:5px solid #222;
	opacity:1.0;
	filter:alpha(opacity=100);
}
#footer-widget-area ul.item-list img.avatar:hover,
div#sidebar ul.item-list img.avatar:hover {
	width: 49px;
	height: 49px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:5px solid #222;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#footer-widget-area div.item-avatar img {
	width: 48px;
	height: 48px;
	margin: 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:5px solid #222;
}
#footer-widget-area div.item-avatar img a,
div#sidebar div.item-avatar img a {
	display: block;
	width: 49px;
	height: 49px;
	padding: 2px;
	border: 1px solid #c9c9c9; 
}
#footer-widget-area div.item-avatar img a:hover,
div#sidebar div.item-avatar img a:hover {
	border: 1px solid #2ea8ff;
	background: #2ea8ff; 
}
#footer-widget-area .avatar-block,
div#sidebar .avatar-block {
	overflow: hidden;
}
#footer-widget-area ul.item-list div.item-title {
	font-size: 12px;
}
#footer-widget-area div.item-options {
	background: #080808;
	font-size: 11px;
	margin: -24px -20px 0 -19px;
	padding: 0px 0px;
}
#footer-widget-area div.item-options a {
	margin: 3px 0px;
	font-size: 1.0em;
}
#footer-widget-area div.item-options a.selected {
	color: #FFFFFF;
	background-color: #111;
	padding-bottom: 13px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 4px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}
#footer-widget-area div.item-content {
	margin-left: 38px;
}
#footer-widget-area div.item-meta,
div#sidebar div.item-meta,
div#sidebar div.item-content {
	font-size: 11px;
	margin-left: 38px;
}
#footer-widget-area div.tags div#tag-text,
div#sidebar div.tags div#tag-text {
	font-size: 1.4em;
	line-height: 140%;
	padding: 10px 0 15px;
}


/*--------------------------------------------------------------
3.0 - Non-structural
--------------------------------------------------------------*/
p {
	margin-bottom: 25px;
}
p:last-child {
	margin-bottom: 0;
}
.accessibly-hidden {
	left: -999em;
	position: absolute;
}
hr {
	background-color: #e7e7e7;
	border: 0 none;
	clear: both;
	height: 1px;
	margin: 20px 0;
}
textarea {
	resize: vertical;
}


/*--------------------------------------------------------------
3.1 - Text
--------------------------------------------------------------*/
big {
	font-size: 18px;
}
del {
	text-decoration: line-through;
}
ins {
	background: #fff9db;
	text-decoration: none;
}
sub {
	top: .5ex;
}
sup {
	bottom: 1ex;
}
sub,
sup {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
pre, blockquote {
	margin-bottom: 20px;
}
pre,
code p {
	background: #f4f4f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	overflow: auto;
}
code {
	font-family: "Monaco", courier, sans-serif;
}
blockquote {
	font-family: georgia, times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 150%;
	padding: 0 3em;
	quotes: none;
}
blockquote p {
	margin-bottom: 15px !important;
}


/*--------------------------------------------------------------
3.2 - Headers
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 5px 0 15px 0;
}
h1 {
	font-size: 28px;
	margin-bottom: 25px;
}
h2 {
	font-size: 17px;
	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;
}


/*--------------------------------------------------------------
3.3 - Lists
--------------------------------------------------------------*/
div.page ul,
div.page ol,
div.page dl,
div.post ul,
div.post ol,
div.post dl {
	margin: 0 0 18px 1.5em;
}
div.page ul,
div.post ul {
	list-style: square;
}
div.page ol,
div.post ol {
	list-style: decimal;
}
div.page ol ol,
div.post ol ol {
	list-style: lower-alpha;
}
div.page ol ol ol,
div.post ol ol ol {
	list-style: lower-roman;
}
dl {
	margin-left: 0;
}
dt {
	font-size: 14px;
	font-weight: bold;
}
dd {
	margin: 0 0 15px 0;
}
div.post ul ul,
div.post ol ol,
div.post ol ul,
div.post ul ol,
div.page ul ul,
div.page ol ol,
div.page ol ul,
div.page ul ol {
	margin-bottom: 0px;
}


/*--------------------------------------------------------------
4.0 - Navigation
--------------------------------------------------------------*/
a {
	color: #DB0007;
}
a:hover,
a:active {
	color: #888;
	}
a:focus {
	outline: 1px dotted #ccc;
}
#navigation {
	position: relative;
	text-align: right;
	width: 100%;
}
#nav {
	margin: 40px 20px 0 0;
	list-style: none;
	padding: 0;
	position: relative;
	right: auto;
	bottom: 0;
}
#nav li a {
	background: url( ../images/60pc_black.png );
	color: #fff;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	text-align: left;
}
#nav li {
	margin-left: 5px;
	display: inline-block;
}
#nav li li {
	margin-left: 0;
}
#nav > li > a {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#nav li.selected a,
#nav > li.current-menu-item a,
#nav > li.current_page_item a,
#nav > li.current_page_ancestor a {
	background: #080808;
	color: #4D4D4D;
}
#nav > li > ul {
	border-top-width: 0;
}
#nav > ul li.sfhover a,
#nav > ul li:hover a {
	background: #333;
	color: #fff;
}
#nav li.sfhover,
#nav li:hover {
	position: relative;
	z-index: 1000;
}
#nav ul {
	border: 1px solid #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#nav ul li ul {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#nav ul,
#nav .sfhover ul ul,
#nav :hover ul ul {
	left: -9999px;
	position: absolute;
}
#nav .sfhover ul,
#nav :hover ul {
	left: 0;
	top: 100%;
	width: 128px;
}
#nav .sfhover ul li > a,
#nav :hover ul li > a {
	background: #333;
	color: #fff;
}
#nav .sfhover ul .sfhover > ul,
#nav :hover ul :hover > ul {
	left: 125px;
	top: -1px;
	width: 128px;
}
#nav ul li.sfhover > a,
#nav ul li:hover > a {
	background-color: #222;
	color: #fff;
}
#nav .sfhover ul li,
#nav :hover ul li {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	width: 128px;
}
#nav .sfhover ul li a,
#nav :hover ul li a {
	padding: 0 0;
}


/*--------------------------------------------------------------
4.1 - Pagination
--------------------------------------------------------------*/
div.pagination {
	margin: -20px 0px 9px 0px;
	padding: 12px 1px;
	color: #fff;
	font-size: 11px;
	height: 16px;
}
div.pagination .pag-count {
	float: left;
	
	margin-top: 5px;
}
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;
}
div#pag-bottom {
	margin-top: 15px;
	float: left;
	padding: 8px;
	width: 714px;
	background: url( ../../images/item-nav.png );
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}


/*--------------------------------------------------------------
5.0 - WordPress
--------------------------------------------------------------*/
.more-link {
	display: block; float: left;
	width: 90px; height: 23px; line-height: 23px;
	margin: 15px 0 0 0; padding: 0;
	background: url(../../images/button.png) repeat-x;
	border: none;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	}
	.more-link:hover {
	color: #FFF;
	}
/*--------------------------------------------------------------
5.1 - Alignments
--------------------------------------------------------------*/
.alignright {
	float: right;
	margin-left: 15px;
	font-weight: bold;
}
.alignleft {
	float: left;
	margin-right: 15px;
	font-weight: bold;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: left;
}


/*--------------------------------------------------------------
5.2 - Comments
--------------------------------------------------------------*/
.navigation,
.paged-navigation,
.comment-navigation {
	overflow: hidden;
	font-family: georgia, times, serif;
	font-size: 14px;
	font-style: italic;
	margin: 5px 0 25px 0;
	padding: 5px 0;
}
.comments {
	float: right;
	background: url(../../images/comment.png) no-repeat; 
	padding-left: 23px; 
	font-weight: bold;
}
#trackbacks {
	margin-top: 30px;
}
.commentlist .bypostauthor {
}
#comments {
	margin-top: 30px;
}
#comments ol.commentlist {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 30px 0;
}
#comments ol.commentlist ol {
	list-style-type: decimal;
	margin: 0 0 18px 2.5em;
}
#comments ol.commentlist ol ol {
	list-style: lower-alpha;
	margin-bottom: 0px;
}
#comments ol.commentlist ol ol ol {
	list-style: lower-roman;
}
ol.commentlist li.comment {
	border-top: 1px solid #e4e4e4;
	clear: left;
	list-style: none;
	margin-bottom: 15px;
}
ol.commentlist ul.children li {
	margin-bottom: 0;
}
ol.commentlist div.comment-avatar-box {
	float: left;
	margin: 15px 15px 0 0;
}
.commentlist ul.children div.comment-avatar-box {
	float: left;
	margin: 0 10px 0 0;
}
div.comment-avatar-box img {
	border: 2px solid #222;
}
div.comment-content {
	overflow: hidden;
}
ul.children .comment-entry {
	margin-bottom: 10px;
}
div.comment-meta {
	color: #888;
	font-size: 11px;
	margin: 15px 0;
	width: 100%;
}
div.comment-meta em {
	font-style: normal;
}
#reply-title {
	margin-top: 0;
}
#reply-title small {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
#reply-title small a {
	margin-right: 0;
}
.commentlist ul.children {
	background: #080808;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0 15px 70px;
	padding: 0 10px;
}
.commentlist ul.children ul {
	margin: 0 0 0 25px;
	padding-right: 0;
}
.commentlist ul.children img.avatar {
	border-style: none;
	height: 25px;
	margin: 0;
	width: 25px;
}
.commentlist ul.children div.comment-meta {
	font-size: 11px;
	margin: 0 0 10px 0;
}
.commentlist ul.children li {
	border-top: 2px solid #fffeff;
	padding-top: 10px;
}
.commentlist ul.children li:first-child {
	border-top: none;
}
.commentlist ul.children ul li:first-child {
	border-top: 2px solid #fffeff;
}
#respond {
	background-color: #FFF;
	border: 3px solid #111;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
}
#respond .avb img {
	float: inherit;
}
#respond .comment-avatar-box {
	float: left;
	margin: 0 15px 0 0;
}
#respond .form-submit {
	margin-bottom: 0;
}
ol.commentlist #respond {
	clear: left;
	margin-left: 70px;
}
.commentlist ul.children #respond {
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 20px;
}
h3#reply .comments-header {
	font-size: 14px;
}
#respond div.comment-content {
	border-style: none;
}
#nav-below {
	margin: 0 0;
	padding: 0 0;
}
#nav-above {
	margin: 0 0 15px;
	padding: 0;
}
.comment-options {
	margin: 10px 0 2px;
}
.comment-options .comment-reply-link,
.comment-options .comment-edit-link {
	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
	margin-right: 5px;
	padding: 4px 8px;
}
.commentlist ul.children div.comment-options {
	margin-bottom: 10px;
}


/*--------------------------------------------------------------
5.3 - Gallery
--------------------------------------------------------------*/
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #222;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	padding-top: 4px;
	text-align: center;

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

}
dd.wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 5px 0;
}
#content .gallery {
	margin: 0 auto 15px;
}
#content .gallery .gallery-item {
	margin-bottom: 0;
	margin-left: 0;
}
.gallery-item img {
	margin-bottom: 15px;
}
.gallery .gallery-caption {
	color: #555;
}


/*--------------------------------------------------------------
5.4 - Images
--------------------------------------------------------------*/
img.avatar {
	float: left;
	margin: 1px;
	opacity:1.0;
	filter:alpha(opacity=100);
}
img.avatar:hover {
	float: left;
	margin: 1px;
	opacity:0.5;
	filter:alpha(opacity=50);
}
img.wp-smiley {
	border: none !important;
	clear: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
img.centered,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}


/*--------------------------------------------------------------
5.5 - Posts
--------------------------------------------------------------*/
div.page,
div.post,
div.attachment {
	margin: 0 0 15px 0;
	overflow: hidden;
}
div.page:last-child,
div.post:last-child,
#trackbacklist {
	margin-bottom: 0;
	background: #080808;
}
#item-body:last-child {
	margin-bottom: 0;
	background: transparent;
}
h2.posttitle {
	line-height: 120%;
	margin: 0;
	color: #fff;
	padding:10px;
	background: #780004;
	background-repeat: repeat-x;
}
h2.pagetitle {
	line-height: 120%;
}
h2.pagetitle a,
h2.posttitle a {
	color: #FFF;
	text-decoration: none;
}
h2.pagetitle a:hover,
h2.posttitle a:hover {
	color: #000;
	text-decoration: none;
}
.edit-link,
.page-link {
	clear: both;
	font-weight: bold;
}
div.post table,
div.page table {
	border: 1px solid #222;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
div.post table th,
div.page table th {
	border-top: 1px solid #222;
	text-align: left;
}
div.post table td,
div.page table td {
	border-top: 1px solid #222;
}
div.author-box {
	background: #080808;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #222;
	float: left;
	font-family: georgia, times, serif;
	font-style: italic;
	margin: 0 15px 15px 0;
	padding: 10px;
	text-align: center;
	width: 90px;
}
div.author-box p {
	word-wrap: break-word;
}
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.author-box img {
	float: none;
	border: 4px solid #222;
	margin: 0;
}
div.post-content {
	margin-left: 0px;
	background: #fff;
}
p.date span:first-child {
	font-style: italic;
}
div.post .entry {
	margin-bottom: 15px;
	background: #FFF;
	padding: 15px;
	color: #111;
}
p.date,
p.postmetadata {
	border-bottom: 3px solid #780004;
	color: #000;
	font-family: Georgia, times, serif;
	font-size: 12px;
	margin: 10px 0;
	padding: 3px 0 3px 10px;
}
p.postmetadata {
	clear: left;
	overflow: hidden;
}
.page .tags,
.post .tags {
	float: left;
}
span.sticky-post {
	font-style: normal;
}


/*--------------------------------------------------------------
6.0 - BuddyPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.1 - Activity
--------------------------------------------------------------*/
#activity-stream {
	margin-top: 5px;
}
#item-body form#whats-new-form {
	border-bottom: 1px solid #780004;
	margin: 20px 0 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 7px;
	padding-right: 10px;
}
.home-page form#whats-new-form {
	border-bottom: none;
	padding-bottom: 0;
}
form#whats-new-form h5 {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	margin: 0;
	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 textarea {
	background: #fff;
	border: 1px inset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	font-family: inherit;
	font-size: 14px;
	height: 20px;
	padding: 6px;
	width: 98%;
}
body.no-js form#whats-new-form textarea {
	height: 50px;
}
form#whats-new-form #whats-new-options select {
	max-width: 200px;
	margin-top: 12px;
}
form#whats-new-form #whats-new-submit {
	float: right;
	margin-top: 12px;
}
#whats-new-options {
	overflow: auto;
	height: 0;
}
body.no-js #whats-new-options {
	height: auto;
}
#whats-new:focus {
	border-color: rgba(31, 179, 221, 0.9) !important;
	outline-color: rgba(31, 179, 221, 0.9);
	box-shadow: 0 0 7px         rgba(31, 179, 221, 0.7);
	-moz-box-shadow: 0 0 7px    rgba(31, 179, 221, 0.7);
	-webkit-box-shadow: 0 0 7px rgba(31, 179, 221, 0.7);
}

/*--------------------------------------------------------------
6.1.1 - Activity Listing
--------------------------------------------------------------*/
ul.activity-list li {
	overflow: hidden;
	padding: 15px 0 0;
}
.activity-list .activity-avatar {
	float: left;
}
ul.activity-list > li:first-child {
	padding-top: 5px;
}
ul.item-list.activity-list li.has-comments {
	padding-bottom: 15px;
}
body.activity-permalink ul.activity-list li.has-comments {
	padding-bottom: 0;
}
.activity-list li.mini {
	font-size: 11px;
	min-height: 35px;
	padding: 15px 0 0 0;
	position: relative;
}
.activity-list li.mini .activity-avatar img.avatar,
.activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: 20px;
	margin-left: 30px;
	width: 20px;
}
.activity-permalink .activity-list li.mini .activity-avatar img.avatar,
.activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic {
	height: auto;
	margin-left: 0;
	width: auto;
}
body.activity-permalink .activity-list > li:first-child {
	padding-top: 0;
}
.activity-list li .activity-content {
	position: relative;
}
.activity-list li.mini .activity-content p {
	margin: 0;
}
.activity-list li.mini .activity-comments {
	clear: both;
	font-size: 12px;
}
body.activity-permalink li.mini .activity-meta {
	margin-top: 4px;
}
.activity-list li .activity-inreplyto {
	background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
	color: #888;
	font-size: 11px;
	margin-left: -5px;
	margin-top: 5px;
	padding-left: 25px;
}
.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;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.activity-list .activity-content {
	margin-left: 70px;
	margin-bottom: 15px;
}
body.activity-permalink .activity-list li .activity-content {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 150%;
	min-height: 35px;
	margin-left: 185px;
	margin-right: 0;
	padding: 15px;
}
body.activity-permalink .activity-list li .activity-header > p {
	background: url( ../images/activity_arrow.gif ) top left no-repeat;
	height: 35px;
	margin-bottom: 0;
	margin-left: -35px;
	padding: 5px 0 0 35px;
}
.activity-list .activity-content .activity-header,
.activity-list .activity-content .comment-header {
	color: #888;
	font-size: 11px;
	line-height: 220%;
}
.activity-header {
	margin-right: 20px;
}
.activity-header a,
.comment-meta a,
.acomment-meta a {
	text-decoration: none;
}
.activity-list .activity-content .activity-header img.avatar {
	float: none !important;
	margin: 0 5px -8px 0 !important;
}
a.bp-secondary-action,
span.highlight {
	font-size: 11px;
	padding: 0;
	margin-right: 5px;
	text-decoration: none;
}
.activity-list .activity-content .activity-inner,
.activity-list .activity-content blockquote {
	margin: 10px 10px 5px 0;
	overflow: hidden;
}
.activity-list li.new_forum_post .activity-content .activity-inner,
.activity-list li.new_forum_topic .activity-content .activity-inner {
	border-left: 2px solid #EAEAEA;
	margin-left: 5px;
	padding-left: 10px;
}
body.activity-permalink .activity-content .activity-inner,
body.activity-permalink .activity-content blockquote {
	margin-left: 0;
	margin-top: 5px;
}
.activity-inner > p {
	word-wrap: break-word;
}
.activity-inner > .activity-inner {
	margin: 0 !important;
}
.activity-inner > blockquote {
	margin: 0 !important;
}
.activity-list .activity-content img.thumbnail {
	border: 2px solid #222;
	float: left;
	margin: 0 10px 5px 0;
}
.activity-read-more {
	margin-left: 1em;
	white-space: nowrap;
}
.activity-list li.load-more {
	background: #111 !important;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.2em;
	margin: 15px 0 !important;
	padding: 10px 15px !important;
	text-align: center;
}
.activity-list li.load-more a {
	color: #4D4D4D;
}


/*--------------------------------------------------------------
6.1.2 - Activity Comments
--------------------------------------------------------------*/
div.activity-meta {
	margin: 18px 0;
}
body.activity-permalink div.activity-meta {
	margin-bottom: 6px;
}
div.activity-meta a {
	font: normal 11px/20px Arial, Tahoma, Verdana, sans-serif;
	padding: 4px 8px;
}
a.activity-time-since {
	color: #aaa;
	text-decoration: none;
}
a.activity-time-since:hover {
	color: #888;
	text-decoration: underline;
}
a.bp-primary-action,
#reply-title small a {
	font-size: 11px;
	margin-right: 5px;
	text-decoration: none;
}
a.bp-primary-action span,
#reply-title small a span {
	background: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 90%;
	margin-left: 2px;
	padding: 0 5px;
}
a.bp-primary-action:hover span,
#reply-title small a:hover span {
	background: #555;
	color: #fff;
}
div.activity-comments {
	margin: 0 0 0 70px;
	overflow: hidden; /* IE fix */
	position: relative;
	width: auto;
	clear: both;
}
body.activity-permalink div.activity-comments {
	background: none;
	margin-left: 185px;
	width: auto;
}
div.activity-comments > ul {
	background: #080808;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 0 0 10px;
}
div.activity-comments ul,
div.activity-comments ul li {
	border: none;
	list-style: none;
}
div.activity-comments ul {
	clear: both;
}
div.activity-comments ul li {
	border-top: 2px solid #222;
	padding: 10px 0 0;
}
body.activity-permalink .activity-list li.mini .activity-comments {
	clear: none;
	margin-top: 0;
}
body.activity-permalink div.activity-comments ul li {
	border-width: 1px;
	padding: 10px 0 0 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-left: 30px;
	margin-top: 0;
	padding-left: 10px;
}
body.activity-permalink div.activity-comments ul li > ul {
	margin-top: 10px;
}
body.activity-permalink div.activity-comments > ul {
	padding: 0 10px 0 15px;
}
div.activity-comments div.acomment-avatar img {
	border-width: 2px !important;
	float: left;
	height: 25px;
	margin-right: 10px;
	width: 25px;
}
div.activity-comments div.acomment-content {
	font-size: 11px;
	margin: 5px 0 0 40px;
}
div.acomment-content .time-since,
div.acomment-content .activity-delete-link,
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 {
	color: #888;
	font-size: 11px;
}
div.activity-comments form.ac-form {
	background: #080808;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: none;
	margin: 0 0 15px 33px;
	padding: 8px;
}
div.activity-comments li form.ac-form {
	margin-right: 15px;
	clear: both;
}
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( ../images/ajax-loader.gif );
	background-position: 2% 95%;
	background-repeat: no-repeat;
}
div.activity-comments form .ac-textarea {
	background: #fff;
	border: 1px inset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 8px;
}
div.activity-comments form textarea {
	border: none;
	color: #555;
	font-family: inherit;
	font-size: 11px;
	height: 60px;
	padding: 0;
	width: 100%;
}
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 #222 !important;
}
div.activity-comments form div.ac-reply-content {
	color: #888;
	font-size: 11px;
	margin-left: 50px;
	padding-left: 15px;
}
.acomment-options {
	float: left;
	margin: 5px 0 5px 40px;
}
.acomment-options a {
	color: #999;
}
.acomment-options a:hover {
	color: inherit;
}


/*--------------------------------------------------------------
6.2 - Admin Bar
--------------------------------------------------------------*/
#wp-admin-bar .padder {
	width: 999px !important; /* Line up the admin bar with the content body in this theme */
	background-color: #780004;
	background-image: none;
}

#wp-admin-bar {
	position: absolute;
}
#wp-admin-bar a:hover {
	color: #111;
}
#wp-admin-bar li a {
	color: #FFF;
	padding: 7px 0px 7px 20px;
	font-size: 13px;
}
#admin-bar-logo {
	color: #FFFFFF;
}
#wp-admin-bar li a:hover {
	color: #111;
}
#wp-admin-bar ul.main-nav li:hover {
	background-color: #111;
}
#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: #111;
}
#wp-admin-bar ul li ul a {
	color: #FFFFFF;
}
#wp-admin-bar ul li ul li ul li:hover a {
	color: #FFFFFF;
}
#wp-admin-bar ul li ul li:hover ul li a {
	color: #FFFFFF;
}
#wp-admin-bar ul li ul li:hover a {
	color: #FFFFFF;
}

#wp-admin-bar ul li ul {
	background-color: #780004;
	border: 1px solid #780004;
}
#wp-admin-bar ul li ul li a:hover {
	color: #FFFFFF;
}
#wp-admin-bar ul li {
	background: transparent;
	}
#wp-admin-bar li a:hover {
	color: #FFFFFF;
	}
#wp-admin-bar a:hover {
	color: #FFFFFF;
}
#wp-admin-bar a {
	font-size: 13px;
}

/*--------------------------------------------------------------
6.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
div.dir-search {
	float: right;
	margin-left: 0px;
	margin-top: -40px;
	margin-right: 5px;
	margin-bottom: 0px;
}
div.dir-search input[type=text] {
	padding: 5px;
}


/*--------------------------------------------------------------
6.4 - Errors / Success Messages
--------------------------------------------------------------*/
div#message {
	margin: 0 0 15px;
}
#message.info {
	margin-bottom: 0;
}
div#message.updated {
	clear: both;
}
div#message p {
	font-size: 12px;
	display: block;
	padding: 10px 15px;
}
div#message.error p {
	background-color: #db1717;
	border-color: #a71a1a;
	clear: left;
	color: #fff;
}
div#message.updated p {
	background-color: #8ff57a;
	border-color: #80cf70;
	color: #1a6a00;
}
.standard-form#signup_form div div.error {
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 6px;
	width: 90%;
}
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;
}


/*--------------------------------------------------------------
6.5 - Forms
--------------------------------------------------------------*/
.standard-form textarea,
.standard-form input[type=text],
.standard-form select,
.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;
	color: #888;
	font: inherit;
	font-size: 14px;
	padding: 6px;
}
.standard-form select {
	padding: 3px;
}
.standard-form input[type=password] {
	margin-bottom: 5px;
}
.standard-form label,
.standard-form span.label {
	display: block;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.standard-form div.checkbox label,
.standard-form div.radio label {
	color: #888;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 0 0;
}
.standard-form#sidebar-login-form label {
	margin-top: 5px;
}
.standard-form input[type=text] {
	width: 75%;
}
.standard-form#sidebar-login-form input[type=text],
.standard-form#sidebar-login-form input[type=password] {
	padding: 4px;
	width: 95%;
}
.standard-form #basic-details-section input[type=password],
.standard-form #blog-details-section input#signup_blog_url {
	width: 35%;
}
.standard-form#signup_form input[type=text],
.standard-form#signup_form textarea,
.form-allowed-tags,
#commentform input[type=text],
#commentform textarea {
	width: 90%;
}
.standard-form#signup_form div.submit {
	float: right;
}
div#signup-avatar img {
	margin: 0 15px 10px 0;
}
.standard-form textarea {
	width: 75%;
	height: 120px;
}
.standard-form textarea#message_content {
	height: 200px;
}
.standard-form#send-reply textarea {
	width: 97.5%;
}
.standard-form p.description {
	color: #888;
	font-size: 11px;
	margin: 5px 0;
}
.standard-form div.submit {
	clear: both;
	padding: 15px 0 0 0;
}
.standard-form p.submit {
	margin-bottom: 0;
	padding: 15px 0 0 0;
}
.standard-form div.submit input {
	margin-right: 15px;
}
.standard-form div.radio ul {
	margin: 10px 0 15px 38px;
	list-style: disc;
}
.standard-form div.radio ul li {
	margin-bottom: 5px;
}
.standard-form a.clear-value {
	display: block;
	margin-top: 5px;
	outline: none;
}
.standard-form #basic-details-section,
.standard-form #blog-details-section,
.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
.standard-form #profile-details-section {
	float: right;
}
.standard-form #blog-details-section {
	clear: left;
}
.standard-form input:focus,
.standard-form textarea:focus,
.standard-form select:focus {
	background: #fafafa;
	color: #555;
}
form#send-invite-form {
	margin-top: 20px;
}
div#invite-list {
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 400px;
	margin: 0 0 10px;
	overflow: auto;
	padding: 5px;
	width: 160px;
}
button,
a.button,
input[type=submit],
input[type=button],
input[type=reset],
ul.button-nav li a,
div.generic-button a,
.comment-reply-link {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
	border: 1px solid #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #777;
	cursor: pointer;
	font: bold 14px/20px Arial, Tahoma, Verdana, sans-serif;
	outline: none;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	line-height: 14px;
}
button:hover,
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,
.comment-reply-link:hover {
	background: #780004;
	border: 1px solid #FFF;
	color: #FFF;
	outline: none;
	text-decoration: none;
}

/*--------------------------------------------------------------
6.6 - Ajax Loading
--------------------------------------------------------------*/
a.loading,
input.loading {
    background-image: url( ../images/ajax-loader.gif );
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 25px;
}
a.loading:hover,
input.loading:hover {
    background-image: url( ../images/ajax-loader.gif );
    background-position: 95% 50%;
    background-repeat: no-repeat;
    padding-right: 25px;
    color: #777;
}
a.button.loading,
input[type="submit"].loading,
input[type="button"].loading,
input[type="reset"].loading {
	background-image: url( ../images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background-image: url( ../images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background-image: url( ../images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background-image: url( ../images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
	background-image: url( ../images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( enabled=0 ); /* IE6-9 */
	background-image: url( ../images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding-right: 25px;
}
a.button.loading:hover,
input[type="submit"].loading:hover,
input[type="button"].loading:hover,
input[type="reset"].loading:hover {
  	background-image: url( ../images/ajax-loader.gif ), -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background-image: url( ../images/ajax-loader.gif ), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background-image: url( ../images/ajax-loader.gif ), -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background-image: url( ../images/ajax-loader.gif ), -o-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* Opera11.10+ */
	background-image: url( ../images/ajax-loader.gif ), -ms-linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	background-image: url( ../images/ajax-loader.gif ), linear-gradient(top, #ffffff 0%,#e0e0e0 100%); /* W3C */
	border: 1px solid #333;
	padding-right: 25px;
}
input[type="submit"].pending,
input[type="button"].pending,
input[type="reset"].pending,
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
button.pending,
button.disabled,
div.pending a,
a.disabled {
    border-color: #333;
    color: #999;
    cursor: default;
}
input[type="submit"]:hover.pending,
input[type="button"]:hover.pending,
input[type="reset"]:hover.pending,
input[type="submit"]:hover.disabled,
input[type="button"]:hover.disabled,
input[type="reset"]:hover.disabled,
button.pending:hover,
button.disabled:hover,
div.pending a:hover,
a.disabled:hover {
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#ededed 100%); /* W3C */
    border-color: #333;
    color: #999;
}


/*--------------------------------------------------------------
6.7 - Forums, Tables and Topics
--------------------------------------------------------------*/
ul#topic-post-list {
	background: #222;
	width: auto;
}
ul#topic-post-list li {
	padding: 15px;
	position: relative;
}
ul#topic-post-list li.alt {
	background: #222;
}
ul#topic-post-list li div.poster-meta {
	color: #888;
	margin-bottom: 10px;
}
ul#topic-post-list li div.post-content {
	margin-left: 64px;
	background: #111;
	padding: 10px;
}
div.topic-tags {
	font-size: 11px;
	float: right;
	margin-top: -25px;
}
div.admin-links {
	color: #888;
	font-size: 11px;
	position: absolute;
	top: 15px;
	right: 25px;
}
div#topic-meta {
	margin: -10px -19px;
	padding: 5px 19px 30px;
	position: relative;
}
div#topic-meta div.admin-links {
	right: 19px;
	top: -10px;
}
div#topic-meta h3 {
	font-size: 20px;
	margin: 5px 0;
}
div#new-topic-post {
	display: none;
	margin: 20px 0 0 0;
	padding: 1px 0 0 0;
}
table {

	width: 100%;

}

table, td, th {
	border: 1px solid #222;
	border-collapse: collapse;
}
th {
	background: #111;
}

table thead tr {
	background: transparent;
}
table#message-threads {
	margin: 0 -19px;
	width: auto;
}
table.profile-fields {
	margin-bottom: 20px;
}
table.profile-fields:last-child {
	margin-bottom: 0;
}
table.profile-fields p {
	margin-top: 15px;
}
table.profile-fields p:last-child {
	margin-top: 0;
}
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 #222;
	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 td {
	background: #111;
}
table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
#groups-notification-settings {
	margin-bottom: 0;
}
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 {
	text-align: center;
	width: 40px;
}
table.forum {
	margin: 0 0px;
	width: auto;
}
table.forum tr.sticky td {
	font-size: 1.2em;
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
}
table.forum tr.closed td.td-title {
	background-image: url( ../images/closed.png );
	background-position: 15px 50%;
	background-repeat: no-repeat;
	padding-left: 35px;
}
table.forum td p.topic-text {
	color: #888;
	font-size: 13px;
}
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 tr td.td-title a.topic-title {
	font-size: 1.2em;
}
table.forum td.td-freshness {
	white-space: nowrap;
}
table.forum td.td-freshness span.time-since {
	font-size: 0.9em;
	color: #888;
}
table.forum td img.avatar {
	float: none;
	margin: 0 5px -8px 0;
}
table.forum td.td-poster,
table.forum td.td-group {
	min-width: 140px;
}
table.forum th#th-title {
	width: 80%;
}
table.forum th#th-freshness {
	width: 25%;
}
table.forum th#th-postcount {
	width: 15%;
}
table.forum p.topic-meta {
	font-size: 0.9em;
	margin: 5px 0 0 0;
}

/*--------------------------------------------------------------
6.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
--------------------------------------------------------------*/
.item-body {
	margin: 20px 0;
}
span.activity {
	display: inline-block;
	font-size: 11px;
	opacity: 0.8;
	padding: 1px 8px;
}
span.user-nicename {
	color: #777;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
span.activity,
div#message p {
	border: 1px solid #e1ca82;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: normal;
	margin-top: 3px;
	text-decoration: none;
	background: #ffeaa6;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, .5)), color-stop(100%,rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}
div#item-header {
	overflow: hidden;
	min-height: 200px;
}
div#item-header div#item-header-content {
	margin-left: 0px;
}
div#item-header h2 {
	font-size: 28px;
	line-height: 120%;
	margin: 0 0 15px 0;
}
div#item-header h2 a {
	color: #777;
	text-decoration: none;
}
div#item-header img.avatar {
	float: left;
	margin: 0 15px 19px 0;
}
div#item-header h2 {
	margin-bottom: 5px;
}
div#item-header span.activity,
div#item-header h2 span.highlight {
	font-size: 11px;
	font-weight: normal;
	line-height: 170%;
	margin-bottom: 7px;
	vertical-align: middle;
}
div#item-header h2 span.highlight {
	font-size: 16px;
}
div#item-header h2 span.highlight span {
	background: #a1dcfa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 1px 4px;
	position: relative;
	right: -2px;
	top: -2px;
	vertical-align: middle;
}
div#item-header div#item-meta {
	font-size: 14px;
	color: #aaa;
	overflow: hidden;
	margin: 15px 0 5px 0;
	padding-bottom: 10px;
}
div#item-header div#item-actions {
	float: right;
	margin: 0 0 15px 15px;
	text-align: right;
	width: 20%;
}
div#item-header div#item-actions h3 {
	font-size: 12px;
	margin: 0 0 5px 0;
}
div#item-header ul {
	margin-bottom: 15px;
	overflow: hidden;
}
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 {
	height: 30px;
	margin: 2px;
	width: 30px;
}
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%;
}
ul.item-list {
	width: 100%;
}
ul.item-list li {
	border-bottom: 1px solid #222;
	padding: 15px 0;
	position: relative;
}
ul.item-list.activity-list li {
	padding-bottom: 0;
	border: 1px solid #222;
	margin-top: 5px;
	padding: 15px;
}
ul.single-line li {
	border: none;
}
ul.item-list li img.avatar {
	float: left;
	margin: 0 10px 0 0;
}
ul.item-list li div.item-title,
ul.item-list li h4 {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	width: 75%;
}
ul.item-list li div.item-title span {
	color: #999;
	font-size: 12px;
}
ul.item-list li div.item-desc {
	color: #888;
	font-size: 11px;
	margin: 10px 0 0 64px;
	width: 50%;
}
ul.item-list li div.action {
	position: absolute;
	top: 15px;
	right: 0;
	text-align: right;
}
ul.item-list li div.meta {
	color: #888;
	font-size: 11px;
	margin-top: 10px;
}
ul.item-list li h5 span.small {
	float: right;
	font-size: 11px;
	font-weight: normal;
}
div.item-list-tabs {
	clear: left;
	margin: 25px -8px 20px -8px;
	overflow: hidden;
	background: transparent;
}
div.item-list-tabs ul li a {
	text-decoration: none;
	height: 20px;
}
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: 5px;
	margin-left: 5px;
}
div.item-list-tabs ul li:first-child {
	margin-left: 0px;
}
div.item-list-tabs ul li.last {
	float: right !important;
	margin-right: 3px !important;
	margin-top: 4px;
}
	div.item-list-tabs#subnav ul li.last { }

	div.item-list-tabs ul li.last select {
		max-width: 75px;
	}
	div.item-list-tabs#subnav ul li.last select {
		margin-top: -4px;
	}
div.item-list-tabs ul li a,
div.item-list-tabs ul li span {
	display: inline;
			padding: 5px 10px;
			text-decoration: none;
			background-color: #780004;
			color: #FFF;
			font-weight: bold;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
}
div.item-list-tabs ul li a span {
	background: transparent;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #777;
	display: inline;
	font-size: 90%;
	margin-left: 2px;
	padding: 5px 10px;
}
body.directory div.item-list-tabs ul li a span {
				display: inline;
				padding: 3px;
				color: inherit;
}
body.directory div.item-list-tabs ul li.selected a span,
body.directory div.item-list-tabs ul li.current a span,
body.directory div.item-list-tabs ul li a:hover span {
				background-color: #780004;
				display: inline;
				padding: 3px;
				color: #fff;
}
div#item-nav {
		float: left;
		margin-top: 1px;
		margin-left: 20px;
	}
		body.groups.single-item div#item-nav {
			margin-top: 1px;
		}

div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
	background-color: #780004;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #FFF;
	font-weight: bold;
}
div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span,
div.item-list-tabs ul li a:hover span {
	background-color: #999;
}
div.item-list-tabs ul li.selected a span,
div.item-list-tabs ul li.current a span {
	background-color: #555;
}
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 {
	background: #fff;
	border-bottom: 1px solid #222;
	margin-top: 0;
	overflow: hidden;
}
div.item-list-tabs ul li.feed a {
	background: url( ../images/rss.png ) center left no-repeat;
	padding-left: 20px;
}
#admins-list li {
	overflow: auto;
}
div.item-list-tabs#object-nav li,
		div.item-list-tabs#sub-nav li {
			display: block;
			clear: left;
			border-bottom: 1px solid #080808;
			width: 165px;
			padding: 4px 1px;
			margin: 0;
			font-weight: bold;
			font-size: 13px;
		}
			div.item-list-tabs#object-nav li a,
			div.item-list-tabs#sub-nav li a {
				padding: 1px 0;
				background-color: transparent;
				margin: 0;
				color: #555;
			}
			
			div.item-list-tabs#object-nav li.current a,
			div.item-list-tabs#object-nav li.selected a,
			div.item-list-tabs#sub-nav li.current a,
			div.item-list-tabs#sub-nav li.selected a {
				color: #DB0007;
			}
			div.item-list-tabs#object-nav li a:hover,
			div.item-list-tabs#sub-nav li a:hover {
				text-decoration: underline;
			}

	div.item-list-tabs#subnav {
		background-color: transparent;
		padding-top: 12px;
		margin: 0px 0 10px -3px;
		border-bottom: 1px solid transparent;
		overflow: hidden;
	}

	div.item-list-tabs ul li.feed a {
		display: none;
	} 

	div#item-body div.pagination {
		background: transparent;
	}
	
	div#item-body div.profile {
		margin-top: 20px;
	}
	.bp-widget h4 {
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    clear: left;
    font-size: 14px;
    margin: 0 0 0px;
    padding: 4px 8px 3px;
    background-color: #780004;
    color: #FFFFFF;
    text-align: center;
   }
	
div#group-create-tabs ul li {
	display: inline;
	font-size: 15px;
  padding: 0 15px 0 0;
}
	div#group-create-tabs ul li.current {
		font-weight: bold;
	}


/*--------------------------------------------------------------
6.9 - Private Messaging Threads
--------------------------------------------------------------*/
table#message-threads tr.unread td {
	background: #fff9db;
	border-top: 1px solid #ffe8c4;
	border-bottom: 1px solid #ffe8c4;
	font-weight: bold;
}
li span.unread-count,
tr.unread span.unread-count {
	background: #dd0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;
}
div.item-list-tabs ul li a span.unread-count {
	padding: 1px 6px;
	color: #fff;
}
div.messages-options-nav {
	background: #222;
	font-size: 11px;
	margin: 0 -19px;
	padding: 5px 15px;
	text-align: right;
}
div#message-thread div.message-box {
	margin: 0 -19px;
	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 {
	font-size: 16px;
	margin: 0;
}
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;
}

/* Logo */
#logo {
float: left;
position: relative;
top: 0px;
cursor: pointer;
}
#logo img {
border: 0 none;
}
.logo-default {
left: 0px;
width: 999px;
height: 180px;
background: url( ../images/logo.png ) no-repeat;
}

div#contenti {
	float: left;
	width: 1000px;
	background: #FFF url(../../images/grad.gif) repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div#contenti .padder {
	margin-right: 300px;
	border-right: 1px solid #222;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
	div#contenti .left-menu {
		float: left;
		width: 170px;
	}

	div#contenti .main-column {
		margin-left: 190px;
	}

div#contenti .paddero {
	margin-right: none;
	border-right: none;
	-moz-border-radius-topleft: none;
	-webkit-border-top-left-radius: none;
	-moz-border-radius-bottomleft: none;
	-webkit-border-bottom-left-radius: none;
}

/* WP-PageNavi */
.wp-pagenavi {
	margin-bottom:10px
}
.wp-pagenavi a, .wp-pagenavi span  { border: 1px solid #444; background: #080808; margin: 2px; padding: 5px; }
.wp-pagenavi a:hover, .wp-pagenavi span.current  { border-color: #111; }
.wp-pagenavi span.current  { font-weight: bold; color: #777; }

/* Bottom Content */
#bottom-content-1, #bottom-content-2  { list-style: none; float: left; width: 312px; margin: 0 9px 10px 9px; overflow: hidden; padding: 0; }
#bottom-content-1 #bottom-content-1-me img.avatar, #bottom-content-2 #bottom-content-2-me img.avatar {
		float: left;
		margin: 0 5px 15px 0;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
	}

#bottom-content-1 .widget, #bottom-content-2 .widget {
		width: 302px;
		padding: 4px;
		background: #111;
		margin-bottom: 10px;
		float: left;
		border: 1px solid #111;
	}

	#bottom-content-1 #bottom-content-1-me h4, #bottom-content-2 #bottom-content-2-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	#bottom-content-1 ul#bp-nav, #bottom-content-2 ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#sideb ul#bp-nav li {
			padding: 10px 15px;
		}

	#bottom-content-1 h4.widgettitle, #bottom-content-2 h4.widgettitle {
		background: #780004 url(../../images/sidebare.png) no-repeat;
		background-position: left;
		clear: left;
		font-size: 20px;
		color: #FFFFFF;
		padding: 8px 40px 5px 33px;
		border:1px solid transparent;
	}

	#bottom-content-1 .widget_search, #bottom-content-2 .widget_search {
		margin-top: 20px;
	}
		div#sideb .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	#bottom-content-1 ul#recentcomments li, #bottom-content-1 .widget_recent_entries ul li, #bottom-content-2 ul#recentcomments li, #bottom-content-2 .widget_recent_entries ul li {
		margin-bottom: 15px;
	}

	#bottom-content-1 ul.item-list img.avatar, #bottom-content-2 ul.item-list img.avatar {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
		opacity:1.0;
		filter:alpha(opacity=100);
	}
	#bottom-content-1 ul.item-list img.avatar:hover, #bottom-content-2 ul.item-list img.avatar:hover {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
		opacity:0.5;
		filter:alpha(opacity=50);
	}
		#bottom-content-1 div.item-avatar img, #bottom-content-2 div.item-avatar img {
			width: 75px;
			height: 75px;
			margin: 1px;
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border:5px solid #222;
		}

		#bottom-content-1 .avatar-block, #bottom-content-2 .avatar-block { overflow: hidden; }

	#bottom-content-1 ul.item-list div.item-title, #bottom-content-2 ul.item-list div.item-title {
		font-size: 12px;
	}

	#bottom-content-1 div.item-options, #bottom-content-2 div.item-options {
		margin: 0px 0px 0 0px;
		background: #080808;
		padding: 0px 0px;
		font-size: 11px;
		border-bottom: 1px solid #444;
	}

	#bottom-content-1 div.item-options a, #bottom-content-2 div.item-options a {
		margin: 3px 0px;
		font-size: 1.0em;
		-moz-border-radius-topleft: 6px;
		-webkit-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-radius-topright: 6px;
		border-top-right-radius: 6px;
		border-top-left-radius: 6px;
		border-right: 1px solid #444;
		border-top: 1px solid #444;
		border-left: 1px solid #444;
		padding-top: 7px;
		padding-bottom: 3px;
		padding-left: 12px;
		padding-right: 12px;
	}

	#bottom-content-1 div.item-options a.selected, #bottom-content-2 div.item-options a.selected {
		color: #FFFFFF;
		background-color: #222;
		-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-right: #444 1px solid;
	border-left: #444 1px solid;
	border-top: #444 1px solid;
	}

	#bottom-content-1 div.item-meta, #bottom-content-1 div.item-content, #bottom-content-2 div.item-meta, #bottom-content-2 div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	#bottom-content-1 div.tags #tag-text, #bottom-content-2 div.tags #tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

	#bottom-content-1 img.avatar, #bottom-content-2 img.avatar {
	-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
}

/* Home Tops */

#home-tops-1 { list-style: none; float: left; width: 24%; margin: 0 5px 10px 0px; overflow: hidden; padding: 0; }

#home-tops-1 #home-tops-1-me img.avatar, #home-tops-2 #home-tops-2-me img.avatar {

		float: left;

		margin: 0 5px 15px 0;

		-moz-border-radius: 5px;

		-khtml-border-radius: 5px;

		-webkit-border-radius: 5px;

		border-radius: 5px;

		border:5px solid #222;

	}



#home-tops-1 .widget {

		width: 100%;

		padding-top: 5px;

		padding-right: 5px;

		padding-bottom: 5px;

		padding-left: 0;

		margin-bottom: 10px;

		float: left;

	}

#home-tops-2 { list-style: none; float: left; width: 74%; margin: 0 5px 10px 0px; overflow: hidden; padding: 0; }

#home-tops-1 #home-tops-1-me img.avatar, #home-tops-2 #home-tops-2-me img.avatar {

		float: left;

		margin: 0 5px 15px 0;

		-moz-border-radius: 5px;

		-khtml-border-radius: 5px;

		-webkit-border-radius: 5px;

		border-radius: 5px;

		border:5px solid #222;

	}



#home-tops-2 .widget {

		width: 100%;

		padding: 5px;

		margin-bottom: 10px;

		float: left;

	}



	#home-tops-1 #home-tops-1-me h4, #home-tops-2 #home-tops-2-me h4, #home-tops-3 #home-tops-3-me h4 {

		font-size: 16px;

		margin: 0 0 8px 0;

		font-weight: normal;

	}





	#home-tops-1 ul#bp-nav, #home-tops-2 ul#bp-nav, #home-tops-3 ul#bp-nav {

		clear: left;

		margin: 15px -16px;

	}

		div#sideb ul#bp-nav li {

			padding: 10px 15px;

		}



	#home-tops-1 h4.widgettitle, #home-tops-2 h4.widgettitle, #home-tops-3 h4.widgettitle {

		margin: 0px 0px 10px 0px;

		background: transparent;

		color: #fff;

		padding: 8px 9px 10px 4px;

		font-size: 20px;

		clear: left;

		font-weight: bold;

	}



	#home-tops-1 .widget_search, #home-tops-2 .widget_search, #home-tops-3 .widget_search {

		margin-top: 20px;

	}

		#home-tops-1 .widget_search, #home-tops-2 .widget_search, #home-tops-3 .widget_search input[type=text] {

			width: 110px;

			padding: 2px;

		}



	#home-tops-1 ul#recentcomments li, #home-tops-1 .widget_recent_entries ul li, #home-tops-2 ul#recentcomments li, #home-tops-2 .widget_recent_entries ul li, #home-tops-3 ul#recentcomments li, #home-tops-3 .widget_recent_entries ul li {

		margin-bottom: 15px;

	}



	#home-tops-1 ul.item-list img.avatar, #home-tops-2 ul.item-list img.avatar, #home-tops-3 ul.item-list img.avatar {

		width: 60px;

		height: 60px;

		margin-right: 10px;

		-moz-border-radius: 5px;

		-khtml-border-radius: 5px;

		-webkit-border-radius: 5px;

		border-radius: 5px;

		border:5px solid #222;

		opacity:1.0;

		filter:alpha(opacity=100);

	}

	#home-tops-1 ul.item-list img.avatar:hover, #home-tops-2 ul.item-list img.avatar:hover, #home-tops-3 ul.item-list img.avatar:hover {

		width: 60px;

		height: 60px;

		margin-right: 10px;

		-moz-border-radius: 5px;

		-khtml-border-radius: 5px;

		-webkit-border-radius: 5px;

		border-radius: 5px;

		border:5px solid #222;

		opacity:0.5;

		filter:alpha(opacity=50);

	}

		#home-tops-1 div.item-avatar img, #home-tops-2 div.item-avatar img, #home-tops-3 div.item-avatar img {

			width: 75px;

			height: 75px;

			margin: 1px;

			-moz-border-radius: 5px;

			-khtml-border-radius: 5px;

			-webkit-border-radius: 5px;

			border-radius: 5px;

			border:5px solid #222;

		}



		#home-tops-1 .avatar-block, #home-tops-2 .avatar-block, #home-tops-3 .avatar-block { overflow: hidden; }



	#home-tops-1 ul.item-list div.item-title, #home-tops-2 ul.item-list div.item-title {

		font-size: 12px;

	}



	#home-tops-1 div.item-options, #home-tops-2 div.item-options, #home-tops-3 div.item-options {

		margin: 0px 0px 0 0px;

		background: #111;

		padding: 0px 0px;

		font-size: 11px;

		border-bottom: 1px solid #444;

	}



	#home-tops-1 div.item-options a, #home-tops-2 div.item-options a, #home-tops-3 div.item-options a {

		margin: 3px 0px;

		font-size: 1.0em;

		-moz-border-radius-topleft: 6px;

		-webkit-border-radius-topleft: 6px;

		-moz-border-radius-topright: 6px;

		-webkit-border-radius-topright: 6px;

		border-top-right-radius: 6px;

		border-top-left-radius: 6px;

		border-right: 1px solid #444;

		border-top: 1px solid #444;

		border-left: 1px solid #444;

		padding-top: 7px;

		padding-bottom: 3px;

		padding-left: 12px;

		padding-right: 12px;

	}



	#home-tops-1 div.item-options a.selected, #home-tops-2 div.item-options a.selected, #home-tops-3 div.item-options a.selected {

		color: #FFFFFF;

		background-color: #222;

		-moz-border-radius-topleft: 6px;

	-webkit-border-radius-topleft: 6px;

	-moz-border-radius-topright: 6px;

	-webkit-border-radius-topright: 6px;

	border-top-right-radius: 6px;

	border-top-left-radius: 6px;

	border-right: #444 1px solid;

	border-left: #444 1px solid;

	border-top: #444 1px solid;

	}



	#home-tops-1 div.item-meta, #home-tops-1 div.item-content, #home-tops-2 div.item-meta, #home-tops-2 div.item-content, #home-tops-3 div.item-meta, #home-tops-3 div.item-content {

		margin-left: 38px;

		font-size: 11px;

	}

	#home-tops-1 #s {

	width: 165px;

	height: 18px;

	border: 1px solid #ddd;

	margin: 0 0 0 0; 

	padding: 3px 2px;

	color: #777;

	background-color: #fff;

}



	#home-tops-1 div.tags #tag-text, #home-tops-2 div.tags #tag-text, #home-tops-3 div.tags #tag-text {

		font-size: 1.4em;

		line-height: 140%;

		padding-top: 10px;

	}

/* Footer Content */
#footer-content-1, #footer-content-2, #footer-content-3, #footer-content-4 { list-style: none; float: left; width: 238px; margin: 0 0 0 10px; overflow: hidden; padding: 0; }
#footer-content-1 #footer-content-1-me img.avatar, #footer-content-2 #footer-content-2-me img.avatar, #footer-content-3 #footer-content-3-me img.avatar, #footer-content-4 #footer-content-4-me img.avatar {
		float: left;
		margin: 0 0 15px 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #080808;
	}

	#footer-content-1 #footer-content-1-me h4, #footer-content-2 #footer-content-2-me h4, #footer-content-3 #footer-content-3-me h4, #footer-content-4 #footer-content-4-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	#footer-content-1 ul#bp-nav, #footer-content-2 ul#bp-nav, #footer-content-3 ul#bp-nav, #footer-content-4 ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#sideb ul#bp-nav li {
			padding: 10px 15px;
		}

	#footer-content-1 h4.widgettitle, #footer-content-2 h4.widgettitle, #footer-content-3 h4.widgettitle, #footer-content-4 h4.widgettitle {
		margin: 10px 0px 10px 0px;
		color: #A1A1A1;
		font-size: 16px;
		clear: left;
	}

	#footer-content-1 .widget_search, #footer-content-2 .widget_search, #footer-content-3 .widget_search, #footer-content-4 .widget_search {
		margin-top: 20px;
	}
		div#sideb .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	#footer-content-1 ul#recentcomments li, #footer-content-1 .widget_recent_entries ul li, #footer-content-2 ul#recentcomments li, #footer-content-2 .widget_recent_entries ul li, #footer-content-3 ul#recentcomments li, #footer-content-3 .widget_recent_entries ul li, #footer-content-4 ul#recentcomments li, #footer-content-4 .widget_recent_entries ul li {
		margin-footer: 15px;
	}

	#footer-content-1 ul.item-list img.avatar, #footer-content-2 ul.item-list img.avatar, #footer-content-3 ul.item-list img.avatar, #footer-content-4 ul.item-list img.avatar {
		width: 50px;
		height: 50px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #080808;
		opacity:1.0;
		filter:alpha(opacity=100);
	}
	#footer-content-1 ul.item-list img.avatar:hover, #footer-content-2 ul.item-list img. avatar:hover, #footer-content-3 ul.item-list img. avatar:hover, #footer-content-4 ul.item-list img. avatar:hover {
		width: 50px;
		height: 50px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #080808;
		opacity:0.5;
		filter:alpha(opacity=50);
	}
		#footer-content-1 div.item-avatar img, #footer-content-2 div.item-avatar img, #footer-content-3 div.item-avatar img, #footer-content-4 div.item-avatar img {
			width: 50px;
			height: 50px;
			margin: 1px;
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border:5px solid #222;
		}

		#footer-content-1 .avatar-block, #footer-content-2 .avatar-block, #footer-content-3 .avatar-block, #footer-content-4 .avatar-block { overflow: hidden; }

	#footer-content-1 ul.item-list div.item-title, #footer-content-2 ul.item-list div.item-title, #footer-content-3 ul.item-list div.item-title, #footer-content-4 ul.item-list div.item-title {
		font-size: 12px;
	}

	#footer-content-1 div.item-options, #footer-content-2 div.item-options, #footer-content-3 div.item-options, #footer-content-4 div.item-options {
		border-bottom: 1px solid #444;
		background: #080808;
		padding: 0px 0px;
		font-size: 11px;
	}

	#footer-content-1 div.item-options a, #footer-content-2 div.item-options a, #footer-content-3 div.item-options a, #footer-content-4 div.item-options a {
		margin: 3px 0px;
	font-size: 11px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	}

	#footer-content-1 div.item-options a.selected, #footer-content-2 div.item-options a.selected, #footer-content-3 div.item-options a.selected, #footer-content-4 div.item-options a.selected {
		color: #FFFFFF;
	background-color: #080808;
	-moz-border-radius-topleft: 6px;
	-webkit-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-right: #444 1px solid;
	border-left: #444 1px solid;
	border-top: #444 1px solid; 
	}

	#footer-content-1 div.item-meta, #footer-content-1 div.item-content, #footer-content-2 div.item-meta, #footer-content-2 div.item-content, #footer-content-3 div.item-meta, #footer-content-3 div.item-content, #footer-content-4 div.item-meta, #footer-content-4 div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	#footer-content-1 div.tags #tag-text, #footer-content-2 div.tags #tag-text, #footer-content-3 div.tags #tag-text, #footer-content-4 div.tags #tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

/* > Sidebarh
-------------------------------------------------------------- */

div#Sidebarh {
	float: left;
	width: 300px;
	margin-left: -301px;
	margin-top: -25px;
	border-left: 1px solid #222;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	background: transparent;
}

div#Sidebarh .widget {
	float: left;
	width: 290px;
	margin-left: -301px;
	padding: 5px;
	background: #080808;
	margin-bottom: 10px;
}
	div#Sidebarh div#Sidebarh-me img.avatar {
		float: left;
		margin: 0 10px 15px 0;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
	}

	div#Sidebarh div#Sidebarh-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	div#Sidebarh ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#Sidebarh ul#bp-nav li {
			padding: 10px 15px;
		}

	div#Sidebarh h4.widgettitle {
		margin: 25px -20px 10px -19px;
		background: #080808 url(../../images/sidebar.png) 5px 5px no-repeat;
		color: #FFFFFF;
		padding: 5px 15px 5px 29px;
		font-size: 14px;
		clear: left;
		border:1px solid #222;
	}

	div#Sidebarh .widget_search {
		margin-top: 20px;
	}
		div#Sidebarh .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	div#Sidebarh ul#recentcomments li, div#Sidebarh .widget_recent_entries ul li {
		margin-bottom: 15px;
	}

	div#Sidebarh ul.item-list img.avatar {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
	}
		div#Sidebarh div.item-avatar img {
			width: 70px;
			height: 70px;
			margin: 1px;
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border:5px solid #222;
		}

		div#Sidebarh .avatar-block { overflow: hidden; }

	div#Sidebarh ul.item-list div.item-title {
		font-size: 12px;
	}

	div#sidebarh div.item-options {
		margin: -13px -20px 0 -15px;
		background: #080808;
		padding: 0px 15px;
		font-size: 11px;
	}

	div#sidebarh div.item-options a {
		margin: 3px 0px;
		font-size: 1.0em;
	}

	div#sidebarh div.item-options a.selected {
		color: #FFFFFF;
		background-color: #222;
		padding-bottom: 13px;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 5px;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
	}

	div#Sidebarh div.item-meta, div#Sidebarh div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	div#Sidebarh div.tags div#tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

/*********************************************
		MENU
*********************************************/

.menu-header {
  background-color: #080808;
  background-image: url(../../images/bg-menu.gif);
  display: block;
  float: left;
  margin: 0px auto;
  width: 998px;
  height: 35px;
  border:1px solid #080808;
}

.menu-header ul,
div.menu ul {
	list-style: none;
	margin-top: 0px;
	padding: 0;
}

.menu-header li,
div.menu li {
	float: left;
	position: relative;
	background-image: url(../../images/bg-menu.gif);
	background-repeat:no-repeat; 
	background-position:right top;
}

.menu-header li,
div.menu li {
	float: left;
	position: relative;
}

.menu-header ul ul {
	display: none;
	position: absolute;
	top: 31px;
	left: -1px;
	float: left;
	width: 180px;
	z-index: 99999;
}

.menu-header a {
	color: #aaa;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bolder;
}

.menu-header a:hover {
	color: #FFF;
	background: #780004;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bolder;
}

.menu-header a.selected {
	color: #FFF;
	display: block;
	font-weight: bolder;
	border:1px solid #780004;
}

.menu-header ul li:hover > ul {
	display: block;
}

.menu-header ul ul a {
	background: #080808;
	border-bottom: 1px dashed #222;
	line-height: 1em;
	padding: 10px;
	width: 130px;
	height: auto;
	margin-top: 0px;
}

.menu-header ul ul a:hover {
	background: #780004;
	line-height: 1em;
	padding: 10px;
	width: 130px;
	height: auto;
	margin-top: 0px;
}

.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
	color: #fff;
	background-color: #780004;
}

div#sidebar div#sidebar-me img.avatar {
border:5px solid #222;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
-moz-opacity: 0.4;
}

div#sidebar div#sidebar-me img.avatar:hover {
border:5px solid #222;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/*********************************************
		Custom Widget Styles
*********************************************/

/* Search Widget */
#sidebar #s {
	width: 292px;
	height: 18px;
	border: 1px solid #333;
	margin: 0 0 0 0; 
	padding: 3px 2px;
	color: #666;
	background-color: #111;
}

/* Social Profiles Widget */
#sidebar.socialprofiles img {
	padding: 5px 7px;
}

/* Twitter Widget */
#sidebar .mytweets ul  {
	color: #666;
	font-size: 11px;
}
#sidebar .mytweets h5 {
	padding-left: 16px;
	background: url(images/twitter.jpg) bottom left no-repeat;
}
#sidebar .mytweets ul {
	list-style-type: none;
	margin: 0;
}
#sidebar .mytweets ul li {
	margin: 0; padding: 10px 5px;
}
#sidebar .mytweets ul#twitter_update_list li {
	border-bottom: 1px solid #d2d2d2;
}

/* Poker Rooms Widget */
#sidebar .poker-rooms {
	margin: 0;
}
#sidebar .poker-rooms h5 {
	background: url(images/poker-room-title-bg.jpg) no-repeat;
	margin: 0; padding: 14px 8px 14px 20px;
	border: none;
	color: #FFF;
}
#sidebar .poker-rooms .room {
	clear: both;
	margin: 0; padding: 5px 0 10px 5px;
	border-bottom: 1px solid #222;
	overflow: auto;
}
#sidebar .poker-rooms p {
	padding-top: 0;
}
#sidebar .poker-rooms .info {
	float: left;
	width: 115px;
	font-weight: bold;
	padding-top: 5px;
}
#sidebar .poker-rooms .info .links {
	font-size: 11px;
}
#sidebar .poker-rooms .play {
	float: right;
	width: 140px;
	text-align: center;
	overflow: hidden;
}

/* Home Content */
#home-content  { list-style: none; float: left; width: 643px; margin: 5px 10px 10px 9px; overflow: hidden; padding: 0; }
#home-content #home-content-me img.avatar {
		float: left;
		margin: 0 10px 15px 0;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
	}

	#home-content #home-content-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	#home-content ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#sideb ul#bp-nav li {
			padding: 10px 15px;
		}

	#home-content h4.widgettitle {
		background: #780004 url(../images/titolo.png) repeat-x;
		background-position: left;
		color: #999;
		padding: 8px 15px 7px 15px;
		font-size: 20px;
		clear: left;
		margin: 0px;
	}

	#home-content .widget_search {
		margin-top: 20px;
	}
		div#sideb .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	#home-content ul#recentcomments li, #home-content .widget_recent_entries ul li {
		margin-bottom: 15px;
	}

	#home-content ul.item-list img.avatar {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
		opacity:1.0;
		filter:alpha(opacity=100);
	}

	#home-content ul.item-list img.avatar:hover {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
		opacity:0.5;
		filter:alpha(opacity=50);
	}
		#home-content div.item-avatar img {
			width: 75px;
			height: 75px;
			margin: 1px;
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border:5px solid #222;
		}

		#home-content .avatar-block { overflow: hidden; }

	#home-content ul.item-list div.item-title {
		font-size: 12px;
	}

	#home-content div.item-options {
		margin: -13px -20px 0 -15px;
		background: #080808;
		padding: 0px 15px;
		font-size: 11px;
	}

	div#home-content div.item-options a {
		margin: 3px 0px;
		font-size: 1.0em;
	}

	div#home-content div.item-options a.selected {
		color: #FFFFFF;
		background-color: #222;
		padding-bottom: 13px;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 5px;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
	}

	#home-content div.item-meta, #home-content div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	#home-content div.tags #tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

	#home-content img.avatar {
	-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
	}

	#home-content img.avatar:hover {
	-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
	}

/* Page widget */
#page-widget  { list-style: none; float: left; width: 100%; margin: -5px 10px 10px 0; overflow: hidden; padding: 0; }
#page-widget #page-widget-me img.avatar {
		float: left;
		margin: 0 10px 15px 0;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
	}

	#page-widget #page-widget-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	#page-widget ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#sideb ul#bp-nav li {
			padding: 10px 15px;
		}

	#page-widget h4.widgettitle {
		margin: 0px 0px 10px 0px;
		color: #777;
		padding: 8px 15px 5px 0px;
		font-size: 18px;
		clear: left;
		height: 23px;
	}

	#page-widget .widget_search {
		margin-top: 20px;
	}
		div#sideb .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	#page-widget ul#recentcomments li, #page-widget .widget_recent_entries ul li {
		margin-bottom: 15px;
	}

	#page-widget ul.item-list img.avatar {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
		opacity:1.0;
		filter:alpha(opacity=100);
	}

	#page-widget ul.item-list img.avatar:hover {
		width: 60px;
		height: 60px;
		margin-right: 10px;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
		opacity:0.5;
		filter:alpha(opacity=50);
	}
		#page-widget div.item-avatar img {
			width: 75px;
			height: 75px;
			margin: 1px;
			-moz-border-radius: 5px;
			-khtml-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border:5px solid #222;
		}

		#page-widget .avatar-block { overflow: hidden; }

	#page-widget ul.item-list div.item-title {
		font-size: 12px;
	}

	#page-widget div.item-options {
		margin: -13px -20px 0 -15px;
		background: #080808;
		padding: 0px 15px;
		font-size: 11px;
	}

	div#page-widget div.item-options a {
		margin: 3px 0px;
		font-size: 1.0em;
	}

	div#page-widget div.item-options a.selected {
		color: #FFFFFF;
		background-color: #222;
		padding-bottom: 13px;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 5px;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
	}

	#page-widget div.item-meta, #page-widget div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	#page-widget div.tags #tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

/*********************************************
		slider home
*********************************************/

div#sidebarhome {
	float: center;
	margin: 0px;
}

/*********************************************
		wp calendar
*********************************************/

#calendar_wrap  { padding: 0px; }
#wp-calendar #today  { background: #151515; color: #CCC; }
#wp-calendar th { border: solid 1px #444; background-color: #222; }
#wp-calendar td { background-color: #444; color: #CCC; border: 1px solid #333; }
#wp-calendar tfoot td { background-color: #222; color: #444; }
#wp-calendar tfoot td a { background-color: #080808; padding: 7px; -moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px }
#wp-calendar caption { color: #CCC; height: 30px; padding: 0px; font-weight: bold; }

/*********************************************
		Tabs widget
*********************************************/

div#text-23 {width:645px;margin:5px;background:transparent;border:none !important;}
div#text-23 h4.widgettitle {display:none;}
div#text-23 span.splashmain {font-size:26px;text-shadow:1px 1px 1px #fff;}
.jayq-vader .ui-widget {font-family:Century Gothic,sans-serif;}
.jayq-vader .ui-widget-content, .ui-widget-content, 
.jayq-vader .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav, 
.jayq-vader .ui-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li
{border:none;background:transparent;}
.jayq-vader .ui-tabs .ui-tabs-nav li.ui-tabs-selected, .ui-tabs .ui-tabs-nav li.ui-tabs-selected {background:#222;border:1px solid #222 !important;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;-moz-box-shadow:1px 1px 4px #777;}
.jayq-vader .ui-state-default, .jayq-vader .ui-widget-content .ui-state-default, .jayq-vader .ui-widget-header .ui-state-default {font-weight:normal;}
.jayq-vader .ui-state-active a, .ui-state-active a, .jayq-vader .ui-state-active a:link, .ui-state-active a:link, .jayq-vader .ui-state-active a:visited, .ui-state-active a:visited {color:#555555;font-weight:bold;}
.jayq-vader .ui-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li a {padding:5px;font-size:1.1em;color:#777;}
div#text-23 .jbox {width:570px;margin:0;}

div#php_widget-7 {width:655px;margin-left:3px;margin-right:3px;margin-top:3px;margin-bottom:10px; background:transparent;border:none !important;}
div#php_widget-7 span.splashmain {font-size:26px;text-shadow:1px 1px 1px #777;}
div#php_widget-7 .jbox {width:570px; margin-left: 5px;}
div#utentihome {padding-top: 0px; margin-bottom: 10px;}
div#utentihometab {padding-top: 10px; margin-bottom: 0px; margin-left: 35px;}
div#utentihome-b {padding-top: 0px; margin-bottom: 10px;}
div#utentihome-btab {padding-top: 10px; margin-bottom: 0px;}


.pagetitle {margin-bottom: 30px;}

.ui-tabs .ui-tabs-panel {color: #777}

siderbar-login-form a.button , input[type=submit], input[type=button], input[type=reset],
ul.button-nav li a, div.generic-button a {
	background: #111;
	border: 1px solid #333;
	padding: 3px 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	cursor: pointer;
	margin-left: 0px;
	margin-top: 17px;
	margin-bottom: 5px;
}
	siderbar-login-form 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: #333;
		color: #999;
		outline: none;
	}

/* > Navigation
-------------------------------------------------------------- */

ul#nav {
	float: right;
	margin-top: 83px;
	margin-right: 0px;
	padding: 0;
	position: relative;
	right: 424px;
	list-style: none;
	bottom: 0;
	max-width: 65%;
}

/*FB style activity comment form css*/
/*
If you want to make the form visible for all activities, remove the li.has-comments from the first line below */


li.has-comments div.activity-comments form.ac-form {
    display:block;
    margin:0 0 5px 0;
}
.ac-form .ac-reply-avatar{
    display:none;
}

div.activity-comments form div.ac-reply-content{
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 5px;
     height:35px;/* you may need to adjust height according to the one you choose for your textarea*/
}

div.activity-comments form textarea {
    height: 13px;
}
div.activity-comments form input[type='submit']{
    display:none;
}

/*on active/focus*/
form.active .ac-reply-avatar{
    float:left;
    display: block;
}
form.active .ac-reply-avatar img.avatar {
    float: left;
    margin: 0 3px 0 0;
     height: 25px;
    
    width: 25px;
}
div.activity-comments form.active div.ac-reply-content{
    height:auto;
}
form.active .ac-textarea{

    margin-bottom: 10px;
    padding: 8px;
    padding-top:0;
    }
    div.activity-comments form.active div.ac-reply-content{
    margin-left: 30px;
    padding-left: 2px;
    
}

#gtranslate .widgettitle {display:none;}
#gtranslate .widget {display:none;}

/* aggiunti */
#php_widget-18 {
}

/*--------------------------------------------------------------
2.4 - Sidebarcom
--------------------------------------------------------------*/
div#sidebarcom {
	border: 1px solid #222;
	float: left;
	margin-left: -224px;
	margin-top: 23px;
	margin-bottom: 20px;
	width: 212px;
	background: #780004;
}
div#sidebarcom div#sidebarcom-me {
	margin-bottom: 15px;
}
div#sidebarcom div#sidebarcom-me img.avatar {
	border: 2px solid #222;
	float: left;
	margin: 0 10px 15px 0;
}
div#sidebarcom div#sidebarcom-me h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	font-weight: normal;
}
div#sidebarcom ul#bp-nav {
	clear: left;
	margin: 15px -16px;
}
div#sidebarcom ul#bp-nav li {
	padding: 10px 15px;
}
div#sidebarcom h4.widgettitle {
	background: #080808;
	clear: left;
	font-size: 15px;
	margin: 24px -10px 5px -10px;
	padding: 5px 15px;
	background-image: -webkit-gradient(
       	linear,
        left bottom,
        left top,
        color-stop(1, #111),
        color-stop(0.2, #080808)
    );
    	background-image: -moz-linear-gradient(
        left, right,
        #080808 100%,
        #111 20%
    );

	background-image: -moz-linear-gradient(left, right,
                          from(#080808),
                          to(#111));

	background-image: -webkit-linear-gradient(top, #080808 0%,#111 100%); /* Chrome10+,Safari5.1+ */

	background-image: -o-linear-gradient(top, #080808 0%,#111 100%); /* Opera11.10+ */

	background-image: -ms-linear-gradient(top, #080808 0%,#111 100%); /* IE10+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#111',GradientType=0 ); /* IE6-9 */

	background-image: linear-gradient(top, #080808 0%,#111 100%); /* W3C */
}
div#sidebarcom a {
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
div#sidebarcom img.avatar {
	border: solid 5px #111;
	opacity:1.0;
	filter:alpha(opacity=100);
	margin: 0px 4px 4px 0px;
}
div#sidebarcom img.avatar:hover {
	border: solid 5px #FFF;
	opacity:0.5;
	filter:alpha(opacity=50);
	margin: 0px 4px 4px 0px;
}
div#sidebarcom div.item-options {
	margin-left: 4px;
	margin-bottom: 4px;
}
div#sidebarcom div.item-options a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
div#sidebarcom div.item-options a:hover {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}
div#sidebarcom div.item-options .selcted {
	color: #000;
}
div#sidebarcom .widget {
	margin-bottom: 15px;
	background: #111;
}


/* side-profile */
#side-profile  { list-style: none; float: left; width: 170px; margin: 10px -170px 15px 10px; overflow: hidden; padding: 0; }
#side-profile #side-profile-me img.avatar {
		float: left;
		margin: 0 10px 15px 0;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:5px solid #222;
	}

	#side-profile #side-profile-me h4 {
		font-size: 16px;
		margin: 0 0 8px 0;
		font-weight: normal;
	}


	#side-profile ul#bp-nav {
		clear: left;
		margin: 15px -16px;
	}
		div#sideb ul#bp-nav li {
			padding: 10px 15px;
		}

	#side-profile .widget {
		margin-bottom: 15px;
	}

	#side-profile h4.widgettitle {
		margin: 0px 0px 0px 0px;
		background: #780004;
		color: #FFFFFF;
		padding: 6px 0px 5px 5px;
		font-size: 13px;
		clear: left;
		width: 161px;
	}

	#side-profile h4.widgettitle a {
		color: #000;
		float: right;
		font-size: 12px;
		margin-right: 3px;
		margin-top: 1px;
	}

	#side-profile h4.widgettitle a:hover {
		color: #FFF;
	}

	

	#side-profile .widget_search {
		margin-top: 20px;
	}
		div#sideb .widget_search input[type=text] {
			width: 110px;
			padding: 2px;
		}

	#side-profile ul#recentcomments li, #side-profile .widget_recent_entries ul li {
		margin-bottom: 15px;
	}

	#side-profile ul.item-list img.avatar {
		width: 50px;
		height: 50px;
		margin-right: 10px;
		opacity:1.0;
		filter:alpha(opacity=100);
		border: 2px solid #222;
	}

	#side-profile ul.item-list img.avatar:hover {
		width: 50px;
		height: 50px;
		margin-right: 10px;
		opacity:0.5;
		filter:alpha(opacity=50);
		border: 2px solid #222;
	}
		#side-profile div.item-avatar img {
			width: 50px;
			height: 50px;
			margin: 1px;
			border: 2px solid #222;
		}

		#side-profile .avatar-block { overflow: hidden; margin-left: -1px; }

	#side-profile ul.item-list div.item-title {
		font-size: 12px;
	}

	#side-profile div.item-options {
		margin: -13px -20px 0 -15px;
		background: #DEDEDE;
		padding: 0px 15px;
		font-size: 11px;
	}

	div#side-profile div.item-options a {
		margin: 3px 0px;
		font-size: 1.0em;
	}

	div#side-profile div.item-options a.selected {
		color: #777;
		background-color: #fff;
		padding-bottom: 13px;
		padding-left: 9px;
		padding-right: 9px;
		padding-top: 5px;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
	}

	#side-profile div.item-meta, #side-profile div.item-content {
		margin-left: 38px;
		font-size: 11px;
	}

	#side-profile div.tags #tag-text {
		font-size: 1.4em;
		line-height: 140%;
		padding-top: 10px;
	}

	#side-profile div.item-list-tabs {
	background: #111;
	clear: left;
	margin: 1px -20px 20px -20px;
	overflow: hidden;
	background: -webkit-gradient(
       	linear,
        left bottom,
        left top,
        color-stop(1, #222),
        color-stop(0.2, #111)
    );
    	background: -moz-linear-gradient(
        center bottom,
        #222 100%,
        #111 20%
    );
	}

	#side-profile div.item-list-tabs ul li.selected a span, #side-profile div.item-list-tabs ul li.current a span, #side-profile div.item-list-tabs ul li a:hover span {
	background: #780004;
	color: #fff;
	}

#item-header-avatar {
	width: 170px;
}
#item-header-avatar img.avatar {
	border: 8px solid #222;
}
#whats-new-avatar img.avatar {
	border: 5px solid #222;
}
#whats-new-form {
	background-color: #780004;
	padding: 10px;
}

div#activity-filter-select {
	margin-bottom: 5px;
}

div#sidebar img.avatar {
	border:5px solid #222;
}

div#sidebar img.avatar:hover {
	border:5px solid #222;
}

#content-slideshow { border: solid 8px #080808; }

#sidebarcom .message-meta a { font-size: 9px; }

#sidebar-me { margin-bottom: 10px; }

#sidebarcom  .generic-button a { font-size: 9px; }

#thumb-archivio { margin-top: 10px; margin-bottom: 10px; float: left; width: 225px; }
#thumb-archivio img { width: 200px; height: 150px; margin-left: 10px; opacity:1.0; filter:alpha(opacity=100); }
#thumb-archivio img:hover { width: 200px; height: 150px; margin-left: 10px; opacity:0.5; filter:alpha(opacity=50); }

#limite-archivio { background: #fff; float: none; padding: 10px; min-height: 125px; color: #111; font-weight: bold; }
#limite-archivio .more-link { float: right; margin: 5px; text-decoration: none; color: #DB0007; }
#limite-archivio .more-link a { text-decoration: none;}

#thumb-home { margin-top: 10px; float: left; width: 130px; }
#thumb-home img { width: 110px; height: 85px; margin-left: 10px; opacity:1.0; filter:alpha(opacity=100); }
#thumb-home img:hover { width: 110px; height: 85px; margin-left: 10px; opacity:0.5; filter:alpha(opacity=50); }

#archivio-home { margin: 0px; }
#archivio-home .post-content { margin: 0px; }

#php_widget-21 { width: 650px }
#php_widget-21 .padder { padding: 10px }

#item-member-meta-stats { background: #111; padding-left: 10px; padding-top: 10px; padding-bottom: 10px; text-transform: none; color: #999; font-size: 11px; margin-bottom: 10px; font-weight: bold; border: 1px solid #222; }

#leaguemanager-widget-6 .widgettitle {display: none; }
#leaguemanager-widget-6 .leaguemanager_widget {margin-top: -17px; }
#leaguemanager_ widget .table-leaguemanager th { background: #080808; }

#members-dir-list ul.item-list li {
	width: 227px;
	border: 2px solid #111;
	display: block;
	height: 100px;
	margin-right: 4px;
	margin-top: 4px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
#members-dir-list ul.item-list li:hover {
	width: 227px;
	border: 2px solid #780004;
	display: block;
	height: 100px;
	margin-right: 4px;
	margin-top: 4px;
	padding: 5px;
	background: #111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
#members-dir-list ul.item-list li div.action {
	top: 85px;
	margin-right: 5px;
}
#groups-dir-list ul.item-list li {
	width: 47%;
	border: 6px solid #111;
	display: block;
	margin: 3px;
	height: 145px;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
#groups-dir-list ul.item-list li:hover {
	width: 47%;
	border: 6px solid #780004;
	display: block;
	margin: 3px;
	height: 145px;
	padding: 5px;
	background: #111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
#groups-dir-list ul.item-list li div.action {
	margin-right: 5px;
	margin-top: 90px;
}
#groups-dir-list ul.item-list li div.item a {
	text-decoration: none;
	font-weight: bold;
}
#groups-dir-list ul.item-list li div.item-desc {
	width: 56%;
}
#members-dir-list ul.item-list li div.item-title a {
	font-size: 15px;
}
#members-dir-list ul.item-list li div.item a {
	text-decoration: none;
	font-weight: bold;
}
#members-dir-list ul.item-list li div.generic-button {
	margin-bottom: 20px;
}
div#content ul.item-list div.item-title {
	width: 100%;
}
form#member-directory-form form#profile-edit-form {
	padding: 5px;
}
div#sidebarcom div.item-meta {

	font-size: 11px;
	display: none;
	margin-left: 74px;

}
div#sidebarcom div.item-title a {

	font-size: 13px;
	
}
div#side-profile div.item-avatar {
	border: none;
	}
#czz-groups .widgettitle {
	font-size: 13px;
}

#activity-all a{
	background-image:url('../images/icons/white.png');
	background-position: -724px -884px;
	background-repeat:no-repeat;
	padding-left:24px;
}
#activity-friends a{
	background-image:url('../images/icons/white.png');
	background-position:-722px -578px;
	background-repeat:no-repeat;
	padding-left:24px;
}
#activity-groups a{
	background-image:url('../images/icons/white.png');
	background-position:2px -1530px;
	background-repeat:no-repeat;
	padding-left:24px;
}
#activity-links a{
	background-image:url('../images/icons/white.png');
	background-position:0 -816px;
	background-repeat:no-repeat;
	padding-left:24px;
}
#members-all a{
	background-image:url('../images/icons/white.png');
	background-position:-720px -578px;
	background-repeat:no-repeat;
	padding-left:24px;
}
#members-personal a{
	background-image:url('../images/icons/white.png');
	background-position:-722px -578px;
	background-repeat:no-repeat;
	padding-left:24px;
}
#groups-all a{
	background-image:url('../images/icons/white.png');
	background-position:2px -1530px;
	background-repeat:no-repeat;
	padding-left:24px;
}
#groups-personal a{
	background-image:url('../images/icons/white.png');
	background-position:2px -1530px;
	background-repeat:no-repeat;
	padding-left:24px;
}
#forums-all a{
	background-image:url('../images/icons/white.png');
	background-position:-723px -1122px;
	background-repeat:no-repeat;
	padding-left:24px;
}
#forums-personal a{
	background-image:url('../images/icons/white.png');
	background-position:-723px -1122px;
	background-repeat:no-repeat;
	padding-left:24px;
}
li#activity-mentions a{
	background-image:url('../images/icons/white.png');
	background-position:-724px -1088px;
	background-repeat:no-repeat;
	padding-left:24px;
	display: none;
}
li#activity-favorites a {
	display: none;
}
li#activity-following a,li#following-personal-li a{
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position:1px -1190px;
	padding-left:24px;
}
li#members-groups-li a{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-724px -1228px;
}
li#forums-groups-li a{
	background-image:url('../images/icons/white.png');
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:-725px -1125px;
}
li#nav-location-groups-li a {
	background-image:url('../images/icons/white.png');
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:-723px -546px;
}
li#admin-groups-li a{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -748px;
}
li#invite-groups-li a{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -683px;
}
li#home-groups-li a{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:2px -1837px;
}
li#associated-gallery-home-groups-li a{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -649px;
}
li#just-me-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-724px -1224px;
}
li#activity-mentions-personal-li a {
	background-image:url('../images/icons/white.png');
	background-position:-724px -1088px;
	background-repeat:no-repeat;
	padding-left:24px;
	display: none;
}
li#activity-favs-personal-li a {
	background-image:url('../images/icons/white.png');
	background-position:-724px -69px;
	background-repeat:no-repeat;
	padding-left:24px;
}
li#activity-friends-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -722px -578px;
}
li#activity-groups-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:1px -1530px;
}
li#public-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 1px -237px;
}
li#edit-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px -34px;
}
li#change-avatar-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 2px -68px;
}
li#inbox-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -1px -1768px;
}
li#sentbox-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -1px -1870px;
}
li#compose-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -725px -714px;
}
li#notices-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 1px -1734px;
}
li#friends-my-friends-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -1px -1768px;
}
li#requests-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -1px -1870px;
}
li#groups-my-groups-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -1px -1835px;
}
li#invites-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -1px -1801px;
}
li#topics-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -34px;
}
li#replies-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -850px;
}
li#general-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px 0px;
}
li#notifications-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 1px -1734px;
}
#user-activity{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-724px -920px;
}
#user-xprofile{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-724px -1228px;
}
#user-friends{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-723px -580px;
}
#user-groups{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -1533px;
}
#user-profile{
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position:2px -1498px;
}
#user-links{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-724px -1230px;
}
#user-settings{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-725px -955px;
}
#user-messages{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -922px;
}
#user-forums{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-725px -1125px;
}
#user-achievements{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -105px;
}
ul li ul #bp-admin-achievements {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:1px -101px;
}
ul li ul #bp-admin-achievements_my {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -105px;
}
ul li ul #bp-admin-message-privacy {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px -511px;
}
ul li ul #bp-admin-rss_syndication {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -1223px;
}
ul li ul #bp-admin-verified {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -724px -473px;
}
li#change-bg-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -725px -204px;
}
li#change-bg-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -725px -204px;
}
li#gallery-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -725px -170px;
}
li#group-galleries-personal-li a {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -725px -170px;
}
#user-punti{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-724px -241px;
}
ul li ul #bp-admin-punti {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -1733px;
}
ul li ul #bp-admin-points {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -1733px;
}
ul li ul #bp-admin-earnpoints {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -1733px;
}
ul li ul #bp-admin-table {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -1733px;
}
#user-events{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-726px -684px;
}
#user-album{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-725px -173px;
}
#user-gallery{
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-725px -173px;
}
a.send-message{
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position:-728px -1124px
	;padding-left:19px;
	padding-top:2px;
}
.follow-button a.follow{
	background-image:url('../images/icons/white.png');
	padding-left:19px;
	background-repeat:no-repeat;
	background-position:-4px -1189px;
	padding-top:2px;
}
div#post-mention a.mention{
	background-image:url('../images/icons/white.png');
	padding-left:25px;
	padding-top:2px;
	background-position:-722px -1089px;
	background-repeat:no-repeat;
}
div#message p{
	background-image:url('../images/icons/white.png') #FFFFE4;
	font-weight:bold;
	padding-left:22px!important;
	background-repeat:no-repeat;
	background-position:-724px -332px;
}
ul li#bp-adminbar-account-menu {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position:-4px -1495px;
}
ul li#bp-adminbar-thisblog-menu {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -729px -135px;
}
ul li#bp-adminbar-notifications-menu {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -4px -1733px;
}
ul li#bp-adminbar-adminoptions-menu {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -5px -747px;
}
ul li ul #bp-admin-activity {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-724px -916px;
}
ul li ul #bp-admin-friends {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-723px -577px;
}
ul li ul #bp-admin-xprofile {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -1495px;
}
ul li ul #bp-admin-messages {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0 -917px;
}
ul li ul #bp-admin-groups {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:1px -1529px;
}
ul li ul #bp-admin-settings {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-724px -949px;
}
ul li ul #bp-admin-forums {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-723px -1120px;
}
ul li ul #bp-admin-logout {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -1px -1766px;
	padding-left:24px;
}
ul li ul #bp-admin-album {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px -169px;
}
ul li ul #bp-admin-pictures {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -644px;
}
ul li ul #bp-admin-upload {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px -202px;
}
ul li ul #bp-admin-gallery {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -724px -169px;
}
ul li ul #bp-admin-gallery-my-gallery {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -644px;
}
ul li ul #bp-admin-group-galleries {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px -169px;
}
ul li ul #bp-admin-create {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: 0px -510px;
}
ul li ul #bp-admin-events {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px -680px;
}
ul li ul #bp-admin-profile {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -1495px;
}
ul li ul #bp-admin-attending {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: 1px -1700px;
	padding-left:24px;
}
ul li ul #bp-admin-my-events {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px -680px;
}
ul li ul #bp-admin-my-locations {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: 1px -1733px;
	padding-left:24px;
}
ul li ul #bp-admin-my-bookings {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px -680px;
}
ul li ul #bp-admin-group-events {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position: -723px -680px;
}
ul li ul #bp-admin-just-me {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -1495px;
}
ul li ul #bp-admin-activity-mentions {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position:-722px -1086px;
	background-repeat:no-repeat;
	display: none;
}
ul li ul #bp-admin-activity-favs {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position:-722px -69px;
	background-repeat:no-repeat;
}
ul li ul #bp-admin-activity-friends {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position:-723px -576px;
	background-repeat:no-repeat;
}
ul li ul #bp-admin-activity-groups {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position:1px -1528px;
	background-repeat:no-repeat;
}
ul li ul #bp-admin-public {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position:1px -237px;
	background-repeat:no-repeat;
}
ul li ul #bp-admin-edit {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position:-723px -33px;
	background-repeat:no-repeat;
}
ul li ul #bp-admin-change-avatar {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position:2px -67px;
	background-repeat:no-repeat;
}
ul li ul #bp-admin-inbox {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -1px -1767px;
	padding-left:24px;
}
ul li ul #bp-admin-sentbox {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -1px -1869px;
	padding-left:24px;
}
ul li ul #bp-admin-compose {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-725px -713px;
}
ul li ul #bp-admin-notices {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: 1px -1733px;
	padding-left:24px;
}
ul li ul #bp-admin-friends-my-friends {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -1px -1767px;
	padding-left:24px;
}
ul li ul #bp-admin-requests {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -1px -1869px;
	padding-left:24px;
}
ul li ul #bp-admin-groups-my-groups {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -1px -1834px;
	padding-left:24px;
}
ul li ul #bp-admin-invites {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: -1px -1800px;
	padding-left:24px;
}
ul li ul #bp-admin-topics {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: 0px -32px;
	padding-left:24px;
}
ul li ul #bp-admin-replies {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:0px -849px;
}
ul li ul #bp-admin-general {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-repeat:no-repeat;
	background-position:-723px 0px;
}
ul li ul #bp-admin-notifications {
	background-image:url('../images/icons/white.png');
	background-repeat:no-repeat;
	background-position: 1px -1733px;
	padding-left:24px;
}
ul li ul #bp-admin-privacy {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position:-723px -511px;
	background-repeat:no-repeat;
}
ul li ul #bp-admin-visitors {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position: 1px -780px;
	background-repeat:no-repeat;
}
ul li ul #bp-admin-change-bg {
	background-image:url('../images/icons/white.png');
	padding-left:24px;
	background-position: -723px -202px;
	background-repeat:no-repeat;
}
#side-profile div.item-list-tabs ul li a, div.item-list-tabs ul li span {
	padding-left: 24px;
}
#popupContainer table, #popupContainer td, #popupContainer th {
	border: none;
}
.item-informazioni {
	font-weight: bold;
}
#blog-archives div.post-content {
	border: 5px solid #222;
}
#blog-archives .postmetadata {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 40px;
}
#sidebar ul.item-list li {
	border: transparent;
}
.c-gallery div.bp-media {
	height: 370px;
	width: 319px;
}
.c-gallery div.media-content a img {
	border: none;
	border: 1px solid #222;
	padding: 5px;
}
body.page-template-recent-photos-php .c-gallery div.media-content {
	padding: 0px;
}
.c-gallery .media-content a {
	text-decoration: none;
	font-size: 15px;
}
.c-gallery div.gallery-pagination {
	background: #780004;
	color: #fff;
	padding: 3px 10px 5px;
}
.c-gallery div.gallery-pagination a {
	color: #fff;
}
.c-gallery div.gallery-pagination span.current {
	background: #fff;
	color: #780004;
	padding: 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
body.page-template-recent-videos-php .c-gallery h2 {
	width: 945px;
}
.c-gallery h2 {
	margin-left:10px;
	margin-top:20px;
	text-align: center;
	background: #780004;
	width: 955px;
	padding: 12px;
	font-size: 26px;
	color: #fff;
}
.store {
	padding: 19px;
}
.store div.page {
	margin-left: 30px;
}
#bpfb_addVideos {
	display: none;
}
#bpfb_addPhotos {
	display: none;
}
div.activity-meta a {
	background: #780004;
	border: 1px solid #111;
	color: #fff;
}
div.activity-meta span {
	background: #080808;
	color: #fff;
}
div.activity-meta a:hover {
	background: #780004;
	border: 1px solid #fff;
	color: #fff;
}
div.activity-meta span:hover {
	background: #fff;
	color: #000;
}
#item-header-content a {
	text-decoration: none;
}
#home-tops-1 img {
	border: 10px solid #430002;
}
#home-tops-1 iframe {
	border: 10px solid #430002;
}
#text-11 {
	margin-left: 9px;
}

#item-body table tr.alt td {
	background: transparent;
}
#sidebarcom #sidebar-me a {
	font-size: 11px;
	
	color: #fff;
}
#sidebarcom #sidebar-me a:hover {
	font-size: 11px;
	
	color: #000;
}
#sidebarcom #sidebar-me img.avatar {
	border: 2px solid #222;
	margin: 0px 5px 40px 0px;
}
#sidebarcom #sidebar-me img.avatar:hover {
	border: 2px solid #111;
	margin: 0px 5px 40px 0px;
}
#sidebarcom .widget_bp_core_members_widget ul.item-list li {
	display: block;
	padding: 0px;
	border-bottom: transparent;
}
#sidebarcom .widget_bp_groups_widget ul.item-list li {
	display: block;
	padding: 0px;
	border-bottom: transparent;
}

div#sidebarcom .widget_bp_core_members_widget div.item-meta {
	display: none;
}
div#sidebarcom .widget_bp_core_members_widget div.item-title a {
	display: none;
}
div#sidebarcom .widget_bp_groups_widget div.item-meta {
	display: none;
}
div#sidebarcom .widget_bp_groups_widget div.item-title a {
	display: none;
}
div#sidebarcom .message-subject, div#sidebarcom .message-body {
	color: #FFF;
	
	font-weight: bold;
}
div#sidebarcom div.widget_bp_core_inbox_widget h4.widgettitle {
	margin: 24px 0px 5px;
	text-align: center;
}
div#sidebarcom #message-threads img.avatar { 
	width: 30px;
	height:30px;
}
div#sidebarcom .widget_bp_core_members_widget {
	background: #780004;
}
.widget_gallery_user a {
	font-weight: bold;
}
div#sidebarcom .widget_bp_groups_widget {
	background: #780004;
}
div#side-profile .slushman-bpprofilevideo-widget {
	background: #111;
	width: 167px;
}
div#sidebarcom div.widget_cp_pointswidget h4.widgettitle {
	margin: 24px 0px 5px;
	text-align: center;
}
.widget_cp_pointswidget li {
	margin-left: 10px;
	font-weight: bold;
	padding-bottom: 3px;
}
.widget_cp_pointswidget li span {
	font-weight: normal;
}
.widget #message-threads li {
	border-bottom: 1px solid #333;
}
#side-profile div#message {
	width: 165px;
}
div#sidebar div.widget_bp_core_inbox_widget h4.widgettitle {
	background-color: #111;
	color: #999;
}
div#sidebar div.widget_bp_core_inbox_widget {
	background: #780004;
}
div#sidebar .message-subject {
	color: #999;
	
	font-weight: bold;
}
div#sidebar .message-body {
	color: #FFF;
	
	font-weight: bold;
}
div#sidebar #message-threads img.avatar { 
	width: 30px;
	height:30px;
}
div#sidebar div.widget_cp_pointswidget {
	background: #111;
}
div#sidebar div.widget_cp_pointswidget h4.widgettitle {
	background-color: #111;
	color: #999;
	display: none;
}
div#sidebar .widget_cp_pointswidget li {
	color: #FFF;
	font-size: 20px;
	background: #780004;
	margin-left: 0px;
	padding: 5px;
}
div#sidebar .widget_cp_pointswidget li span {
	color: #777;
	background: #000;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
}
div#sidebar div#php_widget-2 {
	background: transparent;
	border: 1px solid transparent;
	
}
#sidebar form#sidebar-login-form {
	background: #780004;
	padding: 12px;
}
div#sidebar div#php_widget-2 a {
	color: #999;
}
div#sidebar div#php_widget-2 a:hover {
	color: #000;
}
div#sidebar p#login-text a {
	color: #000;
}
div#sidebar p#login-text a:hover {
	color: #777;
}
#sidebar p#login-text {
	color: #999;
	font-weight: bold;
	font-size: 18px;
}
#sidebar form.standard-form {
	color: #fff;
}
#sidebar p {
	margin-bottom: 0px;
}
#sidebarcom p {
	margin-bottom: 0px;
}
#sidebarcom p#login-text {
	color: #FFF;
	font-weight: bold;
}
#sidebarcom p#login-text a {
	color: #000;
}
#sidebarcom form.standard-form {
	color: #fff;
}
#sidebar .standard-form label, #sidebar .standard-form span.label {
	color: #000;
}
#sidebar ul#message-threads {
	background: #111;
}
#sidebar ul .widget #message-threads li.read {
	border-bottom: 1px solid #555;
}
#sidebarcom .widget #message-threads li.read {
	border-bottom: 1px solid #780004;
}
#sidebar span.fbLoginButton {
	margin-top: 5px;
}
#sidebar input#sidebar-wp-submit {
	border: 1px solid transparent;
	color: #999;
	margin-top: -25px;
	margin-right: 5px;
	float: right;
	background: url(../../images/button.png) no-repeat;
	font-weight: bold;
	padding-left: 17px;
	padding-right: 17px;
}
#sidebar input#sidebar-wp-submit:hover {
	border: 1px solid transparent;
	color: #555;
	margin-top: -25px;
}
#sidebarcom input#sidebar-wp-submit {
	border: 1px solid #fff;
	color: #fff;
	margin-top: 0px;
}
#sidebarcom input#sidebar-wp-submit:hover {
	border: 1px solid #999;
	color: #999;
	margin-top: 0px;
}
.recent-visitors {
	background: #111;
	padding-bottom: 43px;
	padding-left: 15px;
	border: 1px solid #222;
}
.recent-visitors h5 {
	margin-bottom: 5px;
	margin-left: -10px;
}
.profile table, .profile td, .profile th {
	border: none;
}
div#item-member-meta-stats span.cubepoints_buddypress, div#item-member-meta-stats span.cupepoints_buddypress_rank {
	display: none;
}
form#members-directory-form div.item-list-tabs {
	margin: 5px 0px;
	
	background: url( ../../images/item-nav.png );
	width: 730px;
}
#ricerca-avanzata {
	margin: 0px;
	
	background: #3A3A3B url( ../../images/search.png );
	
	padding-left: 7px;
	
	width: 723px;
}
form#groups-directory-form div.item-list-tabs {
	margin: 7px 4px;
}
form#forums-directory-form div.item-list-tabs {
	margin: 5px 0px;
}
.activit div.item-list-tabs {
	margin: 5px 0px;
}
#sidebarcom #achievements-member-achievements-2 div.item-avatar {
	width: 58px;
	height: 58px;
	display: block;
	float: left;
}
#sidebarcom #achievements-member-achievements-2 div.item-avatar img.avatar {
	width: 50px;
	height: 50px;
	border: 3px solid #554;
}
#sidebarcom #achievements-member-achievements-2 div.avatar-block {
	padding: 9px;
}
#sidebarcom p.achievements-widget-showall {
	margin-right: 11px;
}
div#sidebarcom div.achievements-member-achievements h4.widgettitle {
	margin: 24px 0px 5px;
	text-align: center;
}
#sidebar #achievements-member-achievements-2 div.item-avatar {
	width: 100px;
	height: 100px;
	display: block;
	float: left;
}
#sidebar #achievements-member-achievements-2 div.item-avatar img.avatar {
	width: 90px;
	height: 90px;
	border: 3px solid #554;
}
#sidebar #achievements-member-achievements-2 div.avatar-block {
	padding: 0;
}
#sidebar p,achievements-widget-showall {
	margin-right: 11px;
}
p.achievements-widget-showall a {
	color: #777;
}
p.achievements-widget-showall a:hover {
	color: #555;
}
div#sidebar div.achievements-member-achievements h4.widgettitle {
	background-color: #111;
	color: #999;
}
.logo {
	height: 137px;
}
div#sidebar h1#login-text a {
	color: #fff;
	background: #6BBA70;
	border: 1px solid #508F54;
	padding: 4px;
}
div#sidebar h1#login-text a:hover {
	color: #777;
}
#sidebar h1#login-text {
	color: #999;
	font-weight: bold;
	font-size: 18px;
	line-height: 2;
}
#sidebarcom h1#login-text {
	color: #FFF;
	font-weight: bold;
}
#sidebarcom h1#login-text a {
	color: #000;
}
#text-13 a img {
	width: 649px;
}
div.activity-meta a {
	text-decoration: none;
}
div.activity-meta a.like {
	margin-right: 5px;
	border-radius: 3px;
	border: radius 3px;
}
div.activity-meta a.share-buttons {
	margin-left: 5px;
}
div.activity-meta a.wangguard-user-report {
	margin-right: 5px;
}
#ricerca-avanzata div.editfield {
	display: block;
	height: 50px;
	width: 170px;
	float: left;
}
#ricerca-avanzata div.editfield input[type="text"] {
	height: 7px;
}
#ricerca-avanzata .standard-form {
	display: block;
	margin-top: -25px;
}
#ricerca-avanzata .standard-form select {
	padding: 0px;
}
#ricerca-avanzata .standard-form div.submit input {
	margin-top: -2px;
}
form#members-directory-form #ricerca-avanzata div.item-list-tabs {
	background: transparent;
}
form#members-directory-form div.item-list-tabs ul li a {
	background: #222;
	color: #999;
}
form#members-directory-form div.item-list-tabs ul li span {
	background: #222;
	color: #999;
}
form#members-directory-form h1 {
	background: url( ../images/titolo.png ) ;
	background-repeat: repeat-x;
	color: #999;
	width: 710px;
	padding: 10px;
	margin: 5px 0px 0px;
}
#ricerca-avanzata h4 {
	margin-top: 0px;
}
#members-dir-list .friendship-button a.friendship-button {
	background: #222;
	border: 1px solid #333;
}
#members-dir-list .friendship-button a.friendship-button:hover {
	background: #780004;
	color: #fff;
	border: 1px solid #fff;
}
form#groups-directory-form div#pag-bottom {
	width: 938px;
	margin-left: 3px;
}
form#forums-directory-form div#pag-bottom {
	width: 946px;
}
#pag-bottom div.pag-count {
	float: right;
	margin-top: 0px;
}
#pag-bottom div.pagination-links {
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
}
.widget_bp_gallery_sitewide_media_widget div.bp-media {
	height: 310px;
	width: 285px;
}
.widget_bp_gallery_sitewide_media_widget div.bp-media img {
	max-height: 270px;
	max-width: 270px;
}
.fb_button_text {
	font-size: 11px;
}
.wangguard-user-report {
	display: none;
}
div#blog-single {
	margin-top: -22px;
}

div#blog-single h2.posttitle {
	font-size: 20px;
	color: #999;
	background: url( ../images/titolo.png )
}
div#sidebar .widget_polls-widget {
	background: #F0F0F0;
}
div#sidebar .widget_polls-widget p {
	color: #000;
}
.wp-polls-ans {
	margin-top: 10px;
}
div#sidebarcom .widget_polls-widget .wp-polls {
	padding: 5px;
}
div#sidebar .widget_polls-widget .wp-polls .Buttons {
	margin: 0px;
}
#bottom-content-1 .widget_recent_comments {
	background: #111;
}
#bottom-content-2 .leaguemanager_widget {
	background: #111;
}
#bottom-content-2 .leaguemanager_widget p {
	font-size: 21px;
}
#bottom-content-2 .leaguemanager_widget p.date {
	color: #999;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#bottom-content-2 .leaguemanager_widget p.match_day {
	font-size: 20px;
}
#bottom-content-2 .widget_bp_gallery_sitewide_media_widget {
	background: #111;
}
div#sidebar .widget_featured_page_widget {
	background: #111;
}
div#sidebar .widget_bp_core_inbox_widget #message-threads li {
	border-bottom: 3px solid #780004;
}
.czz_user_forum_widget div.pag-count {
	margin-right:10px;
	color: #888;
}
.czz_user_forum_widget div.pagination {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
}
.czz_user_forum_widget div#pag-bottom {
	margin-top:0px;
}
.czz_user_forum_widget a {
	color: #999;
}
.czz_user_forum_widget table.forum {
	width: 642px;
	margin-left: 1px;
}
.home-page div#limite-archivio { background: url(../../images/navsub.jpg) repeat; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#080808)); background: -moz-linear-gradient(center bottom , #111 9%, #080808 92%); float: none; padding: 10px; min-height: 125px; color: #999; font-weight: bold; }

.home-page div.post-content h2.posttitle {
	padding: 5px 5px 5px 10px;
	}
.home-page a { color: #999;}
.home-page a:hover,
.home-page a:active {
	color: #fff;
	}
.directory a { color: #999;}
.directory a:hover,
.directory a:active {
	color: #fff;
	}
#forum-header {
	background: #111;
	padding: 10px;
}
#home-tops-2 div#adshome {
	background: #111;
	padding: 10px;
}
div#sidebarcom div.widget_widget_tdlcbirthdays h4.widgettitle {
	margin: 24px 0px 5px;
	text-align: center;
}
div#sidebarcom div.widget_widget_tdlcbirthdays a {
	padding: 5px;
}
body.page-template-recent-videos-php div.c-gallery {
	padding: 6px;
}
body.page-template-recent-videos-php div.c-gallery div.bp-media {
	width: 480px;
}
form#forums-directory-form div#subnav {
	margin-top: -40px;
}
form#forums-directory-form div.dir-search {
	float: right;
	margin-top: -55px;
}
input#forums_search_submit {
	margin: 0px;
	padding: 9px;
}
input#groups_search_submit {
	margin: 0px;
	padding: 9px;
}
body.activity div#subnav {
	padding-top: 0px;
	margin: -31px 0px 12px -3px;
}
body.activity div#item-body div#subnav {
	padding-top: 12px;
	margin: 0px 0px 10px -3px;
}
div.profile div.video-profilo {
		display:none;
}

body.gallery span.cubepoints_buddypress, body.gallery span.cupepoints_buddypress_rank, body.gallery span.cupepoints_buddypress_donate {
	width: 384px;
}
#home-navsub {
	padding: 1px 12px 12px;
	background: url(../../images/navsub.jpg) repeat;
	margin-bottom: -10px;
}
#home-navsub img.avatar {
	margin: 2px;
	border: 4px solid #444;
}
.box-login-text {
	background: #000;
	color: #999;
	padding: 4px;
	font-size: 19px;
}