/* CSS RESET */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0}
html, body {height: 100%}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {list-style: none}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {font-weight: bold}
em {font-style: italic}
/* CSS */

html {background: #2F2C27 url(images/html-bkg.png) repeat-y top center}

body {
	width: 1000px; margin: 0 auto; border-right: 1px solid #404040; border-left: 1px solid #404040;
	background: #000000 url(images/bkg.jpg) no-repeat top center;
	font-family: Arial, sans-serif}
	/*.page-template-mobilemasterstv-php {background: #fff url(images/bkg-subpage.jpg) repeat-x top left}*/
a {
	color: #0197d2;
	text-decoration: underline}
	a:hover {text-decoration: none}
img {border: 0}	
#page {
	width: 960px;
	margin: 0 auto;
}

	
/* HEADER */
#banner a{
	display: block;
	/* width: 570px; */
	height: 80px;
	margin: 50px 0 0 140px;
	/* background: url(images/EA_EMBC_569x70_Logo_A2.gif) no-repeat top left */
}
	
#tagline {
	float: left;
	margin: 0 0 0 25px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 18px}	
	
#login {
	float: right;
	margin: 19px 0 19px 0}
	#login a {
		font-size: 12px;
		padding: 0 15px}
		
#loginbox #logout {padding: 15px 0}
	#loginbox #logout p {
		text-align: center;
		color: #fff;
		font-size: 22px}
		#logout #username {color: #fdfb06}
		#loginbox #logout a {margin-top: 15px; text-align: center; display: block}
		
			#logout #username a {display: inline; color: #FDFB06}
	
#logo {
	margin: 28px 0 0 0;
	display: block;
	float: left}
#social {float: left; margin: 30px 0 0 100px}	
#social li {
	float: left;
	margin-left: 10px}	
#phones {
	display: inline;
	float: left;
	width: 640px;
	height: 75px;
	margin: 15px 0 0 2px;
	background: url(images/phones.png) no-repeat top left}

/* LOGIN BOX */	

#loginbox {
	float: left;
	width: 215px;
	background-color: #2d2d2d;
	border: 1px solid #4d4d4d;
	border-top-right-radius: 5px;
	-moz-border-radius-: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin: 30px 0 0 0}
	#loginbox h2 {
		color: #0197d2;
		margin: 3px 0 10px 0;
		text-align: center;
		font-size: 22px}
	#loginbox label {
		width: 300px;
		height: 22px;
		line-height: 22px;
		display: block;
		float: left;
		width: 65px;
		color: #fdfb06;
		font-size:12px }
	#loginbox input {color: #000; width: 100px; margin-bottom: 5px; 1float: right;}
		
#loginbox #enter {
	border: 0;
	width: 51px;
	height: 25px;
	margin-right: 5px;
	display: block;
	cursor: pointer;
	clear: both;
	float: left;
	background: url(images/login.gif) no-repeat top left}
	#loginbox #enter:hover {background-position: bottom left}
	
#loginbox p {font-size: 12px; display: block}	
	
/* MENU */
#menu {
	clear: both;
	float: left;
	margin: 17px 0 0 0;
	background-color: #000;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	padding-left: 20px;
	position: relative;
	width: 935px;
	z-index: 1000;
	height: 48px}	
	#menu li {
		float: left;
		line-height: 48px;
		font-size: 16px;
		padding: 0 27px 0 0}
		#menu li  a {color: #fff}
		#menu li.current_page_item a,
		.single	#menu .page-item-41 a{font-weight: bold; color: #0197d2; text-decoration: none}
			.single	#menu .page-item-41 li a {font-weight: normal; color: #fff; text-decoration: underline}
				.single	#menu .page-item-41 li a:hover {text-decoration: none}
		#menu li.current_page_item ul li a {font-weight: normal; color: #fff; text-decoration: underline}
			#menu li.current_page_item ul li a:hover {text-decoration: none}
		
	#menu .page-item-41, #menu .page-item-39, #menu .page-item-40, #menu .page-item-61, #menu .page-item-60 {
		background: url(images/arrow-dropdown.gif) no-repeat top right;
		padding-right: 15px;
		position: relative;
		margin-right: 25px;}
		#menu .page-item-41:hover, #menu .page-item-39:hover, #menu .page-item-40:hover, #menu .page-item-61:hover, #menu .page-item-60:hover {background-position: bottom right}
	#menu ul{
		display: none;
		position: absolute;
		background-color: #000;
		left: 0;
		top: 48px;
		z-index: 50000;
		-moz-box-shadow: 0px 5px 5px #333;
        -webkit-box-shadow: 0px 5px 5px #333;
        box-shadow: 0px 5px 5px #333;}
		#menu ul li {
			float: left;
			width: 150px;
			font-size: 14px;
			line-height: 23px;
			height: 25px;
			padding: 0 5px;
			display: inline-block;
			background-color: #000;
			border: 1px solid #505050}
			#menu ul li a {display: block; width: auto}
			#menu .page-item-39 ul li {width: 175px}
	
	#menu .page-item-41:hover ul, #menu .page-item-39:hover ul, #menu .page-item-40:hover ul, #menu .page-item-61:hover ul, #menu .page-item-60:hover ul {display: block}
	
	#menu .page-item-39 ul li {width: 200px}
	#menu .page-item-40 ul li {width: 250px}
	#menu .page-item-61 ul li {width: 200px}
	#menu .page-item-60 ul li {width: 100px}
	
	#menu .last {padding-right: 0}
		
	#search {
		1background:url(images/search.png) no-repeat scroll left top transparent;
		float:left;
		height:25px;
		margin:12px 5px 0 0;
		padding-left:5px;
		width:150px}
		#search input {
			background-color:transparent;
			border:0 none;
			border: 1px solid #4d4d4d;
			background-color: #2d2d2d;
			color:#888888;
			padding-left: 10px;
			float:left;
			height:25px;
			width:140px}
		#submit {
			height: 25px;
			width: 31px;
			cursor: pointer;
			border: 0;
			float: left;
			margin-top: 14px;
			background: transparent url(images/go.png) no-repeat top left}
			#submit:hover {background-position: bottom left}
	
		

/* CONTENT */

#headline {
	display: inline;
	clear: both;
	float: left;
	padding: 0 25px 0 0;
	width: 724px;
	margin-top: 25px;
	border-right: 1px solid #fff;
	height: 100px}
	#headline h2, .blog #headline h2 {font-size: 50px; color: #0197d2; text-align: right; text-shadow: 0 -1px 0 #69d5ff; }
		#headline span, .blog #headline span {display: block; font-size: 18px; color: #0197d2; text-shadow: 0 0 0 #000}

