@charset "UTF-8";
/* CSS Document */

/* @override 
	http://static.socialgo.com/css/reset.css,grid.css,forms.css,main.css,structure.css
*/

/* @file reset.css */

html, body {
	margin: 0px;
	background-color: transparent;
}

ul, li {
	margin: 0px;
	outline: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body, td, th, textarea, h1, h2, h3, h4, h5, h6 {
	font: 83%/1.2em "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

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;
}

/* @end */


/* @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: 185px;
}

.four {
	width: 250px;
	margin-left: 5px;
}

.five {
	width: 315px;
}

.six {
	width: 480px;
}

.seven {
	width: 445px;
}

.eight {
	width: 500px;
}

#form-blog fieldset div.clearfix div.eight.left {
	width: 700px;
}

div#blog-post-single.content-box {
	width: 560px;
}

div.entry-body img {
	
	
}

.nine {
	width: 570px;
}

.ten {
	width: 640px;
}

.eleven {
	width: 705px;
}

.twelve {
	width: 770px;
}

.thirteen {
	width: 835px;
}

.fourteen {
	width: 900px;
}

.fifteen {
	width: 955px;
}

.full-screen {
	width: 100%;
}

/* @end */


/* @file forms.css */

/* @group Default Form Styles */

.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: none;
	margin: 10px 0px 2em 0px;
	padding: 10px 10px;
}

/* 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: 11px;
	font-weight: bold;
	line-height: 1.7em;
	margin-bottom: 1px;
	text-transform: none;
}

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

form input[type=text],
form input[type=password] {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1.1em;
	margin: 0px 10px 4px 0px;
	padding: 4px;
}

form textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1em;
	margin-bottom: 8px;
	padding: 4px;
	width: 68%;
}

form select {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1em;
	margin: 0px 15px 10px 0px;
	padding: 1px;
}

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;
}

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

.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 {
	background-color: #055074;
}

#sb-signin form fieldset {
	padding: 10px;
	margin: 5px auto 0px;
	background-color: transparent;
	color: #e6e6e6;
}

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

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

/* @end */

/* Autocompleter */

li#autocomplete-list ul.holder {
	color: #000000;
	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;
	color: #000000;
}

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;
	color: #000000;
}

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;
	color: #000000;
}

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

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: #EEEEEE;
}

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: #CCCCCC;
	color: #000000;
}

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

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');
}

/* Date Picker */

input.date_picker {
	display: block;
	width: 150px;
	height: 18px;
	padding: 2px 2px 1px 24px !important;
	font-size: 12px;
	background: #fff url(http://static.socialgo.com/icons/custom/dateinput.gif) no-repeat top left;
	cursor: pointer;
}

input:focus.date_picker {
	background: #EFEFEF url(http://static.socialgo.com/icons/custom/dateinput.gif) no-repeat top left;
}

div.dp_container {
	position: relative;
	padding: 0;
	z-index: 500;
}

div.dp_container .dp_cal {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}

div.dp_container .dp_cal table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

div.dp_container .dp_cal select {
	margin: 2px 3px;
	font-size: 11px;
}

div.dp_container .dp_cal select option {
	padding: 1px 3px;
}

div.dp_container .dp_cal th,
div.dp_container .dp_cal td {
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
	color: #000000;
}

div.dp_container .dp_cal th {
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}

div.dp_container .dp_cal td {
	cursor: pointer;
}

div.dp_container .dp_cal thead th {
	background: #d9eefc;
}

div.dp_container .dp_cal td.dp_roll {
	color: #000;
	background: #DDDDDD;
}

/* must have this for the IE6 select box hiding */

div.dp_container .dp_hide {
	visibility: hidden;
}

div.dp_container .dp_empty {
	background: #eee;
}

div.dp_container .dp_today {
	background: #daf2e6;
}

div.dp_container .dp_selected {
	color: #fff;
	background: #328dcf;
}

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

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

a:hover {
	text-decoration: underline;
}

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.1em;
	margin: 0px 10px 8px 0px;
}

/* @end */

/* @group Header Styles */

div#wrapper-header-outer {
	border: none;
	padding-bottom: 0px;
	background-color: transparent;
	position: relative;
}

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

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

