@charset "utf-8";

/* This are eqal styles */

/**
* added this class to overwrite blueprint's css for tables.
***/
table, td, th {
	vertical-align:top;
}

/**
* added this class to render icons on discussion tables properly.
***/
.discussionIcon {
	float:left;
}

/**
* testing classes which aren't needed in the real app
***/

.testBorder {
	border: 1px solid red;
}

.showTestGrid {
	background:url(../img/v3/grid.png);
}


/** 
* basic page/html elements and styles
***/
body { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	
}

table {
	padding:0;
	border:0;
}

h1, h2, h3, h4, h5, h6 {
 font-size:inherit;
 font-weight:inherit;
 font-style:inherit;
 margin-bottom:inherit;
 color:inherit;
}

/* lists */
ul {
	list-style-type:disc;
}

ul, ol {
	margin:0 1.5em 1.5em;
	padding:0;
}

.eqal-horizontalList {
	font-size:1em;
	height:1.5em;
	margin-left:0;
	padding:0;
	display:inline;
}

.eqal-horizontalList li {
	display: inline;
	list-style-type: none;
}

.eqal-verticalUnbulletedList {
	margin:0;
	padding:0;
}

.eqal-verticalUnbulletedList li {
	list-style-type: none;
}

.eqal-bulletedVerticalList {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

ul.eqal-horizontalList li.first, ul.eqal-horizontalList li.last {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	padding:0;
}

.profileUserMaskForm .mask {
	 overflow: visible; 
	 display: block !important; 
	 background-color:transparent !important;
	opacity:1 !important;
}

.profileUserMaskForm div.card.mask {
 margin-left: -10px; 
}

.profileUserMaskForm div#other-accounts-container h3.title, div.user-join-container h3.title, div.user-location-container h3.title, div#mask-container h3.title {
 padding-top: 0;
 padding-left: 0;
}

.profileUserMaskForm .createMaskDiv {
 padding-top: 0; 
}

.profileUserMaskForm #user-join-form-avatar-mask {
 padding-left: 0; 
}

.eqal-leftListItem {
	 float:left;
	 padding-right:15px;
}

.eqal-leftListItem.innerMoodItem {
	 float:left;
	 padding-right:10px;
	 margin:1px;	
}

ul.eqal-horizontalList li.eqal-pipeListItem {
	float:left;
	padding-right:10px;
}


ul.eqal-horizontalList li.eqal-rightListItem {
	 float:right;
	 padding-left:15px;
}

ul.eqal-smallAvatarList li {
	line-height:32px !important;
}


.eqal-box { /* NOT USED??? */
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:1px dotted #CCCCCC;
	padding:1.42em 19px;
}

p {
	margin:0 0 1.5em;
	padding:0;
}

.eqal-fullWidthDiv {
	clear:both;
}

form {
	padding:0px;
}

/****************
* icon styles
*******************/
.pageIconHolder {
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:block !important;
	width:22px;
	background-image:url(../img/icons/fugue/documents.png);	
}

