/*
Theme Name: Raindrops Plasticity
Theme URI: http://digitalraindrops.net/
Description: A WordPress 3 child theme from Digital Raindrops.
Author: David Cox of Digital Raindrops
Author URI: http://digitalraindrops.net/
Template: twentyten
Version: V1.1.1
Tags: buddypress, black, blue, white, magazine, two-columns, dynamic-footer, digital raindrops, adsense, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url('../twentyten/style.css');

/* Changes and Additions Digital Raindrops */
div.item-list-tabs ul li.last {
	float:left;
	margin-left:200px;
}
#content img {
	margin: 10px 10px 0 0;
}
#site-title {
	display:none;
}

#site-description {
  display:none;
}
#branding img {
	width: 940px;
	height: 75px;
	border-bottom: none;
	border-top: none;
}
body ,#main {
	background:#FFF;
}
#main {
	padding:20px 0 0;
	margin-bottom: 20px;
}
#header {
	padding-top: 0;
}
#branding {
	padding-top: 0;
}
#wrapper {
	margin-top: 0;
}

/* Change our default link colors */
a:link{
	color:#3333FF;
}
a:visited{
	color:#3333FF;
}
a:hover{
	color: #ffcc33;
}
a:active{
	color:#3333FF;
}
.entry-content a:active, .entry-content a:visited, .entry-content a:link {
	color:#3333FF;
	text-decoration: none;
}
.entry-content a:hover {
	color: #FFCC33;
	text-decoration: none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ffcc33;
}

/* Start new BuddyPress and Second Menu support */
#pagemenu {
	display: block;
	float: left;
	margin: 5px 0px;
	width: 940px;
	height: 30px;
	border-bottom: solid 1px #ccc;
}

#pagemenu a {
	color:#000;
	line-height:30px;
	margin:0;
	padding:0 10px;
	text-decoration: none;
	text-align:center;
}
#pagemenu .page-header,
page-menu.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#pagemenu .page-header ul,
.page-menu ul {
	list-style: none outside none;
	margin: 0;
}
#pagemenu .page-header li,
.page-menu li {
	float:left;
	position: relative;
}

#pagemenu li:hover > a,
#pagemenu ul ul :hover > a {
	color:#FFF;
	background:#000;
}
#pagemenu ul li:hover > ul {
	display:block;
}
#pagemenu ul li.selected >a,
#pagemenu ul li.current_page_item > a,
#pagemenu ul li.current-menu-ancestor > a,
#pagemenu ul li.current-menu-item > a,
#pagemenu ul li.current-menu-parent > a {
	color: #777;
}

* html #pagemenu ul li.selected a,
* html #pagemenu ul li.current_page_item a,
* html #pagemenu ul li.current-menu-ancestor a,
* html #pagemenu ul li.current-menu-item a,
* html #pagemenu ul li.current-menu-parent a,
* html #pagemenu ul li a:hover {
	color:#777;
}
/* End new BuddyPress and Second Menu support */

#cms-branding-title 
{  
	float:left;  
	height:75px;  
	margin-top:px;  
	width:100%;  
	text-align: center;
	overflow:hidden;
	z-index: 1;
}  

/* Menu Changes */
#access {
	height: 52px;
	background-image: url('images/navigation.png');
}

#access a
{
	margin-right: 8px;
	margin-left: 8px;
	padding: 0 10px;
	margin: 0 0;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* content Changes */
#primary {
	float:right;
	margin:0 20px 5px 0;
	overflow:hidden;
	width:215px;
}

#secondary {
	float:left;
	margin:0 0 0 20px;
	overflow:hidden;
	width:220px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 2px 5px;
}

#content, #content input, #content textarea {
	font-size: 13px;
	line-height: 18px;
	color:#555 !important;
}

.widget-title  {
	width: 220px;
	padding: 2px 5px;
}
.entry-content, .entry-summary {
  padding:12px 5px 0 0;
}

#colophon {
	border-top:2px solid #180567;
	margin-top:-2px;
}

#site-info a {
	color:#180567;
}

#footer {
	margin-bottom:10px;
}

/* Start Header Logo */ 
#cms-header-logo
{
	float:left;
	height:50px;
	width:100px;
	overflow:hidden;
	color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 500;
}

#cms-header-logo a {
	position: absolute;
	color: transparent;
	display: block;
	height:50px;
	width: 100px;
}
/* End Header Logo */ 

/* Start Top of Page */
#cms-topofpage {
    margin: 0;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform:uppercase;
	text-decoration: none !important;
	line-height: 1.25em;
	width: auto;
}

#cms-topofpage a {
  text-decoration: none !important;
}
/* End Top of Page */

/* Start Social Link bar */
.social {
	position:relative;
	float:left;
	width: 400px;
	margin-left:5px;
	height:60px;
}
.social_inner {
	float:left;
	margin: 0 5px 0 0;
	padding:0;
}

#cms-column
{
	float:left;
	position: relative;
	width: 50%;
}

#cms-column-1
{
	float:left;
	position: relative;
	margin:0 20px 0 0;
	width: 300px;
}

#cms-column-2
{
	float:right;
	margin:0 20px 0 0;
	position: relative;
	width: 300px;
}

#content .column-title {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 0;
}
.column-title a:link,
.column-title a:visited,
.column-title a:active,
.column-title a:hover {
	text-decoration: none;
}

