/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

a {cursor:pointer;}


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:url('../images/main_bg.jpg') repeat-x #053e67;
	}

*html body {
	text-align:center;
	}

a:link, a:visited {
	color:#096993;
	text-decoration:none;
}

a:hover {
	color:#096993;
	text-decoration:underline;
}
	
#container {
	width:770px;
	margin: 0 auto;
	position:relative;
	}

*html #container {
	text-align: left;
	}


#index-body #header {
	padding-top:16px;
	height:110px;
	}

#splash-body #header {
	position:relative;
	}

#content-container {
	width:770px;
	border:1px solid #000;
	padding:10px 5px 10px 12px;
	background: #fff;
}
	
#index-body #content-container {
	width:780px;
	text-align:center;
}

	
#sidebar-left {
	float:left;
	width:200px;
	}
	
#main-content {
	float:left;
	margin-left:10px;
	width:520px;
	}
	
.dashboard-container {
	width:500px;
}

#footer {
	width:500px;
	margin:0 auto;
	margin-bottom:10px;
	color:#fff;
	text-align:center;
	}
	
#index-body #footer {
	width:780px;
	margin:0 auto;
	padding:10px 0 40px 0;
	border-top:3px solid #ccc;
	text-align:center;
}

.block-title {
	display:inline;
	clear:left;
}
.view-all-link {
	clear:none;
	display:inline;
	margin-left:1em;
}

.network-list {
	clear:both;
	display:block;
	margin-left:20px;
	margin-bottom:2em;
}

.post-info {
	font-size:0.8em;
	font-weight:bold;
	text-transform:uppercase;
	color:#666;
}

dl.dashboard-options-dl {
	width:425px;
	clear:both;
	padding-top:10px;
}

.dashboard-options-dl dt {
	float:left;
	display:table-cell;
	padding:0;
	margin:0;
}

.dashboard-options-dl dd {
	display:table-cell;
	padding:10px;
	text-align:left;
	vertical-align:middle;
}


/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.beta {
	position:absolute;
	top:0;
	left:0;
	}

#header-nav-ul {
	position:relative;
	display:inline;
	width:auto;
	margin-left:10px;
	z-index:9;
	}

#header-nav-ul li {
	display:inline;
	/*background-color:#333;*/
	text-align:center;
	}

#header-nav-ul li a {
	color:#fff;
	font-weight:bold;
	font-size:1em;
	padding:0.4em;
	text-decoration:none;
	}

#header-nav-ul li a.selected,
#header-nav-ul li a:hover {
	background-color:#fff;
	border:1px solid #000;
	border-bottom:none;
	color:#333;
	text-decoration:none;
	}

#header-search {
	float:right;
	right:-20px;
	margin-top:-55px;
	width:260px;
	color:#000;
	}

#header-search ul {
	float:right;
	margin-bottom:2px;
}

#header-search li {
	display:inline;
	font-size:0.8em;
	}

#header-search li a {
	float:left;
	border-right:1px solid #333;
	padding:0 6px;
	margin-bottom:2px;
	}
	
#header-search li a:link, #header-search li a:visited {
	color:#333;
}

#header-search li a:hover {
	text-decoration:underline;
}

#header-search li a.last-li {
	border-right:none;
}
	
#header-search input {
	float:left;
	width:169px;
	height:auto;
	margin-right:5px;
	padding:2px;
	background:#fff;
	border:1px solid #096993;
	}
	
.search-button {
	width:73px;
	height:auto;
	background:#096993;
	color:#fff;
	border:none;
	cursor:pointer;
	padding:2px;
}

#header-search input.search-button {
	float:right;
	width:73px;
	height:auto;
	background:#096993;
	color:#fff;
	border:none;
	cursor:pointer;
	padding:2px;
	}

#header-logo-bar {
	height:auto;
	padding-top:20px;
	padding-bottom:3px;
	z-index:0;
}

*html #header-logo-bar {
	text-align: left;
	}

/* Splash page header navigation /////////////////////////*/



/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

div.sidebar-note {
	background: url('../images/sidebar-note-bg.jpg') no-repeat;
	height:200px;
	width:190px;
	text-align:center;
	display:table-cell;
	padding:0;
	margin:0;
	
}

div.note-white {
	background: url('../images/note-bg-white.jpg') no-repeat;
	height:200px;
	width:200px;
	text-align:center;
	display:table-cell;
/*	vertical-align:middle;*/
	padding-top:50px;
}


.sidebar-note p, .note-white p {
	font-family: 'Comic Sans MS',Verdana,Helvetica,Arial,sans;
	font-size:12px;
	color:#333;
	width:150px;
	margin:50px auto auto auto;
	
}

a.bottom-link {
	background:#096993;
	padding:4px;
	border:1px solid #000;
	border-top:0;
	margin-top:0;
	float:right;
}

a:link.bottom-link, a:visited.bottom-link {
	color:#fff;
	text-decoration:none;
}

a:hover.bottom-link{
	background:#0099CC;
	color:#fff;
	text-decoration:none;
}

.user-div-left {
	background:#73B9D0;
	border: 1px solid #000;
	padding:10px;
	font-size:10px;
	margin-bottom:10px;
	width:180px;
	}

.user-div-left h2 {
	font-size:1.2em;
	color:#000;
}

.user-div-left a:link, .user-div-left a:visited {
	color:#000;
}

.user-pic {
	margin-bottom:10px;
	border:1px solid #fff;
	}

.joined-info p {
	float:left;
	width:50%;
	}
	
.ad-banner-block {
	background:#eee url(../images/ad-banner-bg.gif) left bottom no-repeat;
	border-top:2px solid #D0D0D0;
	padding:10px;
	font-size:10px;
	}

.groups-img {
	margin-bottom:10px;
	}

.goal-options {
	margin:5px;
	margin-bottom:15px;
	padding:5px;
	background:white;
	border:1px solid #CBD1DF;
	}

.goal-options li {
	margin:2px 0;
	padding:4px 0 4px 4px;
	}

.group-options {
	margin-bottom:15px;
	padding:5px;
	background:white;
	border:1px solid #CBD1DF;
	}

.group-options li {
	margin:2px 0;
	padding:4px 0 4px 20px;
	}

.group-options li.join-group {
	background:url(../images/icon-join-group.png) 0px 50% no-repeat;
	}

.group-options li.leave-group {
	background:url(../images/icon-leave-group.png) 0px 50% no-repeat;
	}

.group-options li.report-group {
	background:url(../images/icon-report-group.png) 0px 50% no-repeat;
	}

.group-options li.share-group {
	background:url(../images/icon-share-group.png) 0px 50% no-repeat;
	}

/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