.eqal-arrowIconListItem {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	display:list-item !important;
	list-style-image:url(http://www.jessiepavelka.com/jessiepavelka/images/li_arrow.png);/*./../images/list_arrow_icon.png */
	margin:0 0 0.5em 20px;
	padding-bottom:0;
	padding-left:0 !important;
	padding-right:0;
	padding-top:0;
}

.eqal-rightArrowIcon {
	background-image:url(../img/v3/small_right_arrow.png);
	background-position:right center;
	display:inline !important;
	padding-left:0 !important;
	padding-right:18px !important;
	background-repeat:no-repeat;
}

.eqal-leftSideRightArrowIcon {
	background-image:url(../img/v3/small_right_arrow.png);
	background-position:left center;
	display:inline !important;
	padding-left:26px !important;
	padding-right:0 !important;
	background-repeat:no-repeat;
}

.eqal-leftArrowIcon {
	background-image:url(../img/v3/small_left_arrow.png);
	background-position:left center;
	display:inline !important;
	padding-right:0 !important;
	padding-left:18px !important;
	background-repeat:no-repeat;
}

.eqal-openFolderIcon {
	background-image:url(../img/v3/folder_icon_open.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block;
	padding-left:22px;
	padding-right:0;
}

.eqal-closedFolderIcon {
	background-image:url(../img/v3/folder_icon_closed.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-closeIcon {
	background-image:url(../img/v3/close_icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-closeIcon:hover {
	background-image:url(../img/v3/close_icon_over.png);
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-rightSideFlagIcon {
	background-image:url(../img/v3/flag.png);
	background-position:right center;
	display:inline !important;
	padding-left:0 !important;
	padding-right:26px !important;
	background-repeat:no-repeat;
}

.eqal-leftSideFlagIcon {
	background-image:url(../img/v3/flag.png);
	background-position:left center;
	display:inline !important;
	padding-left:26px !important;
	padding-right:0 !important;
	background-repeat:no-repeat;
}

.eqal-rightSideFlagIcon:hover, .eqal-leftSideFlagIcon:hover {
	background-image:url(../img/v3/flag_over.png);
}

.eqal-profileIcon {
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
	padding-botton: 1px !important; 
	background-position:2px top;
	height:16px;
}

.eqal-facebookIcon {
	background-image:url(../img/v3/facebook_sm.png);
	background-position:center top;
	display:block !important;
	padding:2px !important;
	width:25px;
	background-repeat:no-repeat;
}

.eqal-facebookIcon em, .eqal-twitterIcon em, 
.eqal-closeIcon em, .eqal-editIcon em, 
.eqal-leftSideFlagIcon em, .eqal-profileIcon em {
	display: block !important;
	visibility: hidden;	
	width: 1px !important;
}

.eqal-twitterIcon {
	background-image:url(../img/v3/balloon_twitter.png);
	background-position:center top;
	display:block;
	padding:0 !important;
	width:25px !important;
	background-repeat:no-repeat;
}

.eqal-musicIcon {
	background-image:url(../img/icons/fugue/music-beam-16.png);
}

.eqal-deleteButtonIcon-small {
	background-image:url(../img/v3/delete_icon_sm.png);
	background-repeat:no-repeat;
	background-position:center top;
	display:block !important;
	padding:0 !important;
	width:16px;
}

.eqal-talkBubbleIcon {
	background-image:url(../img/v3/talk_balloon.png);	
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important; 
}

.eqal-talkBubbleIcon:hover {
	background-image:url(../img/v3/talk_balloon_over.png);	
}

.eqal-editIcon {
	background-image:url(../img/v3/pencil.png);	
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important; 
	padding-bottom:6px;
}

.forumDiscussionHomeTopContentHolder div {
	padding-top:1.5em;
}

.forumDiscussionTitleColumnContent .eqal-editIcon {
	display:inline;
	width:22px;
	text-decoration:none;
}

.forumDiscussionTitleColumnContent .eqal-pushpinDiv {
	display:inline;
	float:left;	
}

.eqal-editIconTabularDiv {
	display: inline; 
	width: 22px; 
	float:left;	
}

.eqal-editIcon:hover {
	background-image:url(../img/v3/pencil_over.png);	
}

.eqal-pushpinDiv {
	background-image:url(../img/v3/pushpin.png);	
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-mailIconDiv {
	background-image:url(../img/v3/mail_icon.png);	
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:20px !important;
	padding-right:0 !important;
}

.eqal-viewProfileIcon {
	background-image:url(../img/v3/address_card.png);	
	background-position:2px 2px;
	background-repeat:no-repeat;
	/*display:block !important;*/
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-inviteFriendsIcon {
	background-image:url(../img/v3/invite_friends_icon.png);	
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-userSearchIcon {
	background-image:url(../img/v3/search_friends_icon.png);	
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-keyIcon {
	background-image:url(../img/v3/key_icon.png);	
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-flag {
	background-position:0 0;
	border-left:7px solid #FFFFFF;
	border-top:7px solid #FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	height:11px;
	padding-left:0;
	width:16px;
	background-repeat:no-repeat;
}

.eqal-facebookShareIcon {
	background:url("http://b.static.ak.fbcdn.net/rsrc.php/z39E0/hash/ya8q506x.gif") no-repeat scroll right top transparent;
	border:1px solid #D8DFEA;
	display:inline-block;
	height:15px;
	line-height:16px;
	margin-right:15px;
	margin-top:0;
	padding:0 3px 0 8px;
	width:55px;
	text-decoration:none;
}

.eqal-facebookShareIcon:hover {
	background-color:#3B5998;
	border-color:#295582;
	color:#FFFFFF;
}

.eqal-onlineOrOfflineIcon {
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-friendIcon {
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
	background-image:url(../img/v3/user_icon.png);	
}

.eqal-online {
	background-image:url(../img/v3/online_icon.png);	
}

.eqal-offline {
	background-image:url(../img/v3/offline_icon.png);	
}

.eqal-eqalCubeLogo {
	background-image:url(../img/v3/eqal_logo_cube.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
	height:40px;
}

.eqal-closeButton {
	background:url(../img/v3/close.gif) repeat scroll 0 0 transparent;
	display:block;
	font-size:1px;
	height:7px;
	position:absolute;
	right:4px;
	top:5px;
	width:7px;
}

.eqal-inboxIcon {
	background-image:url(../img/v3/inbox.png);
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-outboxIcon {
	background-image:url(../img/v3/outbox.png);
	background-position:2px 2px;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}


/** specific profile icons **/
.eqal-faceIcon-blank {
	background-image:url(../img/icons/emoticons/emoticon_blank.png);
}
.eqal-faceIcon-blushing {
	background-image:url(../img/icons/emoticons/emoticon_blushing.png);
}
.eqal-faceIcon-confused {
	background-image:url(../img/icons/emoticons/emoticon_confused.png);
}
.eqal-faceIcon-cool {
	background-image:url(../img/icons/emoticons/emoticon_cool.png);
}
.eqal-faceIcon-crying {
	background-image:url(../img/icons/emoticons/emoticon_crying.png);
}
.eqal-faceIcon-cute {
	background-image:url(../img/icons/emoticons/emoticon_cute.png);
}
.eqal-faceIcon-dead {
	background-image:url(../img/icons/emoticons/emoticon_dead.png);
}
.eqal-faceIcon-emotional {
	background-image:url(../img/icons/emoticons/emoticon_emotional.png);
}
.eqal-faceIcon-gaptoothed {
	background-image:url(../img/icons/emoticons/emoticon_gaptoothed.png);
}
.eqal-faceIcon-happy {
	background-image:url(../img/icons/emoticons/emoticon_happy.png);
}
.eqal-faceIcon-lol {
	background-image:url(../img/icons/emoticons/emoticon_lol.png);
}
.eqal-faceIcon-love {
	background-image:url(../img/icons/emoticons/emoticon_love.png);
}
.eqal-faceIcon-mad {
	background-image:url(../img/icons/emoticons/emoticon_mad.png);
}
.eqal-faceIcon-meh {
	background-image:url(../img/icons/emoticons/emoticon_meh.png);
}
.eqal-faceIcon-ninja {
	background-image:url(../img/icons/emoticons/emoticon_ninja.png);
}
.eqal-faceIcon-pretty {
	background-image:url(../img/icons/emoticons/emoticon_pretty.png);
}
.eqal-faceIcon-rolleyes {
	background-image:url(../img/icons/emoticons/emoticon_rolleyes.png);
}
.eqal-faceIcon-sad {
	background-image:url(../img/icons/emoticons/emoticon_sad.png);
}
.eqal-faceIcon-silly {
	background-image:url(../img/icons/emoticons/emoticon_silly.png);
}
.eqal-faceIcon-smile {
	background-image:url(../img/icons/emoticons/emoticon_smile.png);
}
.eqal-faceIcon-stressed {
	background-image:url(../img/icons/emoticons/emoticon_stressed.png);
}
.eqal-faceIcon-wink {
	background-image:url(../img/icons/emoticons/emoticon_wink.png);
}
.eqal-faceIcon-zombie {
	background-image:url(../img/icons/emoticons/emoticon_zombie.png);
}

/* specific flag icons */
.eqal-usaFlag {
	background-image:url(http://static.lg15.com/img/flags/us.gif);
}

/****************
* social media styles
*******************/
.eqal-facebookConnectListItem a, .eqal-twitterConnectListItem a,
.eqal-youtubeConnectListItem a, .eqal-bitlyConnectListItem a,
.eqal-flickrConnectListItem a, .eqal-bandcampConnectListItem a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	height:32px;
	line-height:40px;
	margin-bottom:8px;
	margin-top:8px;
	padding:8px 0 10px 34px;
}

.eqal-facebookConnectListItem a {
	background:transparent url(../img/v3/cta_connect_facebook.png);
	background-repeat:no-repeat;
}

.eqal-twitterConnectListItem a {
	background:transparent url(../img/v3/cta_connect_twitter.png);
	background-repeat:no-repeat;
}

.eqal-youtubeConnectListItem a {
	background:transparent url(../img/v3/cta_connect_youtube.png);
	background-repeat:no-repeat;
}

.eqal-bandcampConnectListItem a {
	background:transparent url(../img/v3/cta_connect_bandcamp.png);
	background-repeat:no-repeat;
}

.eqal-bitlyConnectListItem a {
	background:transparent url(../img/v3/cta_connect_bitly.png);
	background-repeat:no-repeat;
}

.eqal-flickrConnectListItem a {
	background:transparent url(../img/v3/cta_connect_flickr.png);
	background-repeat:no-repeat;
}

.eqal-plusIcon {
	background-image:url(../img/v3/plus_circle.png);	
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-plusIcon:hover {
	background-image:url(../img/v3/plus_circle_over.png);	
}

.eqal-streamIcon {
	background-image:url(../img/v3/arrows_crossed.png);	
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-maskIcon {
	background-image:url(../img/v3/mask_icon.png);	
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-notificationIcon {
	background-image:url(../img/v3/notification_icon.png);	
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

/* icons used to connect to, or show existing connection to social networks on the Connected Accounts page */
.eqal-unconnectedAccountIcon {
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:95px !important;
	padding-right:0 !important;
	padding-bottom:10px !important;
	line-height:25px;
}

.eqal-connectedAccountIcon {
	background-position:left center;
	background-repeat:no-repeat;
	display:block !important;
	padding-left:22px !important;
	padding-right:0 !important;
}

.eqal-connectedAccountIcon.youtube {
	background-image:url(../img/v3/youtube_small.png);	
}
 
.eqal-unconnectedAccountIcon.youtube {
	background-image:url(../img/v3/youtube_connect.png);	
}

.eqal-connectedAccountIcon.facebook {
	background-image:url(../img/v3/facebook_sm.png);
}

.eqal-unconnectedAccountIcon.twitter {
	background-image:url(../img/v3/twitter_connect.png);	
}

.eqal-connectedAccountIcon.flickr {
	background-image:url(../img/v3/flickr_sm.png);	
}

.eqal-unconnectedAccountIcon.flickr {
	background-image:url(../img/icons/flickr_connect.png);	
}


/****************
*******************
* tab styles
*******************
*******************/	
/* MOVED
.tabList {
	border-bottom:1px solid #000000;
	float:left;
	width:100%;
	padding-bottom:7px; 
	
}

.tabList li.leftListItem {
	padding-right:0px;
	padding-left:6px;   
}

.tab {
	border-left:1px solid #000000; 
	border-right:1px solid #000000; 
	border-top:1px solid #000000;
}

.tabPadding {
	margin-bottom:3px;
	margin-top:3px;
	padding-left:12px;
	padding-right:12px;
}

.activeTab {
	border-bottom:1px solid;
	border-bottom-color:#FFFFFF;
	background-color:#FFFFFF;
	font-weight:bold;
}

 .tabListItem {
	
}

.inactiveTab {
	border-bottom:1px solid !important; 
	border-bottom-color:#000000;
}
*/

/****************
*******************
* profile styles
*******************
*******************/	

/* profile pages tab list */
/* MOVED
.profileTabList, .profileTabList .tab,  .profileTabList .inactiveTab {
	border-color:#CC7300;
}
  
.profileTabList .activeTab {
	border-bottom:1px solid;
	border-bottom-color:#ffffff ;
}

.profileTabList .inactiveTab {
	border:0px !important;
}
*/

/****************
*******************
* link styles
*******************
*******************/	

.eqal-externalLink {
	background-image:url("../img/v3/external_link_arrow.png");
	background-position:right center;
	background-repeat:no-repeat;
	display:inline !important;
	padding-left:0 !important;
	padding-right:18px !important;
}

.eqal-externalLink:hover {
	background-image:url("../img/v3/external_link_arrow_over.png");
}


/* "social" bottom bar styles */
#u-social {
background-color:#999999;
}

#u-social {
height:32px;
left:0;
overflow:hidden;
visibility:hidden;
width:100%;
z-index:2147483646;
}

/* DASHBOARD
--------------------------------------------------------------
##############################################################

*/

#u-social {
	background-color:#999;
}

#u-social .box {
	border:none;
	padding:1.5em 20px;
	background-color:#fff;
}

#u-social .box-list ul li {
	border-bottom:1px dotted #ccc;
}

#u-social a {
	color:#333;
}

#u-social a:hover,
#u-social a:active {
	color:#000;
}

#u-social .icon {
	background-position:left center;
}

#u-social { 
	line-height:32px;
}

#u-social ul.horiz li a {
	color:#333;
}

#u-social ul.horiz li a:hover {
	color:#000;
}

#u-social .pending-request-error {
	background-color:yellow;
}

#signup_form_toggle_to_recaptcha,
#signup_form_validate_recaptcha,
#signup-form-input-submit,
#login-form-input-submit,
#lostpw-form-input-submit {
	background-color:#fff;
	border:2px outset #fff;
	width: 228px;
}

#signup_form_toggle_to_recaptcha:hover,
#signup_form_validate_recaptcha:hover,
#signup-form-input-submit:hover,
#login-form-input-submit:hover,
#lostpw-form-input-submit:hover {
	background-color:#ccc;
	border:2px outset #ccc;
}

#login-form-input-password {
	color: #CC0000;	
}

.watermark {
	color:#999999;
}

.eqal-login-text-input, .eqal-signup-text-input  {
	width: 220px;
	font-size: 1.5em;
}

/* ANOTHER 9 SLICE EXAMPLE (U-SOCIAL LOGIN/REG)
--------------------------------------------------------------

	corners are 8x8px, so we override default

*/

/* override the #u-social box (below) */
#u-social #eqal-login .box.slice9,
#u-social #eqal-signup .box.slice9 {
	border:0;
	padding:0 8px 0  48px; /* not sure why these numbers work */
	background-color:transparent;
}

#eqal-login .sl-1, #eqal-signup .sl-1,
#eqal-login .sl-2, #eqal-signup .sl-2,
#eqal-login .sl-3, #eqal-signup .sl-3,
#eqal-login .sl-8, #eqal-signup .sl-8,
#eqal-login .sl-7, #eqal-signup .sl-7,
#eqal-login .sl-9, #eqal-signup .sl-9 {
	height:8px;
}

#eqal-login .sl-4, #eqal-signup .sl-4 {
	margin-left:-48px;
}

#eqal-login .sl-6, #eqal-signup .sl-6 {
	margin-right:-8px;
}

