/* @group Layout */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background-color: transparent;
	border: 0px;
	font-family: inherit;
	font-size: 100%;
	font-style: normal;
	font-weight: inherit;
	line-height: 1.5em;
	margin: 0px;
	outline: 0px;
	padding: 0px;
	vertical-align: baseline;
}

body {
	line-height: 1em;
}

ol, ul {
	list-style: none;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

blockquote, q {
	quotes: none;
}

p {
	padding-bottom: 1em;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0px;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

/* @file grid.css */

/*------------------------------------------------------------------
	[Grid Stylesheet]
	
	Project: SocialGO
	Revision: <%build%>
	Version: 1.0
	Last Change: <%svn-last-changed-date%> [<%svn-last-changed-revision%> - <%svn-last-changed-author%>]
-------------------------------------------------------------------*/

/* @group Grid Styles : 55px/10px */

.one,.two,.three,.four,.five,.six,.seven,.eight,.nine,.ten,.eleven,.twelve,.thirteen,.fourteen,.fifteen {
	
}

.one {
	width: 55px;
}

.two {
	width: 120px;
}

.three {
	width: 210px;
}

.four {
	width: 250px;
}

.five {
	width: 305px;
}

.six {
	width: 365px;
}

.seven {
	width: 425px;
}

body#read .seven {
	width: 390px;
}

.eight {
	width: 480px;
}

.nine {
	width: 500px;
}

body#read .nine {
	width: 500px;
}

.ten {
	width: 610px;
}

.eleven {
	width: 675px;
}

.twelve {
	width: 730px;
}

.thirteen {
	width: 835px;
}

.fourteen {
	width: 900px;
}

.fifteen {
	width: 955px;
}

.full-screen {
	width: 100%;
}

/* @end */

/* @group Default Form Styles */

input,
textarea,
select {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.form-box {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	margin-bottom: 10px;
	padding: 10px;
}

.form-box h2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 7px;
	padding-bottom: 3px;
	text-indent: 7px;
}

.form-box .desc {
	line-height: 20px;
	padding: 0px 10px;
}

form fieldset,
.fieldset {
	border-style: solid;
	border-width: 1px;
	margin: 10px 0px 2em 0px;
	padding: 10px 10px;
}

form#form-comment-1--1.ajax-form {
	border: none;
}

#profile-wall h2 {
	
}

#form-comment-1--1 fieldset {
	background-color: #d8f4a2;
}

/* Maybe - Can't see this working */

.form-box-content-box {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	padding: 10px 15px;
}

/* end Maybe */

form label {
	clear: both;
	display: block;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7em;
	margin-bottom: 1px;
	text-transform: none;
}

form br {
	clear: both;
	display: block;
}

form .radio-buttons {
	margin-bottom: 10px;
}

form .radio-buttons span {
	margin-right: 10px;
}

form .radio-buttons span input,
form .check-buttons span input {
	margin-right: 5px;
}

form .check-buttons span {
	display: block;
	margin: 0px 0px 5px 30px;
}

form .cq-check-buttons span {
	display: block;
	margin: 0px 0px 5px 0px;
}

.input-desc {
	display: block;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 10px;
}

.form-sub-box {
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	padding: 10px;
}

/* @end */

/* @group Specific Form Styles */

#sb-current-status form input {
	margin: 5px 0px;
	width: 153px;
}

#form-dob-month,
#form-dob-day,
#form-dob-year,
#dob-month,
#dob-day,
#dob-year,
#date-mm,
#date-dd,
#date-yyyy,
#date-h,
#date-m {
	margin-right: 5px;
	width: auto;
}

#date-yyyy {
	margin-right: 30px;
}

#profile-wall form textarea {
	width: 98%;
}

form #form-name {
	margin-right: 15px;
}

form .location {
	width: 350px;
}

form .location-map {
	height: 350px;
	width: 350px;
}

form .location-loading-text {
	float: left;
	height: 350px;
	line-height: 350px;
	position: absolute;
	text-align: center;
	width: 350px;
}

form .location .input-desc {
	text-align: center;
}

.profile-picture-left {
	float: left;
	text-align: center;
	width: 250px;
}

.profile-picture-right {
	float: right;
	width: 410px;
}

.profile-picture {
	width: 230px;
	padding-bottom: 10px;
}

.picture-dropdown {
	margin-top: -38px;
}

#gallery-selected {
	width: auto;
}

.form-box h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	text-align: left;
	text-indent: 7px;
}

.upload-box .create-album {
	float: right;
	width: 365px;
}

.upload-box .select-album {
	float: left;
	width: 365px;
}

#fsUploadProgress1 {
	margin-top: 10px;
}

#form-cancel-account .buttons,
#form-cancel .buttons {
	margin-top: 10px;
}

#lightbox .form-box {
	margin-bottom: 0px;
}

#lightbox form fieldset {
	margin-bottom: 0px;
}

#member-send-message textarea {
	width: 407px;
}

#lightbox .buttons {
	margin-top: 10px;
}

.form-notice {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	padding: 10px 0px;
	text-align: center;
}

div.more-help.right {
	visibility: hidden;
}

.form-error {
	background-color: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #333333;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	clear: both;
	width: 755px;
}

.form-error p {
	padding: 0px 0px 30px 0px;
}

.form-error a {
	color: #333333!important;
}

h2 img {
	margin: 0px 6px -1px -3px;
}

/*

*/

/* @end */

form#form-signup span.payment_value {
	line-height: 12px;
	margin-right: 15px;
}

form#form-signup input.payment_radio {
	margin: 0 4px 0 4px;
}

/* @group Sign In Styles */

#sb-signin {
	
}

#sb-signin form fieldset {
	border: none;
	margin: 0 auto 10px;
	-moz-border-radius: 0ex !important;
	-webkit-border-radius: 0ex !important;
}

#sb-signin form input {
	margin-right: 0px;
	width: 155px;
}

#sb-signin form input[type=checkbox] {
	width: auto;
}

/* @end */

/* Autocompleter */

li#autocomplete-list ul.holder {
	margin: 0;
	width: 500px;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px 5px 0;
}

li#autocomplete-list *:first-child+html ul.holder {
	padding-bottom: 2px;
}

* html ul.holder {
	padding-bottom: 2px;
}

/* ie7 and below */

li#autocomplete-list ul.holder li {
	float: left;
	list-style-type: none;
	margin: 0 5px 4px 0;
}

li#autocomplete-list ul.holder li.bit-box, 
li#autocomplete-list ul.holder li.bit-input input {
	font-size: 11px;
}

li#autocomplete-list ul.holder li.bit-box {
	border: 1px solid #CAD8F3;
	background: #EEEEEE;
	padding: 1px 5px 2px;
}

li#autocomplete-list ul.holder li.bit-box-focus {
	border-color: #598BEC;
	background: #DDDDDD;
	color: #fff;
}

li#autocomplete-list ul.holder li.bit-input input {
	width: 50px;
	margin: 0;
	border: none;
	outline: 0;
	padding: 3px 0 2px;
}

/* no left/right padding here please */

li#autocomplete-list ul.holder li.bit-input input.smallinput {
	width: 20px;
}

li#autocomplete-list form ol {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

li#autocomplete-list form ol li.input-text label {
	font-weight: bold;
	cursor: pointer;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

li#autocomplete-list form ol li.input-text input {
	width: 500px;
	padding: 5px 5px 6px;
	font-size: 11px;
	border: 1px solid #999;
}

li#autocomplete-list form ul.holder {
	width: 500px;
}

li#autocomplete-list ul.holder li.bit-box, #apple-list ul.holder li.bit-box {
	padding-right: 15px;
	position: relative;
}

li#autocomplete-list ul.holder li.bit-hover {
	background: #DDDDDD;
	border: 1px solid #CCCCCC;
}

li#autocomplete-list ul.holder li.bit-box-focus {
	border-color: #CCCCCC;
	background: #DDDDDD;
	color: #FFFFFF;
}

li#autocomplete-list ul.holder li.bit-box a.closebutton {
	position: absolute;
	display: block;
	height: 12px;
	right: 0px;
	top: 1px;
	width: 14px;
	font-size: 1px;
	background: url('http://static.socialgo.com/icons/bullet_toggle_minus.png');
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.socialgo.com/icons/bullet_toggle_minus.png');
}

li#autocomplete-list #userlist-box {
	display: none;
	position: absolute;
	width: 512px;
	background: #eee;
}

li#autocomplete-list #userlist-box .default {
	padding: 5px 7px;
	font-size: 11px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
}

li#autocomplete-list #userlist-box ul {
	display: none;
	margin: 0;
	padding: 0;
}

li#autocomplete-list #userlist-box ul li {
	padding: 5px 12px;
	margin: 0;
	list-style-type: none;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	font-size: 11px;
}

li#autocomplete-list #userlist-box ul li em {
	font-weight: bold;
	font-style: normal;
	background: #ccc;
}

li#autocomplete-list #userlist-box ul li.auto-focus {
	background: #4173CC;
	color: #fff;
}

li#autocomplete-list #userlist-box ul li.auto-focus em {
	background: none;
}

div#box-guest li#autocomplete-list {
	float: left;
	width: 150px;
}

div#box-guest div.available_friends ul#user_list {
	overflow-y: auto;
	height: 200px;
	margin-right: 10px;
}

div#box-guest div.available_friends {
	width: 250px;
}

div#box-guest div.available_friends,
div#box-guest div.email_friends,
div#box-guest div.invite_friends {
	font-size: 11px;
	margin-top: 10px;
	float: left;
}

div#box-guest div.invite_friends {
	width: 220px;
}

div#box-guest div.attending {
	font-size: 11px;
	margin-left: 10px;
}

div#box-guest li#autocomplete-list #userlist-box {
	width: 212px;
}

div#box-guest li#autocomplete-list ul.holder {
	width: 200px;
}

div#box-guest li#autocomplete-list ul.holder li.bit-box {
	width: 180px;
}

div#box-guest #user_list li.user-new a {
	position: relative;
	height: 12px;
	left: 0px;
	top: 1px;
	width: 14px;
	font-size: 11px;
	padding-left: 15px;
	background: url('http://static.socialgo.com/icons/bullet_add.png');
	background-repeat: no-repeat;
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.socialgo.com/icons/bullet_add.png');
}

/* @end */

/* @file main.css */

/*------------------------------------------------------------------
	[Main Stylesheet]
	
	Project: SocialGO
	Revision: <%build%>
	Version: 1.0
	Last Change: <%svn-last-changed-date%> [<%svn-last-changed-revision%> - <%svn-last-changed-author%>]
-------------------------------------------------------------------*/

/* @group Base Styles */

body, td, th, textarea, h1, h2, h3, h4, h5, h6 {
	font: 83%/1.4em "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 180%;
	font-weight: normal;
}

h2 {
	font-size: 155%;
	font-weight: normal;
}

h3 {
	font-size: 135%;
	font-weight: normal;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-weight: italic;
}

input {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	_border: none;
	font-size: 1.3em;
	margin: 0px 10px 8px 0px;
}

/* @end */

/* @group Header Styles */

div#wrapper-header-outer {
	position: relative;
}

div#wrapper-header-outer.has-full-header-image {
	border: none;
	padding: 0;
}

div#wrapper-header-outer.has-body-header-image {
	border: none;
	padding-bottom: 0px;
}

div#wrapper-header-inner {
	width: 100%;
}

div#wrapper-header-inner.has-full-header-image,
div#wrapper-header-inner.has-body-header-image {
	margin: 0;
}

div#wrapper-header {
	margin: 0px auto;
	width: 985px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

div#wrapper-header.has-body-header-image {
	padding-right: 0px;
	padding-left: 0px;
}

div#header {
	
}

div#header h1 {
	
}

div#header h1 a {
	font-size: 0;
	font-weight: bold;
	line-height: 150px;
	color: #fff;
}

div#header h1 img {
	
}

div#search-bar-background {
	
}

div#search-bar-background.has-full-header-image,
div#search-bar-background.has-body-header-image {
	border-width: 1px;
	margin-left: 4px;
	height: 0;
	visibility: hidden;
}

/* @end */

/* @group Main Navigation Styles */

div#navigation-wrapper {
	position: relative;
	margin-top: -88px;
	background:transparent url(http://sogodocs.s3.amazonaws.com/kwik/Assets/Images/nav-background.png) repeat-x scroll 0 0;	
	width: 715px;
	height: 50px;
	margin-left: 60px;
	*margin-bottom: 30px;
}

ul#main-navigation {
	margin-bottom: 0px;
	width: 520px;
	margin-left: 15px;
	margin-top: 10px;
	padding-top: 4px;
}

ul#main-navigation li {
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
	margin-left: 0px;
	border-right-style: solid;
	margin-top: 0;
	font-size: 12px;
}

ul#main-navigation li a:link,
ul#main-navigation li a:visited,
ul#main-navigation li a:hover,
ul#main-navigation li a:active {
	display: block;
	padding: 12px 10px 10px 10px;
	*padding: 1px 10px 10px 10px;
}

ul#main-navigation li:hover {
	
}

ul#main-navigation li a:hover {
	text-decoration: none;
}

ul#main-navigation li.nav-selected {
	
}

ul#main-navigation li.nav-selected a {
	
}

/* @end */

/* @group Main Content Styles */

div#wrapper-container {
	width: 985px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