div#wrapper-header-inner {
}

div#wrapper-header-inner.has-full-header-image,
div#wrapper-header-inner.has-body-header-image {
	background-color: transparent;
}

div#wrapper-header {
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	padding: 0px 0;
}

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

div#header {
	background: url(images/logo.png) no-repeat 100px 0;
	height: 80px;
}

div#header h1 {
	padding: 10px 25px;
}

div#header h1 a {
	line-height: 160px;
	font-size: 50px;
	text-decoration: none;
	visibility: hidden;
}

div#header h1 img {
	margin-bottom: -5px;
}

div#search-bar-background {
	border-style: solid;
	border-width: 5px;
	border-bottom: none;
	float: left;
	height: 32px;
	margin: 8px 0px -5px 0px;
	width: 185px;
	visibility: hidden;
}

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

/* @end */


/* @group Main Content Styles */

div#wrapper-container {
	margin: 0px auto;
	width: 1040px;
}

div#body-container {
	height: 100%;
	position: relative;
	width: 1020px;
}

div#container {
	float: left;
	

/* 
	 * Minimum Height of the Main Content
	 * Match this with the sidebar width
	 */
	min-height: 500px;
	position: relative;
	width: 790px;
	margin-left: 10px;
}

div#main-content {
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 10px;
}

/* @end */

/* @group Sidebar Styles */

div#sidebar {
	float: right;
	position: relative;
	width: 185px;
	z-index: 90;
	padding: 10px;
	margin-top: 0;
}

/* @end */

/* @group Sidebar Search Styles */

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

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: 1px solid #CCCCCC;
	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 {
	margin-bottom: 20px;
	padding: 0;
}

/* @group who im */

#wl_instant_messanger {
background-color: #055074;
clear:both;
margin-top:30px;
}


#wl_instant_messanger h2 {
color: #FFFFFF;
border:none !important;
font-size: 14px !important;
padding:5px;
	background-color: #055074;
	font-weight: bold;
	line-height: 18px;
}



#wl_im_icons {
padding: 3px;
}

#wl_im_message {
font-size:11px;
position:fixed;
right:10px;
top:10px;
width:228px;
z-index:1000;
}

#wl_im_message div.wl_im_msg_body, #wl_im_settings div.wl_im_msg_body {
background-image:none !important;
min-height:40px;
padding:11px 0 5px;
}

div.wl_im_title {
background-image:none !important;
}

#wl_im_message div.wl_im_action, #wl_im_settings div.wl_im_action {
background-image:none !important;
}

#wl_im_message div.wl_im_body, #wl_im_settings div.wl_im_body {
background-color: #28404B;
margin:5px auto !important;
padding:0;
position:relative;
width:228px;
}


/* @end */

#sb-search-bar {
}

div#sb-user-account div.user-photo {
	float: left;
	height: 54px;
	margin-right: 5px;
	position: relative;
	width: 54px;
	padding: 5px;
}

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: 54px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0px;
	width: 54px;
	

/* 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;
	height: 16px;
	margin: 13px 0px 0px 20px;
	width: 16px;
}

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;
}

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;
}

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;
}

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

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 {
	background-color: #055074;
	color: #4ab69e;
	padding-bottom: 5px;
	padding-top: 0;
	margin:0px 0px 20px;
}

div.sidebar-box h2 {
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	color: #fff;
}

div.sidebar-box a.sb-action {
	display: block;
	float: right;
	margin-top: -20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 3px;
}

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: none;
	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;
}

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 {
	color: #333333;
}

/* @end */

/* @group Sidebar Add New Styles */

ul#sb-add-list {
	border: none;
	padding: 0 0px 0px 10px;
	text-align:center;
}

ul#sb-add-list li {
	border: none;
	display: block;
	float: left;
	margin-top: 1px;
	margin-right:1px;
	margin-left:1px;
	background: url(btn-bg.jpg) repeat-x;
}

#sb-add-new {
	background-color: transparent;
}

ul#sb-add-list li a {
	display: block;
}

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

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

ul#sb-add-list li div.add-text {
	text-align: center;
	color: #055074;
	font-weight: bold;
}
/* @end */

/* @group Sidebar Friends Online Styles */