#eqal-login .sl-1, #eqal-signup .sl-1,
#eqal-login .sl-7, #eqal-signup .sl-7 {
	left:-48px;
	width:48px;
}

#eqal-login .sl-5, #eqal-signup .sl-5 {
	margin:0 6px;
	padding:2px; /* prevents gaps between 456 and 789 */
}


#eqal-login .sl-3, #eqal-signup .sl-3,
#eqal-login .sl-9, #eqal-signup .sl-9 {
	right:-8px;
	width:8px;
}


/* top, middle-left, middle-right, bottom all solid colors */
#eqal-login .sl-2, #eqal-signup .sl-2,
#eqal-login .sl-4, #eqal-signup .sl-4,
#eqal-login .sl-6, #eqal-signup .sl-6,
#eqal-login .sl-8, #eqal-signup .sl-8 {
	background-color:#222222;
	background-image:none; /* override above */
}

/* top left */
#eqal-login .sl-1, #eqal-signup .sl-1 {
	background-image:url('../img/v3/slice9_login_corners.gif');
	background-position:-8px -8px;
}

/* top right */
#eqal-login .sl-3, #eqal-signup .sl-3 {
	background-image:url('../img/v3/slice9_login_corners.gif');
	background-position:0 -8px;
}

/* middle */
#eqal-login .sl-5, #eqal-signup .sl-5 {
	background-color:#222222;
	background-image:url('../img/v3/slice9_login_corners.gif');
	background-repeat:repeat-y;
	background-position:-14px 0; /* cancel margin on sl-4 */
}