div#body-container {
	width: 985px;
}

div#container {
	float: left;
	/*

* Minimum Height of the Main Content
	 * Match this with the sidebar width
	 */
	min-height: 350px;
	width: 770px;
}

div.right.clearfix.photo-single-info {
	width: 195px;
	overflow: hidden;
}

div#main-content {
	margin-top: 10px;
	clear: both;
}

/* @end */

/* @group Sub Navigation Styles */

ul#sub-navigation,
ul.sub-navigation {
	margin-bottom: 10px;
	padding-top: 6px;
	font-size: 12px;
	border-bottom: 2px solid #fff;
}

ul#sub-navigation li,
ul.sub-navigation li {
	display: block;
	float: left;
	height: 16px;
	line-height: 14px;
	margin: 2px 3px 0px 3px;
	padding: 3px 6px 4px 6px;
}

ul#sub-navigation li.nav-selected,
ul.sub-navigation li.nav-selected {
	margin: 2px 3px 0px 1px;
}

ul#sub-navigation li.nav-selected a,
ul.sub-navigation li.nav-selected a {
	
}

ul#sub-navigation li.right,
ul.sub-navigation li.right {
	float: right;
}

/* @end */

/* @group MICRO Navigation Styles */

ul.micro-navigation {
	margin-bottom: 3px;
	font-size: 12px;
}

ul.micro-navigation li {
	display: block;
	float: left;
	margin: 2px 3px 0px 3px;
	padding: 1px 3px;
}

ul.micro-navigation li.nav-selected {
	margin: 2px 3px 0px 1px;
}

ul.micro-navigation li.nav-selected a {
	font-size: 13px;
	padding: 11px;
}

ul.micro-navigation li.right {
	float: right;
}

/* @end */

/* @group Sidebar Styles */

div#sidebar {
	float: left;
	position: relative;
	z-index: 90;
	margin-left: 20px;
	margin-top: 20px;
}

/* @end */

/* @group Sidebar Search Styles */

form#theform-search {
	height: 32px;
	padding: 4px;
	width: 176px;
	margin: 10px 0px;
}

div.search-input {
	width: 145px;
}

form#theform-search input {
	border-right: none;
	font-size: 13px;
	margin: 0px;
	width: 145px;
}

div.search-button {
	background-color: #FFFFFF;
	border-left: none;
	height: 16px;
	padding: 4px 0px 4px 1px;
	width: 20px;
}

div.search-button a {
	cursor: pointer;
	height: 14px;
	width: 16px;
}

div.search-button a:hover {
	text-decoration: none;
}

/* @end */

/* @group Sidebar User Account Styles */

div#sb-user-account {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#sb-search-bar {
	z-index: 3;
}

div#sb-user-account div.user-photo {
	float: left;
	height: 35px;
	position: relative;
	width: 35px;
	margin-left: 1px;
}

div#sb-user-account div.user-photo a {
	float: left;
}

div#sb-user-account div.user-photo a:hover {
	cursor: pointer;
	text-decoration: none;
}

div#sb-user-account span#user-photo-change {
	background-color: #000000;
	color: #FFFFFF;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 40px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0px;
	width: 40px;
	/*

CSS Opacity for all browsers */
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.7;
}

div#sb-user-account span#user-photo-change img {
	float: left;
	margin-bottom: 0px;
	margin-right: 0px;
}

div#sb-user-account h2.user-nickname {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	overflow: hidden;
	/*

ONLY IF THE USER NAME SPANS ONE LINE ... */


/*

padding-top: 7px;*/
	width: 115px;
}

#sb-user-account h2.user-nickname.right a {
	
}

#sb-user-account div.user-quick-options span.user-logout a {
	
}

#toggle-help a {
	
}

#sb-user-account div.user-photo a img.photo {
	height: 35px;
	width: 35px;
}

div#sb-user-account div.user-quick-options {
	font-size: 11px;
	margin-left: 60px;
}

/* @end */

/* @group Sidebar Big Link Style */

div.sb-big-link {
	margin-bottom: 5px;
	padding: 0px 5px;
}

#sb-current-status {
	margin-top: 20px;
}

div.sb-big-link a {
	cursor: pointer;
}

div.sb-big-link a:hover {
	text-decoration: none;
}

div.sb-big-link div.big-link-block {
	border-style: solid;
	border-width: 1px;
	height: 20px;
	padding: 5px 10px;
}

div.sb-big-link div.big-link-block div.icon {
	float: left;
	margin: 2px 10px 0px 0px;
}

div.sb-big-link div.big-link-block div.text {
	float: left;
	font-size: 12px;
	line-height: 22px;
}

div.sb-big-link div.big-link-block div.arrow {
	display: block;
	float: right;
	margin-top: -1px;
}

div#sb-invite-contacts.sb-big-link div.big-link-block div.arrow {
	margin-top: 1px;
}

/* @end */

/* @group Manage Account Dropdown */

ul#manage-dropdown li {
	border-style: solid;
	border-width: 1px;
	border-top: none;
	padding: 4px 8px;
}

ul#manage-dropdown li a:hover {
	text-decoration: none;
}

ul#manage-dropdown li div.manage-icon {
	display: block;
	float: left;
	margin: 1px 8px 0px 0px;
	width: 16px;
}

ul#manage-dropdown li div.manage-text {
	float: left;
	font-size: 11px;
	margin-top: 1px;
}

/* @end */

/* @group Sidebar Box Styles */

div.sidebar-box {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #d8f4a2;
}

div#sb-signup.sidebar-box {
	margin-bottom: 0;
	background-color: #6da31d;
	color: #fff;
	-moz-border-radius: 0ex !important;
	-webkit-border-radius: 0ex !important;
}

#comments-list {
	width: 475px;
}
div.sidebar-box a.sb-action {
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 5px;
	margin-top: -22px;
}

a.sb-action {
}

div.sidebar-box a.sb-action:hover {
	text-decoration: none;
}

/* @end */

/* @group Sidebar Current Status Styles */

div#sb-current-status-wrapper {
	width: 177px;
}

div#sb-current-status-change div {
	width: 165px;
}

div#sb-current-status-text,
div#sb-current-status-input {
	font-size: 12px;
	font-weight: normal;
	padding: 4px;
}

#sb-current-status-text {
	overflow: hidden;
}

div#sb-current-status-input input {
	width: 155px;
}

/* @end */

/* @group Sidebar Inbox Styles */

ul#sb-inbox-list li,
ul#sb-moderate-list li {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	padding: 4px 8px;
}

ul#sb-moderate-list li.no-moderate-items {
	text-align: center;
}

ul#sb-inbox-list li a:hover,
ul#sb-moderate-list li a:hover {
	text-decoration: none;
}

ul#sb-inbox-list li a div.inbox-icon,
ul#sb-moderate-list li a div.inbox-icon {
	display: block;
	float: left;
	margin: 1px 6px 0px 0px;
}

ul#sb-inbox-list li a div.inbox-text,
ul#sb-moderate-list li a div.inbox-text {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

#sb-inbox-list li a div.inbox-text {
	
}

ul#sb-inbox-list li a div.inbox-unread,
ul#sb-moderate-list li a div.inbox-unread {
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	margin: -20px -5px 0px 0px;
	padding: 0px 4px;
	text-align: center;
	width: 24px;
}

ul#sb-inbox-list li.unread,
ul#sb-moderate-list li.unread {
	background-color: rgb(255, 249, 215);
}

ul#sb-inbox-list li.unread:hover,
ul#sb-moderate-list li.unread:hover {
	background-color: rgb(245, 239, 205);
}

ul#sb-inbox-list li.unread a,
ul#sb-moderate-list li.unread a {
}

/* @end */

/* @group Sidebar Add New Styles */

ul#sb-add-list {
	padding: 4px 0px 0px 6px;
	border-bottom: 0px solid #fff;
}

ul#sb-add-list li {
	display: block;
	float: left;
	height: 54px;
	margin-right: 3px;
	margin-bottom: 5px;
	width: 52px;
}

ul#sb-add-list li a {
	display: block;
	height: 54px;
	width: 52px;
}

ul#sb-add-list li a:hover {
	cursor: pointer;
	text-decoration: none;
}

ul#sb-add-list li div.add-icon {
	margin: 3px 10px 0px 10px;
}

ul#sb-add-list li div.add-text {
	font-size: 11px;
	margin-top: -4px;
	padding-bottom: 2px;
	text-align: center;
	width: 52px;
}

/* @end */

/* @group Sidebar Friends Online Styles */

ul#sb-friends-list li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	min-height: 22px;
	padding: 4px;
	position: relative;
	width: 169px;
	margin-left: 4px;
}

ul#sb-friends-list li.no-friends {
	text-align: center;
}

ul#sb-friends-list li a:hover {
	text-decoration: none;
}

ul#sb-friends-list li div.friends-icon {
	display: block;
	float: left;
	margin: 1px 6px 0px 0px;
}

ul#sb-friends-list li div.friends-text {
	line-height: 21px;
}

div#sidebar a.start-chat {
	display: block;
	float: right;
	margin-top: 2px;
	position: absolute;
	right: 4px;
}

div#sidebar a.start-chat:hover {
	cursor: pointer;
}

div#sidebar a.start-chat span.front {
	display: block;
	float: left;
	height: 18px;
	width: 5px;
}

div#sidebar a.start-chat span.middle {
	display: block;
	float: left;
	height: 18px;
	width: 16px;
}

div#sidebar a.start-chat span.end {
	display: block;
	float: left;
	height: 18px;
	width: 5px;
}

/* @end */

/* @group Sidebar Upcoming Events Styles */

ul#sb-upcoming-list li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	min-height: 22px;
	padding: 6px;
}

ul#sb-upcoming-list li a:hover {
	cursor: pointer;
	text-decoration: none;
}

ul#sb-upcoming-list li div.event-today {
	display: block;
	float: right;
	margin: 3px -2px 0px 0px;
}

ul#sb-upcoming-list li div.event-title {
	height: 20px;
	overflow: hidden;
	width: 163px;
}

ul#sb-upcoming-list li div.event-title.today {
	width: 100px;
}

ul#sb-upcoming-list li div.event-text {
	font-size: 11px;
	margin-top: -5px;
}

ul#sb-upcoming-list li div.no-events {
	text-align: center;
}

/* @end */

/* @group Temp : Report A Bug Styles */

div#sb-report-bug div.sidebar-box-content {
	padding: 10px;
}

/* @end */

/* @group Footer Styles */

div#footer {
	padding-bottom: 0px;
	width: 985px;
	background: #fff url(http://ownerscss.s3.amazonaws.com/img/footer-bg.png) no-repeat;
}

div#footer.show-content-background {
	width: 975px;
}

div#footer-powered-by {
	height: 55px;
	background-color: transparent;
	width: 925px;
	margin-left: 30px;
}

ul#footer-links {
	float: right;
	text-transform: lowercase;
	padding-right: 5px;
}

ul#footer-links li {
	float: left;
	font-size: 11px;
	line-height: 30px;
	margin: 13px 7px 10px 7px;
}

#footer-links li a {
	color: #808080;
}

/* @end */

.left,
.grid-left {
	float: left;
}

.right,
.grid-right {
	float: right;
}

.hide {
	display: none;
}

/* @group Lightbox Styles */

div.lightbox-overlay {
	display: none;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

div.lightbox-wrapper {
	display: none;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
}

div.lightbox {
	background-color: #FFFFFF;
	border: 2px solid #DDDDDD;
	color: #000000;
	display: none;
	margin: 0px auto;
	padding: 5px;
	position: absolute;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.lightbox div.lightbox-close-button a {
	background-image: url('http://ownerscss.s3.amazonaws.com/www/lightbox/lightbox-close.png');
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/www/lightbox/lightbox-close.png')
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 25px;
	left: -13px;
	position: absolute;
	top: -11px;
	width: 25px;
}

div.lightbox-content {
	display: block;
	height: 100%;
	width: 100%;
}

div.lightbox-content-box {
	margin-bottom: 0px;
}

/* @end */

/* @group Notices */

.info-notice,
.alert-notice,
.error-notice {
	background-color: #DFF4FF;
	border: 1px solid #72A0B6;
	color: #333333;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

.alert-notice {
	background-color: #FFFFE0;
	border: 1px solid #E6DB55;
}

.error-notice {
	background-color: #FFEBE8;
	border: 1px solid #CC0000;
}

.info-notice h5,
.alert-notice h5,
.error-notice h5 {
	font-size: 13px;
	font-weight: bold;
}

form .error-notice {
	display: none;
}

/* @end */

/* @group Form Errors */

.input-error {
	background-color: #FFEBE8 !important;
	border: 1px solid #CC0000 !important;
}

/* @end */

/* @group Self Clearing Floats */

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

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

/* @end */

/* @end */

/* @file structure.css */

.entry-body ul {
	list-style-type: disc;
	margin: 0px 0px 10px 10px;
}

.entry-body ol {
	list-style-type: decimal;
	margin: 0px 0px 10px 10px;
}

table, td, tr {
	vertical-align: top;
}

/* @group Main Content Styles */

#main-content {
	margin-left: 20px;
	padding-top: 5px;
}

#main-content h2.form-title {
	margin: 0px 10px 10px 10px;
	padding: 5px;
}

#main-content h2.form-title a.edit {
	font-size: 12px;
	line-height: 8px;
	margin-left: 10px;
}