.column-title {
	font-weight:bold;
	padding:2px 5px;
}

#content .row-header {
	color: #333;
	font-size: 14px;
	line-height: 1.25em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 0;
}
.row-header a:link,
.row-header a:visited,
.row-header a:active,
.row-header a:hover {
	color: #444;
	text-decoration: none;
}
.row-header {
	padding:2px 5px;
}

/* begin Footer Credit */
.cms-footer-credit, .cms-footer-credit a, .cms-footer-credit a:link, .cms-footer-credit a:visited, .cms-footer-credit a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #999;
}

.cms-footer-credit
{
  margin: 0.5em;
  text-align: center;
  text-decoration: none;
  color: #555;
}
/* end Footer Credit */

/* Start new Search in Menu support */
.nav-search	{
  float:right;
  width:auto;
  height: 30px;
}

.nav-searchbox	{
  float:left;
  color: #212121;
  font-size: 0.95em;
  font-weight: normal;
  padding:2px 0px 2px 2px;
  margin:5px 5px 0 10px;
  display:inline;
  width:150px;
}

#searchbutton {
  float:left;
  font-weight:normal;
  font-size: 0.95em;
   background: #f1f1f1;
  color: #212121;
  margin:5px 0 0 5px;
  padding:1px 2px 1px 2px;
  border:1px solid #999;
  display:inline;
  height: 20px;
  width:auto;
  cursor:pointer;
}

#searchbutton:hover
{
	  text-decoration: underline;
}

/* Start Top of Page */
#cms-topofpage {
    margin: 0;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform:uppercase;
	text-decoration: none !important;
	line-height: 1.25em;
	width: auto;
}
/* End new Search in Menu support */

/* begin Footer Credit */
.cms-footer-credit, .cms-footer-credit a, .cms-footer-credit a:link, .cms-footer-credit a:visited, .cms-footer-credit a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #999;
}

.cms-footer-credit
{
  margin: 0.5em;
  text-align: center;
  text-decoration: none;
  color: #555;
}
/* end Footer Credit */

/* BuddtPress default theme styles */
.padder { padding: 19px; }
.clear { clear: left; }

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

.page {
	position:relative;
	display: block;
	width:100%;
}

form.standard-form {
	position:relative;
	display: block;
	width:100%;
}
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: normal;
	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: #F1F1F1;
	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-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: 12px;
	color: #888;
	line-height: 220%;
}

.activity-list .activity-header a:first-child, span.highlight {
	background: #F1F1F1;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	color: #999;
	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: #f1f1f1 !important;
	color: #666 !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: #f1f1f1 !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 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: f1f1f1#;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	color: #666;
}

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: #555;
	color: #f1f1f1;
	border-color: #555;
}

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: #f1f1f1;
	-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;
	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;
	font-size: 11px;
}

/* > Private Message Threads
-------------------------------------------------------------- */

table#message-threads tr.unread td {
	font-weight: bold;
}

li span.unread-count, tr.unread span.unread-count {
		padding: 2px 8px;
		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;
}

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 div.poster-meta {
	margin-bottom: 10px;
}

ul#topic-post-list li div.post-content {
	margin-left: 54px;
}

div.admin-links {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 11px;
}

div#topic-meta div.admin-links {
	bottom: 0;
	right: 0;
	top: auto;
}

div#topic-meta {
	position: relative;
	padding: 5px 0;
}

div#topic-meta h3 {
		font-size: 20px;
}

div#new-topic-post {
	margin: 0;
	padding: 1px 0 0 0;
}

input[type="text"], textarea {
	background: #FEFEFE;
}
.vcard {
	margin: 10px 0px;
}
.item-avatar {
	margin: 10px 0px;
}

/* Start Page Navigation */
.page-navi
{
  margin-top: 20px;
  margin-left: 15px;
  padding: 0;
  border: 0;
  position: relative;
  height: auto;
}
/* End Page Navigation */

/* Start Two Column Support */
.column-left
{
	float: left;
	position: relative;
	margin-right: 20px;
	width: 310px;
}

.column-right
{
	float: left;
	position: relative;
	width: 310px;
}
/* End Two Column Support */

/* Portfolio Stylesheet */
.portfolio-website {
	border: solid 1px #f1f1f1;
	padding: 10px;
	margin-bottom: 10px;
	height:130px;
	overflow: hidden;
 }

.website-thumbnail {
	margin: 0;
}

.website-thumbnail img {
	float:left;
	border: 1px solid #555;
	padding: 0;
}

.website-name {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
}

.website-name a,.website-url a {
	text-decoration: none;
}

.website-name a:hover,.website-url a:hover {
	text-decoration: underline;
}

.website-url {
	font-size: 9pt;
	font-weight: bold;
}

.website-url a {
	color: #777;
}

.website-description {
	margin-top: 15px;
}

.website-clear {
	clear: both;
}

.portfolio-paging {
	text-align: center;
	padding: 4px 10px 4px 10px;
	margin: 0 10px 20px 10px;
}
.portfolio-paging .page-count {
	margin-bottom: 5px;
}
.portfolio-paging .page-jump b {
	padding: 5px;
}
.portfolio-paging .page-jump a {
	text-decoration: none;
}