/* bottom left */
#eqal-login .sl-7, #eqal-signup .sl-7 {
	background-image:url('../img/v3/slice9_login_corners.gif');
	background-position:-8px 0;
}

/* bottom right */
#eqal-login .sl-9, #eqal-signup .sl-9 {
	background-image:url('../img/v3/slice9_login_corners.gif');
	background-position:0 0;
}

/* formatting */

#eqal-signup .confirm h3 {
	padding-bottom: 15px;
}


#eqal-login .signup .signup-login-header, 
#eqal-signup .signup .signup-login-header {
	margin: 0 0 11px 0;
}

#eqal-login .signup .signup-login-header a, 
#eqal-signup .signup .signup-login-header a{
	color: #FFFFFF !important;
}

#eqal-login .signup,
#eqal-signup .signup {
	background-image:url('../img/v3/signup_eqal.gif');
	background-repeat:no-repeat;
	padding: 2px 0 0 0;
	margin: 0 0 0 52px;
	color:#ccc;
}

#eqal-login .signup .google-signup span,
#eqal-signup .signup .google-signup span {
	margin-top: 0px;	
}

#eqal-login .signup h2,
#eqal-signup .signup h2 {
	margin: 0 0 14px 44px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	color:#999999;
	display: inline;
}

#eqal-login .signup h4,
#eqal-signup .signup h4 {
	color: #FFFFFF;	
	display: inline;
}