#main-content a,
#main-content a:link,
#main-content a:visited {
	color:#096993;
	}

#main-content a:hover {
 	text-decoration:underline;
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {
	font-size:14px;
	}
	
	h2.white-box-h2 {
		padding:4px 8px 0 0;
		font-size:12px;
		margin-bottom:10px;
		color: #6888ab;
		background: #d9e8ee;
		margin-top: -10px;
		margin-left: -10px;
		margin-right: -10px;
		padding: 4px 0 4px 7px;
		}
		
		.create-new-group {
			padding-left:10px;
			}

.box-close {
	float: right;
	margin: -6px -5px 0 0;
	}

*html .box-close {
	margin: -7px -9px 0 0;
	}


h3.arrow-header {
	padding-left:0px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
	}

h3.account-h3 {
	font-size:12px;
	color:#303E45;
	border-bottom:1px solid #C0DBE4;
	padding:25px 0 3px 0;
	margin-bottom:10px;
	}

p {
	margin-bottom:10px;
	line-height:1.5;
	}


img {
	border:none;
	}


/* Index page ///////////////////////////////////////*/

.index-top-content {
	text-align:left;
	padding-top:30px;
	height:300px;
	background:url(../images/screen-shots-soon.jpg) right -4px no-repeat;
	}

.social-tools {
	margin-bottom:40px;
	}
	
.email-notify {
	width:250px;
	height:60px;
	padding:45px 80px 0 20px;
	background:url(../images/email-notify-bg.gif) no-repeat;
	}
	
	.email-notify input.index-email {
		width:245px;
		height:22px;
		margin-bottom:5px;
		border:1px solid #cfcfcf;
		}
	
	.index-email-button {
		float:right;
		}

#index-cslc {
	width:704px;
	margin:0 auto 15px auto;
	}
	
	#index-cslc img {
		margin-right:9px;
		}
		
		#index-cslc img.last {
			margin:0;
			}

.index-bottom-content {
	text-align:left;
	width:720px;
	margin:0 auto;
	}
	
.new-work {
	float:left;
	}

.index-bottom-right {
	float:right;
	width:272px;
	height:199px;
	padding:12px 18px 0 18px;
	font-weight:bold;
	color:#9d9d9d;
	background:url(../images/index-bottom-right-bg.gif) no-repeat;
	}
	
	.index-bottom-right input {
		font-weight:bold;
		color:#9d9d9d;
		margin-bottom:8px;
		font-size:11px;
		}
		
		.index-bottom-right input.index-input {
			padding:5px;
			width:240px;
			border:1px solid #cfcfcf;
			}
			
			.index-bottom-right textarea {
			padding:5px;
			width:260px;
			height:50px;
			margin-bottom:5px;
			border:1px solid #cfcfcf;
			font:bold 11px Verdana, Arial, Helvetica, sans-serif;
			color:#9d9d9d;
			}
			
		
#index-body #footer p {
	font-size:12px;
	color:#666666;
	}	
	
/* Splash Page ///////////////////*/

.splash-banner-pic {
	margin-bottom:20px;
	}

.splash-content {
	width:670px;
	margin:0 auto;
	}
	
	.splash-content a {
	color:#096993;
	text-decoration:underline;
	}

.splash-inputs {
	width:670px;
	border-top:1px solid #C0DBE4;
	padding:10px 0;
	}
	
	.logo-inputs {
	width:670px;
	border-top:1px solid #C0DBE4;
	padding:10px 0;
	}

.splash-inputs-borderless {
	padding-bottom:10px;
	width:670px;
	}
	

.splash-inputs label,
.splash-inputs-borderless label,
.logo-inputs label  {
	display:block;
	float:left;
	width:180px;
	line-height:24px;
	font-weight:bold;
	}
	
	.splash-inputs label span {
	font-weight:normal;
	}
	
	.splash-inputs input,
	.splash-inputs select,
	.splash-inputs-borderless select,
	.splash-inputs textarea {
	float:left;
	width:270px;
	padding:3px;
	border:1px solid black;
	font-weight:bold;
	background:white;
	}
	
	.splash-inputs textarea {
	height:80px;
	}
	
	.splash-inputs .tick-input {
		width:15px;
		height:15px;
		background:none;
		border:none;
		float:none;
		}
	
	
	.create-p {
		width:450px;
		margin:0 auto 20px auto;
		font-weight:bold;
		}
	
	.password-strength {
		display:block;
		float:left;
		padding-left:180px;
		width:490px;
		line-height:40px;
		font-weight:bold;
		}
	
	.tick-box {
		display:block;
		float:left;
		width:270px;
		line-height:24px;
		font-weight:bold;
		}
	
	.splash-upload-pic {
		display:block;
		float:left;
		width:450px;
		line-height:24px;
		font-size:11px;
		}
	
	.green-text {
		color:green;
		}
	
.splash-input-content {
	float:left;
	width:170px;
	padding-left:15px;
	font-size:10px;
	line-height:1.5;
	}

.community-address {
	float:left;
	line-height:30px;
	font-weight:bold;
	}
	
	.splash-inputs .community-address input {
		float:none;
		width:220px;
		}
	
	.splash-inputs .community-address a {
		color:red;
		font-size:10px;
		text-decoration:none;
		}
	
	.next-button {
		text-align:right;
		padding-right:28px;
		margin-bottom:40px;
		}
	
	.next-button-border {
		text-align:right;
		padding-right:28px;
		margin-bottom:40px;
		border-top:1px solid #C0DBE4;
	padding:10px 0;
		}

.logo-browse input {
	width:200px;
	padding:3px;
	margin-right:5px;
	border:1px solid #E8EBF2;
	font-weight:bold;
	background:white;
	margin-bottom:5px;
	}
	
	.logo-browse input.browse-button,
	.splash-inputs input.account-button,
	.browse-button {
	width:80px;
	padding:2px;
	border:0;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	font-weight:bold;
	background:#D0D0D0;
	font-weight:bold;
	margin-bottom:5px;
	cursor:pointer;
	}
	
	.browse-button-member {
	width:80px;
	padding:2px;
	border:0;
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	font-weight:bold;
	background:#D0D0D0;
	font-weight:bold;
	margin-bottom:5px;
	cursor:pointer;
	margin-left:10px;
	}
	
	.splash-upload-pic input {
		margin-right:5px;
		}

.upload-button {
	padding-left:180px;
	}

.upload-button input {
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	font-weight:bold;
	background:#D0D0D0;
	padding:3px;
	width:120px;
	cursor:pointer;
	}

.request-div {
	float:left;
	width:276px;
	}

.request-div input {
	margin-bottom:6px;
	font-weight:normal;
	}