ul#sb-friends-list li {
	border: none;
	min-height: 22px;
	padding: 4px;
	position: relative;
	width: 169px;
}

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: none;
	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 {
	min-height: 30px;
	overflow: hidden;
	width: 163px;
	color:#C90;
}

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 {
	margin-left: 0;
	padding-bottom: 0px;
	width: 1000px;
	background-color: transparent !important;
}*/

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

div#footer-powered-by {
	height: 55px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: transparent;
}

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

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

ul#footer-links li a {
	color: #333;
}


/* @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://static.socialgo.com/icons/lightbox-close.png');
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.socialgo.com/icons/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;
}

table#public-forums tbody tr {
	background-color: #f3f3f3;
	border-bottom: 1px solid #ccc;
}



/* @end */

/* @group Main Content Styles */

#main-content {
	
}

#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 {
	border: none;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

div.four.right {
}

#main-content div.twelve div.four.right div.content-box  {
	color: #4c4c4c;
}

#main-content div.twelve div.four.right div.content-box a {
	color: #191919;
}

#activity-list-container div.content-box {
}

.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: 9px;
}

#magazine-list .day, #magazine-list .month {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}

#magazine-list {
	border-bottom: 0px;
	padding: 10px 15px 10px 15px;
	background-color: #e6e6e6;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#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: 5px;
}

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

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

.content-box h2 {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 23px;
	text-indent: 7px;
	text-transform: uppercase;
}

#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 {
	color: #333333;
}

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

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

#activity-list div.content-box-content {
}

/* 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: 0px;
}

#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 {
	border: none;
	margin-bottom: 10px;
	padding-top: 10px;
	line-height: 1.5em;
}

.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;
	text-transform: uppercase;
	color: #666;
}

.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;
}

.profile-info-answer a{
	color: #d9c20b !important;
}

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

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

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;
}

li.video_item .moderate-block {
	background-color: #EEEEEE;
	position: absolute;
	height: 93px;
	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 {
	margin-left: 5px;
	width: 210px;
	height: 100px;
	float: left;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
}

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: 210px;
	float: left;
}

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: 135px;
	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;
	line-height: 1.5em;
}

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

/* end default welcome styles */

/* @group Search Listing Styles */

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

.search-listing li {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

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

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

.search-listing h3 {
	float: left;
	font-size: 18px;
	line-height: 25px;
	width: 375px;
}

.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;
}

.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: 418px;
}

.photos-list {
	width: 425px;
}

.photos-list li,
.members-list li {
	float: left;
	margin: 0px 4px 10px 4px;
	text-align: center;
	width: 59px;
}

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

.photos-list li {
	height: 70px;
	width: 70px;
	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 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 10px 0px;
	padding-bottom: 8px;
}

.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: 16px;
	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;
}

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

.blog-post h3 {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 8px 0px;
	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: -10px;
}

#profile-about {
	background-color: #F5F5F5;
	color: #055074;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin-bottom: 20px;
	border: solid 2px #cccccc;
}

.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: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

a.edit {
	float: right;
}



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

.blog-entry .entry-body {
	margin-bottom: 10px;
	padding: 10px 15px 10px 0;
	overflow: hidden;
}

/* @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: 770px;
}

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


/* @group Other Styles */

.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;
}

.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;
	padding: 8px 0px 0px 0;
	width: 350px;
}

#activity-list {
	margin-top: -2px;
}

.admin-note img {
	float: left;
	padding: 10px;
}

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

.loading {
	background: url(http://static.socialgo.com/icons/custom/ajax-loader.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.left {
	float: left;
}

.hide {
	display: none;
}

.icon {
	float: left;
	margin-right: 5px;
	visibility: hidden;
	width: 0;
}

p.entry-stats img {
	visibility: hidden;
	width: 0;
}

.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;
}

.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 ? */
	float: right;
	margin-right: 5px;
	text-align: center;
	background-color: #46b69e;
	color:#FFF;
	font-weight:bold;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.status-away {
	/

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

.status-kick {
	/

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

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

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

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

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

.widget-list li {
	border:none;
	padding: 2px 0px 2px 0px;
}

.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;
}

ul.minor-options li a {
	font-size: 10px!important;
	padding: 7px 0px 5px 8px;
}

.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: 182px;
	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 {
	font-size: 16px;
	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;
}

#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: 726px;
}