#eqal-login .signup h3,
#eqal-signup .signup h3 {
	margin: 0 0 0 44px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	color:#999999;
	font-size: 22px;
}

#eqal-login .signup h2 span,
#eqal-signup .signup h2 span {
	color:#fff;
}

#eqal-login .signup a,
#eqal-signup .signup a {
	color:#0cf;
	text-decoration:underline;
}

#eqal-login .signup a:hover,
#eqal-login .signup a:active,
#eqal-signup .signup a:hover,
#eqal-signup .signup a:active {
	color:#999999;
}

#login-forgot-password {
	display:block;
	margin:6px 0 0 0;
}

#eqal-login #signup_form_tos,
#eqal-login #signup_form_tos a,
#eqal-login #login-forgot-password a,
#eqal-signup #signup_form_tos,
#eqal-signup #signup_form_tos a,
#eqal-signup #login-forgot-password a,
#eqal-signup #signup-form-bday-question,
#eqal-signup #signup-form-bday-question a {
	color:#999;
}

/* login prompt */

#task-notice .box {
	margin-bottom:0;
}

#task-notice-arrow {
	margin:auto;
	width:230px;
	height:90px;
	background:url('../img/v3/login_arrow.gif') no-repeat 0 center;
	margin-top:-2px;
}

.avatarPopUpBody {
	background-color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	font-size:10px;
	padding:8px 0 8px 0;
	text-align:left;
	width:180px;
}

.onlineOfflineDiv {
	line-height:22px;
}

.friendIconDiv {
	line-height:22px;
}

.mailIconHolderDiv {
	line-height:22px;
}

.messagePopUpBody {
	background-color:#FFFFFF;
	border-color:#000000 #000000 #000000 -moz-use-text-color;
	border-style:solid;
	border-width:1px;
	font-size:10px;
	padding:8px;
	text-align:left;
}