.request-div textarea {
	width:270px;
	padding:3px;
	height:200px;
	border:1px solid #E8EBF2;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	}

.splash-content .small-link {
	font-size:10px;
	color:#333;
	text-decoration:none;
	}
	
	.splash-content .small-link:hover {
	text-decoration:underline;
	}
	
/*//////////////////////////////////////////////////*/


#user-nav {
	float:right;
	width:auto;
	padding:2px;
	margin-top:-5px;
	margin-right:-5px;
	background-color:#096993;
	border:1px solid #000;
	border-right:0px;
	border-top:0px;
	
	}

#user-nav li {
	display:inline;
	}

#user-nav li a {
	float:left;
	padding:4px 8px;
	font-size:1em;
	font-weight:normal;
	color:#fff;
	}

#user-nav li a:hover {
	background:#E2F2CB;
	}

.main-header-float {
	width:100%;
	margin-bottom:5px;
	}
	
	.dashboard-right .main-header-float {
		width:426px;
		}

html>body .main-header-float {
	margin-bottom:0;
}

.header-float {
	float:left;
	width:450px;
}
	
.dashboard-right .header-float {
    width:300px;
}

a.view-all {
	float:right;
	text-align:right;
	color:#9A9A9A;
	margin-top: 5px;
}

a.view-all:hover {
	text-decoration:underline;
}

.content-block {
	width:450px;
	border:1px solid #C4DCE6;
	border-bottom:none;
	padding:10px;
	}

.post-title {
	width:450px;
	padding:4px 8px 0 0;
	margin-bottom:10px;
	background:white;
	}
	
	.post-title h1 {
		float:left;
		}

.stars {
	width:90px;
	height:15px;
	float:right;
	background:url(../images/stars-bg.jpg) no-repeat;
	margin-right: -50px;
	}

.post-footer {
	width:610px;
	height:22px;
	line-height:28px;
	padding:6px 10px 0 10px;
	margin-bottom:15px;
	background:#C4DCE6;
	}
	
	html>body .post-footer {
		margin-bottom:19px;
		}

.comments,
.feeds,
.share,
.votes,
.flag-unsuitable {
	float:left;
}
	
	.comments {
		width:115px;
		background:url(../images/comments-bg.gif) left 50% no-repeat;
		padding-left:18px;
		}
	
	.feeds {
		width:105px;
		background:url(../images/feeds-bg.gif) left 50% no-repeat;
		padding-left:18px;
		}
	
	.share {
		width:70px;
		background:url(../images/share-bg.gif) left 50% no-repeat;
		padding-left:22px;
		}
	
.votes {
    width:95px;
    padding-left:10px;
}

*html .votes {
	padding-top: 2px;
	}

	
.flag-unsuitable {
    width:60px;
    background:url(../images/flag-unsuitable-bg.png) left 50% no-repeat;
    padding-left:19px;
}

.read-more {
	float:right;
	width:74px;
	text-align:right;
	background:url(../images/read-more-bg.gif) left 50% no-repeat;
	}

#main-content p.read-more a {
	color:#CB0000;
	}

#main-content p.post-data {
	/*margin-bottom:10px;*/
}

#tagcloud {
	
	}

.tags {
	line-height:1.5;
	font-size:12px;
	}
	
	#main-content .tags a,
	#main-content .tags a:link,
	#main-content .tags a:visited {
	color:#43A907;
	line-height:1.5;
	}
	
	span.medium-tag {
		font-size:16px;
		font-weight:bold;
		}
	
	span.large-tag {
		font-size:20px;
		font-weight:bold;
		}
	
.blue-container {
	width:100%;
	padding:0 0 0 0;
	margin-bottom:10px;
	}

*html .blue-container {
	width: 100%;
	}
	
	.blue-inside {
		width:100%;
		padding: 10px;
		border:1px solid #C0DBE6;
		}
	
.dashboard-right {
	float:right;
	width:426px;
	}
		
		.dashboard-right .blue-container {
			width:426px;
			padding:0 0 20px 0;
			margin-bottom:10px;
			}
			
			
			.dashboard-right .blue-inside {
				width:426px;
				height:165px;
				padding:10px;
				border:1px solid #C0DBE6;
				}
	
.blue-menu-left {
	float:left;
	width:178px;
	padding:0 0 20px 0;
	margin-right:20px;
	}
	
	.dashboard-blue-menu-left {
	width:178px;
	padding:0 0 20px 0;
	}
	
	.dashboard-left {
		float:left;
		width:178px;
		margin-right:5px;
		}
	
	.blue-menu-inside {
		padding:10px;
		border:1px solid #C0DBE6;
		}
	
.feed-options {
	float:right;
	width:400px;
	}
	
	.feed-options-ul {
		padding:5px;
		margin-bottom:15px;
		background:white;
		border:1px solid #C9D3DF;
		width:390px;
		}
	
	.feed-options-ul li {
		float:left;
		margin-right:10px;
		}
		
		.feed-options-ul li a {
			font-weight:bold;
			}
		
		li.mark-read {
			background:url(../images/mark-read-bg.png) left 50% no-repeat;
			padding:4px 0 4px 20px;
			}
		
		li.mark-unread {
			background:url(../images/mark-unread-bg.png) left 50% no-repeat;
			padding:4px 0 4px 20px;
			}
		
		li.delete {
			background:url(../images/delete-bg.png) left 50% no-repeat;
			padding:4px 0 4px 15px;
			}
			
		ul.feed-boxes li {
			margin-bottom:4px;
			padding:3px 0;
			}
			
			ul.feed-boxes li input {
			margin-right:5px;
			}