#content {}
	#content, .blog #content {color: #ccc; padding: 0}	
	#content p, #content li {margin-bottom: 15px; color; #ccc}

		/* HOMEPAGE */					
		.home-page h2, .blog he {
			font-size: 50px;
			color: white;
			font-weight: normal;
			margin: 0 0 25px 0}
		.home-page h3, .blog h3 {
			font-size: 22px;
			font-weight: normal;
			margin: 0 0 15px 0}
			
			.column {	
				display: inline;
				float: left}
				.column p {color: #ccc}
				.left_column , .right_column {width: 200px; font-size: 12px}
					.left_column , .right_column p {font-size: 12px}
				.left_column {padding-right: 10px}
					#welcome {margin-top: -95px; position: relative; z-index: 100}
						#welcome h4 { font-size: 26px; color: #ffffff; font-weight:bold; margin: 0 0 15px 0} 
				.right_column {padding-left: 10px; position: relative; z-index: 1000; margin-top: -80px}
				.middle_column {border-left: 1px solid #fff; border-right: 1px solid #fff; width: 518px; padding: 0 10px}
					.middle_column h2 {margin: 0; clear: both;}
					.middle_column h2 a{
						font-style: bold;
						text-align: right;
						width: 100%; 
						float: left;
						clear: left;
						font-size: 20px;
						padding: 0 0 5px 0;
						text-decoration: none;
						color: #fff;
						/* margin: 0; */
						margin: 0;
						border-bottom: 1px solid #4f4f4f;
						display: block;}
					.middle_column .date {
						font-size: 12px;
						margin: 0;
						color: #fdfb06}
					.middle_column .post_link {margin-bottom: 55px; text-align: right; width: 100%; float: right}
					.middle_column .read_more {display: block; float: right; text-align: right; width: 106px; height: 21px; background: url(images/btnReadMore.png) no-repeat top left; margin-bottom: 30px; display: block; width: }
						.middle_column .read_more:hover {background-position: top right}
				
			/* .section {border-bottom: 2px solid #0197d2; padding: 10px 0; margin-bottom: 20px} */
			.section {border-bottom: 2px solid #ffffff; padding: 10px 0; margin-bottom: 20px}
			.section h3, .blog .section h3 {border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; text-shadow: 0 1px 0 #000; background-color: #333333; border: 1px solid #464646; color: #fdfb06; padding: 3px; text-align: center}
			.section h5, .blog .section h5 {border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; text-shadow: 0 1px 0 #000; background-color: #333333; border: 1px solid #464646; color: #fdfb06; padding: 3px; text-align: center; font-size: 22px; margin: 0 0 15px 0;}
				
		#whitepaper .pdf {
			height: 38px;
			line-height: 38px;
			padding-left: 55px;
			display: block;
			background: url(images/icon-pdf.gif) no-repeat top left;}
		#whitepaper .doc {
			height: 38px;
			line-height: 38px;
			padding-left: 55px;
			display: block;
			background: url(images/icon-doc.gif) no-repeat top left;}	                
			
/* TEMPLATE */

.page-template-mobilemasterstv-php h1,
.page-template-subpage-php #category_title,
.category-blog #category_title,
.page #category_title,
.category #category_title{
	font-size: 42px;
	1float: left;
	position: relative; 
	top: 0;
	left: 0;
	z-index: 100;
	text-shadow: 0 -1px 0 #69d5ff;
	color: #0197d2;
	margin: -100px 0 0 0;
	padding: 0}	
	
	.page-template-mobilemasterstv-php #category_title span, .page-template-mobilemasterstv-php #category_title span p,
	.page-template-subpage-php #category_title span, .page-template-subpage-php #category_title span p,
	.category-blog #category_title span, .category-blog #category_title span p,
	.page  #category_title span, .page  #category_title span p,
	.category  #category_title span, .category  #category_title span p{
		display: block; 
		color: #fff; 
		font-size: 16px; 
		margin-top: 5px;
		text-shadow: 0 0 0 #000}
				
.page-template-mobilemasterstv-php h3, .page-template-mobilemasterstv-php p , .page-template-mobilemasterstv-php ul li,
.single h3, .single p , .single ul li,
.category-blog h3, .category-blog p, .category-blog ul li ,
.page h3, .page p, .page ul li,
.category h3, .category p, .category ul li{
	color: #000;
	font-size: 14px}
.page-template-homepage-php	h3, .page-template-homepage-php p, .page-template-homepage-php ul li {color: #fff}
.page-template-mobilemasterstv-php h3, 
.single h3, .category-blog h3, 
.page h3, 
.category h3 {margin-bottom: 15px}
.page-template-mobilemasterstv-php h3 {margin-bottom: 22px; margin-top: 15px}

.page-template-mobilemasterstv-php #content h3, .single #content h3 , .category-blog #content h3, .page #content h3, .category #content h3 {font-size: 20px}

.page-template-mobilemasterstv-php #content,
.single #content,
.category-blog #content,
.page #content,
.category #content {
	float: left; 
	margin: 0 auto;
	margin-top: 100px; 
	padding-top: 25px;
	background-color: #0197d2}
	.single #content {background: #fff url(images/subpage-bkg.png) repeat-x top left}
	.page-template-mobilemasterstv-php #content {background-color: transparent}
	
	.page-template-homepage-php #content {background: none; margin-top: 0; padding-top: 0}
	.single #content #content,
	.category-blog #content #content,
	.page #content #content,
	.category #content #content{
		background: none;
		clear: none; 
		float: none; 
		margin: 0;
		padding: 0}
		
/* PAGE PAGE*/
.page #content {
	width: 920px;}
	.page #category_title{margin-bottom: 35px}
		
		
/* CATEGORY PAGE */		
	.category #category_title {margin-bottom: 35px}
	.category h2  {width: 100%}
	.category h2 a{
		width: 100%;
		border-bottom: 1px solid #999;
		display: block;
		text-decoration: none;
		padding-bottom: 10px;
		margin-bottom: 5px;
		font-size: 18px;
		color: #000}
	.category .date {
		display: block;
		color: #999}
	.category .post_link {display: block; width: 110px; margin-bottom: 25px}

/* POLLS ARCHIVE */
.pane_content .wp-polls-archive p{color: #000}
	
	
/* MOBILE MASTERS TV */	

.page-template-mobilemasterstv-php h1 {margin-bottom: 15px}
.page-template-mobilemasterstv-php #content .column {width: 182px; height: 360px; text-align: right; margin-top: 20px; background: url(images/videobkg2.png) repeat-y 0 0px; padding: 0 30px 0 30px;}
.page-template-mobilemasterstv-php #content .mobile_masters_tv_column_left {float: left}
	.page-template-mobilemasterstv-php #content #mobile_masters_tv_column_left a {display: block; margin-top: 5px}
.page-template-mobilemasterstv-php #content #mobile_masters_tv_column_middle {1background: url(images/videobkg.png) no-repeat 0 58px; width: 409px; float: left; margin: 0 10px;}
.page-template-mobilemasterstv-php #content .mobile_masters_tv_column_right {float: left}
.tubepress_container {background: url(images/videobkg.png) no-repeat 0 43px;}


#content .tubepress_embedded_title {color: #000; font-weight: normal; font-family: Arial, Helvetica, sans-serif; margin: 0 0 25px 0; display: block}
#content .tubepress_meta_runtime {color: #000}
#content .tubepress_thumbnail_area {margin: 0 auto; width: 470px}
	#content .tubepress_thumb {width: 150px;}
	
#content .pagination {font-family: Arial, Helvetica, sans-serif; color: #000}

	
/* BLOG */
.post h1 {
	font-size: 22px;
	width: 100%;
	color: #000;
	border-bottom: 1px solid #999;
	padding-bottom: 10px}
	
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {margin: 25px 0 15px 0; padding: 0; border: 0; color: #000}
.entry h1 {font-size: 22px; font-weight: bold}
.entry h2  {font-size: 20px; font-weight: bold}
.entry h3 {font-size: 16px; font-weight: bold}
.entry ol, .entry ul {margin: 25px 50px}
.entry ol {list-style-type: decimal}
.entry ul {list-style-type: disc}
 .entry blockquote {
	margin: 25px 50px;
	border: 1px solid #d8d8d8;
	padding: 15px;
	background-color: #efefef}	

#content .entry h4, #content .entry h5, #content  .entry h6 {font-weight: 14px; font-weight: bold}

.navigation {width: 100; clear: both; margin-bottom: 25px}
	.navigation a {color: #FDFB06; font-size: 16px}
	.navigation .alignleft {float: left}
	.navigation .alignright {float: right}
	
#page #blogpost {
	margin: 35px 15px 25px 0;
	padding-right: 15px;
	border-right: 1px solid #88898a;
	width: 535px;
	float: left}
	
	.category #page #blogpost {
		width: 100%;
		border-right: 0px}
	

.postid-1625  .more_posts_by{display: none}	
	.postid-1625 .entry h4 {color: #0197D2}
	.postid-1625 .entry .postmetadata {display: none}
	.postid-1625 .entry a.retweet {display: none}
	.postid-1625 .entry_comments {height: 0}
	
#blog_column {
	display: block;
	float: right;
	margin-top: 85px;
	width: 350px}
	#blog_column h4 {
		font-size: 18px;
		margin-bottom: 15px;
		border-top: 1px solid #999;
		padding-top: 30px;
		color: #000}
	#author_photo {margin-bottom: 15px}	
	#blog_column ul {margin:  0 0 25px 0}
	#blog_column li {	
		list-style-type: none;
		margin: 0 0 10px 0}
	#blog_column a {font-size: 14px}
		
#author_scroller {
	clear: both;
	margin: 50px 0;
	float: left;
	width: 100%}
	#author_scroller li {float: left; width: 234px}
	#author_scroller img {float: left}
	#author_scroller div {float: left}	

	.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	float: left;
	width: 700px;
	height:90px}
	
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	position:absolute}

.items div {float:left}

.browse {
	width: 27px;
	display: block;
	float: left;
	margin: 0 25px;
	cursor: pointer;
	background-color: white;
	height: 52px;}
a.disabled {
	visibility:hidden !important;		
} 
	
#author_scroller .prev {background: url(images/arrows.png) no-repeat top left}
	#author_scroller .prev:hover {background-position: bottom left}
#author_scroller_next {float: right; position: relative; z-index: 1000; background: url(images/arrows.png) no-repeat top right}	
	#author_scroller_next:hover {background-position: bottom right}
	
	
.post .date {
	margin: 5px 0 25px 0;
	color: #666}
	
/* COMMENTS */	
#comments, #postcomment {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px}

	#commentform label {
		width: 65px;
		height: 25px;
		line-height: 25px;
		display: block;
		float: left}
		#commentform .required {color: red}
	#commentform input {
		border: 1px solid #666;
		height: 25px;
		padding: 0 5px}
		#commentform input:focus {background-color: #fffee4}
	#commentform textarea {
		display: block;
		clear: both;
		padding: 10px;
		border: 1px solid #666;}
		#commentform textarea:focus {background-color: #fffee4}
		
#submit_comment {
	height: 27px;
	cursor: pointer;
	display: block;
	border: 1px solid #7e7e7e;
	background: url(images/button-grad.png) repeat-x top left}
	