/* @end */

/* @group Content Box Styles */

.content-box {
	margin-bottom: 20px;
	padding: 0;
}

div#members-list.content-box {
	background-color: #fff;
}

div#videos-list.content-box {
	background-color: #fff;
}

.custom ol {
	list-style-type: decimal;
	margin-left: 30px;
}

.custom ul {
	list-style-type: disc;
	margin-left: 30px;
}

.code-box {
	border: solid #ccc 1px;
	background-color: #fafafa;
	margin: 3px;
	padding: 5px;
}

.code-box h4 {
	text-align: left;
}

/* All the no-heading content boxes */

#profile-about,
#members-home-list,
#groups-home-list,
#groups-top-list,
#events-home-list,
#profile-interact,
#magazine-list {
	border: none;
	padding: 7px;
}

div#profile-interact.content-box {
	margin: 0 0 10px;
	padding: 0px;
	background-color: #fff;
}

.month {
	font-size: 14px !important;
	margin-right: 1px;
	font-weight: bold;
}

.day {
	font-size: 14px !important;
}

#magazine-list {
	padding: 10px 15px 20px;
	background-color: #e4e4e4 !important;
}


#welcome-list {
	padding: 7px;
}

#members-home-list,
#groups-home-list,
#events-home-list,
#magazine-list {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	margin-bottom: 20px;
}

#welcome-list {
	margin-bottom: 5px;
}

#groups-home-list,
#events-home-list {
	padding: 0px;
}

.content-box h2 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 28px;
	border: none;
	text-align: center;
}

}

#what-now h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: normal;
	line-height: 24px;
	margin: 5px;
	padding-bottom: 5px;
}

#what-now a {
}

#what-now h3 img {
	float: left;
	margin-right: 5px;
}

.content-box-content {
	padding: 10px;
}

#groups-list div.content-box-content {
	background-color: #fff;
}

#zone-f div.content-box {
	padding-bottom: 0px;
}

#forum-index-list div.content-box-content {
	background-color: #fff;
}

/* All the no-heading content boxes */

#profile-about .content-box-content,
#profile-location .content-box-content,
#members-home-list .content-box-content,
#profile-interact .content-box-content,
#groups-home-list .content-box-content
#events-home-list .content-box-content,
#magazine-list .content-box-content {
	margin: 0 0px;
	padding: 0;
	background-color: #fff;
}

#members-list div.content-box-content {
	background-color: #fff;
}

#videos-list div.content-box-content {
	background-color: #fff;
}

#zone-f div.content-box.clearfix {
}

#profile-location .content-box-content {
	padding: 7px;
}

.content-box h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.content-box-content p {
	line-height: 18px;
	margin-bottom: 10px;
	text-align: left;
}

/* @end */

/* @group Event/Group/Member Profile Detail Styles */

.profile-details-box {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 0px dotted #b4b4b4;
	border-top: 1px dotted #b0b0b0;
}

.profile-details-box h5 {
	font-family: "Helvetica Neue", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;

}

.quick-info {
	border: none;
	margin-left: 5px;
}

.quick-info h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
}

.details-info {
	margin-bottom: 0px;
}

.custom-questions {
	font-size: 11px;
	margin: 10px 0px 0px 5px;
}

.profile-info-question {
	font-weight: bold;
	margin-bottom: 2px;
}

.profile-info-answer {
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.videos-album-list {
	text-align: center;
}

.videos-album-list li.video_item {
	height: 135px;
	width: 345px;
	margin-right: 10px;
	margin-left: 5px;
	float: left;
	position: relative;
}

div.content-box-content.tagcloud.clearfix {
	
}

#photos-list div.content-box-content {
	background-color: #fff;
}

li.video_item div.video_thumb {
	background-image: url(http://static.socialgo.com/icons/custom/no-video.png);
	float: left;
}

li.video_item div.video_thumb,
li.video_item div.video_thumb img {
	width: 130px;
	height: 97px;
	margin-right: 10px;
}

li.video_item .moderate-block {
	background-color: #EEEEEE;
	position: absolute;
	height: 99px;
	padding: 2px;
	float: left;
	top: 1px;
	left: 1px;
	width: 15px;
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

li.video_item .moderate-block img {
	width: 16px;
	height: 16px;
}

li.video_item div.video_infos {
	height: 90px;
	float: left;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
	width: 195px;
}


div.side_tools {
	margin-bottom: 10px;
	float: left;
	width: 110px;
}

li.video_item div.video_infos div.video_title,
li.video_item div.video_infos div.video_by,
li.video_item div.video_infos div.video_stats {
	overflow: hidden;
	width: 140px;
	float: left;
}

#main-content div.content-box.twelve.clearfix div.content-box-content.left div.side_tools.right.clearfix div.rating-box.side_tools.left h2 {
	
}

#comments-list h2 {
	
}

li.video_item div.video_infos div.video_title {
	font-weight: bold;
	font-size: 12px;
	height: 18px;
}

li.video_item div.video_infos div.video_by {
	height: 48px;
}

li.video_item div.video_infos div.video_stats {
	height: 15px;
}

li.video_item div.video_thumb div.video_duration {
	background-color: #000000;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
	padding: 0 2px 1px;
	height: 12px;
	position: absolute;
	right: 221px;
	top: 83px;
	_top: 80px;
	font-size: 10px;
	color: #FFFFFF;
}

li.video_item:hover div.video_thumb:hover div.play_button {
	background: url(http://static.socialgo.com/icons/mini_play.png);
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0.8;
	left: 54px;
	top: 38px;
	width: 24px;
	height: 24px;
}

li.video_item div.video_infos div.select_video {
	float: right;
	text-align: right;
	width: 100px;
	height: 16px;
}

li.video_item div.video_infos div.video_by a {
	font-weight: bold;
}

li.video_item.small div.video_thumb {
	background-image: none;
}

li.video_item.small div.video_thumb,
li.video_item.small div.video_thumb img {
	position: relative;
	height: 60px;
	width: 80px;
	float: left;
}

li.video_item.small div.video_infos {
	width: 125px;
	height: 72px;
	overflow: hidden;
}

li.video_item.small div.video_infos div.video_by {
	height: 15px;
}

li.video_item.small div.video_duration {
	right: 1px !important;
	top: 46px !important;
	_top: 43px !important;
}

li.video_item.small div.video_infos div.video_title {
	font-size: 11px;
	height: 15px;
}

div.video_tools {
	width: 225px;
}

/* @end */

/* default welcome styles */

#welcome-default td {
	vertical-align: middle;
}

#welcome-default h1 {
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 22px;
	line-height: normal;
}

#welcome-default .feature-title {
	font-size: 16px;
}

#welcome-default .feature-desc {
	font-weight: 13px;
}

#welcome-default img {
	padding: 0px 5px 5px 0px;
}

#welcome-list {
	font-size: 16px;
}

#welcome-left p {
	font-size: 16px;
}

#welcome-right table {
	border: 0px;
}

/* end default welcome styles */

/* @group Search Listing Styles */

.search-listing {
	padding: 10px 15px;
}

.search-listing li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px dotted #a5a5a5;
}

.search-listing .listing-photo {
	float: left;
	margin-right: 10px;
	height: 50px;
}

.search-listing .listing-photo img {
	max-width: 50px;
}

.search-listing h3, .search-listing h3 a {
	float: left;
	font-size: 22px;
	line-height: 25px;
	width: 375px;
	color: #65a212;
	font-weight: bold;
}

.search-listing .member-online {
	color: green;
	float: left;
	line-height: 25px;
	margin: 0px 10px 0px 0px;
	width: 75px;
}

.search-listing .strapline {
	float: left;
	font-weight: bold;
	line-height: 20px;
	width: 450px;
}

.search-listing .listing-questions {
	float: left;
	width: 450px;
}

.search-listing .listing-questions li {
	border: none;
	float: left;
	font-size: 11px;
	line-height: 20px;
	margin: 0px 0px;
	padding: 0px;
	width: 300px;
}

.search-listing .listing-questions li strong {
	font-weight: bold;
}

.search-listing .listing-questions li .closed {
	float: left;
	margin-right: 5px;
}

.search-listing .interact-links {
	float: right;
	margin: 0px;
	padding: 0px 10px;
	width: 125px;
}

.search-listing .interact-links li {
	border-bottom: none;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 11px;
	margin: 0px;
	padding: 2px 5px;
	border-color: #b6b6b6;
}

.search-listing .interact-links li.interact-view-profile {
	border-top: none;
}

.search-listing .interact-links li:hover {
	cursor: pointer;
}

.search-listing .interact-links li a:hover {
	text-decoration: none;
}

/* @end */

/* @group Basic Profile List Styles */

.photos-list,
.members-list {
	margin: 0px auto;
	text-align: center;
	width: 389px;
}

.photos-list {
	width: 440px;
}

.photos-list li,
.members-list li {
	float: left;
	text-align: center;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 10px;
	width: 50px;
}

.members-list img {
	height: 50px;
	width: 50px;
}

.photos-list li {
	height: 80px;
	width: 80px;
	padding: 2px;
}

.members-list li span {
	display: block;
	margin-top: 3px;
}

.members-list li span a {
	font-weight: bold;
}

/* @end */

/* @group Wall Post Styles */

.wall-posts li {
	margin: 10px 0px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #aaa;
}

.wall-post .user-photo {
	float: left;
	margin: 0px 5px 0px 0px;
}

.wall-post .user-photo img.photo {
	width: 30px;
	height: 30px;
}

.wall-post .who-when {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}

.wall-post .content {
	line-height: 18px;
	width: 90%;
	float: left;
}

.wall-post .content p {
	font-size: 11px;
	margin: 0px;
}

.wall-post .wall-post-actions {
	float: right;
	font-size: 11px;
	height: 20px;
}

/* @end */

/* @group Photo View Styles */

.photo-info {
	float: left;
	margin-top: 4px;
	width: 440px;
}

.photo-info h3 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
}

.photo-info h3 strong {
	font-weight: bold;
}

.photo-info-links {
	font-size: 12px;
}

#photo-single .photos-list {
	float: right;
	width: 300px;
}

.description {
	padding: 10px;
	text-align: center;
}

/* @end */

/* @group Blog Styles */

.blog-list li {
	margin: 20px 0px;
	background-color: #f0f0f0;
	padding: 5px;
}

.blog-list li h3 {
	line-height: 1.5em;
}

.blog-post h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 8px 0px;
	border-bottom: none;
	line-height: 14px;
}

.blog-post h3 .icon {
	margin: 3px 5px 0px 0px;
}

.blog-post h3 a.edit {
	font-size: 12px;
	margin-left: 10px;
}

.blog-post .post-time {
	float: right;
	font-size: 10px;
	margin-top: -15px;
}

.blog-post .post-time strong {
	font-weight: bold;
}

.blog-post .post-comments {
	float: left;
	font-size: 11px;
	padding: 0px 0px 2px 0px;
}

.blog-post .post-comments strong {
	font-size: bold;
}

.blog-post .post-tags {
	float: right;
	font-size: 11px;
	padding: 0px 0px 2px 18px;
}

.blog-entry h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
}

.blog-entry h3 a {
	color: #759f21;
}

.blog-entry .entry-stats {
	font-size: 11px;
	line-height: 16px;
}

.blog-entry .entry-body {
	margin-bottom: 10px;
	padding: 10px 0;
	color: #333;
}

.entry-body img {
	max-width: 480px;
}

/* @end */

/* @group Profile Group List */

.profile-group-list li.group-list-item {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 13px;
	padding-bottom: 10px;
}

.group-list-info {
	float: left;
}

.group-list-info .title {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-top: 3px;
	width: 225px;
}

.group-list-members {
	float: right;
	font-size: 9px;
	height: 20px;
	text-transform: uppercase;
	text-align: right;
}

.group-list-members strong {
	float: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
}

.group-list-members span {
	line-height: 23px;
	margin-left: 2px;
}

/* @end */

/* @group Inbox List Styles */

#theform-inbox {
	width: 770px;
}

#message-items {
	display: block;
	width: 750px;
}

#message-items th {
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px;
	vertical-align: top;
}

#umc-notices .unread, #message-items tr.unread, #theform-inbox .unread {
	background-color: #FFF9D7!important;
	color: #000;
	padding: 5px;
}

.umc-request-item {
	padding: 10px 0px;
	font-size: 12px;
}

.unread a {
	color: #333333 !important;
}

#message-items .check {
	display: block;
	text-align: center;
	width: 30px;
}

#message-items td {
	padding: 7px 0px;
	vertical-align: top;
}

#message-items td a {
	display: block;
	text-decoration: none;
	width: 100%;
}

#message-items td a span {
	display: block;
	font-size: 11px;
}

#message-items td.check {
	padding-top: 14px;
}

#message-items .check img {
	cursor: pointer;
}

#message-items td.image {
	padding-top: 10px
}

#message-items .image {
	width: 30px;
}

#message-items .image {
	padding-left: 15px;
	padding-right: 5px;
	text-align: center;
}

#message-items .image img {
	height: 20px;
	width: 20px;
}

#message-items .sender {
	width: 130px;
}

#message-items td.sender {
	font-size: 12px;
	line-height: 25px;
	padding: 8px 0px 0px 3px;
}

#message-items td.sender span {
	display: inline;
	font-weight: bold;
}