.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 {
	/

* 												background-color: red; */
	/

*margin-top: 10px;*/
	padding: 3px;
	text-align: center;
/*

width: 726px;*/
}

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

.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;
	height: 16px;
	opacity: 0.8;
	padding: 2px;
	float: left;
	top: 1px;
	width: 134px;
}

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

#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;
	font-size: 70%;
}

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

#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: left;
}

#welcome-left img {
	border-style: solid;
	border-width: 1px;
	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;
	height: 0;
	width: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	display:none;
}

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

#what-now-list {
	margin: 0px auto;
	width: 0;
	height: 0;
	padding: 0;
}

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

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

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

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

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

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

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

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

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

#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 {
	border: none;
	line-height: 34px;
	margin-top: -5px;
	margin-bottom: 10px;
}

#forum-index-list table {
	width: 746px;
	border-collapse: collapse;
}

#forum-index-list table thead th {
	border: none;
	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;
}

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

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

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

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


#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: 16px;
}

#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: 12px;
	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;
}

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;
}

#snm_rating_votes {
	float: left;
	font-size: 11px;
	height: 25px;
	margin-left: 5px;
	width: 90px;
}

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

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

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

div.snm_rating a:hover {
	position: absolute;
	height: 16px;
	top: 0px;
	height: 16px;
	display: block;
	z-index: 3;
	background-repeat: no-repeat;
	background-image: url(http://static.socialgo.com/icons/custom/stars_over.png);
	_background-image: url(http://static.socialgo.com/icons/custom/stars_over.gif);
}

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

div.snm_rating a.rating_0 {
	width: 0px !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: 0px !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;
}

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;
	margin-left: 5px;
}

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;
}

div#forum #breadcrumbs {
	padding: 3px;
	border: 0px;
	clear: both;
}

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;
}

/* @end */



/**/
body {
	background: #1f160f url(images/cavaluce_bg.jpg) repeat fixed top center;
	background-color: #FF9B2A;
}

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

#sb-inbox-list li a {
	color: #fff;
}

div#wrapper-header-outer {
	background-color: transparent;
	border: none;
}

div#wrapper-header-outer.has-full-header-image {
	background-color: transparent;
	background-image: none;
}

div#wrapper-header-outer.has-body-header-image {
	background-color: #454545;
}

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

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

div#header {
	text-align: left;
}

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

div#search-bar-background {
	background-color: #6e6e6e;
	border-color: #6e6e6e;
}

/*ul#main-navigation li {
	background: #00B9FE;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

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 {
	background-color: #71D8FF;
}

ul#main-navigation li.nav-selected {
	background-color: #fff;
	color: #333;
}

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

div#body-container {
	
}*/

div#container {
	background-color: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*ul#sub-navigation,ul.sub-navigation {
	border-bottom-color: #6e6e6e;
}

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

ul#sub-navigation li a,ul.sub-navigation li a {
	display: block;
	float: left;
	height: 16px;
	line-height: 14px;
	padding: 3px 4px 4px 4px;
	background-color: #00B9FE;
	border: 2px solid #DDDDDD;
	color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

ul#sub-navigation li.nav-selected a,ul.sub-navigation li.nav-selected a {
	background-color: #fff;
	color:#055074;
	border:0px;

}*/

div#sidebar {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

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 {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*
div#sb-signup.sidebar-box {
	margin-bottom: 0;
}
*/
.sidebar-box h2 {
	background-color: #055074;
	border:none;
	color: #4f4f4f;
}

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

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

ul#sb-inbox-list li:hover,ul#sb-moderate-list li:hover {
	background-color: #055074;
}

#main-content div.three.right div.content-box {
	color: #191919;
}

#main-content div.three.right div.content-box a {
	color: #191919;
}

#main-content div.three.right div.content-box div.content-box-content ul div.message.norecords h4 {
	color: #f8e6c3;
}

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: #d2d2d2;
}

ul#sb-add-list li {
	background-color: #d2d2d2;
	border-color: #bebebe;
}