#commentlist li {float: left; width: 100%}
	#commentlist .even {background-color: #f1f5f7; padding: 20px 0}
#comment_author_info {float: left; margin-right: 15px; padding-left: 15px}
	#comment_author_info span {display: block; font-size: 12px; text-align: center; margin-bottom: 5px}
	.comment-author {font-weight: bold}
#comment_text{float: left; width: 415px}

/* SEARCH PAGE */
.search .pagetitle {clear: both; width: 100%; color: #fff; font-size: 26px; margin: 25px;}
.search-terms {font-style: italic}

.search h3 {color: #fff; font-size: 18px; margin: 45px 0 15px 0; padding-bottom: 15px; border-bottom: 1px solid #fff}
	.search h3 a {color: #fff; text-decoration: none}
.search p {color: #ccc}
.search .date { color: #fdfb06; float: left; margin: -5px 0 0 0; font-size: 12px}
.search .post_link {margin-bottom: 25px}
.search .navigation {margin-top: 25px}
	
/* TAG PAGE */
1.tag #content {margin-top: -16px; _margin-top: -10px}

/* archive PAGE */
.archive .pagetitle {clear: both; width: 100%; color: #fff; font-size: 26px; margin: 25px;}
.archive-terms {font-style: italic}

.archive h3 {color: #fff; font-size: 18px; margin: 45px 0 15px 0; padding-bottom: 15px; border-bottom: 1px solid #fff}
	.archive h3 a {color: #fff; text-decoration: none}
.archive p {color: #ccc}
.archive .date { color: #fdfb06; float: left; margin: -5px 0 0 0; font-size: 12px}
.archive .post_link {margin-bottom: 25px}
.archive .navigation {margin-top: 25px}

/* BLOG REQUEST FORM */
.page-template-contact-form-php #content {height: 100%}
.page-template-contact-form-php .forms {margin: 25px 0 0 25px}
.page-template-contact-form-php .forms li {clear: both}
.page-template-contact-form-php label {width: 150px; font-weight: solid; 1display: block; float: left}
.page-template-contact-form-php h1 {margin: 25px 0 15px 0; font-size: 18px}
.page-template-contact-form-php h2 {text-shadow: 0 -1px 0 #014c69; color: #fff; font-size: 22px; margin: 45px 0 15px 0; padding-bottom: 15px; border-bottom: 1px solid #fff}
.page-template-contact-form-php label.sendCopy {width: 270px; float: none; margin-left: 10px}
.page-template-contact-form-php label.screenReader {width: 450px}
.page-template-contact-form-php .error {font-weight: bold; color: #fdfb06}
.page-template-contact-form-php #content_area {background-color: #fff; padding: 5px 25px 25px 25px}
.page-template-contact-form-php #content #category_title {margin-bottom: 35px}
.page-template-contact-form-php #content p {margin-bottom: 5px}
.page-template-contact-form-php #content ul {list-style-type: disc; margin: 15px 35px}
.page-template-contact-form-php #content ul li {margin-bottom: 5px}

/* BLOG REQUEST FORM - THANK YOU*/
.page-template-contact-form-php #content .thankyou {padding-top: 25px}
.page-template-contact-form-php #content .thankyou p {margin-bottom: 15px}

/* TABBED TEMPLATES*/
.page-template-tabbed-php,
.page-template-tabbed-multilayer-php #category_title {margin-bottom: 35px}
.page-template-tabbed-php,
.page-template-tabbed-multilayer-php h2 {
	border-bottom:1px solid #333;
	color: #fff;
	font-size:22px;
	padding-bottom:10px;
	margin-bottom: 15px;
	width:100%}
.resource_section {
	padding: 15px;
	margin-bottom: 25px;
	border: 1px solid #01638a;
	background-color: #000;
	float: left;
	border-top-right-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #8fb9ca;
	-webkit-box-shadow: 1px 1px 5px #8fb9ca;
	box-shadow: 1px 1px 5px #8fb9ca}
	.resource_section p {color: #fff}
	
.tabs1, 
.tabs2, 
.tabs3, 
.tabs4  {
	display:block;
	height:35px;
	float: left;
	line-height:35px}
.tabs1 li,
.tabs2 li,
.tabs3 li,
.tabs4 li {
	float: left;
	margin: 0 10px 0 0}
.tabs1 li a,
.tabs2 li a,
.tabs3 li a,
.tabs4 li a {padding: 10px; color: #fff;}
	.tabs1 li a.current,
	.tabs2 li a.current,
	.tabs3 li a.current,
	.tabs4 li a.current{
		background: #f1f5f7;
		color: #0197d2;
		text-decoration: none;
		font-weight: bold;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;}
	
.panes1,
.panes2,
.panes3,
.panes4 {
	width: 900px; 
	float: left;
	margin: 0}
	.panes1 .pane_content,
	.panes2 .pane_content,
	.panes3 .pane_content,
	.panes4 .pane_content {
		height: 150px;
		float: left;
		width: 845px;
		overflow: auto;
		background-color: #f1f5f7; 
		padding: 25px; 
		border: 1px solid #f1f5f7}
		

	
/* FOOTER */
#footer {clear: both; float: left; background-color: #000; width: 100%; text-align: center; padding: 25px 0; height: 50px; color: #fff}

/* BUDDYPRESS */
#container {clear: both; padding-top: 25px}
div#item-header span.activity, div#item-header h2 span.highlight {
		vertical-align: middle;
		font-size: 11px;
		font-weight: normal;
		line-height: 170%;
		margin-bottom: 7px;
	}

	div#item-header h2 span.highlight { font-size: 16px; }
	div#item-header h2 span.highlight span {
		position: relative;
		top: -2px;
		right: -2px;
		font-weight: bold;
		font-size: 11px;
		background: #a1dcfa;
		color: #fff;
		padding: 1px 4px;
		margin-bottom: 2px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		vertical-align: middle;
		cursor: pointer;
		display: none;
	}

	div#item-header div#item-meta {
		font-size: 14px;
		color: #aaa;
		padding-bottom: 10px;
		overflow: hidden;
		margin: 15px 0 5px 0;
	}

	div#item-header div#item-actions {
		float: right;
		width: 20%;
		margin: 0 0 15px 15px;
		text-align: right;
	}
		div#item-header div#item-actions h3 {
			font-size: 12px;
			margin: 0 0 5px 0;
		}

		div#item-header ul {
			overflow: hidden;
			margin-bottom: 15px;
		}

		div#item-header ul h5, div#item-header ul span, div#item-header ul hr {
			display: none;
		}

		div#item-header ul li {
			float: right;
		}

		div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
			width: 30px;
			height: 30px;
			margin: 2px;
		}

	div#item-header div.generic-button, div#item-header a.button {
		float: left;
		margin: 10px 10px 0 0;
	}

	div#item-header div#message.info {
		line-height: 80%;
	}


/* > Item Lists (Activity, Friend, Group lists)
-------------------------------------------------------------- */

ul.item-list {
	width: 100%;
}
	ul.item-list li {
		position: relative;
		padding: 15px 0;
		border-bottom: 1px solid #eaeaea;
	}
		ul.single-line li { border: none; }
		body.activity-permalink ul.item-list li { padding-top: 0; }

		ul.item-list li img.avatar {
			float: left;
			margin: 0 10px 10px 0;
		}

		ul.item-list li div.item-title, ul.item-list li h4 {
			font-weight: normal;
			font-size: 14px;
			width: 75%;
			margin: 0;
		}
			ul.item-list li div.item-title span {
				font-size: 12px;
				color: #999;
			}

		ul.item-list li div.item-desc {
			margin: 10px 0 0 64px;
			font-size: 11px;
			color: #888;
			width: 50%;
		}

		ul.item-list li div.action {
			position: absolute;
			top: 15px;
			right: 0;
			text-align: right;
		}

		ul.item-list li div.meta {
			margin-top: 10px;
			color: #888;
			font-size: 11px;
		}

		ul.item-list li h5 span.small {
			font-weight: normal;
			font-size: 11px;
		}

/* > Item Tabs
-------------------------------------------------------------- */

div.item-list-tabs {
	clear: left;
	overflow: hidden;
	margin: 25px -19px 20px -19px;
	background: #eaeaea;
}
	div.item-list-tabs ul li a {
		text-decoration: none;
	}

	div.item-list-tabs ul {
		width: 100%;
	}
		div.item-list-tabs ul li {
			float: left;
			margin: 5px 0 0 5px;
		}
			div.item-list-tabs#subnav ul li {
				margin-top: 0;
			}

			div.item-list-tabs ul li:first-child {
				margin-left: 20px;
			}

			div.item-list-tabs ul li.last {
				float: right;
				margin: 7px 20px 0 0;
			}
				div.item-list-tabs#subnav ul li.last {
					margin-top: 4px;
				}

				div.item-list-tabs ul li.last select {
					max-width: 175px;
				}

		div.item-list-tabs ul li a,
		div.item-list-tabs ul li span {
			display: block;
			padding: 5px 10px;
			text-decoration: none;
		}
			div.item-list-tabs ul li span {
				color: #aaa;
			}

			div.item-list-tabs ul li a span {
				display: inline;
				padding: 0;
				color: inherit;
			}

		div.item-list-tabs ul li.selected a,
		div.item-list-tabs ul li.current a {
			background-color: #fff;
			color: #555;
			font-weight: bold;
			-moz-border-radius-topleft: 3px;
			-webkit-border-top-left-radius: 3px;
			-moz-border-radius-topright: 3px;
			-webkit-border-top-right-radius: 3px;
		}
			ul li.loading a {
				background-image: url( ../images/ajax-loader.gif );
				background-position: 92% 50%;
				background-repeat: no-repeat;
				padding-right: 30px !important;
			}
				div#item-nav ul li.loading a {
					background-position: 88% 50%;
				}

	div.item-list-tabs#object-nav {
		margin-top: 0;
	}

	div.item-list-tabs#subnav {
		background: #fff;
		margin: -15px -19px 15px -19px;
		border-bottom: 1px solid #eaeaea;
		min-height: 35px;
		overflow: hidden;
	}

	div.item-list-tabs ul li.feed a {
		background: url( ../images/rss.png ) center left no-repeat;
		padding-left: 20px;
	}