.unread-feed {
	font-weight:bold;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

.unread {
	font-weight:bold;
	}

.white-ul {
    background:white;
    padding: 0 0 8px 0;
    margin-bottom:10px;
}
	
	.white-plus-ul {
	background:white;
	padding:10px 5px 10px 10px;
	border:1px solid #C9D3DF;
	margin-bottom:10px;
	}
	
	
	.white-ul li {
		margin-bottom:5px;
		background:url(../images/li-folder-bg.png) left 50% no-repeat;
		padding:2px 0 2px 20px;
		}
		
		.white-plus-ul li {
		margin-bottom:5px;
		background:url(../images/li-folder-plus-bg.png) left 3px no-repeat;
		padding:2px 0 2px 28px;
		}
			
			.white-plus-ul li ul {
		margin:5px 0;
		}
		
			.white-plus-ul li li {
		margin:0 0 5px -12px;
		background:url(../images/li-folder-plus-sub-bg.png) left top no-repeat;
		padding:2px 0 2px 30px;
		}
		
		.white-ul li.li-add {
			background:url(../images/li-add-bg.png) left 50% no-repeat;
			padding-left:20px;
			}
			
		.white-ul li.li-edit {
			background:url(../images/li-edit-bg.png) left 50% no-repeat;
			padding-left:20px;
			}
			
		.white-ul li.li-delete {
			background:url(../images/li-delete-bg.png) left 50% no-repeat;
			padding-left:20px;
			}

.name {
	font-weight:bold;
	}

.friend-block-container {
	padding-top:50px;
	
	}

.friend-block {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #C0DBE4;
	}

.right-ul {
	width:120px;
	float:right;
	}

.friend-info-left {
	float:left;
	width:50px;
	text-align:right;
	margin:0 10px 6px 0;
	clear:left;
	}

.friend-info-right {
	float:left;
	width:120px;
	margin:0 0 6px 0;
	}

.friend-image {
	float:left;
	width:170px;
	margin-right:0px;
	}

.friend-info {
	float:left;
	width:200px;
	margin-left:5px;
	}

.goal-info {
	float:left;
	width:300px;
	margin-left:60px;
}

.friend-pages a,
.group-pages a {
	padding:2px;
	}

.friend-pages a:hover,
.friend-pages a.active,
.group-pages a:hover,
.group-pages a.active {
	background:#FFFFCB;
	}

.friend-search-nav  {
	line-height:26px;
	}
	
.friend-pages,
.group-pages {
	width:auto;
	position:absolute;
	
	right:20px;
	text-align:right;
	}

.group-pages {
	width:210px;
	}
	
.search-friend,
.search-group {
	float:left;
	width:200px;
	}

.search-group {
	float:left;
	width:370px;
	}
		
.input-friend-search {
	background:white url(../images/friend-search-bg.png) 4px 50% no-repeat;
	padding:2px 4px 2px 24px;
	border:1px solid #C9D3DF;
}

.input-group-search {
	width:172px;
	padding:3px 4px;
	border:1px solid #C9D3DF;
}

.module-block {
	margin:0 8px;
	padding:5px 0;
	border-bottom:1px solid #C0DBE4;
	}
	
	.module-title {
	line-height:20px;
	width:568px;
	}
	
	.module-h4-left {
		float:left;
		width:200px;
		}
		
		.module-h4-left-normal {
		float:left;
		width:200px;
		font-weight:normal;
		}
	
	.button-float {
		float:left;
		margin-right:10px;
		}
	
	.percentage-complete {
		float:left;
		display:block;
		width:20px;
		text-align:center;
		}
	
	.green-bars {
		float:right;
		width:109px;
		}
.module-content {
	padding-top:10px;
	}
	
.white-ul li.profiles {
	background:url(../images/icon-profile.png) left 50% no-repeat;
	}

.white-ul li.send-message {
	background:url(../images/icon-email.png) left 50% no-repeat;
	}

.white-ul li.view-friends {
	background:url(../images/icon-card.png) left 50% no-repeat;
	}

.white-ul li.view-photos {
	background:url(../images/icon-photos.png) left 50% no-repeat;
	}

.white-ul li.remove-friends {
	background:url(../images/icon-card-remove.png) left 50% no-repeat;
	}

.groups-left {
	width:396px;
	float:left;
	}

.groups-right {
	width:178px;
	float:right;
	}

.white-header {
	position:relative;
	background:white;
		padding:4px 8px;
		border:1px solid #C9D1DE;
		font-size:11px;
		margin-bottom:10px;
		}
	
.group-p-float {
	margin-bottom:15px;
	}
	
.group-info-table {
	margin-bottom:20px;
    font-size:11px;
}

p.group-p-left {
	margin:0;
	float:left;
	width:50%;
	}

p.group-p-right {
	margin:0;
	float:right;
	width:50%;
	text-align:right;
	}


.group-members {
	margin-bottom:20px;
	}
	
.group-members dl {
	width:50px;
	float:left;
	margin:0 8px;
	padding:0;
	}

.group-members dd,
.group-members dt {
	text-align:center;
	margin:0;
	padding:0;
	}

.no-discuss {
	text-align:center;
	}

.group-container {
	width:500px;
	}


.white-ul-tabs {
	display:block;
	width:100%;
	background:white;
	border:1px solid #CAD0DE;
	padding:4px 0 0 6px;
	margin-bottom:5px;
	}
	
	.white-ul-tabs li {
		float:left;
		}
		
		.white-ul-tabs a {
			display:block;
			float:left;
			border:1px solid #CAD0DE;
			border-bottom:none;
			padding:4px 8px;
			font-weight:bold;
			}
		
		#main-content .white-ul-tabs li a:hover,
		.white-ul-tabs li.selected a {
			background:#E1E3E0 url(../images/account-white-li-bg.png) repeat-x;
			text-decoration:none;
			}

form.account-form input,
form.account-form select {
	width:260px;
	height:25px;
	padding:2px 4px;
	background:white;
	border:1px solid #CBD5E1;
	}
	
form.account-form select {
	float:left;
		height:22px;
		line-height:22px;
		width:270px;
		}

form.account-form input.account-radio {
	width:10px;
	height:18px;
	padding:0;
	background:none;
	border:0;
	margin-right:5px;
}

.account-container label {
	width:auto;
	text-align:left;
	margin-left:5px;
	line-height:20px;
}

.email-inputs {
	width:290px;
	float:right;
}
	
.contact-email-float label  {
line-height:15px;
}

.account-container input {
	float:left;
}
	
.account-container input.account-button {
	float:none;
	width:auto;
	margin-left:110px;
	cursor:pointer;
	height:auto;
	padding:2px 10px;
	background:#d0d0d0;
	border:1px solid #808080;
	border-left:0;
	border-top:0;
	font-weight:bold;
}
	
.account-container input.settings-account-button {
	float:none;
	width:auto;
	margin-top:6px;
	cursor:pointer;
	height:auto;
	padding:2px 10px;
	background:#d0d0d0;
	border:1px solid #808080;
	border-left:0;
	border-top:0;
	font-weight:bold;
}
	
.contact-input-buttons {
    text-align:right;
    width:350px;
}
	
.contact-input-buttons input.settings-account-button {
	float:none;
	width:auto;
	margin:6px 8px 0 0;
	cursor:pointer;
	height:auto;
	padding:2px 10px;
	background:#d0d0d0;
	border:1px solid #808080;
	border-left:0;
	border-top:0;
	font-weight:bold;
}
	
input.feedback-account-button {
	float:none;
	width:auto;
	margin:15px 8px 0 210px;
	cursor:pointer;
	height:auto;
	padding:2px 10px;
	background:#d0d0d0;
	border:1px solid #808080;
	border-left:0;
	border-top:0;
	font-weight:bold;
}
	
.input-box {
    margin-bottom:6px;
}

.account-container {
	width:400px;
}

.current-container {
	width:300px;
}

.current-email {
	float:left;
	width:200px;
	padding-left:5px;
	margin-bottom:8px;
}

ul.blue-square {
	margin-bottom:20px;
}

ul.blue-square li {
	background:url(../images/account-blue-li-bg.png) left 50% no-repeat;
	margin-bottom:6px;
	padding-left:15px;
}

.inbox-options {
	width:100%;
	background:white;
	padding:5px 5px;
	margin-bottom:20px;
	}
	
	.inbox-options-left {
		float:left;
		width:auto;
		}
	
	.inbox-options-right {
		margin-top:1em;
		float:left;
		clear:both;
		width:100%;
		text-align:left;
		}
	
	.message-line-read {
		background-color:#fff;
	}
	
	.message-line {
		background-color:#eee;
	}
	
	#main-content .inbox-options a {
		color:#336799;
		font-weight:bold;
		}
		
		#main-content .inbox-options-right a {
		padding:4px 20px 4px 0;
		margin-right:5px;
		}
	
		
		a.inbox-unread {
			background:url(../images/icon-email.png) right 50% no-repeat;
			}
		
		a.inbox-read {
			background:url(../images/mark-read-bg.png) right 50% no-repeat;
			}
		
		#main-content .inbox-options-right a.inbox-delete {
			background:url(../images/delete-bg.png) right 50% no-repeat;
			padding-right:14px;
			margin-right:0;
			}
	