.sendMessageHeaderDiv {
	font-size:18px;
}

/**** PRIVATE MESSAGE BOX MULTIPLE RECIPIENTS *******/
ul.holder{margin:0;border:1px
solid #999;background:#FFF;overflow:hidden;height:auto !important;height:1%;padding:4px
5px 0}*:first-child+html
ul.holder{padding-bottom:2px}* html
ul.holder{padding-bottom:2px}ul.holder
li{float:left;list-style-type:none;margin:0
5px 4px 0;position:static}ul.holder li.bit-box, ul.holder li.bit-input
input{font:11px "Lucida Grande", "Verdana"}ul.holder li.bit-box{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px
solid #CAD8F3;background:#DEE7F8;padding:1px
5px 2px}ul.holder li.bit-box-focus{border-color:#598BEC;background:#598BEC;color:#fff}ul.holder li.bit-input
input{position:static;width:150px;margin:0;border:none;outline:0;padding:3px
0 2px}ul.holder li.bit-input
input.smallinput{width:20px}form
ol{margin:0;padding:0}form ol li.input-text{margin-bottom:0px;list-style-type:none}form ol li.input-text
label{font-weight:bold;cursor:pointer;display:block;font-size:13px;margin-bottom:10px}form ol li.input-text
input{width:380px;padding:5px
5px 6px;font:11px "Lucida Grande", "Verdana";border:1px
solid #999}form
ul.holder{width:380px;height:23px}ul.holder li.bit-hover{background:#BBCEF1;border:1px
solid #6D95E0}ul.holder li.bit-box
a.closebutton{position:absolute;right:4px;top:5px;display:block;width:7px;height:7px;font-size:1px;background:url('/img/close.gif')}ul.holder li.bit-box a.closebutton:hover{background-position:7px}ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover{background-position:bottom}.match{font-weight:bold}#messageRecipientsAutoComplete{width:380px;margin:0.5em 0;padding:0}#messageRecipientsContainer{width:380px;position:static}#multiRecipientList ul.holder li.bit-box{padding-right:15px;position:relative}


/*UserJoinStuff*/
/* USER JOIN (IDENTITY / MASK)
--------------------------------------------------------------
##############################################################

*/

div.user-join {
 color:#333;
}

div.user-join a {
 color:#000;
}

div.user-join a:hover {
 color:#333;
}

.maskHeaderText {
	color:#666666;
	font-family:"Helvetica Neue",helvetica,arial,sans-serif;
	font-weight:bold;	
}

.maskInputFields{
	margin-top:20px;
}

#signup-form-container {
 /*background-color:#b19c90;*/
 background: #282521;
 padding-bottom:30px;
}

#user-join-form-avatar-mask {
	margin-top:20px;	
}

#mask-container {
 background-color:#fff;
 margin-top: 15px;
}

#identity-container #user-join-identity, 
#mask-container #user-join-mask
{
 z-index: 1;
}

.join-container {
 margin:auto;
 width: 752px;
}
.user-join-container{
 background-color:#fff;
 margin-top: 75px;
}

.user-location-container{
 background-color:#fff;
}

#identity-button-container{
 margin-top: 15px;
 padding-left: 25px;
}

.eqal-logo-container {
 padding-top: 218px;
 padding-left: 9px;
}

#mask-container.inactive div.user-join.mask {
 background:url("../../img/bg_join_mask_inactive.gif") no-repeat 0 0;
}

div#other-accounts-container h3.title, 
div.user-join-container h3.title, 
div.user-location-container h3.title,
div#mask-container h3.title {
 color:#666;
 padding-bottom:18px;
 padding-left:14px;
 padding-top:28px;
 font-family: "Helvetica Neue", helvetica, arial, sans-serif;
 font-weight: bold;
}

div.user-join a.tooltip span {
 width:228px;
 height:250px;
 padding-top:1.5em;
 font-weight:bold;
}

#identity-container a.tooltip span {
 background-color:#b19c90;
 
}

#mask-container a.tooltip span {
 background-color:#897675;
 
}

#mask-container.inactive a.tooltip span {
 background-color:#eee;
 background:url("../../img/bg_join_mask_inactive.gif") no-repeat -16px -147px;
}

#user-join-form-input-submit-identity,
#user-join-form-input-submit-mask {
 background-color:#333;
 border:2px outset #333;
 color:#333;
 margin: -3px 6px 0 0;
}

#user-join-form-input-submit-identity:hover,
#user-join-form-input-submit-mask:hover {
 background-color:#000;
 border:2px outset #333;
}

#preview-identity {
 z-index: 0; 
}

#preview-identity p small {
 color:#5c514a;
}

.mediaDiv {
	float:left;
	padding-bottom:10px;
	padding-top:10px;
	width:100%; /*good for centering, but bad for creating a funky bg on some sites for youtube videos */
	clear:both;
	text-align: center;
	overflow: hidden;
}