/* > Item Body
-------------------------------------------------------------- */

.item-body {
	margin: 20px 0;
}

span.activity, div#message p {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	padding: 0;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* > Directories (Members, Groups, Blogs, Forums)
-------------------------------------------------------------- */

div.dir-search {
	float: right;
	margin: -37px 0 0 0;
}
	div.dir-search input[type=text] {
		padding: 4px;
		font-size: 12px;
	}

/* > Pagination
-------------------------------------------------------------- */

div.pagination {
	margin: -15px -20px 9px -20px;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 20px 10px 20px;
	color: #888;
	font-size: 11px;
	height: 16px;
}
	div.pagination#user-pag, .friends div.pagination,
	.mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
		background: #f8f8f8;
		border: none;
		padding: 8px 15px;
	}

	div.pagination .pag-count {
		float: left;
	}

	div.pagination .pagination-links {
		float: right;
	}
		div.pagination .pagination-links span,
		div.pagination .pagination-links a {
			font-size: 12px;
			padding: 0 5px;
		}
			div.pagination .pagination-links a:hover {
				font-weight: bold;
			}

/* > Error / Success Messages
-------------------------------------------------------------- */

div#message {
	margin: 15px 0;
}
	div#message.updated { clear: both; }

div#message p {
	padding: 10px 15px;
	font-size: 12px;
	display:block;
}
	div#message.error p {
		background: #e41717;
		color: #fff;
		border-color: #a71a1a;
		clear: left;
	}

	div#message.updated p {
		background: #dffcd9;
		color: #1a9b00;
		border-color: #c4e9bd;
	}