.page-count {
	margin-bottom:20px;
	text-align:right;
	}
	
	.discussion-page-count {
		float:right;
		width:300px;
		text-align:right;
		}
	
	.page-count a,
	.discussion-page-count a {
		text-align:right;
		padding:2px;
		}
	
	#main-content .page-count a:hover,
	#main-content .page-count a.current,
	#main-content .discussion-page-count a:hover,
	#main-content .discussion-page-count a.current {
		background:#FFFFCB;
		padding:2px;
		text-decoration:none;
		}

.inbox-message-container {
	border-top:1px solid #C0DBE4;
	margin-bottom:20px;
	}

.message-line {
	
	padding:8px;
	border-bottom:1px solid #C0DBE4;
	}
	
.message-line-read {
	width:505;
	padding:8px;
	border-bottom:1px solid #C0DBE4;
}
	
.message-line-read:hover {
	background:#FFFFCD;
}

	
.message-line:hover {
	background:#FFFFCD;
	}

.inbox-tick {
	float:left;
	width:26px;
	}
	
	html>body .inbox-tick {
	float:left;
	width:20px;
	}

.inbox-from {
	float:left;
	width:180px;
	}
	
	.post-from {
		float:left;
		width:180px;
		}

.inbox-subject {
	float:left;
	width:280px;
	}
	
	.post-subject {
		float:left;
		width:280px;
		}

.inbox-from,
.inbox-subject {
	font-weight:bold;
	line-height:1.5;
	}
	
	.inbox-from span,
	.inbox-subject span,
	.post-subject span,
	.post-from span {
		font-weight:normal;
		font-size:10px;
		}
	
.read-details {
	margin-bottom:20px;
	}

.read-details span {
	display:block;
	}

.read-details-left,
.read-details-right {
	width:230px;
	float:left;
	}

.read-image {
	width:50px;
	float:left;
	margin-right:10px;
	}

.read-name-time {
	float:left;
	width:100px;
	text-align:right;
	}

.read-subject {
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;
	}
	
.read-subject-line {
	font-weight:bold;
	}

.read-name {
	padding-top:4px;
	font-weight:bold;
	margin-bottom:3px;
	}

.read-reply {
	border-top:1px solid #C4E3FF;
	padding-top:10px;
	}
	
	#main-content .read-reply label {
		display:block;
		font-weight:bold;
		margin-bottom:5px;
		}
	
	.read-reply textarea {
		float:none;
		clear:right;
		margin-bottom:10px;
		width:355px;
		height:110px;
		border:1px solid #C9D1DE;
		}
	
.read-reply-buttons {
	width:100%;
	margin-bottom:10px;
	}

	.read-reply-buttons input.read-send,
	.read-reply-buttons input.read-cancel {
	padding:0 10px;
	margin-right:5px;
	border:1px solid #808080;
	border-left:0;
	border-top:0;
	cursor:pointer;
	height:auto;
	background:#D0D0D0;
	font-weight:bold;
	}
	
	.read-reply-buttons input.read-cancel {
	background:#F3F3F3;
	}


.compose-form {
	float:left;
	width:420px;
	}

	.compose-inputs label {
		float:left;
		width:55px;
		padding-right:10px;
		text-align:right;
		line-height:25px;
		}
		
	
	#main-content .compose-inputs input {
		float:left;
		width:321px;
		height:26px;
		padding:2px;
		}
		
	.compose-inputs textarea {
		float:left;
		width:321px;
		height:110px;
		padding:2px;
		}
	
	.compose-inputs {
		margin-bottom:8px;
		}
	
	.compose-buttons {
		width:300px;
		padding-left:65px;
		}



.compose-contacts {
	float:left;
	width:120px;
	}
	
	.compose-contacts h3 {
	font-size:12px;
	margin-bottom:5px;
	}
	
	.compose-contacts img {
	display:block;
	margin-bottom:3px;
	}

.friends-sidebar-left {
	float:left;
	width:200px;
	}
	
.left-side-box {
	background-color:#73B9D0;
	border:1px solid #000;
	padding:5px;
}

.left-side-box a:link, .left-side-box a:visited {
	color:#000;
}

.friends-white-h3 {
	background-color:#096993;
	position:relative;
	padding:3px 5px;
	margin-bottom:0px;
	font-weight: bold;
	color: #fff;
	border:1px solid #000;
	border-bottom:0px;
	width:80%;
	}
	
	.friends-white-h3-comments {
	background:white;
	border:1px solid #C9CFDB;
	position:relative;
	padding:3px 5px;
	margin-bottom:0;
	font-weight:normal;
	}
	
	.friends-white-h3 a:link, .friends-white-h3 a:visited {
		color:#fff;
	}

.connect-ul {
	padding-left:4px;
	margin-bottom:20px;
	}
	
	.connect-ul li {
	margin-bottom:4px;
	}

.friends-main-content {
	float:right;
	width:100%;
	}

dl.friends-dl {
	float:left;
	width:70px;
	height:72px;
	margin-bottom:10px;
	margin-right:10px;
	}

dl.friends-dl dd,
dl.friends-dl dt {
	text-align:center;
	margin:0;
	padding:0;
	}