#message-items td.sender em {
	display: block;
	font-style: normal;
	overflow: hidden;
	width: 110px;
}

#message-items .subject {
	width: 385px;
}

#message-items td.subject {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: -8px;
	padding-right: 10px;
	overflow: hidden;
	white-space: nowrap;
}

/* Really Ugly CSS Hack for Safari */

@media screen and (-webkit-min-device-pixel-ratio:0) {

#message-items td.subject {
	margin-top: 0px;
}

}

/* End Ugly CSS Hack for Safari */

#message-items td.noreply {
	display: block;
	line-height: 22px;
}

#message-items .subject a em {
	font-size: 11px;
	font-weight: normal;
}

#message-items td.subject a span {
	font-size: 10px;
	font-weight: normal;
}

#message-items td.date {
	font-size: 11px;
	line-height: 28px;
	margin-right: 25px;
	padding-top: 10px;
}

#message-items .date {
	width: 175px;
}

#message-items td.delete {
	padding-top: 15px;
	text-align: center;
	width: 30px;
}

#message-items .delete {
	width: 30px;
}

#message-table-bottom {
	margin-bottom: 10px;
	padding: 8px 25px 8px 0px;
	text-align: right;
}

#message-actions {
	float: right;
	width: auto;
}

#message-actions li {
	display: inline;
	float: left;
}

#message-actions li a {
	display: block;
	margin-top: 5px;
}

#message-actions li select {
	margin-bottom: 0px;
}

#message-actions li span {
	float: left;
	margin: 5px 8px 0px 0px;
}

/* @end */

/*
#request-items {
	border-top: none;
	margin-bottom: 10px;
	width: 100%;
}
#request-items th {
	background-color: #F5F5F5;
	font-size: 12px;
	font-weight: bold;
	padding:  0px;
	vertical-align: top;
}
#request-items th.sender {
	padding-left: 5px;
}
#request-items td {
	padding: 5px 0px;
	vertical-align: top;
}
#request-items td.sender {
	padding-top: 7px;
	text-align: center;
	width: 90px;
}
#request-items td.details {
	padding-left: 10px;
	padding-top: 15px;
}
#request-items td.details h4 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}
#request-items td.details p {
	color: #555555;
	font-size: 11px;
	margin: 0px;
}
#request-items td.action {
	float: right;
	padding-top: 20px;
}
#request-items td .buttons {
	width: 200px;
}
.message input {
	float: left;
	margin: 10px 5px 0px 0px;
}
.message .user-from,
.message .user-to {
	float: left;
	font-size: 13px;
	overflow: hidden;
	width: 200px;
}
.message .user-from .user img,
.message .user-to .user img {
	margin: 4px;
	max-height: 22px;
	vertical-align: middle;
	width: 20px;
}
.message .title {
	float: left;
	font-size: 15px;
	height: 25px;
	overflow: hidden;
	width: 405px;
}
.message h2 {
	float: left;
	line-height: 30px;
}
.message h2 a:link,
.message h2 a:visited,
.message h2 a:hover,
.message h2 a:active {
	font-weight: bold;
}
.message .message-preview {
	font-size: 12px;
	height: 30px;
	line-height: 33px;
	overflow: hidden;
	text-indent: 5px;
}
.message .created {
	float: right;
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
	width: 75px;
}
.message .created strong {
	font-weight: bold;
}
/* @end */

/* @group Lightbox Form Styles */

.lightbox-content-box {
	background-color: #ccc;
}

/* @end */

/* @group Uploaded Entities List */

.upload-entity-list li .upload-preview {
	float: left;
	margin-right: 10px;
}

.upload-entity-list li .edit-upload-info {
	float: left;
	width: 360px;
}

.upload-entity-list li .upload-permissions {
	float: right;
}

#blog-create-upload {
	margin: 10px 0px;
}

.inline-upload h2 {
	margin-top: 0px;
}

/* @end */

/* @group Activity List Styles */

.activity-list li {
	margin: 0px 0px 8px 0px;
}

ul.activity-list {
	
}

.activity-list .activity-delete {
	display: none;
	width: 15px;
	height: 16px;
	float: right;
	text-align: right;
}

/*.activity-list li:hover .activity-when {
display:none;
}*/

.activity-list li .activity-delete {
	display: none;
}

.activity-list li:hover .activity-delete {
	display: block;
}

.activity-list .activity-picture .photo {
	width: 30px;
	height: 30px;
}

.activity-text {
	font-size: 11px;
	padding: 5px!important;
}

.activity-text a {
	font-weight: bold;
}

.activity-icon {
	float: left;
	margin-right: 8px;
}

.activity-when, .activity-delete {
	float: right;
	text-align: right;
	width: 80px;
}

.activity-text blockquote {
	margin: 5px 0px 0px 5px;
	width: 385px;
	clear: both;
	float: left;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

.activity-when, .activity-delete {
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

.activity-picture {
	float: right;
}

.activity-pictures {
	padding-left: 10px;
}

.activity-pictures img {
	padding: 5px;
	border: 0px;
	width: 50px;
	height: 50px;
}

.activity-list .video-photo {
	padding: 4px;
	max-width: 130px;
	_width: 130px;
	overflow-x: hidden;
	display: block;
}

.activity-list .video-desc {
	margin-left: 10px;
}

.activity-list h3 {
	font-weight: bold;
	font-size: 11px;
}

.activity-list span {
	
}

/* @end */

/* @group Pagination Styles */

.pagination {
	margin-bottom: 5px;
	height: 20px;
}

.pagination-desc {
	float: left;
}

.pagination-desc strong,
.pagination-links strong {
	font-weight: bold;
}

.pagination-links {
	float: right;
}

.pagination-links li {
	display: inline;
	margin: 0px 2px;
	border-style: none;
}

.pagination-links li a.nav-selected {
	font-weight: bold;
}

/* @end */

/* @group Previous and Next Styles */

.arrow-left {
	display: block;
	height: 75px;
	float: left;
	text-align: center;
	width: 30px;
}

.arrow-right {
	display: block;
	height: 75px;
	float: right;
	text-align: center;
	width: 30px;
}

.picture-carousel .arrow-left,
.picture-carousel .arrow-right {
	height: 45px;
	padding-top: 26px;
}

.picture-carousel .arrow-left {
	margin-right: 5px;
}

/* @end */

/* @group Button Styles */

/* BUTTONS */

.buttons a, .buttons button {
	display: block;
	

/*flo

at:left; grr not ALL buttons will float lefT!! rather assign a class of left to them*/
    margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	white-space: nowrap;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px;


/* Links */
}

.buttons butt

on {
	width: auto;
	padding: 4px 10px 3px 7px;


/* I

E6 */
}

.buttons button[type] {
	padding: 5px 10px 5px 7px;
	/*

Firefox */
    line-height: 17px;
/* 

Safari */
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px;
/

* IE7 */
}

.buttons button img, .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

button:hover, .buttons a:hover {

}

.buttons a:active {

}

/* POSITIVE */

button.positive, .buttons a.positive {

}

.buttons a.positive:hover, button.positive:hover {

}

.buttons a.positive:active {

	color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative {
	
}

#sb-signin .buttons {
	color: #fff;
	font-size: 18px !important;
	padding-left: 10px;
	padding-right: 10px;
}

.buttons a.negative:hover, button.negative:hover {
}

.buttons a.negative:active {
}

/* @end */

/* @group Lightbox Styles */

#overlay {
	background-color: #000000;
	height: 500px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 100;
}

#lightbox {
	color: #222222;
	left: 0px;
	line-height: 18px;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 101;
}

#lightbox-close-button a {
	background-image: url('http://ownerscss.s3.amazonaws.com/www/lightbox/lightbox-close.png');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 25px;
	left: -11px;
	text-indent: -9999px;
	position: absolute;
	top: -11px;
	width: 25px;
	z-index: 999;
}

#outer-container {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px auto;
	padding: 5px;
	position: relative;
	width: 600px;
}

#inner-container {
	display: block;
	padding: 2px;
}

/* @end */

/* @group Other Styles */

/* @group admin bar */

ul#admin-bar-navigation {
	background-color: #d8f4a2;
	border-bottom: 1px solid #9ec93b;
}

ul#admin-bar-navigation li {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.2em;
	width: auto;
}

ul#admin-bar-navigation li.space {
	margin-left: 15px;
}

ul#admin-bar-navigation li a {
	background-position: 6px 50%;
	background-repeat: no-repeat;
	border-right: 1px solid #9ec93b;
	color: #425a13;
	cursor: pointer;
	display: block;
	font-size: 95%;
	font-weight: normal;
	padding: 8px;
	padding-left: 27px;
	text-decoration: none;
	width: auto;
}

ul#admin-bar-navigation li.network-setup {
	width: 140px;
}

ul#admin-bar-navigation li.network-tools {
	width: 135px;
}

ul#admin-bar-navigation li a:hover,ul#admin-bar-navigation li a.hover {
	background-color: #EFEFEF;
}

ul#admin-bar-navigation li a.active {
	background-color: #EFEFEF;
	color: #333;
	font-weight: bold;
}

ul#admin-bar-navigation li a.active:hover,ul#admin-bar-navigation li a.active.hover {
	background-color: #EFEFEF;
}

ul#admin-bar-navigation li.title a {
	padding-left: 10px;
}

ul#admin-bar-navigation li.network-setup a {
	background-image: url('http://static.socialgo.com/icons/16/37.png');
}

ul#admin-bar-navigation li.layout-manager a {
	background-image: url('http://static.socialgo.com/icons/16/56.png');
}

ul#admin-bar-navigation li.network-access a {
	background-image: url('http://static.socialgo.com/icons/16/14.png');
}

ul#admin-bar-navigation li.network-designer a {
	background-image: url('http://static.socialgo.com/icons/16/65.png');
}

ul#admin-bar-navigation li.network-details a {
	background-image: url('http://static.socialgo.com/icons/16/2.png');
}

ul#admin-bar-navigation li.profile-questions a {
	background-image: url('http://static.socialgo.com/icons/16/38.png');
}

ul#admin-bar-navigation li.account-details a {
	background-image: url('http://static.socialgo.com/icons/16/28.png');
}

ul#admin-bar-navigation li.news-feeds a {
	background-image: url('http://static.socialgo.com/icons/16/114.png');
}

ul#admin-bar-navigation li.blog-categories a {
	background-image: url('http://static.socialgo.com/icons/16/122.png');
}

ul#admin-bar-navigation li.moderate-members a {
	background-image: url('http://static.socialgo.com/icons/16/127.png');
}

ul#admin-bar-navigation li.advanced-settings a {
	background-image: url('http://static.socialgo.com/icons/16/24.png');
}

ul#admin-bar-navigation li.network-tools a {
	background-image: url('http://static.socialgo.com/icons/16/112.png');
}

ul#admin-bar-navigation li.invite-contacts a {
	background-image: url('http://static.socialgo.com/icons/16/125.png');
}

ul#admin-bar-navigation li.message-members a {
	background-image: url('http://static.socialgo.com/icons/16/75.png');
}

ul#admin-bar-navigation li.language-editor a {
	background-image: url('http://static.socialgo.com/icons/16/7.png');
}

ul#admin-bar-navigation li.export-data a {
	background-image: url('http://static.socialgo.com/icons/16/47.png');
}

ul#admin-bar-navigation li.api-access a {
	background-image: url('http://static.socialgo.com/icons/16/37.png');
}

ul#admin-bar-navigation li.member-billing a {
	background-image: url('http://static.socialgo.com/icons/16/57.png');
}

ul#admin-bar-navigation li.custom-html a {
	background-image: url('http://static.socialgo.com/icons/16/178.png');
}

ul#admin-bar-navigation li.payment-details a {
	background-image: url('http://static.socialgo.com/icons/16/57.png');
}

ul#admin-bar-navigation li.view-invoices a {
	background-image: url('http://static.socialgo.com/icons/16/128.png');
}

ul#admin-bar-navigation li.edit-card a {
	background-image: url('http://static.socialgo.com/icons/16/163.png');
}

ul#admin-bar-navigation li.change-plan a {
	background-image: url('http://static.socialgo.com/icons/16/169.png');
}

ul#admin-bar-navigation li.widget-store a {
	background-image: url('http://static.socialgo.com/icons/16/45.png');
}

ul#admin-bar-navigation li.blog a {
	background-image: url('http://static.socialgo.com/icons/16/124.png');
}

ul#admin-bar-navigation li.support a {
	background-image: url('http://static.socialgo.com/icons/16/18.png');
}

ul#admin-bar-navigation li.drop a {
	overflow: hidden;
}

ul#admin-bar-navigation li a span.link-text {
	float: left;
}

ul#admin-bar-navigation li a span.arrow {
	background: transparent url('http://ownerscss.s3.amazonaws.com/icons/custom/dropdown-black.png') left top no-repeat;
	display: block;
	float: right;
	height: 4px;
	margin-left: 4px;
	margin-top: 5px;
	width: 7px;
}

ul#admin-bar-navigation li ul {
	border: 1px solid #9ec93b;
	border-top: none;
	display: none;
	margin: 0;
	margin-left: -1px;
	overflow: hidden;
	position: absolute;
	width: 200px;
	z-index: 1001;
}

ul#admin-bar-navigation li ul li {
	border-bottom: 1px solid #9ec93b;
	float: none;
	padding: 0;
	width: 200px;
}