form.standard-form#signup_form div div.error {
	color: #fff;
	background: #e41717;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	width: 90%;
	margin: 0 0 10px 0;
}

/* > Buttons
-------------------------------------------------------------- */

a.button, input[type=submit], input[type=button], input[type=reset],
ul.button-nav li a, div.generic-button a {
	background: url( ../images/white-grad.png ) top left repeat-x;
	border: 1px solid #ddd;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #888;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	cursor: pointer;
}
	a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover,
	ul.button-nav li a:hover, ul.button-nav li.current a,
	div.generic-button a:hover {
		border-color: #aaa;
		color: #555;
		outline: none;
	}

	/* Buttons that are disabled */
	div.pending a, a.disabled {
		border-color: #eee;
		color: #bbb;
		cursor: default;
	}
	div.pending a:hover, a.disabled:hover { border-color: #eee; color: #bbb; }

	div.accept, div.reject {
		float: left;
		margin-left: 10px;
	}

ul.button-nav li {
	float: left;
	margin: 0 10px 10px 0;
}
	ul.button-nav li.current a {
		font-weight: bold;
	}

/* > AJAX Loaders
-------------------------------------------------------------- */

.ajax-loader {
	background: url( ../images/ajax-loader.gif ) center left no-repeat !important;
	padding: 8px;
	display: none;
}

a.loading {
	background-image: url( ../images/ajax-loader.gif ) !important;
	background-position: 95% 50% !important;
	background-repeat: no-repeat !important;
	padding-right: 25px !important;
}

/* > Input Forms
-------------------------------------------------------------- */

form.standard-form {

}
	form.standard-form textarea, form.standard-form input[type=text],
	form.standard-form select, form.standard-form input[type=password],
	.dir-search input[type=text] {
		border: 1px inset #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 6px;
		font: inherit;
		font-size: 14px;
		color: #888;
	}
		form.standard-form select {
			padding: 3px;
		}

		form.standard-form input[type=password] {
			margin-bottom: 5px;
		}

	form.standard-form label, form.standard-form span.label {
		display: block;
		font-weight: bold;
		margin: 15px 0 5px 0;
	}
		form.standard-form div.checkbox label,
		form.standard-form div.radio label {
			font-weight: normal;
			margin: 5px 0 0 0;
			font-size: 14px;
			color: #888;
		}

		form.standard-form#sidebar-login-form label {
			margin-top: 5px;
		}

	form.standard-form input[type=text] {
		width: 75%;
	}
		form.standard-form#sidebar-login-form input[type=text],
		form.standard-form#sidebar-login-form input[type=password] {
			padding: 4px;
			width: 95%;
		}

		form.standard-form #basic-details-section input[type=password],
		form.standard-form #blog-details-section input#signup_blog_url {
			width: 35%;
		}

		form.standard-form#signup_form input[type=text],
		form.standard-form#signup_form textarea {
			width: 90%;
		}
			form.standard-form#signup_form div.submit { float: right; }
			div#signup-avatar img { margin: 0 15px 10px 0; }

	form.standard-form textarea {
		width: 75%;
		height: 120px;
	}
		form.standard-form textarea#message_content {
			height: 200px;
		}

		form.standard-form#send-reply textarea {
			width: 97.5%;
		}

	form.standard-form p.description {
		font-size: 11px;
		color: #888;
		margin: 5px 0;
	}

	form.standard-form div.submit {
		padding: 15px 0;
		clear: both;
	}
		form.standard-form div.submit input {
			margin-right: 15px;
		}

	form.standard-form div.radio ul {
		margin: 10px 0 15px 38px;
		list-style: disc;
	}
		form.standard-form div.radio ul li {
			margin-bottom: 5px;
		}

	form.standard-form a.clear-value {
		display: block;
		margin-top: 5px;
		outline: none;
	}

form.standard-form #basic-details-section, form.standard-form #blog-details-section,
form.standard-form #profile-details-section {
	float: left;
	width: 48%;
}
	form.standard-form #profile-details-section { float: right; }
	form.standard-form #blog-details-section {
		clear: left;
	}

form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
	background: #fafafa;
	color: #555;
}

form#send-invite-form {
	margin-top: 20px;
}
	div#invite-list {
		height: 400px;
		overflow: scroll;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 5px;
		background: #f5f5f5;
		width: 160px;
		border: 1px solid #e4e4e4;
		margin: 10px 0;
	}


/* > Data Tables
-------------------------------------------------------------- */

table {
	width: 100%;
}
	table thead tr {
		background: #eaeaea;
	}

	table#message-threads {
		margin: 0 -20px;
		width: auto;
	}

	table.profile-fields { margin-bottom: 20px; }

	div#sidebar table {
		margin: 0 -16px;
		width: 117%;
	}

	table tr td, table tr th {
		padding: 8px;
		vertical-align: middle;
	}
		table tr td.label {
			border-right: 1px solid #eaeaea;
			font-weight: bold;
			width: 25%;
		}

		table tr td.thread-info p { margin: 0; }

			table tr td.thread-info p.thread-excerpt {
				color: #888;
				font-size: 11px;
				margin-top: 3px;
			}

		div#sidebar table td, table.forum td { text-align: center; }

	table tr.alt {
		background: #f4f4f4;
	}

table.notification-settings {
	margin-bottom: 20px;
	text-align: left;
}
	table.notification-settings th.icon, table.notification-settings td:first-child { display: none; }
	table.notification-settings th.title { width: 80%; }
	table.notification-settings .yes, table.notification-settings .no { width: 40px; text-align: center; }

table.forum {
	margin: -9px -20px 20px -20px;
	width: auto;
}
	table.forum tr.sticky td {
		background: #FFF9DB;
		border-top: 1px solid #FFE8C4;
		border-bottom: 1px solid #FFE8C4;
	}

	table.forum tr.closed td.td-title {
		padding-left: 35px;
		background-image: url( ../images/closed.png );
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}

	table.forum td p.topic-text {
		color: #888;
		font-size: 11px;
	}

	table.forum tr > td:first-child, table.forum tr > th:first-child {
		padding-left: 15px;
	}

	table.forum tr > td:last-child, table.forum tr > th:last-child {
		padding-right: 15px;
	}

	table.forum tr th#th-title, table.forum tr th#th-poster,
	table.forum tr th#th-group, table.forum td.td-poster,
	table.forum td.td-group, table.forum td.td-title { text-align: left; }

	table.forum td.td-freshness {
		font-size: 11px;
		color: #888;
	}

	table.forum td img.avatar {
		margin-right: 5px;
	}

	table.forum td.td-poster, table.forum td.td-group  {
		min-width: 130px;
	}

	table.forum th#th-title {
		width: 40%;
	}

	table.forum th#th-postcount {
		width: 1%;
	}