table.profile-info {
	border:0px;
	width:auto;
	font-size:1em;
	margin-bottom:1em;
	}

table.profile-info td.profile-info-label {
	width:100px;
	vertical-align:top;
	padding-bottom:0.5em;
}

table.profile-info td.profile-info-value {
	vertical-align:top;
}

/***** Goal list ****/
#goal-list ul {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	padding:0;
}

#goal-list li {
	margin-top:5px;
	padding:5px;
	background-color:#086994;
	color:#000;
	border: 1px solid #000;
	width:200px;
}

#goal-list li a:link, #goal-list li a:visited {
	color:#fff;
	text-decoration:none;
}

#goal-list li a:hover {
	color:#ccc;
	text-decoration:none;
}

#goal-list li label {
	color:#fff;
}

div #goal-list {
	display:inline;
	float:left;
	width:200px;
}

/*** profile right side ***/
.profile-right-box {
	float:right;
	width:275px;
	clear:right;
	margin-bottom:1em;
}

#profile-activity {
	clear:both;
	padding-top:2em;
}

.h3-link {
	position:absolute;
	top:3px;
	right:5px;
	}
	
#main-content p.friends-tags a {
	color:#46A708;
	}

.activity-h4 {
	font-size:11px;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin-bottom:0px;
	}

.friends-activity-ul {
	margin-bottom:12px;
	}
	
	.friends-activity-ul li {
	margin-bottom:3px;
	padding:4px 0 4px 18px;
	background:url(../images/friend-act-li-bg.png) left 4px no-repeat;
	}
	
	.friends-activity-ul li.buddy {
	background:url(../images/buddy-li-bg.png) left 4px no-repeat;
	}
	
	.friends-activity-ul li.change {
	background:url(../images/change-li-bg.png) left 4px no-repeat;
	}

.comment-form {
	padding:10px;
	background:white;
	border:1px solid #000;
	margin-bottom:20px;
	}

.comment-form textarea {
	display:block;
	padding:5px;
	width:95%;
	height:70px;
	background:white;
	border:1px solid #C9CFDB;
	margin-bottom:8px;
	}

.friend-comment-button {
	float:none;
	width:auto;
	cursor:pointer;
	height:auto;
	background:#096993;
	color:#fff;
	border:0px;
	padding:2px;
	}

.comment-box {
	margin-bottom:10px;
	}

.comment-pic {
	float:left;
	margin-right:10px;
	}

.comment-right {
	float:left;
	width:auto;
	border:0;
	padding:0;
	margin:0;
	}

.comment-author {
	background-image:url(../images/wall_bg_top.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:10px;
	margin:0;
}

.comment-body {
	background-image:url(../images/wall_bg_mid.gif);
	background-repeat:repeat-y;
	width:500px;
	padding:0 10px 0 10px;
	margin:0;
}

.comment-body p {
	margin:0;
	padding:0;
	width:450px;
}

.comment-footer{
	background-image:url(../images/wall_bg_bot.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:10px;
	margin:0;
}


#main-content a.message-link {
	color:#096993;
	font-weight:bold;
	cursor:pointer;
	}

p.invite-from {
	border-bottom:1px solid #C0DBE4;
	padding-bottom:4px;
	}

.invite-left {
	float:left;
	width:115px;
	margin-right:10px;
	}
	
	.invite-left span,
	.invite-left img {
	display:block;
	margin-bottom:4px;
	}

.invite-right {
	float:right;
	width:450px;
	}

span.invite-send-icon {
	padding:3px 0;
	font-weight:bold;
	padding-left:18px;
	background:url(../images/buddy-li-bg.png) left 50% no-repeat;
	}
span.invite-message-icon {
	padding:3px 0;
	font-weight:bold;
	padding-left:18px;
	background:url(../images/message-icon.jpg) left 50% no-repeat;
	}

.invite-send-blue {
	color:#5484AC;
	font-size:10px;
	line-height:1.5;
	}
	
	.invite-send-blue-optional {
	color:#5484AC;
	font-size:10px;
	line-height:1.5;
	padding-left:20px;
	}

.invite-container {
	margin-bottom:30px;
	}
	
	.invite-right textarea {
	width:442px;
	height:142px;
	padding:4px;
	background:white;
	border:none;
	float:none;
	margin-bottom:10px;
	}

.search-group input {
	float:left;
	margin-right:10px;
	}
	
	.discussion-options-left {
		float:left;
		width:350px;
		}

.discussion-options-right {
		float:right;
		width:200px;
		text-align:right;
		}
	
	#main-content .discussion-options-right a {
		color:#336799;
		font-weight:bold;
		}
		
		#main-content .discussion-options-right a {
		padding:4px;
		}
	
.discussion-options {
	width:564px;
	background:white;
	padding:5px 10px;
	margin-bottom:10px;
	}

.discussion-search-nav  {
	width:580px;
	line-height:26px;
	margin-bottom:15px;
	}

.search-topic {
	float:left;
	width:300px;
	}
	
	.search-topic span {
		padding-left:10px;
		font-weight:bold;
		}

.discussion-pages {
	float:right;
	width:180px;
	text-align:right;
	}

.back-link {
	float:left;
	width:200px;
	}
	
	.back-link a {
	font-weight:bold;
	}

.discussion-footer {
	width:580px;
	}

.input-container {	
	margin-bottom:10px;
	}

.input-container label {
	display:block;
	float:left;
	width:65px;
	}
	
	.feedback-input-container label {
	display:block;
	float:left;
	width:160px;
	}

.input-container input {
	width:200px;
	}

.input-container textarea {
	width:280px;
	height:100px;
	}
	
	.feedback-input-container textarea {
	width:350px;
	height:100px;
	}

.arrow-drop {
	float:left;
	height:14px;
	width:20px;
	padding-top:0px;
	}
	
	html>body .arrow-drop {
		float:left;
		height:14px;
		width:20px;
		padding-top:5px;
		}
	
	.arrow-drop-none {
		height:19px;
		width:20px;
		padding-top:0px;
		}
	
	html>body .arrow-drop-none {
		height:14px;
		width:20px;
		padding-top:5px;
		}
	
	
	.dashboard-right .arrow-drop {
		float:left;
		width:20px;
		}

.dashboard-left-ul,
.dashboard-left-ul-bottom {
	margin-bottom:10px;
	}
	
	.dashboard-left-ul li,
	.dashboard-left-ul-bottom li {
		border-bottom:1px solid #BFDBE6;
		padding:5px 0 5px 20px;
		}
		
		.dashboard-left-ul-bottom li {
			padding-left:0;
			}
		
	.dashboard-left-ul li.li-add {
		background:url(../images/friend-act-li-bg.png) left 50% no-repeat;
		}
	
	.dashboard-left-ul li.li-message {
		background:url(../images/icon-email.png) left 50% no-repeat;
		}
	
	.dashboard-left-ul li.li-group {
		background:url(../images/buddy-li-bg.png) left 50% no-repeat;
		}
	
	.dashboard-left-ul li.li-birthday {
		background:url(../images/birthday-icon.gif) left 50% no-repeat;
		}