ul#admin-bar-navigation li ul li a {
	background: none;
	background-color: #EFEFEF;
	background-position: 5px 6px;
	background-repeat: no-repeat;
	border-top-width: 0;
	color: #333;
	letter-spacing: 0;
	margin: 0;
	padding-left: 27px;
	width: 200px;
}

ul#admin-bar-navigation li ul li a:hover {
	background-color: #E1E1E1;
}

/* @end */

.action-inform {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.action-alert {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	width: 730px;
}

.action-alert a {
	color: #000!important;
}

.action-error {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.admin-note {
	background-color: #f2feed;
	border: 1px solid #9dcf87;
	padding: 10px;
	font-size: 12px;
	color: #222;
}

.admin-note a {
	color: black;
}

.admin-note p {
	float: left;
	width: 400px;
	padding: 8px 0px 0px 10px;
}

.admin-note img {
	float: left;
}

.ajax-loading {
	opacity: 0.8;
	position: absolute;
}

.loading {
	background: url(/www/ajax-loader.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.left {
	float: left;
}

.hide {
	display: none;
}

.icon {
	float: left;
	margin-right: 5px;
}

.icon-wrong {
	left: -4px;
	position: relative;
	top: -7px;
}

.more {
	float: right;
	font-size: 11px;
	font-family: "Helvetica Neue", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 3px;
}

.more_rss {
	float: left;
	font-size: 11px;
	font-family: "Helvetica Neue", Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.more_rss img {
	margin: 2px 5px -2px 0px;
}

.status-online {
	/*

replace with image ? */
	color: green;
	float: right;
	margin-right: 5px;
	text-align: right;
}

.status-away {
	/*

replace with image ? */
	color: orange;
	float: right;
	margin-right: 5px;
	text-align: right;
}

.photo {
	border-style: solid;
	border-width: 4px;
}

#profile-about div.vcard img.photo {
	width: 215px;
	border-style: solid;
	border-width: 10px;
}

.activity-list .photo {
	border-style: solid;
	border-width: 0px;
	padding: 2px 2px 2px 2px;
	margin: 3px 5px;
	width: 60px;
	height: 60px;
}

.activity-picture {
	width: 30px;
	height: 30px;
}

.right {
	float: right;
}

.site-help {
	background-color: rgb(188, 228, 255);
	border: 1px solid #458AC3;
	color: #333333;
	padding: 5px;
	text-align: left;
	font-size: 11px;
	margin-left: -9px;
}

.thumbnail {
	height: 20px;
	width: 20px;
}

/* Self Clearing Float Solution */

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

.clearfix {
	display: inline-block
}

.clearfix {
	display: block
}

/* @end */

/*
.action-alert {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
*/

/* -------------------------------------------------------- */

/* Widget Styles										*/

/* -------------------------------------------------------- */

.content-box ul.widget-list.featured-members {
	background-color: white;
}

ul.widget-list {
	margin-top: -4px;
}

.widget-list li {
	border: 1px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #d6d6d6;
}

.widget-list li:first {
	padding-top: 0px;
}

.widget-footer {
	margin: 0px 0px 0px 0px;
}

.widget-footer a {
	float: right;
	width: 195px;
	text-align: right;
	font-size: 11px;
	padding: 4px 4px 0px 0px;
}

/* -------------------------------------------------------- */

/* Forum Styles										*/

/* -------------------------------------------------------- */

.forum-list-title {
	float: right;
	line-height: 16px;
	margin-bottom: 2px;
	width: 205px;
	font-size: 12px;
	padding-top: 1px;
}

.forum-list-item img {
	float: left;
	padding-top: 1px;
}

.forum-list-time {
	float: right;
	width: 205px;
	font-size: 10px;
	line-height: 15px;
}

.forum-list-message {
	float: right;
	font-size: 10px;
	overflow: hidden;
	width: 205px;
	line-height: 15px;
}

.group-forum-list-item {
	padding-bottom: 10px;
}

.group-forum-list-item img {
	float: left;
	margin: 4px;
}

.group-forum-list-title {
	font-size: 14px;
	float: left;
	width: 280px;
}

.group-forum-list-time {
	float: right;
	font-size: 10px;
	width: 170px;
	text-align: right;
}

.welcome-list-title {
	float: right;
	margin-bottom: 1px;
	width: 175px;
	font-size: 11px;
	padding-top: 3px;
	height: 32px;
	line-height: 15px;
}

.welcome-list img {
	float: left;
}

li.welcome-list {
	padding: 2px;
}

.magazine-list-title {
	float: right;
	margin-bottom: 1px;
	width: 185px;
	font-size: 12px;
	padding-top: 1px;
}

.magazine-list img {
	float: left;
}

.magazine-list-author {
	float: right;
	width: 185px;
	font-size: 10px;
}

.magazine-list-clip {
	float: right;
	font-size: 11px;
	width: 185px;
}

.magazine-authors .magazine-list-title, .magazine-authors .magazine-list-author {
	width: 120px;
}

.entity-list img {
	padding: 2px;
}

.news-list-item {
	padding: 3px 0px 3px 0px;
}

.news-list-title {
	float: left;
	margin-bottom: 2px;
	width: 205px;
	font-size: 12px;
	padding-top: 1px;
}

.news-list-item img {
	float: right;
	padding-top: 5px;
}

.news-list-time {
	float: left;
	font-size: 10px;
	width: 205px;
}

/* -------------------------------------------------------- */

/* Photo View Styles										*/

/* -------------------------------------------------------- */

.photo-info {
	float: left;
	margin-top: 4px;
	width: 440px;
}

.photo-info h3 {
	line-height: 26px;
	margin-bottom: 5px;
}

h1.video_title.ten.left {
	margin-bottom: 10px;
}

.photo-info h3 strong {
	font-weight: bold;
}

.photo-info-links {
	font-size: 12px;
}

#photo-single .photos-list {
	float: right;
	width: 300px;
}

#photo-single .photos-list li {
	float: left;
	height: 54px;
	margin: 0px 0px 0px 5px;
	width: 54px;
}

.photo-single-image {
	/*

background-color: red; */
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	width: 700px;
}

ul#blog-wall-posts.wall-posts.clearfix.content-box-content {
	background-color: #fff;
}

.photo-single-description {
	float: left;
	width: 515px;
}

.photo-single-interact {
	float: right;
	width: 225px;
}

.photo-single-bottom {
	margin-top: 10px;
}

.photo-single-comments {
	float: left;
	width: 515px;
}

.photos-album-list, .album-list {
	text-align: center;
	padding: 3px;
}

.photos-album-list li, .album-list li {
	float: left;
	padding: 1px;
	height: 162px;
	width: 134px;
	margin: 20px;
}

.photos-album-list li, .album-list li {
	/*

line-height: 130px;*/
	position: relative;
}

.photos-album-list li {
	height: 170px;
	font-size: 10px;
}

.photos-album-list .moderate-block {
	background-color: #EDEDED;
	opacity: 0.8;
	padding: 2px;
	float: left;
	top: 1px;
	width: 134px;
	height: 16px;
}

.photos-album-list .moderate-block img {
	width: 16px;
	height: 16px;
	background-color: #fff;
}

#photo-album .pagination {
	width: 726px;
}

.forum-list-date {
	background-color: red;
	font-size: 9px;
	margin-left: 20px;
	padding-top: 3px;
	width: 75px;
}

/* -------------------------------------------------------- */

/* Tag cloud											*/

/* -------------------------------------------------------- */

.tagcloud .tag-icon {
	float: left;
	padding: 0px 5px 3px 3px;
}

.tagcloud div {
	float: right;
	width: 94%;
	font-size: 12px;
}

/* -------------------------------------------------------- */

/* Member Profile Edit										*/

/* -------------------------------------------------------- */

#edit-profile-aboutme {
	
}

.edit-profile-photo {
	margin-bottom: 10px;
}

#edit-profile-aboutme h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.edit-profile-photo h5 {
	border-bottom: 2px solid #000000;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	width: 450px;
}

.edit-profile-photo .grid-left {
	margin-top: 10px;
	text-align: center;
	width: 250px;
}

.edit-profile-photo span {
	font-size: 11px;
	margin-bottom: 10px;
}

.edit-profile-photo .grid-right {
	width: 460px;
}

.edit-photo-upload-picture,
.edit-photo-choose-default,
.edit-photo-remove-picture {
	margin-bottom: 10px;
	padding: 5px;
}

/* -------------------------------------------------------- */

/* AJAX Prev/Next Arrow Styles								*/

/* -------------------------------------------------------- */

#profile-albums .arrow-left,
#profile-albums .arrow-right {
	padding-top: 65px;
}

#profile-friends-list .arrow-left,
#profile-friends-list .arrow-right {
	padding-top: 52px;
}

.edit-photo-choose-default .arrow-left,
.edit-photo-choose-default .arrow-right {
	margin-top: 30px;
}

/* -------------------------------------------------------- */

/* Interact Profile @group									*/

/* -------------------------------------------------------- */

#profile-interact li {
	float: left;
}

#profile-interact li a {
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	font: bold 9px/130% "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	width: 200px;
	text-align: left;
}

#profile-interact li a img {
	border: none;
	height: 16px;
	margin: 0px 5px -3px 0px;
	padding: 0px;
	width: 16px;
}

/* -------------------------------------------------------- */

/* Event Styles												*/

/* -------------------------------------------------------- */

.event-smallinfo {
	height: 51px;
	margin-top: 10px;
}

.event-date {
	float: left;
	text-align: center;
	width: 50px;
}

.event-smallinfo .month {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
}

.event-smallinfo .day {
	border-style: solid;
	border-width: 1px;
	border-top: none;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 32px;
}

.event-smallinfo .name {
	font-size: 15px;
	font-weight: bold;
	margin-left: 60px;
}

.event-smallinfo .tagline {
	font-size: 11px;
	line-height: 15px;
	margin: 2px 0px 0px 60px;
}

/* -------------------------------------------------------- */

/* Group Styles												*/

/* -------------------------------------------------------- */

.group-top-list li.group-list-item,
.group-new-list li.group-list-item {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 10px 0px;
	padding-bottom: 10px;
}

.group-list-half .group-list-info {
	float: left;
	width: 293px;
}

.group-list-half .profile-pic {
	float: left;
	margin-right: 10px;
}

.group-list-half .title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
}

.group-list-half .tagline {
	font-size: 11px;
	line-height: 14px;
	margin-top: 2px;
}

.group-list-join {
	float: right;
	font-size: 9px;
	height: 50px;
	padding: 9px 5px 0px 5px;
	text-align: center;
	text-transform: uppercase;
	width: 50px;
}

.group-list-join strong {
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: -1px;
}

/* -------------------------------------------------------- */

/* Action List Styles										*/

/* -------------------------------------------------------- */

.actions {
	margin: 10px 0px 0px 30px;
}

.actions li {
	font-size: 11px;
	line-height: 16px;
	margin: 2px 0px 8px 0px;
	padding: 0px;
}

.actions li a img {
	float: left;
}

.actions li a span {
	padding-left: 8px;
}

.actions li a:hover {
	text-decoration: none;
}

.actions li a:hover span {
	text-decoration: underline;
}

/* -------------------------------------------------------- */

/* Countdown Clock Styles									*/

/* -------------------------------------------------------- */

.countdown {
	text-align: center;
}

.countdown li {
	float: left;
	margin: 0px 10px;
}

.countdown-days,
.countdown-hours,
.countdown-minutes,
.countdown-seconds {
	font-family: Futura;
	font-size: 30px;
	color: rgb(55, 55, 55);
	height: 34px;
	width: 41px;
}

.countdown-label {
	font-size: 11px;
}

.group-list-item img {
	float: left;
	margin-right: 3px;
}

/* -------------------------------------------------------- */

/* Invite List Styles										*/

/* -------------------------------------------------------- */

.invite-list {
	margin: 0px auto;
	text-align: left;
	width: 580px;
}

.invite-list li {
	float: left;
	margin: 5px;
	width: 180px;
}

.invite-list li img {
	float: left;
	margin-right: 10px;
}

.invite-list li .invite {
	margin: 0px auto;
	margin-top: 12px;
}

.center {
	margin: 0px auto;
	text-align: center;
}

.tip {
	background-color: #000000;
	color: #FFFFFF;
	opacity: 0.7;
	padding: 5px;
	z-index: 13000;
}

li.invite_friend {
	float: left;
	margin-bottom: 3px;
	height: 20px;
	width: 240px;
}

li.invite_friend div.left img {
	width: 20px;
	height: 20px;
}

li.invite_friend input#invitations {
	margin: 0 9px 0px 0px;
}

textarea#external-invite-emails {
	height: 45px;
	width: 450px;
}

/* -------------------------------------------------------- */

/* News List Styles										*/

/* -------------------------------------------------------- */

.lastupdated {
	display: none;
}

.entry-body {
	padding: 0px;
	margin: 0px;
}

.entry-body td {
	overflow: visible;
	overflow-x: inherit;
	text-overflow: inherit;
	padding: 3px;
}

.entry-body table, .entry-body td {
	vertical-align: top !important;
}

.entry-body br {
	padding-bottom: 10px;
}

#profile-interact ul li {
	margin-bottom: 5px;
}