/* > Activity Stream Posting
-------------------------------------------------------------- */

form#whats-new-form {
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
	padding-bottom: 20px;
}
	#item-body form#whats-new-form {
		margin-top: 20px;
		border: none;
	}

	.home-page form#whats-new-form {
		border-bottom: none;
		padding-bottom: 0;
	}

	form#whats-new-form h5 {
		margin: 0;
		font-weight: normal;
		font-size: 12px;
		color: #888;
		margin-left: 76px;
		padding: 0 0 3px 0;
	}

	form#whats-new-form #whats-new-avatar {
		float: left;
	}

	form#whats-new-form #whats-new-content {
		margin-left: 54px;
		padding-left: 22px;
	}

	form#whats-new-form #whats-new-textarea {
		padding: 8px;
		border: 1px inset #ccc;
		background: #fff;
		margin-bottom: 10px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	form#whats-new-form textarea {
		width: 100%;
		height: 60px;
		font-size: 14px;
		font-family: inherit;
		color: #555;
		border: none;
		margin: 0;
		padding: 0;
	}

	form#whats-new-form #whats-new-options select {
		max-width: 200px;
	}

	form#whats-new-form #whats-new-submit {
		float: right;
		margin: 0;
	}

/* > Activity Stream Listing
-------------------------------------------------------------- */

ul.activity-list li {
	padding: 20px 0 0 0;
	overflow: hidden;
}
	ul.activity-list > li:first-child {
		padding-top: 5px;
	}

	ul.activity-list li.has-comments {
		padding-bottom: 20px;
	}

.activity-list li.mini {
	position: relative;
	font-size: 11px;
	min-height: 35px;
	padding: 12px 0 0 0;
}
	.activity-list li.mini div.activity-meta {
		margin: 0;
	}

	.activity-list li.mini div.activity-meta a {
		padding: 3px 8px;
	}

	.activity-list li.mini .activity-avatar img.avatar,
	.activity-list li.mini .activity-avatar img.FB_profile_pic {
		width: 20px;
		height: 20px;
		margin-left: 36px;
	}
		.activity-list li.activity_comment .activity-avatar img.avatar,
		.activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
			width: 40px;
			height: 40px;
			margin-left: 20px;
		}

		body.activity-permalink .activity-list li .activity-avatar img.avatar,
		body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
			width: 100px;
			height: 100px;
			margin-left: 0;
		}

	.activity-list li.mini .activity-content {
		margin-right: 175px;
	}

	.activity-list li.mini .activity-content p {
		margin: 0;
		float: left;
	}

	.activity-list li.mini .activity-meta {
		position: absolute;
		right: 0;
	}
		body.activity-permalink .activity-list li.mini .activity-meta {
			position: absolute;
			right: 15px;
		}

	.activity-list li.mini .activity-comments {
		clear: left;
		font-size: 12px;
		margin-top: 30px;
	}