.latest-articles li,
.top-articles li,
.latest-feeds li,
.latest-groups li {
	padding:5px 0 5px 20px;
		}
		
		
		.top-articles li {
			background:url(../images/newsletter.gif) left 3px no-repeat;
			}
		
		.latest-articles li {
			background:url(../images/new-newsletter.gif) left 3px no-repeat;
			}
		
		.latest-feeds li {
			background:url(../images/feeds-icon.gif) left 3px no-repeat;
			}
		
		.latest-groups li {
			background:url(../images/buddy-li-bg.png) left 3px no-repeat;
			}
			
.groups-resources,
.groups-discussion-board {
	float:left;
	width:200px;
	height:auto;
	}

.groups-resources ul {
	margin:0;
	padding:0;
	display:block;
}

.groups-resources li {
	color:#000;
	margin:3px 5px 0px 0px;
	padding:5px;
	background-color:#eee;
	border: 1px solid #999;
	position:relative;
	width:160px;
	position:relative;
	display:block;
	vertical-align:middle;
	height:auto;
}

.groups-resources li h4 {
	width:130px;
	margin-left:20px;
}
	
.groups-activity,
.groups-articles {
	float:right;
	width:200px;
	height:200px;
	}

.text-right {
	text-align:right;
	}

.resource-library-container {
	float:right;
	width:225px;
	margin-right:5px;
}

.suggest-resource-form {
	float:left;
	width:280px;
	line-height:2em;
}

.groups-see-all {
	position:absolute;
	right:5px;
	}

.groups-resources-ul {
	margin-left:10px;
	}

.groups-resources-ul li {
	padding:6px 3px 6px 22px;
	margin-bottom:3px;
	}
	
.groups-doc {
	background:url(../images/groups-doc.png) 2px 50% no-repeat;
	padding-left:20px;
	}
	
.groups-audio {
	background:url(../images/groups-audio.png) 2px 50% no-repeat;
	padding-left:20px;
	}

.groups-film,.groups-video {
	background:url(../images/groups-film.png) 2px 50% no-repeat;
	padding-left:20px;
	}

.groups-photo,.groups-image {
	background:url(../images/groups-photo.png) 2px 50% no-repeat;
	padding-left:20px;
	}

.groups-web {
	background:url(../images/groups-web.png) 2px 50% no-repeat;
	padding-left:20px;
	}
	
.goals-doc {
	background:url(../images/groups-doc.png) 2px 50% no-repeat;
	padding-left:20px;
	}
	
.goals-audio {
	background:url(../images/groups-audio.png) 2px 50% no-repeat;
	padding-left:20px;
	}

.goals-film,.goals-video {
	background:url(../images/groups-film.png) 2px 50% no-repeat;
	padding-left:20px;
	}

.goals-photo,.goals-image {
	background:url(../images/groups-photo.png) 2px 50% no-repeat;
	padding-left:20px;
	}

.goals-web {
	background:url(../images/groups-web.png) 2px 50% no-repeat;
	padding-left:20px;
	}

.suggest-button-container {
	float:right;
	width:100px;
}

.groups-activity-ul {
	margin-left:10px;
	margin-bottom:10px;
	}
	
.groups-activity-ul li {
	padding:5px 0 5px 20px;
	border-bottom:1px solid #fff;
	background:url(../images/friend-act-li-bg.png) 2px 50% no-repeat;
	background-color:#fff;
	}

.groups-plain-ul {
	border-top:1px solid #C0DBE4;
	}

.groups-plain-ul li {
	padding:5px 0;
	border-bottom:1px solid #C0DBE4;
	}

.group-member-pics {
	margin-bottom:10px;
	}


.group-member-pics dl {
	width:64px;
	float:left;
	text-align:center;
	}
	
	.group-member-pics dd,
	.group-member-pics dt {
		margin:0;
		padding:0;
		}
		
.group-member-pics dt {
    height:64px;
}
	
.account-profile-container {
	padding:20px 8px 0 8px;
	}
	
	.account-profile-inputs {
		margin-bottom:5px;
		width:500px;
		}
	
	.account-profile-container label {
	display:block;
	float:left;
	font-weight:bold;
	width:100px;
	line-height:24px;
	}
	
	.account-profile-inputs inputs {
		width:300px;
		}
	
	.account-profile-inputs textarea {
		width:262px;
		height:40px;
		padding:3px;
		border:1px solid #ccc;
		}
	
	.account-form .account-profile-inputs select {
		width:130px;
		padding:3px;
		border:1px solid #ccc;
		}
	
	.account-form .account-profile-inputs select.country-select {
		margin-right:10px;
		}
	
	.account-form .account-check input {
		width:20px;
		float:left;
		margin-right:5px;
		border:0;
		background:none;
		}
	
	.account-form .account-import input {
		width:20px;
		height:12px;
		border:0;
		background:none;
		}


	.account-form .account-access label,
	.account-form .account-access ul {
		float:left;
		}
	
	.account-form .account-access label{
		width:100px;
		}
	
	.account-form .account-access ul {
		width:350px;
		padding-top:8px;
		}
		
	.account-form .account-access li {
		width:350px;
		}
	
	
	.account-form .account-access input {
		width:20px;
		height:12px;
		border:0;
		background:none;
		float:left;
		margin:0 4px 3px 0;
		}
	
	.account-form .account-access ul {
		margin-bottom:20px;
		float:left;
		}
	
	.account-form .account-import ul {
		margin-bottom:20px;
		padding-left:60px;
		}
	
	.account-form .account-import li {
		float:left;
		width:150px;
		height:30px;
		line-height:30px;
		}
	
	.account-form .account-import p {
		float:left;
		width:300px;
		}
	
	.account-profile-inputs ul,
	.splash-inputs ul {
		float:left;
		width:400px;
		padding-top:5px;
		}
		
		.group-right-inputs ul {
		width:350px;
		padding-top:5px;
		}

		.splash-inputs ul input,
		.splash-inputs li {
		float:none;
		}
	
	.upload-inputs {
		float:left;
		width:350px;
		}
	
	.upload-inputs input {
		margin-bottom:6px;
		margin-right:10px;
		}
	
	
	.account-profile-inputs ul li,
	.splash-inputs ul li,
	.group-right-inputs li {
		margin-bottom:8px;
		}
		
	.splash-inputs li.account-check input,
	.group-right-inputs li.account-check input {
		float:left;
		width:20px;
		border:none;
		}
		
		.group-right-inputs input.browse-button {
			width:auto;
			padding:2px 10px;
			margin-right:5px;
			font-size:10px;
			}
		
		.splash-inputs li input.account-button {
		width:auto;
		padding:3px 10px;
		}
		
	.splash-inputs ul li {
		font-size:10px;
		}
	
	.account-profile-inputs ul li.first,
	.splash-inputs ul li.first {
		padding-left:8px;
		}
	
	.account-profile-inputs ul li.account-check,
	.splash-inputs ul li.account-check {
		margin-bottom:20px;
		}
	
	.account-form .account-profile-container .account-profile-inputs input.account-button,
	.account-form .account-profile-container input.account-button {
	float:none;
	width:auto;
	cursor:pointer;
	height:auto;
	padding:0 10px;
	background:#d0d0d0;
	border:1px solid #808080;
	border-left:0;
	border-top:0;
	font-weight:bold;
	font-size:11px;
	}