#welcome-page th {
	font-size: 20px;
	padding: 10px 0px 20px 0px;
}

#welcome-page table th {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	text-align: center;
}

#list-forums tbody tr td.message div.description.custom p img {
	max-width: 465px;
}

#welcome-left img {
	border-style: solid;
	border-width: 0px;
	padding: 4px;
}

#welcome-list tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

#welcome-list tr.button {
	border: none;
	padding-bottom: 10px;
}

/* What to do now */

#what-now {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
	margin: 0;
	height: 0;
	visibility: hidden;
}

#what-now h3 {
	border-color: #E2C822;
	height: 0;
	visibility: hidden;
}

#what-now-list {
	margin: 0px auto;
	width: 480px;
	height: 0;
	visibility: hidden;
}

#what-now-list li {
	display: block;
	float: left;
	width: 140px;
	height: 0;
}

#what-now-list li.one {
	margin-right: 15px;
}

#what-now-list li.two {
	margin: 0px 15px;
}

#what-now-list li.three {
	margin-left: 15px;
}

#what-now-list li .title {
	font-size: 14px;
}

#what-now-list li .icon {
	display: block;
	margin-top: 2px;
}

#what-now-list li .desc {
	font-size: 11px;
	line-height: 14px;
}

#what-now .close {
	font-size: 11px;
	padding: 0px 3px;
}

#quick-help {
	background-color: #D9F1FF;
	border: 1px solid #B8DAEA;
	color: #333333;
	margin-bottom: 10px;
	width: 750px;
}

#quick-help h3 {
	border-bottom-color: #B8DAEA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: normal;
	line-height: 24px;
	margin: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

#quick-help h3 img {
	margin-right: 5px;
}

#quick-help h3 .more-help img {
	margin: 0px 0px 0px 5px;
}

#quick-help  a {
	color: #333333;
}

#quick-help .close {
	padding: 0px;
}

.calendar caption {
	background-color: white;
}

.calendar .prev, .calendar .month, .calendar .year, .calendar .next {
	padding: 0px 5px;
}

.calendar div {
	border: 4px solid #666;
	background-color: white;
	color: #777!important;
}

.calendar .valid {
	color: #222;
}

.calendar td {
	cursor: pointer;
	text-align: center;
}

.calendar table th {
	font-weight: bold;
	background-color: #CCC;
}

.calendar table td {
	padding: 4px;
}

button.calendar {
	width: 20px;
	height: 20px;
	background-image: url('http://static.socialgo.com/icons/calendar_view_month.png');
	background-repeat: no-repeat;
}

#forum-index-list h3 {
	line-height: 34px;
	margin-top: -5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.blog-entry div.right {
	width: 100px !important;
	padding-top: 6px;
	height: 20px !important;
}

.blog-entry div.right a {
	color: #6d931f;
}

#forum-index-list table {
	width: 730px;
	border-collapse: collapse;
	background-color: #fcfcfc;
}

#forum-index-list table thead th {
	padding-bottom: 3px;
}

#forum-index-list table thead th.forum-icon {
	width: 32px;
}

#forum-index-list table thead th.forum-name {
	padding-right: 10px;
	text-align: left;
	width: 350px;
	font-size: 16px;
}

#forum-index-list table thead th.forum-posts {
	padding-right: 10px;
	text-align: center;
	font-size: 16px;
}

#forum-index-list table thead th.forum-views {
	padding-right: 10px;
	text-align: center;
	font-size: 16px;
}

#forum-index-list table thead th.forum-last-post {
	padding-left: 5px;
	text-align: left;
	font-size: 16px;
}

#forum-index-list table tbody tr td {
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}

#forum-index-list table tbody tr td.forum-icon {
	text-align: center;
}

#forum-index-list table tbody tr td.forum-icon img {
	margin-top: 10px;
}

#forum-index-list table tbody tr td.forum-name {
	font-size: 11px;
	padding-right: 10px;
}

#forum-index-list table tbody tr td.forum-name a {
	font-size: 18px;
	font-weight: bold;
	color: #5e5e5e;
}

#forum-index-list table tbody tr td.forum-name a.no-desc {
	line-height: 35px;
}

#forum-index-list table tbody tr td.forum-posts,
#forum-index-list table tbody tr td.forum-views {
	font-size: 16px;
	line-height: 35px;
	padding-right: 10px;
	text-align: center;
}

#forum-index-list table tbody tr td.forum-last-post {
	padding-left: 5px;
	padding-top: 12px;
	padding-right: 10px;
}

body.form-box, body.form-box .form-box {
	background-image: none;
	border: 0px 0px 0px 0px!important;
}

form#theform-uploader .likeParent {
	font: inherit;
	color: inherit;
	text-decoration: inherit;
}

form#theform-uploader a.likeParent,
form#theform-uploader a.likeParent:link,
form#theform-uploader a.likeParent:active,
form#theform-uploader a.likeParent:visited,
form#theform-uploader a.likeParent:hover {
	font: inherit;
	color: #000000;
	text-decoration: none;
}

form#theform-uploader legend {
	font-weight: bold;
	color: Black;
}

form#theform-uploader fieldset.flash {
	width: 375px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

form#theform-uploader .progressWrapper {
	width: 357px;
	overflow: hidden;
}

form#theform-uploader .progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

form#theform-uploader .red 



/* Error */ {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

form#theform-uploader .green 



/* Current */ {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

form#theform-uploader .blue 



/* Complete */ {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

form#theform-uploader .progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	width: 320px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

form#theform-uploader .progressBarInProgress,
form#theform-uploader .progressBarComplete,
form#theform-uploader .progressBarError {
	font-size: 0px;
	width: 0%;
	height: 15px;
	background-color: #3344FF;
	margin-top: 2px;
}

form#theform-uploader .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

form#theform-uploader .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

form#theform-uploader .progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}

form#theform-uploader a.progressCancel,
form#theform-uploader a.progressCancel:link,
form#theform-uploader a.progressCancel:active,
form#theform-uploader a.progressCancel:visited,
form#theform-uploader a.progressCancel:hover {
	font-size: 0px;
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(http://static.socialgo.com/icons/cancel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

form#theform-uploader a.progressCancel:hover {
	background-position: 0px 0px;
}

div.snm_rating {
	float: left;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 20px;
	position: relative;
}

div.snm_rating_box {
	height: 35px;
}

#snm_rating_votes {
	float: left;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 1px;
}

div.snm_rating .rate {
	display: block;
	width: 20px;
	height: 16px;
	text-decoration: none;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
}

div.snm_rating .rating_bg {
	z-index: 1;
	width: 80px;
	position: absolute;
	height: 16px;
	top: 0;
	background-image: url(http://static.socialgo.com/icons/custom/stars_default.png);
}

div.snm_rating .current-rating {
	position: absolute;
	top: 0;
	height: 16px;
	display: block;
	z-index: 2;
	background-image: url(http://static.socialgo.com/icons/custom/stars_over.png);
}

div.snm_rating a:hover {
	position: absolute;
	height: 16px;
	top: 0;
	height: 16px;
	display: block;
	z-index: 3;
}

.rating_text {
	font-size: 11px;
	margin-left: 3px;
	line-height: 18px;
}

div.snm_rating canvas#loading {
	left: 200px;
}

div.snm_rating a.rating_0 {
	width: 0!important;
	z-index: 10;
}

div.snm_rating a.rating_1 {
	z-index: 8;
	width: 16px!important;
}

div.snm_rating a.rating_2 {
	z-index: 7;
	width: 32px!important;
}

div.snm_rating a.rating_3 {
	z-index: 6;
	width: 48px!important;
}

div.snm_rating a.rating_4 {
	z-index: 5;
	width: 64px!important;
}

div.snm_rating a.rating_5 {
	z-index: 4;
	width: 80px!important;
}

div.snm_rating .rate-0 {
	width: 0!important;
}

div.snm_rating .rate-1 {
	width: 16px!important;
}

div.snm_rating .rate-2 {
	width: 32px!important;
}

div.snm_rating .rate-3 {
	width: 48px!important;
}

div.snm_rating .rate-4 {
	width: 64px!important;
}

#main-content div.content-box.twelve.clearfix div.content-box-content.left div.side_tools.right.clearfix div.clearfix.side_tools.left h2 {
	
}

div.snm_rating .rate-5 {
	width: 80px!important;
}

div.rating-box div.form-error {
	width: 220px;
}

div#forum div.forum-buttons {
	display: block;
	margin-bottom: 10px;
}

div#forum div.code {
	padding: 5px;
}

div#forum #list-forums table {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 800px;
}

div#forum #forum-index-list table th {
	padding: 5px;
}

div#forum #list-forums th {
	font-size: 110%;
	font-weight: bolder;
}

div#forum #list-forums th .about {
	text-align: left !important;
}

div#forum #list-forums th, #list-forums td {
	padding: 2px 5px;
}

div#forum #list-forums td.member {
	padding-top: 10px;
	text-align: center;
	width: 120px;
}

div#forum td.member a {
	font-size: 12px;
}

div#forum td.member ul {
	padding: 5px 0px;
}

div#forum td.member ul li a {
	font-size: 10px;
}

div#forum td.about {
	width: 520px!important;
}

div#forum td.details {
	width: 170px;
}

div#forum #list-forums td.message {
	font-size: 13px;
	padding: 10px;
	width: 450px!important;
}

div#forum .icon {
	width: 12px;
	height: 12px;
}

div#forum .num_topics {
	width: 60px;
	font-size: 105%;
	font-weight: bolder;
	text-align: center;
}

div#forum .num_posts {
	width: 60px;
	font-size: 105%;
	font-weight: bolder;
	text-align: center;
}

div#forum .list-name {
	font-weight: bolder;
}

div#forum .message {
	
}

div#forum .description {
	overflow: hidden;
	text-align: left;
}

div#forum .small {
	font-size: 100%!important;
}

div#forum .small a {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}

div#forum #breadcrumbs {
	padding: 3px;
	border: 0px;
	clear: both;
	font-size: 10px;
}

div#forum #breadcrumbs .crumb {
	font-size: 120%;
}

div#forum .pagination ul {
	padding: 3px;
	border: 0px;
	clear: both;
}

div#forum textarea {
	width: 640px;
	height: 200px;
}

div#forum blockquote {
	padding: 3px;
	margin: 5px 0px;
}

div#forum blockquote.note {
	background-color: #FFF9D7;
	border: 1px solid #E2C822;
	color: #333333;
}

div#forum blockquote.deleted {
	background-color: #FDE6E3;
	border: 1px solid #BA0012;
	color: #333333;
}

div#forum .minor-options li {
	margin: 0px 3px;
	width: 120px;
}

div#forum .minor-options li img {
	float: right;
	margin: 0px 2px;
}

body {

}

a:link,a:visited,a:hover,a:active {
	color: #000000;
}

div#wrapper-header-outer {
	
}

#navigation-wrapper {
	
}

#wrapper-container {
	
}

div#wrapper-header-outer.has-full-header-image {
	background-position: 0;
}

div#wrapper-header-outer.has-body-header-image {
	
}

div#wrapper-header-inner {
	background-color: transparent;
}

div#wrapper-header.has-body-header-image {
	
}

div#header {
	height: 120px;
	overflow: hidden;
}

div#header h1 a {
	color: #172322;
	font-family: Verdana;
}

#public-forums thead tr th {
	background-color: #d8f4a2;
	color: #464646;
	font-size: 12px;
}

div#search-bar-background {
	
}

ul#main-navigation li {
	
}

ul#main-navigation li a:link,ul#main-navigation li a:visited,ul#main-navigation li a:hover,ul#main-navigation li a:active {
	color: #ffffff;
}

ul#main-navigation li:hover {
	
}

ul#main-navigation li.nav-selected a,ul#main-navigation li.nav-selected a:hover {
	color: #1d1d1d !important;
}

div#body-container {

}

#main-content {
}

div.eight.right {
	width: 465px;
}

#profile-about div img.photo {
	width: 210px;
	border-width: 10px;
}

#profile-wall-posts div li div.wall-post {
	border-bottom: 1px dotted #ccc;
}

div.four.left {
	margin: 0 0 0 5px;
}

#profile-description h2 {
	
}

#profile-stories h2 {
	
}

#profile-blog h2 {
	
}

#profile-pictures-carousel h2 {
	
}

.widget-member_new h2 {
	
}

div#container {
}

ul#sub-navigation,ul.sub-navigation {
	color: #e2e2e2;
	border-bottom: 1px dotted #c4c4c4;
}

ul#sub-navigation li,ul.sub-navigation li {
	background-color: #ffffff;
}

ul#sub-navigation li a,ul.sub-navigation li a {
	color: #6e6e6e;
}

ul#sub-navigation li.nav-selected,ul.sub-navigation li.nav-selected {
	background-color: #6e6e6e;
}

ul#sub-navigation li.nav-selected a,ul.sub-navigation li.nav-selected a {
	color: #ffffff;
}

div#sidebar {
	
}

div.sb-big-link div.big-link-block {
	background-color: #e6e6e6;
	border-color: #dcdcdc;
}

div.sb-big-link div.big-link-block:hover {
	background-color: #dcdcdc;
}

ul#manage-dropdown li {
	background-color: #f0f0f0;
	border-color: #dcdcdc;
}

ul#manage-dropdown li:hover {
	background-color: #dcdcdc;
}