.activity-list li .activity-inreplyto {
	font-size: 11px;
	color: #888;
	margin-left: 70px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url( ../images/replyto_arrow.gif ) 7px 0 no-repeat;
}
	.activity-list li .activity-inreplyto > p {
		margin: 0;
		display: inline;
	}

	.activity-list li .activity-inreplyto blockquote,
	.activity-list li .activity-inreplyto div.activity-inner {
		background: none;
		border: none;
		display: inline;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

.activity-list .activity-avatar img {
	width: 60px;
	height: 60px;
}
		body.activity-permalink .activity-list .activity-avatar img {
			width: 100px;
			height: 100px;
		}

.activity-list .activity-content {
	margin-left: 70px;
}
	body.activity-permalink .activity-list li .activity-content {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
		padding: 15px;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		margin-left: 135px;
		font-size: 16px;
		line-height: 150%;
		min-height: 35px;
		margin-right: 0;
	}
		body.activity-permalink .activity-list li .activity-header > p {
			background: url( ../images/activity_arrow.gif ) top left no-repeat;
			margin-left: -35px;
			padding: 5px 0 0 38px;
			height: 35px;
			margin-bottom: 0;
		}

	.activity-list .activity-content .activity-header,
	.activity-list .activity-content .comment-header {
		font-size: 11px;
		color: #888;
		line-height: 220%;
	}

	.activity-list .activity-header a:first-child, span.highlight {
		background: #EBF7FF;
		border-bottom: 1px solid #a1dcfa;
		border-right: 1px solid #a1dcfa;
		color: #059AE7;
		padding: 3px 8px;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		margin-right: 3px;
	}
		.activity-list .activity-header a:first-child:hover {
			background: #059AE7 !important;
			color: #fff !important;
		}
		.activity-list .activity-content a:first-child:focus { outline: none; }

		.activity-list .activity-content span.time-since {
			color: #bbb;
		}

	.activity-list .activity-content span.activity-header-meta a {
		background: none;
		padding: 0;
		font-size: 11px;
		margin: 0;
		border: none;
		color: #aaa;
		text-decoration: underline;
	}
		.activity-list .activity-content span.activity-header-meta a:hover {
			color: inherit;
			text-decoration: none;
		}

	.activity-list .activity-content .activity-inner,
	.activity-list .activity-content blockquote {
		margin: 15px 0 15px 5px;
		overflow: hidden;
	}
		body.activity-permalink .activity-content .activity-inner,
		body.activity-permalink .activity-content blockquote {
			margin-top: 5px;
		}

		/* Backwards compatibility. */
		.activity-inner > .activity-inner { margin: 0 !important; }
		.activity-inner > blockquote { margin: 0 !important; }

	.activity-list .activity-content img.thumbnail {
		float: left;
		margin: 0 10px 5px 0;
		border: 2px solid #eee;
	}

.activity-list li.load-more {
	margin: 15px  0 !important;
	padding: 10px 15px !important;
	background: #f0f0f0 !important;
	text-align: center;
	font-size: 1.2em;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
	.activity-list li.load-more a {
		color: #555;
	}

/* > Activity Stream Comments
-------------------------------------------------------------- */

div.activity-meta {
	margin: 0 0 20px 3px;
	clear: left;
}

.activity-list div.activity-meta a {
	font-size: 11px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #999;
	padding: 4px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 3px;
}
	.activity-list div.activity-meta a.acomment-reply {
		background: #FFF9DB;
		border-bottom: 1px solid #FFE8C4;
		border-right: 1px solid #FFE8C4;
		color: #ffa200;
	}

	div.activity-meta a:focus { outline: none; }
	div.activity-meta a:hover {
		background: #aaa;
		color: #fff;
		border-color: #aaa;
	}
		div.activity-meta a.acomment-reply:hover {
			background: #f7740a;
			color: #fff;
			border-color: #f7740a;
		}

div.activity-comments {
	position: relative;
	margin: 0 0 0 75px;
	width: auto;
	overflow: hidden; /* IE fix */
}

	body.activity-permalink div.activity-comments {
		width: auto;
		margin-left: 135px;
		background: none;
	}

div.activity-comments > ul {
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.activity-comments ul, div.activity-comments ul li {
	border: none;
	list-style: none;
}

	div.activity-comments ul {
		clear: left;
	}

	div.activity-comments ul li {
		border-top: 2px solid #fff;
		padding: 10px 15px 10px 0;
		margin-left: 15px;
	}
		body.activity-permalink div.activity-comments ul li {
			border-width: 1px;
			padding: 15px 0 15px 0;
		}

		div.activity-comments ul li p:last-child {
			margin-bottom: 0;
		}

		div.activity-comments > ul > li:first-child {
			border-top: none;
		}

		div.activity-comments ul li:last-child {
			margin-bottom: 0;
		}

	div.activity-comments ul li > ul {
		margin-top: 5px;
		margin-left: 25px;
	}
		body.activity-permalink div.activity-comments ul li > ul {
			margin-top: 15px;
		}

	div.activity-comments div.acomment-avatar img {
		border-width: 2px !important;
		float: left;
		margin-right: 10px;
	}

	div.activity-comments div.acomment-content {
		font-size: 11px;
		margin-left: 39px;
		margin-top: 5px;
	}
		div.acomment-content .time-since { display: none; }
		div.acomment-content .activity-delete-link { display: none; }
		div.acomment-content .comment-header { display: none; }

		body.activity-permalink div.activity-comments div.acomment-content {
			font-size: 14px;
		}

	div.activity-comments div.acomment-meta {
		font-size: 11px;
		color: #888;
	}

	div.activity-comments form.ac-form {
		display: none;
		margin: 10px 0 10px 33px;
		background: #eee;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 8px;
	}
		div.activity-comments li form.ac-form {
			margin-right: 15px;
		}

		div.activity-comments form.root {
			margin-left: 0;
		}

		div.activity-comments div#message {
			margin-top: 15px;
			margin-bottom: 0;
		}

		div.activity-comments form.loading {
			background-image: url( ../images/ajax-loader.gif );
			background-position: 2% 95%;
			background-repeat: no-repeat;
		}

		div.activity-comments form .ac-textarea {
			padding: 8px;
			border: 1px inset #ccc;
			background: #fff;
			margin-bottom: 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
			div.activity-comments form textarea {
				width: 100%;
				font-family: inherit;
				font-size: 11px;
				color: #555;
				height: 60px;
				border: none;
				padding: 0;
			}
				div.activity-comments form input {
					margin-top: 5px;
				}

		div.activity-comments form div.ac-reply-avatar {
			float: left;
		}
			div.ac-reply-avatar img {
				border: 2px solid #fff !important;
			}

		div.activity-comments form div.ac-reply-content {
			margin-left: 25px;
			padding-left: 15px;
			color: #888;
			font-size: 11px;
		}

/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
	background: #FFF9DB;
	border-top: 1px solid #FFE8C4;
	border-bottom: 1px solid #FFE8C4;
	font-weight: bold;
}
	table#message-threads tr.unread td span.activity {
		background: #fff;
	}

	li span.unread-count, tr.unread span.unread-count {
		background: #dd0000;
		padding: 2px 8px;
		color: #fff;
		font-weight: bold;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.item-list-tabs ul li a span.unread-count {
			padding: 1px 6px;
			color: #fff;
		}

	div.messages-options-nav {
		font-size: 11px;
		background: #eee;
		text-align: right;
		margin: 0 -20px;
		padding: 5px 15px;
	}

div#message-thread div.message-box {
	margin: 0 -20px;
	padding: 15px;
}
	div#message-thread div.alt {
		background: #f4f4f4;
	}

	div#message-thread p#message-recipients {
		margin: 10px 0 20px 0;
	}

	div#message-thread img.avatar {
		float: left;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}

	div#message-thread strong {
		margin: 0;
		font-size: 16px;
	}
		div#message-thread strong a {
			text-decoration: none;
		}

		div#message-thread strong span.activity {
			margin: 4px 0 0 10px;
		}

	div#message-thread div.message-metadata {
		overflow: hidden;
	}

	div#message-thread div.message-content {
		margin-left: 45px;
	}

	div#message-thread div.message-options {
		text-align: right;
	}

/* > Group Forum Topics
-------------------------------------------------------------- */

ul#topic-post-list {
	margin: 15px -20px;
	width: auto;
}
	ul#topic-post-list li {
		padding: 15px;
		position: relative;
	}

	ul#topic-post-list li.alt {
		background: #f4f4f4;
	}

	ul#topic-post-list li div.poster-meta {
		margin-bottom: 10px;
		color: #888;
		font-size: 12px;
	}

	ul#topic-post-list li div.post-content {
		margin-left: 54px;
	}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #888;
	font-size: 11px;
	z-index: 2000; 
}
	div#topic-meta div.admin-links {
		bottom:0;
		right:40px;
		top:82px;
	}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}
	div#topic-meta h3 {
		font-size: 20px;
	}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}

/* > WordPress Blog Styles
-------------------------------------------------------------- */

div.post {
	margin: 0 0 40px 0;
	overflow: hidden;
}
	div.post h2.pagetitle, div.post h2.posttitle {
		margin: 0;
		line-height: 120%;
	}
		div.post h2.pagetitle a, div.post h2.posttitle a {
			color: #666;
			text-decoration: none;
		}

	.navigation, .paged-navigation, .comment-navigation {
		overflow: hidden;
		font-family: georgia, times, serif;
		font-style: italic;
		font-size: 14px;
		padding: 5px 0;
		margin: 5px 0 25px 0;
	}
		.alignright {
			float: right;
			margin-left: 15px;
		}

		.alignleft {
			float: left;
			margin-right: 15px;
		}

	div.post p { margin: 0 0 20px 0; line-height: 16px}
	div.post ul, div.post ol, div.post dl { margin: 0 0 18px 1.5em; }
	div.post ul { list-style: square; }
	div.post ol { list-style: decimal; }
	div.post ol ol { list-style: upper-alpha; }
	div.post dl { margin-left: 0; }
	div.post dt { font-size: 14px; font-weight: bold; }
	div.post dd { margin: 0 0 15px 0;}

	div.post pre, div.post code p {
		padding: 15px;
		background: #f4f4f4;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post code { font-family: "Monaco", courier, sans-serif; }
	div.post blockquote {
		quotes: none;
		font-style:italic;
		padding:0 3em;
		font-family: georgia, times, serif;
		font-size: 16px;
		line-height: 150%;
	}

	div.post table {
		border-collapse:collapse;
		border-spacing:0;
		border: 1px solid #eee;
	}
		div.post table th { border-top: 1px solid #eee; text-align: left; }
		div.post table td { border-top: 1px solid #eee; }

	div.post div.author-box, div.comment-avatar-box {
		background: #f0f0f0;
		padding: 10px;
		float: left;
		margin: 0 15px 15px 0;
		font-family: georgia, times, serif;
		font-style: italic;
		text-align: center;
		width: 70px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
		div.author-box p, div.comment-avatar-box p { margin: 5px 0 0; }
		div.author-box a, div.comment-avatar-box a { text-decoration: none; }

		div.post div.author-box img, div.comment-avatar-box img {
			float: none;
			border: 4px solid #fff;
			margin: 0;
		}

	div.post div.post-content, div.comment-content {
		margin-left: 105px;
	}

	div.post p.date, div.post p.postmetadata, div.comment-meta, div.comment-options {
		color: #888;
		font-size: 12px;
		font-family: Georgia, times, serif;
		padding: 3px 0;
		margin: 10px 0;
		border-bottom: 1px solid #e4e4e4;
		border-top: 1px solid #e4e4e4;
	}

	div.post p.postmetadata {
		margin-top: 15px;
		clear: left;
		overflow: hidden;
	}

	div.post .tags { float: left; }
	div.post .comments { float: right; }

	div.post img { margin-bottom: 15px; }
	div.post img.wp-smiley { padding: 0 !important; margin: 0 !important; border: none !important; float: none !important; clear: none !important; }

	div.post img.centered, img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
	}

	div.post img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
	}

	div.post .aligncenter, div.post div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	div.post .wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	div.post .wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	div.post dd.wp-caption p.wp-caption-text, div.post .wp-caption p.wp-caption-text {
		font-size: 0.9em;
		line-height: 17px;
		padding: 0 4px 5px 0;
		margin: 0;
	}

/* > WordPress Blog Comment Styles
-------------------------------------------------------------- */

#trackbacks {
	margin-top: 30px;
}

#comments h3, #trackbacks h3, #respond h3 {
	font-size: 20px;
	margin: 5px 0 25px 0;
	font-weight: normal;
	color: #555;
}