.mediaDiv.youtubeVideo-wide {
	background-color: transparent !important; /*dont let the stretched divs show an ugly background */	
	padding: 0 !important;
}

#preview-mask p small {
 color:#382f2f;
}

#preview-identity-button p,
#preview-mask-button p{
 margin-top: 22px;
}

#user-join-form-location-state span.flag-container a {
 background:#fff url("../../img/dropdown_arrow.gif") no-repeat 26px 10px;
}

.recentDiscussionAddResponseDiv {
	float:left;
}

.textarea-input.tinymce {
	width: 550px;	
}

.discussionComment .textarea-input.tinymce {
	width: 400px;
	height: 140px;
}

.fullWidthDiv {
	clear:both;
	overflow:hidden;
}

.message-error div.message-box {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FBE3E4 url(../img/icons/fugue/cross-circle.png) no-repeat scroll 4px center;
color:#CC0000;
cursor:default;
padding-left:28px;
}

div.message-box {
padding:0.5em 8px;
width:160px;
z-index:10;
}

.form ul li div.message-container {
bottom:0;
left:194px;
position:absolute;
}

.message-info div.message-box {
background-color:#333333;
color:#EEEEEE;
cursor:default;
}



#u-social-profile img {
padding-top:6px;
}

.num-requests {
position:absolute;
right:779px;
top:-5px;
}
 
#u-social-notify span {
position:relative;
}

.ugc_editor {
	clear:both;
	float:left;	
}

.childrenBracket {
 float:left;
}

.ancestorList {
 float:left; 
}

.childrenList {
 float:left; 
 margin-right:0;
}

.childrenList a {
 font-weight:normal;
}

.broadcastAccountChoice .eqal-twitterIcon, .profileHeaderUpdateDiv .eqal-twitterIcon {
	display:inline-block !important;
} 

/*fix for old html genereated by edit profile form */
.profileLeftColumn textarea, .profileLeftColumn input[type="text"], .profileLeftColumn label {
	clear: both;	 
	float: left;
}

.profileLeftColumn .last { 
	float: left;
}

.forumActiveDiscussionPostListTable {
	float:left;
}

/*
Content Tagger classes
*/

.contentTaggerContainer{
	clear:both;
	float:left;
	padding-top:30px;
}

.yui-ac-input {
	position: static !important;
}

.yui-ac-input, .yui-ac-content, .yui-ac-shadow{
	width: auto !important;
}

li.assignedTag {
	-moz-border-radius:6px 6px 6px 6px;
	background:none repeat scroll 0 0 #DEE7F8;
	border:1px solid #CAD8F3;
	padding:1px 5px 2px;
	margin:1px 5px 2px;
	padding-right: 15px;
	position: relative;
	float:left;
	display:inline;
	width:auto;
}

li.assignedTag:hover{
	background: none repeat scroll 0 0 #BBCEF1;
	border:1px solid #6D95E0
}

li.assignedTag a.closebutton {
	background:url("/img/close.gif") repeat scroll 0 0 transparent;
	display:block;
	font-size:1px;
	height:7px;
	position:absolute;
	right:4px;
	top:5px;
	width:7px;
}

#selected-tags-container-div {
	clear:both;
	float:left;
	height:auto;
	margin:10px 10px 0 0;
	/*overflow:auto;*/
	width:100%;
}

#contentTaggerText {
	float:left;	
	clear:both;
	width: 100%;
}

.selectedTags {
	clear:both;
	display:block;
	float:left;
	width:200px;
}

.tagsContainerDiv{
	height:80px;
}

#note_body_parent{
	float: left; 
	clear: both;	
}

.saveNote {
	float: left; 
	clear: both;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.noteMoodRadio {
	float:left;	
}

.eqal-leftListItem .noteMoodRadio {
	float: none;	
}

.eqal-faceIcon-smile  {
	float: left;	
}

.emoticon eqal-leftListItem {
	height:20px;
}

#currentMoodLabel  #currentMusicLabel{
	margin-top:10px;
	margin-bottom: 10px;
}

#noteSubjectLabel #noteBodyLabel{
	margin-top:10px;
	margin-bottom: 10px;
	font-weight:bold;
}

.moodContainerDiv {
	margin-top:10px;
	margin-bottom: 10px;
		
}

input.text, input.title {
	clear:both;
	float:left;
	padding:5px;
	width:300px;
}

.uploadImageFile {
	margin-bottom: 25px;
}

.manageSubHeaderLink {
	margin-left: 10px;
}

.refreshCategoriesButton{
	margin-top: 10px;
}

/* Theme Preview */
#theme-preview-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
}

#theme-preview-content {
	position: relative;
	top: 50px;
}

.profileHeaderUpdateDiv {
	width: 560px;	
	padding-top: 0 !important;
}

.profileHeaderNameItem {
	max-width:200px;
	line-height: 20px !important;
	padding-top: 6px !important;
}	

.discussion-addresponse-logout-submitButton {
	margin-bottom: 20px;	
}