.padding-left-p {
	padding-left:60px;
	}
	
	.padding-left-100 {
	padding-left:100px;
	}

.p-margin {
	margin-bottom:40px;
	}

.splash-sign-up {
	width:315px;
	}
	
	
.splash-sign-up p {
	color:white;
	margin-bottom:4px;
	font-weight:bold;
	}
	
	.splash-left {
		height:26px;
		}

.splash-left,
.splash-text-left,
.splash-text-right {
	float:left;
	width:124px;
	margin-right:5px;
	}
	
.splash-text-left,
.splash-text-right {
	font-size:10px;
	color:white;
	}
	
	.splash-text-left a,
	.splash-text-right a {
		font-size:10px;
		color:white;
		}
		
		.splash-text-left a:hover,
		.splash-text-right a:hover {
			text-decoration:underline;
			}
	
.splash-right {
	float:left;
	width:184px;
	height:26px;
	}

.splash-sign-up input {
	float:left;
	margin-bottom:2px;
	padding:3px;
	width:118px;
	height:17px;
	background:#6FB946;
	border:none;
	border-top:1px solid #285D15;
	border-left:1px solid #285D15;
	color:white;
	font-weight:bold;
	}
	
	.splash-left input {
		float:none;
		}

.splash-sign-up input.splash-login {
	float:left;
	margin:0 0 0 4px;
	width:53px;
	height:24px;
	background:none;
	border:none;
	padding:0;
	}

	
ul.setting-tick-boxes,
.splash-inputs ul.setting-tick-boxes {
	padding-left:20px;
	margin-bottom:15px;
	float:none;
	width:auto;
	}
	
	ul.setting-tick-boxes li,
	.splash-inputs ul.setting-tick-boxes li {
	display:block;
	margin-bottom:3px;
	width:auto;
	}
	
	.splash-inputs ul.setting-tick-boxes li input {
	
	float:left;
	border:none;
	}

.settings-account-form input {
	float:none;
	}
	
.settings-h3 {
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}

#main-content .settings-account-form label,
#main-content ..splash-inputs .settings-account-form label {
	float:none;
	display:inline;
	padding-left:6px;
	}
	.email-right {
	float:left;
	width:450px;
	}

	ul.feed-results li {
		padding:5px;
		border-bottom:1px solid #C0DBE4;
		}
	
	.create-group-left {
		float:left;
		width:250px;
		font-weight:bold;
		}
	
	.create-group-left-upload {
		float:left;
		width:200px;
		font-weight:bold;
		margin-right:20px;
		}
	
	.create-group-right{
		float:right;
		width:250px;
		}
	
	.create-group-right-upload {
		float:left;
		width:350px;
		}
		
		.create-group-right-upload p {
		margin-bottom:5px;
		padding-bottom:2px;
		border-bottom:1px solid #C7D0E1;
		}
	
	.create-group-left li {
		margin-bottom:5px;
		}
	
	.create-group-left li.added-margin {
		margin-bottom:10px;
		}

iframe {
	width:230px;
	height:100px;
	margin:0;
	padding:10px;
	border:0;
	}

.member-pic-holder {
	height:165px;
	width:200px;
	background:white;
	border:1px solid #ccc;
	line-height:165px;
	font-weight:bold;
	text-align:center;
	}

.tagcloud {
	text-align: center;
	}

.tagcloud a { line-height: 1.4em; padding-right: 0.4em; color:#6888ab; }
.s1 { font-size: 90%; }
.s2 { font-size: 100%; }
.s3 { font-size: 115%; }
.s4 { font-size: 130%; }
.s5 { font-size: 150%; }
		
	
/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer ul {
	margin-bottom:8px;
	margin-top:10px;
	}

#footer li {
	display:inline;
	}

#footer li a {
	color:#fff;
	padding:5px;/*5px 10px 5px 10px;*/
	border-right:1px solid #ccc;
	}
	
	#footer li a:hover {
	text-decoration:underline;
	}

#footer li.last a {
	border:none;
	}


p.small-font {
	font-size:10px;
	}

/* Home page */

#home-content {
	width:770px;
}

#home-about {
	display:block;
	width:420px;
	float:left;
}

#tour-box {
	display:inline;
	float:right;
	clear:right;
	width:300px;
	margin-bottom:20px;
}

#tour-box img {
	display:block;
}

#home-content p{
	font-size:1em;
	color:#333;
}

#home-featured-items, #home-story-box {
	display:block;
	clear:left;
	float:left;
	width:420px;
	margin-top:2em;
}

.home-feature-box {
	width:180px;
	background-color:#73B9D0;
	border:1px solid #000;
	padding:5px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.home-feature-box a {
	color:#000;
	text-decoration:none;
}

.home-feature-box a:hover {
	color:#000;
	text-decoration:underline;
}

.home-feature-box dd {
	margin:0;
	padding:0;
}

#home-featured-items ul {
	display:table;
	margin:0;
	padding:0;
	}

#home-featured-items li {
	list-style-type:none;
	display:table-cell;
	padding-right:10px;
}

#home-story-box h2 {
	
}

#home-story-box img {
	text-align:top;
	float:left;
	display:block;
	margin:0 10px 10px 0;
}

.ad-box {
	display:inline;
	float:right;
	clear:right;
	width:300px;
	margin-bottom:20px;
}

.ad-box img {
	display:block;
}

input.disabled {
	background-color:#ccc;
}

div.rightbar {
	position:relative;
	float:right;
	display:block;
	width:200px;
	text-align:right;
}

div.leftbar {
	position:relative;
	float:left;
	display:block;
}

div#wall {
	position:relative;
	clear:both;
}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	