.sidebar-box {
	
}

.sidebar-box h2 {
	color: #fff;
	border: none;
}

.sidebar-box .sb-action:link,.sidebar-box .sb-action:visited,.sidebar-box .sb-action:hover,.sidebar-box .sb-action:active {
	color: #000000;
}

ul#sb-inbox-list li,ul#sb-moderate-list li {
	border-color: #b0e144;
}

ul#sb-inbox-list li:hover,ul#sb-moderate-list li:hover {
	
}

ul#sb-moderate-list li.no-moderate-items:hover {
	background-color: transparent;
}

ul#sb-inbox-list li.unread a,ul#sb-moderate-list li.unread a {
	color: #333333;
}

ul#sb-add-list {
	border-color: #fff;
}

ul#sb-add-list li {
	border-color: #fff;
}

ul#sb-add-list li:hover {
	
}

ul#sb-add-list li:active {
	
}

div.photo-album-top {
	border-bottom: 1px dotted #cdcdcd;
}

ul#sb-friends-list li {
	border-color: #a9d841;
}

ul#sb-friends-list li:hover {
	background-color: #dcdcdc;
}

ul#sb-friends-list li.no-friends:hover {
	background-color: transparent;
}

ul#sb-upcoming-list li {
	border-color: #d2d2d2;
}

ul#sb-upcoming-list li:hover {
	background-color: #dcdcdc;
}

#main-content div.twelve div.four.right div.content-box h2 {
	overflow: visible;
}

#activity-list h2 {
	
}

ul#sb-upcoming-list li.no-event:hover {
	background-color: transparent;
}

div.content-box {
}

div.content-box h2 {
}

#profile-friends-list h2 {
	
}

#profile-keywords h2 {
	background-position: 0;
}

#profile-mp3 h2 {
	
}

#profile-video h2 {
	
}


#profile-groups-list h2 {
	
}

#profile-location h2 {
	
}

#profile-tags h2 {
	
}

#profile-events-list h2 {
	
}

div.content-box-content h4 {
}

#profile-about,#members-home-list,#groups-home-list,#events-home-list,#groups-top-list,#profile-interact,#magazine-list {

}

div#profile-about.content-box {
	background-color: #fff !important;
}



#members-home-list,#groups-home-list,#events-home-list,#magazine-list,.blog-entry h3 {
	border-bottom-color: #6e6e6e;
	color: #759f21;
}

.content-box-content.blog-entry {
	background-color: #fff;
}

.form-box {
	
}

.form-box h2 {
	
}

form fieldset,.fieldset {
	
}

form label {
	color: #777;
}

input#form-email {
	height: 20px;
}

input#login-password {
	height: 20px;
}

.input-desc {
	color: #4f4f4f;
}

.form-sub-box {
	background-color: #f0f0f0;
	border-color: #d2d2d2;
}

.form-box h3 {
	border-bottom-color: #6e6e6e;
	color: #4f4f4f;
}

.profile-group-list li.group-list-item,.group-list-members,.profile-details-box,.wall-posts li,.search-listing li {
	
}

.activity-when {
	color: #4f4f4f;
}

.activity-text blockquote {
	color: #4f4f4f;
}

.activity-text {
	background-color: #f0f0f0;
	color: #4f4f4f;
}

.widget-list li {
	
}

.magazine-list-author {
	color: #4f4f4f;
}

.forum-list-message {
	color: #4f4f4f;
}

#message-items {
	background-color: #fafafa;
	border-color: #f0f0f0;
}

#message-items th {
	background-color: #6e6e6e;
	color: #ffffff;
}

#umc .unread {
	background-color: #FDF5C4 !important;
	color: #333333 !important;
}

#message-items tr {
	background-color: #fafafa;
}

#message-items tr.even {
	background-color: #f0f0f0;
}

#message-items td a {
	color: #000000;
}

#message-items .subject a em {
	color: #4f4f4f;
}

div#footer {
	margin: 0;
	background-position: 0 bottom;
	background-repeat: no-repeat;
	-moz-border-radius-bottomleft:0px !important;
-moz-border-radius-bottomright:0px !important;
-moz-border-radius-topleft:0px !important;
-moz-border-radius-topright:0px !important;
}

#sidebar div.content-box-content {
	background-color: transparent;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0;
	margin: 5px;
}



.photo {
	background-color: #ffffff;
}

img.tooltip.photo {
}

.buttons a {
}

#welcome-page {
	background-color: #fff;
	border-color: #f0f0f0;
}

#welcome-page table th {
	border-color: #d2d2d2;
}

#welcome-left img {
	background-color: #fafafa;
	border-color: #454545;
}

#welcome-list tr {
	border-color: #d2d2d2;
}

#welcome-page tr td {
	border-color: #d2d2d2;
}

#welcome-page tr td.content-box {
	background-color: #fff;
}

#forum {
	color: #4f4f4f;
}

#forum div.code {
	background-color: #e6e6e6;
}

#forum-index-list table th {
	background-color: #d8f4a2;
}

#forum #list-forums th {
	background-color: #808080;
	border: 1px none #464646;
	color: #ffffff;
}

#forum div.forum-buttons.buttons.clearfix ul.forum-buttons.buttons.clearfix li.three {
	margin-bottom: 5px;
	width: 150px;
}

#forum #list-forums tr {
	border: solid #696969 0px;
}

#forum #list-forums td.member {
	background-color: #f0f0f0;
	border-right: solid #e1e1e1 1px;
}

#forum .details {
	background-color: #ffffff;
}

#forum #breadcrumbs {
	color: #a1a1a1;
}

#forum #breadcrumbs a {
	color: #6f6f6f;
}

#forum .pagination ul {
	color: #4f4f4f;
	background-color: #fafafa;
}

#forum .pagination a {
	color: #4f4f4f !important;
}

#forum blockquote {
	background-color: #ffffff;
	border: solid #e1e1e1 1px;
}

ul.photos-list li a {
	text-decoration: none;
	padding-bottom: 5px;
}

#my_profile .eight {
	width: 465px;
}

#main-content div.nine.left div.content-box h2 {
	
}

li.featured-member-item.left div a img {
	width: 120px;
	border: 4px solid #759f21;
}

li.featured-member-item.left {
	margin-right: 20px;
	text-align: center;
	border-style: none;
}

.widget-static_welcome {
	padding: 0 !important;
	margin: 0;
	height: 0;
}

#home .eight {
	width: 470px;
}

/* @end */

div#photo-single.content-box-content.clearfix {
	background-color: #fff;
}

#main-content div.content-box.twelve.clearfix div.content-box-content.left {
	background-color: #fff;
}

div#comments-list.eight.left.clearfix {
	width: 450px;
	margin-left: 15px;
}

div.eleven.left.video_description {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* @group round */

#wl_im_icons {
}

#wl_im_icons div.im_avatar_div img.avatar {
	margin-left: 5px;
}

ul#sub-navigation, ul.sub-navigation {
	-moz-border-radius: .0ex;
	-webkit-border-radius: .0ex;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 5px!important;
}

ul#sub-navigation li {
	-moz-border-radius: .0ex;
	-webkit-border-radius: .0ex;
}

img {
	-moz-border-radius: 0ex;
	-webkit-border-radius: 0ex;
}

div.sb-big-link div.big-link-block {
	-moz-border-radius: 0ex;
	-webkit-border-radius: 0ex;
}

.sidebar-box h2 {
	-moz-border-radius: 0ex;
	-webkit-border-radius: 0ex;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

ul#main-navigation li.nav-selected a, ul#main-navigation li.nav-selected a:hover {
	-moz-border-radius: .0ex;
	-webkit-border-radius: .0ex;
}

.content-box {
	-moz-border-radius: 0ex;
	-webkit-border-radius: 0ex;
}

#magazine-list.content-box {
	-moz-border-radius: 0ex;
	-webkit-border-radius: 0ex;

}

/* My Comment */

#profile-location div.content-box-content {
	background-color: #e4e4e4;
}

.action-alert {
	-moz-border-radius: .0ex;
	-webkit-border-radius: .0ex;
}

div.content-box h2 {
	-moz-border-radius: 0ex !important;
	-webkit-border-radius: 0ex !important;
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-top-left-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	border-top-right-radius: 5px !important;
	border-top-left-radius: 5px !important;
}

.activity-text {
	-moz-border-radius: .7ex;
	-webkit-border-radius: .7ex;
}

/* @end */


#tips-menu{display:none;}
#tips-menu2{display:none;}

#nav-news, #nav-transfer {
display:none!important;
}

.blog-entry, #magazine-static-list .content-box, #magazine-static-list * {
    background:none!important;
background-color:#fff;
}

#magazine-static-list .content-box .blog-entry h3{
    padding:0px;
}

#magazine #sub-navigation {
display:none;
}
#footer * {
font-size:120%;
}