.update_link:hover {
	text-decoration:underline;
}

#StatusAddEdit label {
	display: inline-block !important;	
}

/* Media Picker */
#ytUploadTokenForm {
	padding-top: 15px;
}

#ytUploadTokenForm textarea {
	height: 75px;	
}

.mediaPickerDialog .yui-nav {
	border: 0 !important;
}

.moduleWithCommentsTweetmemeDiv {
	float:left;	
}

.contentTagsHorizontalList {
	float: left;
	clear: both;	
}

#ingredients_container li {
	width:100%;	
}

/* GALLERY STYLES */
.galleryNavItem {
	padding-right: 20px;	
}

.gallerySubmissionsItemsDiv {
	border: 1px solid #EFEFEF;	
	float: left;
	width: 899px;
}

.gallerySubmissonListItem {
	border: solid #EFEFEF;	
	border-width: 0 1px 1px 0;
}

.gallerySubmissionImg {
	max-width: 159px;	
	max-height: 159px;
}

.gallerySubmissionsNavDiv {
	padding-bottom: 10px;	
	float: left;
}

.gallerySubmissionsItemsDiv > .padding {
	margin-bottom: -1px;	/*cover the double border on the bottom */
	margin-right: -1px;
	float: left;
	/*width: 901px;*/
}

.gallerySubmissonListItem {
	height: 220px;	
	width: 179px;
	padding: 0;
}

.gallerySubmissonListItem > .padding {
	padding: 10px;
	width: 159px;
}

.gallerySubmissonListItemAuthorInfo {
	text-align: center;	
}

.gallerySubmissonList {
	padding: 0;
	margin: 0;	/*these fix bizzare IE display error */
}

.gallerySubmissonListItemContent, .gallerySubmissonListItem {
	text-align: center;	
}

.eqal-leftListItem.broadcastAccountChoice {
	width: 60px;	
}

/* patching up the u-social bar */
#u-social-inbox .num-requests {
	left:1px !important;
	top:-21px !important;
}

.num-requests, #u-social-task .num-requests {
	font-size:10px;
	position:relative !important;
}

#u-social ul.horiz li a {
	color:#333333;
	min-width:34px !important;
}

#u-social-notify .num-requests {
	left:-7px !important;
}

.num-requests, #u-social-task .num-requests {
	font-size:10px;
	position:relative !important;
}

#u-social ul.horiz li a {
	text-decoration: none;
	font-size:10px !important;
}

#u-social-messages .num-requests {
	left:2px !important;
	padding:0 !important;
	top:-5px !important;
}

#DiscussionThreadAdd p {
	clear: both;	
}	
	
.textAreaContainer input[type="checkbox"], .textAreaContainer input.radio {
	top: 0;	
}	
	
/*default behavior for tag cloud widget */
#contentTagWidget {
	font-size:12px;
}

#contentTagWidget li {
	margin-right: 5px;
}

/*default behavior for rss feed carousel */
.rssItemHolder {
	padding-bottom:40px;
	height:170px;
}
	
.carouselReadMore {
	position: absolute;
	bottom: -23px;
	right: 30px;
	z-index: 3;	
	padding:4px;
}	
	
.carouselMedia, .carouselContentBlock, .rssItemHolder, .rssCarousel, .rssCarouselSliderLayer, .rssCarouselControl, .carouselItemLayer {
	float:left;
}

.rssCarouselSliderLayer {
	 width:640px;
	 height:170px;
}

.rssCarouselControl, .carouselControl{
	top: 100px;	
	position: absolute;
}

.rssCarouselLeftControl, .carouselLeftControl  {
	left: -20px;
}

.rssCarouselRightControl, .carouselRightControl {
	right: -25px;	
}

.carouselItemLayer {
	padding: 0 30px;
}
	
.rssCarouselTitle {
	padding-left: 30px;	
}
	
.carouselItemBody {
	padding-right:30px;
	height:120px;
}
	
.carouselItem {
	width:640px;
}

.carouselItemTitle {
	padding-bottom:5px;
}

.rssCarouselTitle {
	padding-bottom:10px;
}

.rssCarouselTitleText {
	color:#333;
	font-size:18px;
	font-weight:bold;
	padding-right:8px;
}

.carouselMedia {
	padding-right:10px;
}

.carouselContentBlock {
	overflow:hidden;
}

.rssItemHolder {
	border-bottom:1px solid #e0e0e0;
	margin-bottom:20px;
} 

.rssCarouselTitle a {
	font-size:11px;
}

#homepage-maker {
	padding-bottom:20px;
}

.discussion-post-body p {
	margin:0 0 10px;
}	
	
#site-management-publishing .checkleft > div {
    float:left;
}	
	
#signup_form_tos p {
	margin:0 !important;
	line-height:14px !important;
}	

#signup_form-ajax-error {
    line-height:14px !important;
	color: red !important;	
}





