ul#sb-add-list li:hover {
	background-color: #c8c8c8;
}

ul#sb-add-list li:active {
	background-color: #c8c8c8;
}

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

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;
}

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

div.content-box {
	border: none;
	background-color: transparent;
}

div.content-box h2 {
	background-color: #F6B949;
	border: none;
	color: #191919;
}

div.content-box-content h4 {
	color: #4f4f4f !important;
}

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

#members-home-list,#groups-home-list,#events-home-list,#magazine-list,.blog-entry h3 {
	border: none;
}

.form-box {
	background-color: #fafafa;
	border-color: #f0f0f0;
}

.form-box h2 {
	border-bottom-color: #d2d2d2;
	color: #4f4f4f;
}

form fieldset,.fieldset {
	background-color: #e6e6e6;
	border-color: #1a1e28;
}

form label {
	color: #FFAE2E;
}

.input-desc {
	color: #888;
}

.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 {
	border-color: #d2d2d2;
}

.activity-when {
	color: #4f4f4f;
}

.activity-text blockquote {
	color: #4f4f4f;
}

.activity-text {
	background-color: #f0f0f0;
	color: #4f4f4f;
}

.widget-list li {
	border-color: #d2d2d2;
}

.magazine-list-author {
	color: #b3b3b3;
}

.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 {
	background-color: transparent;
}

.photo {
	background-color: #ffffff;
	border:none;
}

.buttons a {
	color: #565656;
}

#welcome-pic {
	background: url(images/welcome.jpg) no-repeat;
	width: 100%;
	height: 500px;
}

#welcome-page {
	background-color: #fafafa;
	border-color: #f0f0f0;
}

#welcome-page table th {
	border-color: #d2d2d2;
}

#welcome-left img {
	border: none;
}

#welcome-list tr {
	border-color: #d2d2d2;
}

#welcome-page tr td {
	border-color: #d2d2d2;
}

#welcome-page tr td.content-box {
	background-color: white;
}

#forum {
	color: #4f4f4f;
}

#forum div.code {
	background-color: #e6e6e6;
}

#forum-index-list table th {
	background-color: #d9c20b;
}

#forum #list-forums th {
	background-color: #6e6e6e;
	border: solid #464646 1px;
	color: #ffffff;
}

#forum #list-forums tr {
	border: solid #696969 1px;
}

#forum #list-forums td.member {
	background-color: #f0f0f0;
	border-right: solid #e1e1e1 1px;
}

#forum .details {
	background-color: #ffffff;
}

#forum #breadcrumbs {
	color: #ffffff;
	background-color: #6e6e6e;
}

#forum #breadcrumbs a {
	color: #ffffff !important;
}

#forum .pagination ul {
	color: #4f4f4f;
	background-color: #fafafa;
}

#forum .pagination a {
	color: #4f4f4f !important;
}

#forum blockquote {
	background-color: #ffffff;
	border: solid #e1e1e1 1px;
}

#banner {
   z-index: 5;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   top: 115px;
   height: 90px;
   width: 728px;
   background-color: #999;
   margin-top: -95px;
   left: 132px;
}
#logo2 {
   z-index: 100;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   margin-bottom:-130px;
   height: 100px;
   width: 230px;
   /*background: url(images/logo2.png) no-repeat;*/
   left: 380px;
   padding-top:0px;
}
.current-status{
	background-color:#FFC;
	padding:5px;
}
.advert{
	text-align:center;
}
.interact-amicizia_in_attesa,
.interact-amicizia_in_attesa a,
.interact-amicizia_in_attesa a:link{
	color:#900;
	font-weight: bolder;
	font-size:12px;
}
.interact-sospendi_amicizia,
.interact-sospendi_amicizia a,
.interact-sospendi_amicizia a:link{
	color:#F60;
	font-weight: bolder;
	font-size:12px;	
}
/*PERSONALIZZATI*/
.etichette{
	clear: both;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.7em;
	margin-bottom: 1px;
	text-transform: none;
	color: #FFAE2E;
}

/*PNG fix*/
img, div { behavior: url(iepngfix.htc) }

.grey{
	color: #999;
}

ul.tabpro-sub-navigation {
margin:0 !important;
position:absolute;
width:190px;
}