a:link,a:visited,a:hover,a:active{color:#04486f;}
div#search-bar-background{background-color:#009905;border-color:#009905;}
ul#main-navigation li{background-color:#009905;}
ul#main-navigation li a:link,ul#main-navigation li a:visited,ul#main-navigation li a:hover,ul#main-navigation li a:active{color:#ededed;}
ul#main-navigation li:hover{background-color:#008500;}
ul#main-navigation li.nav-selected{background-color:#ededed;border-color:#008500;}
ul#main-navigation li.nav-selected a,ul#main-navigation li.nav-selected a:hover{color:#009905 !important;}
div#body-container{}
div#container{}
ul#sub-navigation,ul.sub-navigation{border-bottom-color:#ffffff;}
ul#sub-navigation li,ul.sub-navigation li{background-color:#04486f;}
ul#sub-navigation li a,ul.sub-navigation li a{color:#ffffff;}
ul#sub-navigation li.nav-selected,ul.sub-navigation li.nav-selected{background-color:#ffffff;}
ul#sub-navigation li.nav-selected a,ul.sub-navigation li.nav-selected a{color:#04486f;}
div#sidebar{background-color:#f2f2f2;}
div.sb-big-link div.big-link-block{background-color:#dedede;border-color:#d4d4d4;}
div.sb-big-link div.big-link-block:hover{background-color:#d4d4d4;}
ul#manage-dropdown li{background-color:#e8e8e8;border-color:#d4d4d4;}
ul#manage-dropdown li:hover{background-color:#d4d4d4;}
.sidebar-box{background-color:#dedede;}
.sidebar-box h2{background-color:#f2f2f2;border-color:#cacaca;color:#494949;}
.sidebar-box .sb-action:link,.sidebar-box .sb-action:visited,.sidebar-box .sb-action:hover,.sidebar-box .sb-action:active{color:#04486f;}
ul#sb-inbox-list li,ul#sb-moderate-list li{border-color:#cacaca;}
ul#sb-inbox-list li:hover,ul#sb-moderate-list li:hover{background-color:#d4d4d4;}
ul#sb-moderate-list li.no-moderate-items:hover{background-color:transparent;}
ul#sb-inbox-list li.unread a,ul#sb-moderate-list li.unread a{color:#333333;}
ul#sb-add-list{border-color:#cacaca;}
ul#sb-add-list li{background-color:#cacaca;border-color:#b6b6b6;}
ul#sb-add-list li:hover{background-color:#c0c0c0;}
ul#sb-add-list li:active{background-color:#c0c0c0;}
ul#sb-friends-list li{border-color:#cacaca;}
ul#sb-friends-list li:hover{background-color:#d4d4d4;}
ul#sb-friends-list li.no-friends:hover{background-color:transparent;}
ul#sb-upcoming-list li{border-color:#cacaca;}
ul#sb-upcoming-list li:hover{background-color:#d4d4d4;}
ul#sb-upcoming-list li.no-event:hover{background-color:transparent;}
div.content-box{background-color:#f2f2f2;border-color:#e8e8e8;}
div.content-box h2{background-color:#ffffff;border-bottom-color:#e1e1e1;color:#04486f;}
div.content-box-content h4{color:#494949;}
#profile-about,#members-home-list,#groups-home-list,#events-home-list,#groups-top-list,#profile-interact,#magazine-list{border-top-color:#ffffff;}
#members-home-list,#groups-home-list,#events-home-list,#magazine-list,.blog-entry h3{border-bottom-color:#ffffff;}
.form-box{background-color:#f2f2f2;border-color:#e8e8e8;}
.form-box h2{border-bottom-color:#cacaca;color:#494949;}
form fieldset,.fieldset{background-color:#dedede;border-color:#cacaca;}
form label{color:#494949;}
.input-desc{color:#494949;}
.form-sub-box{background-color:#e8e8e8;border-color:#cacaca;}
.form-box h3{border-bottom-color:#ffffff;color:#494949;}
.profile-group-list li.group-list-item,.group-list-members,.profile-details-box,.wall-posts li,.search-listing li{border-color:#cacaca;}
.activity-when{color:#494949;}
.activity-text blockquote{color:#494949;}
.activity-text{background-color:#e8e8e8;color:#494949;}
.widget-list li{border-color:#cacaca;}
.magazine-list-author{color:#494949;}
.forum-list-message{color:#494949;}
#message-items{background-color:#f2f2f2;border-color:#e8e8e8;}
#message-items th{background-color:#ffffff;color:#04486f;}
#umc .unread{background-color:#FDF5C4 !important;color:#333333 !important;}
#message-items tr{background-color:#f2f2f2;}
#message-items tr.even{background-color:#e8e8e8;}
#message-items td a{color:#04486f;}
#message-items .subject a em{color:#494949;}
div#footer{background-color:#f2f2f2;}
.photo{background-color:#c4c4c4;border-color:#0a2749;}
.buttons a{color:#565656;}
#welcome-page{background-color:#f2f2f2;border-color:#e8e8e8;}
#welcome-page table th{border-color:#cacaca;}
#welcome-left img{background-color:#f2f2f2;border-color:#0a2749;}
#welcome-list tr{border-color:#cacaca;}
#welcome-page tr td{border-color:#cacaca;}
#welcome-page tr td.content-box{background-color:#dedede;}
#forum{color:#494949;}
#forum div.code{background-color:#dedede;}
#forum-index-list table th{background-color:#dedede;}
#forum #list-forums th{background-color:#009905;border:solid #007100 1px;color:#ededed;}
#forum #list-forums tr{border:solid #009400 1px;}
#forum #list-forums td.member{background-color:#e8e8e8;border-right:solid #d9d9d9 1px;}
#forum .details{background-color:#ededed;}
#forum #breadcrumbs{color:#ededed;background-color:#009905;}
#forum #breadcrumbs a{color:#ededed !important;}
#forum .pagination ul{color:#494949;background-color:#f2f2f2;}
#forum .pagination a{color:#494949 !important;}
#forum blockquote{background-color:#ededed;border:solid #d9d9d9 1px;}
















body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F1F8EF url(http://sogodocs.s3.amazonaws.com/kwik/Assets/Images/main-bg-top.jpg) no-repeat scroll 50% top;
margin:0 0 50px;
padding:0 0 50px;
color:#4F4F4F;
}

div#header h1 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://sogodocs.s3.amazonaws.com/kwik/Assets/Images/asda-kwik-cricket-logo.png) no-repeat scroll 10px 15px;
margin-left:-5px;
padding-bottom:30px;
padding-left:25px;
padding-right:25px;
}

div#header {
height:120px;
overflow:visible;
}

div#container {
float:left;
min-height:350px;
position:relative;
width:770px;
padding-bottom:150px;
}

div#wrapper-container {
margin:60px auto 20px;
width:998px;
position:relative;
}

div#body-container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://sogodocs.s3.amazonaws.com/kwik/Assets/Images/main-bg.jpg) no-repeat scroll 0 0;
width:998px;
position:relative;
}

div#main-content {
clear:both;
margin-top:10px;
position:relative;
}

div#wrapper-header {
background-color:transparent;
margin:0 auto;
padding-bottom:0;
padding-top:0;
width:998px;
}

div#navigation-wrapper {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
height:50px;
margin-left:60px;
margin-top:-85px;
position:relative;
width:790px;
}
div#navigation-wrapper ul#main-navigation li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent;
color:#004A82;
margin:0;
min-height:3.5em;
white-space:nowrap;
}

ul#main-navigation {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://sogodocs.s3.amazonaws.com/kwik/Assets/Images/nav-background.png) repeat-x scroll 0 0;
height:50px;
margin-bottom:0;
margin-left:-70px;
margin-top:10px;
padding-top:2px;
width:798px;
}

div#navigation-wrapper ul#main-navigation li a:link, div#navigation-wrapper ul#main-navigation li a:visited, div#navigation-wrapper ul#main-navigation li a:hover, div#navigation-wrapper ul#main-navigation li a:active {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://sogodocs.s3.amazonaws.com/kwik/Assets/Images/nav-separator.gif) no-repeat scroll right -3px;
color:#004A82;
margin:5px 0 0;
padding:5px;
}

div#footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://sogodocs.s3.amazonaws.com/kwik/Assets/Images/footer.png) no-repeat scroll 0 0;
bottom:0px;
height:220px;
margin-top:-200px;
position:relative;
width:998px;
}

ul#footer-links {
display:none;
float:right;
padding-right:5px;
text-transform:lowercase;
}

div#footerWelcome {
background:none repeat scroll 0 0 transparent;
font-size:9px;
height:48px;
margin:-25px auto 0;
position:absolute;
width:1030px;
}

ul#footer-links-welcome {
margin:-4px 0 0 316px;
}

ul#footer-links-welcome li.footerAboutKwikCricket {
width:108px;
}
ul#footer-links-welcome li.footerHowToPlay {
width:73px;
}

ul#footer-links-welcome li.footerParentsAndTeachers {
width:115px;
}
 
ul#footer-links-welcome li.footerTerms {
width:125px;
}

 
ul#footer-links-welcome li.footerPrivacy {
width:80px;
}

ul#footer-links-welcome li {
display:inline;
float:left;
height:30px;
line-height:30px;
list-style-type:none;
text-align:center;
}

ul#footer-links-welcome li a {
color:#494949;
text-decoration:none;
}


#nav-how_to_play {
display:none!important;
}

#nav-about_kwik_cricket {
display:none!important;
}

#nav-parents_and_teachers {
display:none!important;
}

ul#main-navigation li#nav-watch_learn_play {
display: none!important;
}

li#subnav-newgroups, li#subnav-addgroups {
display:none!important;
}


div#sidebar {
background: #E3F2F9;
border:1px solid #7998ba;
width:183px;
position:relative;
}



form fieldset, .fieldset {
background-color:#E3F2F9;
border: none;
}

.buttons a, .button a, button {
-moz-border-radius:5px 5px 5px 5px !important;
background:url("http://sogodocs.s3.amazonaws.com/kwik/signInBg.jpg") repeat-x scroll left center transparent;
border:2px solid #CCCCCC !important;
color:#FFFFFF;
font-weight:bold;
}

.buttons a, .buttons button { padding: 0px; }

button:hover, .buttons a:hover { color: #a2cc3e; }

div.sidebar-box {
background-color:#E3F2F9;
margin:0 4px 0;
}

h3 {
color: #204d6c;
font-weight:bold;
}

form input[type="text"], form input[type="password"] {
background-color:#FFFFFF;
border:1px solid #204D6C;
font-size:1.1em;
margin:0 10px 4px 0;
padding:4px;
}

form label {
color:#204D6C;
}

div#sb-user-account h2.user-nickname {
font-size:14px;
font-weight:bold;
margin-bottom:3px;
overflow:hidden;
width:113px;
}

div.sb-big-link div.big-link-block {
background-color:#FFFFFF;
border-color:#FFFFFF;
}

div.sidebar-box a.sb-action {
display:block;
float:right;
font-size:11px;
font-weight:bold;
margin-top:-15px;
text-transform:uppercase;
}

div.content-box div.widget-custom h2 {
border-bottom-style:solid;
border-bottom-width:0;
font-size:20px;
font-weight:normal;
letter-spacing:0.03em;
margin-right:1px;
padding:5px;
color: #04486f;
text-align: left;
background: transparent;
text-transform: none;
}

div.widget-custom div.content-box-content {
padding:0 5px;
word-wrap:break-word;
}

div.content-box h2 {
border-bottom-style:solid;
border-bottom-width:0;
font-size:13px;
font-weight:bold;
letter-spacing:0.03em;
margin-right:1px;
padding:10px 7px 5px;
color: #04486f;
text-align: left;
background: transparent;
text-transform: none;
}

div.content-box div.widget-list h2 {
border-bottom-style:solid;
border-bottom-width:0;
font-size:13px;
font-weight:bold;
letter-spacing:0.03em;
margin-right:1px;
padding:10px 7px 5px;
color: #04486f;
text-align: left;
background: transparent;
text-transform: none;
}

div.content-box { border: solid #7998ba 1px; }

div.content-box div.content-box { border: none; }

.content-box-content {
background-color: transparent;
padding:10px;
}

h2 {
font-size:100%;
font-weight:normal;
text-align: center;
}

.sidebar-box h2 {
background-color:#FFFFFF;
border-color:#CACACA;
color:#494949;
}


div#sb-signup.sidebar-box {
-moz-border-radius-bottomleft:0 !important;
-moz-border-radius-bottomright:0 !important;
-moz-border-radius-topleft:0 !important;
-moz-border-radius-topright:0 !important;
background-color: transparent;
color:#FFFFFF;
margin-bottom:0;
}


div#wrapper-header-outer.has-full-header-image {
background-position:0 0;
}

form fieldset, .fieldset {
padding:9px;
}

div.eight.right {
width:415px;
}

.buttons button[type] {
line-height:17px;
padding:0 10px 0 7px;
position: absolute;
z-index: 10000;
}

.buttons a, .buttons button {
color:#FFFFFF;
}

#profile-interact li a { width: auto; }

.form-box {
padding:10px 10px 20px;
}

div#wrapper-container {

}

form#theform-search input {
border-right:1px solid #204D6C;
font-size:13px;
margin:0;
width:145px;
}

#theform-search div {
background:transparent none repeat scroll 0 0;
}

.photo {
background-color:#C4C4C4;
border-color:#004487;
border-width:2px;
}

div#sb-user-account div.user-photo {
float:left;
height:35px;
margin-left:5px;
position:relative;
width:35px;
}

ul#main-navigation li#nav-get_your_kit { display: none; } 

div#main-content {
clear:both;
margin-top:40px;
position:relative;
width:750px;
}

ul#sub-navigation, ul.sub-navigation {
border-bottom:1px solid #fff;
color:#E2E2E2;
}

.blog-entry, #magazine-static-list .content-box, #magazine-static-list {
background: #f2f2f2;
}

div#sb-user-account h2.user-nickname {
font-size:14px;
font-weight:bold;
margin-bottom:3px;
overflow:visible;
width:123px;
}

#sb-user-account h2.user-nickname.right a {
margin-left:-30px;
}

#profile-about div.vcard img.photo {
border-style:solid;
border-width:4px;
width:215px;
}

search-listing h3, .search-listing h3 a {
color:#004487;
float:left;
font-size:22px;
font-weight:bold;
line-height:25px;
width:375px;
}
#nav-splash, #sb-add-list li .add-icon.add-bulletin {
	display:none;
}

.content-box-content p {
line-height:18px;
margin-bottom:20px;
padding:5px;
text-align:left;
}



div.content-box div.widget-custom h2 {
background:none repeat scroll 0 0 transparent;
border-bottom-style:solid;
border-bottom-width:0;
color:#04486F;
font-size:20px;
font-weight:normal;
letter-spacing:0.03em;
margin-right:1px;
padding:5px 10px;
text-align:left;
text-transform:none;
}

#nav-forum {display: none!important; }
#nav-members {display: none!important; }
#nav-splash {display:none!important;}
#nav-events {display:none!important;}

a:link, a:visited, a:hover, a:active {
text-decoration:underline;
}

div#navigation-wrapper ul#main-navigation li a:link, div#navigation-wrapper ul#main-navigation li a:visited, div#navigation-wrapper ul#main-navigation li a:hover, div#navigation-wrapper ul#main-navigation li a:active { text-decoration: none; }

.buttons a, .button a, button { text-decoration: none; }

ul#sub-navigation li.nav-selected a, ul.sub-navigation li.nav-selected a { text-decoration: none; }

ul#sub-navigation li a, ul.sub-navigation li a { text-decoration: none; }

#add-photo {visibility: hidden!important; }
#add-bulletin {visibility: hidden!important; }
#add-event {display: none!important; }

.photos-list li {
height:80px;
padding:2px;
width:60px;
}

textarea { background-color:#FFFFFF;
border:1px solid #204D6C;
font-size:1.1em;
margin:0 10px 4px 0;
padding:4px; }


input#form-nickname { width:510px; }

textarea#form-comments { width:650px; }

.search-listing .interact-links {
float:right;
margin:0;
padding:0 0;
width:145px;
}

div#sb-invite-contacts { display: none!important; }

div#forum form#topic-create fieldset input#topic-sticky, div#forum form#topic-create fieldset input#topic-sticky label { display: none!important; }

div#forum form#topic-create fieldset div.buttons button { position: relative; }

div#forum form#topic-create fieldset { margin-left:-10px;
width:auto; }

#forum-index-list table {
background-color:#FCFCFC;
border-collapse:collapse;
width:700px;
}

div#site-sign-up form#form-signup fieldset label span.grey { visibility: hidden !important; }

div#wrapper-container {
margin:0 auto 20px;
position:relative;
width:998px;
}

div#wrapper-header {
background:url(http://sogodocs.s3.amazonaws.com/kwik/Assets/Images/main-bg-top.jpg) no-repeat scroll left top #F1F8EF;
height:120px;
margin:0 auto;
padding-bottom:60px;
padding-top:0;
width:998px;
}

body {
-moz-background-inline-policy:continuous;
background: #f1f8ef;
color:#4F4F4F;
margin:0 0 50px;
padding:0 0 50px;
}

ul.photos-list clearfix a {display: none;}

#add-video {
display:none !important;
}

body#videos ul#sub-navigation { display: none; }

#message-actions li {
display:inline;
float:left;
padding:2px 10px;
}

#message-items th {
background-color:#D4D4D4;
color:#04486F;
padding-top:10px;
}

#theform-inbox {
background:none repeat scroll 0 0 #F2F2F2;
border:1px solid #7998BA;
width:750px;
}

div#profile-about.content-box {
background-color:#FFFFFF !important;
border:1px solid #7998BA;
}
div#profile-interact.content-box {
background-color:transparent;
margin:0 0 10px;
padding:0;
}