#comments span.title, #trackbacks span.title {
	color: #aaa;
}

ol.commentlist li {
	margin: 0 0 30px 0;
}

	div.comment-meta {
		border-top: none;
		padding-top: 0;
	}

	div.comment-meta h5 {
		font-weight: normal;
	}

	div.comment-meta em {
		float: right;
	}

	div.comment-options {
		border-bottom: none;
	}
	
/*-------------------------------------------------------------- */
/* MM STYLING */
/*-------------------------------------------------------------- */

div.item-list-tabs ul li a {text-decoration: underline}
#content #item-nav li {margin-bottom: 0}
#content #object-nav {margin-bottom: 0}	
#content div.item-list-tabs {
	border-bottom: 0;
	padding-bottom: 0;	
	border-bottom: 1px solid #505050;
	background-color: transparent;
	width:955px;}	
	#content div.item-list-tabs li {
		background-color: transparent}
	#content div.item-list-tabs .current {
		border: 1px solid #505050;
		border-bottom: 1px solid #000;}
		#content div.item-list-tabs .current a {
			color: #fff;
			text-decoration: none;
			background-color: #000; }
			#content div.item-list-tabs a:hover {text-decoration: none}
			
#content #item-body {margin-top: 0}
#content div#subnav.item-list-tabs {
	margin: 0;
	padding: 0;
	background-color: #000;
	margin-top: -1px;	
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050}
	#content div#subnav.item-list-tabs  li {margin-bottom: 0}
	#content div#subnav.item-list-tabs a {
		color: #fff;
		padding:5px 10px;}
	#content div#subnav.item-list-tabs .current {border: 0}
	
	
#content .pagination  {
	background-color: transparent !important;
	color: #888888;
	margin: 0 -15px 0 0}	
#content .messages-options-nav {
	background-color: transparent !important;}
	
	
div#message.updated {
	float:left;
	margin:15px 0 0;
	padding:0;
	width:100%;}	
	
table.forum {margin: 15px 0 0 0}	
table tr.alt {background-color: #191919}
table.forum td img.avatar {float: left}

form.standard-form textarea, form.standard-form input[type="text"], form.standard-form select, form.standard-form input[type="password"], .dir-search input[type="text"] ,
form.standard-form textarea:focus {
border: 1px solid #4d4d4d;
background-color: #2d2d2d}

ul#topic-post-list {margin: -21px 0 0 0}

#th-freshness {text-align: center}

table thead tr {background-color: #191919}

div#message-thread div.alt {background-color: #191919}

h3#message-subject {font-size: 24px; font-weight: bold; margin: 20px 0 10px; padding: 10px 0; border-bottom: 1px solid #505050; border-top: 1px solid #505050 }

p#message-recipients {text-align: right}
span.highlight {background-color: transparent; border: 0px; font-size: 12px}

ul.item-list li {border-bottom: 1px solid #505050}

div#menu {display: none}
form#whats-new-form #whats-new-textarea {padding: 0; background-color: #2d2d2d}
	form#whats-new-form textarea {border: 1px solid #4d4d4d; background-color: #2d2d2d; color: fff}
	
.activity-list .activity-header a:first-child {text-decoration: underline;-moz-border-radius: 0; background-color: transparent; border: 0px; padding: 0}	
	.activity-list .activity-header a:first-child:hover {background-color: transparent !important; text-decoration: none; color: #0197d2 !important}
	
div.item-list-tabs ul li.selected a {background-color: transparent; font-weight: bold; color: #fff; text-decoration: none}	
	body.groups div.item-list-tabs ul li.selected {border: 1px solid #505050}

div.pagination {border-bottom: 0}	

.activity-list div.activity-meta a.acomment-reply, .activity-list div.activity-meta a {border: 0; background-color: transparent; color: #FDFB06; text-decoration: underline}
	.activity-list div.activity-meta a.acomment-reply:hover, .activity-list div.activity-meta a:hover {background-color: transparent !important; text-decoration: none}
	
div.activity-comments form.ac-form {border: 0; background: transparent}
	div.activity-comments form textarea {padding: 10px !important; border: 1px solid #4d4d4d; background-color: #2d2d2d; color: #888888; width: 850px !important; border: 1px solid #4d4d4d !important}
	div.activity-comments form .ac-textarea {padding: 0 !important; border: 0 !important; background-color: transparent !important; border: 0 !important}
	
div.ac-reply-avatar img {border: 0 !important}	

div.activity-comments > ul {background-color: transparent; border-top: 1px solid #4d4d4d; border-bottom: 1px solid #4d4d4d; padding-top: 15px}
div.activity-comments ul li  {border-top: 1px solid #4d4d4d; padding-top: 15px !important}

ul#members-list, ul#admins-list {clear: both; float: left}
	ul#members-list li, ul#admins-list li {float: left; width: 100%}
	
form.standard-form, .bp-widget {margin-top: 15px}	

.slug-wrapper #sample-permalink {display:block;float:left;line-height:30px;}
	#editable-group-name {float: left; width: 200px}
	#group-settings-form .form-submit input {clear: both; float: left}
	
#content form.dir-form div.dir-search {margin: -20px 0 0 0 !important; width: 235px !important}	

table.forum tr.sticky td {border: 0; background-color: transparent !important}

div#topic-meta h3 {padding: 20px; background-color: #191919; border: 1px solid #505050;}
ul#topic-post-list li {border-right: 1px solid #505050; border-left: 1px solid #505050; margin-bottom: 0; padding-bottom: 10px}

#topic-meta a.button {border: 0; color: #0197d2; text-decoration: underline;position:relative; right:-700px;top:-95px;}
	#topic-meta a.button:hover {text-decoration: none}
	
.single #content {padding:20px; width:920px;}	
