
/* ***************************************
	RESET CSS
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background-color: white;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
img {
	border-width:0;
	border-color:transparent;
}
:focus {
	outline: 0 none;
}
ol, ul {
	list-style: none;
}
em, i {
	font-style:italic;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
strong, b {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration: none;
}

/* Clearfix */
.clearfix:after,
.elgg-grid:after,
.elgg-layout:after,
.elgg-inner:after,
.elgg-page-header:after,
.elgg-page-footer:after,
.elgg-head:after,
.elgg-foot:after,
.elgg-col:after,
.elgg-image-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/* Fluid width container that does not wrap floats */
.elgg-body,
.elgg-col-last {
	display: block;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	
	/* IE 6, 7 */
	zoom:1;
	*overflow:visible;
}

.elgg-body:after,
.elgg-col-last:after {
	display: block;
	visibility: hidden;
	height: 0 !important;
	line-height: 0;
	
	/* Stretch to fill up available space */
	font-size: xx-large;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

/* ***************************************
 * MENUS
 *
 * To add separators to a menu:
 * .elgg-menu-$menu > li:after {content: '|'; background: ...;}
 *************************************** */
/* Enabled nesting of dropdown/flyout menus */
.elgg-menu > li { position: relative; }

/* Separators should only come between list items */
.elgg-menu > li:last-child:after { display: none } 

/* Maximize click target */
.elgg-menu > li > a { display: block }

/* Horizontal menus w/ separator support */
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	vertical-align: middle;
}

/* Allow inline image blocks in horizontal menus */
.elgg-menu-hz .elgg-body:after { content: '.'; }

/* Inline block */
.elgg-gallery > li,
.elgg-button,
.elgg-icon,
.elgg-menu-hz > li,
.elgg-menu-hz > li:after,
.elgg-menu-hz > li > a,
.elgg-menu-hz > li > span {
	/* Google says do this, but why? */
	position: relative;

	display: inline-block;
	
	/* Inline-block: IE 6, 7 */
	zoom: 1;
	*display: inline;
}

/* ***************************************
	GRID
*************************************** */
.elgg-col {
	float: left;
}
.elgg-col-1of1 {
	float: none;
}
.elgg-col-1of2 {
	width: 50%;
}
.elgg-col-1of3 {
	width: 33.33%;
}
.elgg-col-2of3 {
	width: 66.66%;
}
.elgg-col-1of4 {
	width: 25%;
}
.elgg-col-3of4 {
	width: 75%;
}
.elgg-col-1of5 {
	width: 20%;
}
.elgg-col-2of5 {
	width: 40%;
}
.elgg-col-3of5 {
	width: 60%;
}
.elgg-col-4of5 {
	width: 80%;
}
.elgg-col-1of6 {
	width: 16.66%;
}
.elgg-col-5of6 {
	width: 83.33%;
}

/* ***************************************
	Typography
*************************************** */
body {
	font-size: 80%;
	line-height: 1.4em;
	font-family: 'Varela Round', sans-serif;
	}

a {
	color: #4690D6;
}

a:hover,
a.selected { 	color: #555555;
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

pre, code {
	font-family: 'Varela Round', sans-serif;
	font-size: 12px;
	
	background:#EBF5FF;
	color:#000000;
	overflow:auto;

	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */

	white-space: pre-wrap;
	word-wrap: break-word; /* IE 5.5-7 */
	
}

pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}

code {
	padding:2px 3px;
}

.elgg-monospace {
	font-family: Monaco, "Courier New", Courier, monospace;
}

blockquote {
	line-height: 1.3em;
	padding:3px 15px;
	margin:0px 0 15px 0;
	background:#EBF5FF;
	border:none;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #0054A7;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; line-height: 1.1em; padding-bottom:5px}
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

a.elgg-heading-site, a.elgg-heading-site:hover {
	font-size: 46px;
	line-height: 40px;
	text-shadow: 1px 1px 0px #333333;
	text-decoration: none;
	margin-left:40px;
	display:block;
	float:left;
	}

.elgg-heading-main {
	float: left;
	max-width: 530px;
	margin-right: 10px;
}
.elgg-heading-basic {
	color: #0054A7;
	font-size: 1.2em;
	font-weight: bold;
}

.elgg-subtext {
	color: #666666;
	font-size: 85%;
	line-height: 1.2em;
	font-style: italic;
}

.elgg-text-help {
	display: block;
	font-size: 85%;
	font-style: italic;
}

.elgg-quiet {
	color: #666;
}

.elgg-loud {
	color: #0054A7;
}

/* ***************************************
	USER INPUT DISPLAY RESET
*************************************** */
.elgg-output {
	margin-top: 10px;
}

.elgg-output dt { font-weight: bold }
.elgg-output dd { margin: 0 0 1em 1em }

.elgg-output ul, .elgg-output ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}
.elgg-output ul {
	list-style-type: disc;
}
.elgg-output ol {
	list-style-type: decimal;
}
.elgg-output table {
	border: 1px solid #ccc;
}
.elgg-output table td {
	border: 1px solid #ccc;
	padding: 3px 5px;
}
.elgg-output img {
	max-width: 100%;
}
/* ***************************************
	Form Elements
*************************************** */
fieldset > div {
	margin-bottom: 15px;
}
fieldset > div:last-child {
	margin-bottom: 0;
}
.elgg-form-alt > fieldset > .elgg-foot {
	border-top: 1px solid #CCC;
	padding: 10px 0;
}

label {
	font-weight: bold;
	color: #333;
	font-size: 110%;
}

input, textarea {
	border: 1px solid #ccc;
	color: #666;
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input:focus, textarea:focus {
	border: solid 1px #535353;
	background: #e4ecf5;
	color:#333;
}

textarea {
	height: 200px;
}


.elgg-longtext-control {
	float: right;
	margin-left: 14px;
	font-size: 80%;
	cursor: pointer;
}


.elgg-input-access {
	margin:5px 0 0 0;
}

input[type="checkbox"],
input[type="radio"] {
	margin:0 3px 0 0;
	padding:0;
	border:none;
	width:auto;
}
.elgg-input-checkboxes.elgg-horizontal li,
.elgg-input-radio.elgg-horizontal li {
	display: inline;
	padding-right: 10px;
}

.elgg-form-account input[type="text"],
.elgg-form-account input[type="password"] {
	width: 300px;
}

/* ***************************************
	FRIENDS PICKER
*************************************** */
.friends-picker-main-wrapper {
	margin-bottom: 15px;
}
.friends-picker-container h3 {
	font-size:4em !important;
	text-align: left;
	margin:10px 0 20px !important;
	color:#999 !important;
	background: none !important;
	padding:0 !important;
}
.friends-picker .friends-picker-container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}
.friends-picker-wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
}
.friends-picker {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 730px;
	height: auto;
	background-color: #dedede;
}
.friendspicker-savebuttons {
	background: white;
	margin:0 10px 10px;
}
.friends-picker .friends-picker-container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.friends-picker .friends-picker-container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 730px;
	margin: 0;
	padding:0;
}
.friends-picker .friends-picker-container .panel .wrapper {
	margin: 0;
	padding:4px 10px 10px 10px;
	min-height: 230px;
}
.friends-picker-navigation {
	margin: 0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #ccc;
}
.friends-picker-navigation ul {
	list-style: none;
	padding-left: 0;
}
.friends-picker-navigation ul li {
	float: left;
	margin:0;
	background:white;
}
.friends-picker-navigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:20px;
}
.tabHasContent {
	background: white;
	color:#333 !important;
}
.friends-picker-navigation li a:hover {
	background: #333;
	color:white !important;
}
.friends-picker-navigation li a.current {
	background: #535353;
	color:white !important;
}
.friends-picker-navigation-l, .friends-picker-navigation-r {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friends-picker-navigation-l a, .friends-picker-navigation-r a {
	display: block;
	height: 40px;
	width: 40px;
}
.friends-picker-navigation-l {
	right: 48px;
	z-index:1;
}
.friends-picker-navigation-r {
	right: 0;
	z-index:1;
}
.friends-picker-navigation-l {
	background: url("http://musicpromix.com/network/_graphics/friendspicker.png") no-repeat left top;
}
.friends-picker-navigation-r {
	background: url("http://musicpromix.com/network/_graphics/friendspicker.png") no-repeat -60px top;
}
.friends-picker-navigation-l:hover {
	background: url("http://musicpromix.com/network/_graphics/friendspicker.png") no-repeat left -44px;
}
.friends-picker-navigation-r:hover {
	background: url("http://musicpromix.com/network/_graphics/friendspicker.png") no-repeat -60px -44px;
}
.friendspicker-savebuttons .elgg-button-submit,
.friendspicker-savebuttons .elgg-button-cancel {
	margin:5px 20px 5px 5px;
}
.friendspicker-members-table {
	background: #dedede;
	margin:10px 0 0;
	padding:10px 10px 0;
}

/* ***************************************
	USER PICKER
*************************************** */

.user-picker .user-picker-entry {
	clear:both;
	height:25px;
	padding:5px;
	margin-top:5px;
	border-bottom:1px solid #cccccc;
}
.user-picker-entry .elgg-button-delete {
	margin-right:10px;
}
/* ***************************************
      DATE PICKER
**************************************** */
.ui-datepicker {
	margin-top: 3px;
	background-color: white;
	border: 1px solid #333333;
	overflow: hidden;
}

.ui-datepicker-header {
	background: #535353;
	color: white;
	padding: 2px 0;
	border-bottom: 1px solid #333333;
}
.ui-datepicker-header a {
	color: white;
}
.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    top: 5px;
	cursor: pointer;
}
.ui-datepicker-prev {
    left: 6px;
}
.ui-datepicker-next {
    right: 6px;
}
.ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 30px;
    text-align: center;
	font-weight: bold;
}
.ui-datepicker-calendar {
	margin: 4px;
}
.ui-datepicker th {
	color: #333333;
	border: none;
    font-weight: bold;
    padding: 5px 6px;
    text-align: center;
}
.ui-datepicker td {
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 2px;
	line-height: 1.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker-calendar .ui-state-default {
	border: 1px solid #ccc;
    color: #535353;;
	background: #fafafa;
}
.ui-datepicker-calendar .ui-state-hover {
	border: 1px solid #aaa;
    color: #333333;
	background: #eee;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active.ui-state-hover {
	font-weight: bold;
    border: 1px solid #333333;
    color: #333333;
	background: #E4ECF5;
}
/* **************************
	BUTTONS
************************** */

/* Base */
.elgg-button {
	font-size: 14px;
	font-weight: bold;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	width: auto;
	padding: 2px 4px;
	cursor: pointer;
	outline: none;
	
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40);
}
a.elgg-button {
	padding: 3px 6px;
}

/* Submit: This button should convey, "you're about to take some definitive action" */
.elgg-button-submit {
	color: white;
	text-shadow: 1px 1px 0px black;
	text-decoration: none;
	border: 1px solid #5B74A8;
	background: #5B74A8;
}

.elgg-button-submit:hover {
	border-color: #000000;
	text-decoration: none;
	color: white;
	background: #000000;
}

.elgg-button-submit.elgg-state-disabled {
	background: #999;
	border-color: #999;
	cursor: default;
}

/* Cancel: This button should convey a negative but easily reversible action (e.g., turning off a plugin) */
.elgg-button-cancel {
	color: #333;
	background: #ddd;
	border: 1px solid #999;
}
.elgg-button-cancel:hover {
	color: #444;
	background-color: #999;
	background-position: left 10px;
	text-decoration: none;
}

/* Action: This button should convey a normal, inconsequential action, such as clicking a link */
.elgg-button-action {
	background: #ccc;
	border:1px solid #999;
	color: #333;
	padding: 2px 15px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	cursor: pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.elgg-button-action:hover,
.elgg-button-action:focus {
	background: #ccc;
	color: #111;
	text-decoration: none;
	border: 1px solid #999;
}

/* Delete: This button should convey "be careful before you click me" */
.elgg-button-delete {
	color: #bbb;
	text-decoration: none;
	border: 1px solid #333;
	background: #555;
	text-shadow: 1px 1px 0px black;
}
.elgg-button-delete:hover {
	color: #999;
	background-color: #333;
	background-position: left 10px;
	text-decoration: none;
}

.elgg-button-dropdown {
	padding:3px 6px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	position:relative;
	margin-left:0;
	color: white;
	border:1px solid #5B74A8;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	background:#5B74A8;
}

.elgg-button-dropdown:after {
	content: " \25BC ";
	font-size:smaller;
}

.elgg-button-dropdown:hover {
	background-color:#000000;
	text-decoration:none;
	color:#ffffff;
}

.elgg-button-dropdown.elgg-state-active {
	background: #ccc;
	outline: none;
	color: #333;
	border:1px solid #ccc;
	
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

/* ***************************************
	ICONS
*************************************** */

.elgg-icon {
	background: transparent url(http://musicpromix.com/network/mod/purity_theme/graphics/elgg_sprites.png) no-repeat left;
	width: 16px;
	height: 16px;
	margin: 0 2px;
}
.elgg-icon-arrow-left {
	background-position: 0 -0px;
}
.elgg-icon-arrow-right {
	background-position: 0 -18px;
}
.elgg-icon-arrow-two-head {
	background-position: 0 -36px;
}
.elgg-icon-calendar {
	background-position: 0 -54px;
}
.elgg-icon-checkmark:hover {
	background-position: 0 -72px;
}
.elgg-icon-checkmark {
	background-position: 0 -90px;
}
.elgg-icon-clip:hover {
	background-position: 0 -108px;
}
.elgg-icon-clip {
	background-position: 0 -126px;
}
.elgg-icon-cursor-drag-arrow {
	background-position: 0 -144px;
}
.elgg-icon-delete-alt:hover {
	background-position: 0 -162px;
}
.elgg-icon-delete-alt {
	background-position: 0 -180px;
}
.elgg-icon-delete:hover {
	background-position: 0 -198px;
}
.elgg-icon-delete {
	background-position: 0 -216px;
}
.elgg-icon-download:hover {
	background-position: 0 -234px;
}
.elgg-icon-download {
	background-position: 0 -252px;
}
.elgg-icon-facebook {
	background-position: 0 -270px;
}
.elgg-icon-home:hover {
	background-position: 0 -288px;
}
.elgg-icon-home {
	background-position: 0 -306px;
}
.elgg-icon-hover-menu:hover {
	background-position: 0 -324px;
}
.elgg-icon-hover-menu {
	background-position: 0 -342px;
}
.elgg-icon-link:hover {
	background-position: 0 -360px;
}
.elgg-icon-link {
	background-position: 0 -378px;
}
.elgg-icon-mail-alt:hover {
	background-position: 0 -396px;
}
.elgg-icon-mail-alt {
	background-position: 0 -414px;
}
.elgg-icon-mail:hover {
	background-position: 0 -432px;
}
.elgg-icon-mail {
	background-position: 0 -450px;
}
.elgg-icon-print-alt {
	background-position: 0 -468px;
}
.elgg-icon-print {
	background-position: 0 -486px;
}
.elgg-icon-push-pin-alt {
	background-position: 0 -504px;
}
.elgg-icon-push-pin {
	background-position: 0 -522px;
}
.elgg-icon-redo {
	background-position: 0 -540px;
}
.elgg-icon-refresh:hover {
	background-position: 0 -558px;
}
.elgg-icon-refresh {
	background-position: 0 -576px;
}
.elgg-icon-round-arrow-left {
	background-position: 0 -594px;
}
.elgg-icon-round-arrow-right {
	background-position: 0 -612px;
}
.elgg-icon-round-checkmark {
	background-position: 0 -630px;
}
.elgg-icon-round-minus {
	background-position: 0 -648px;
}
.elgg-icon-round-plus {
	background-position: 0 -666px;
}
.elgg-icon-rss {
	background-position: 0 -684px;
}
.elgg-icon-search-focus {
	background-position: 0 -702px;
}
.elgg-icon-search {
	background-position: 0 -720px;
}
.elgg-icon-settings-alt:hover {
	background-position: 0 -738px;
}
.elgg-icon-settings-alt {
	background-position: 0 -756px;
}
.elgg-icon-settings {
	background-position: 0 -774px;
}
.elgg-icon-share:hover {
	background-position: 0 -792px;
}
.elgg-icon-share {
	background-position: 0 -810px;
}
.elgg-icon-shop-cart:hover {
	background-position: 0 -828px;
}
.elgg-icon-shop-cart {
	background-position: 0 -846px;
}
.elgg-icon-speech-bubble-alt:hover {
	background-position: 0 -864px;
}
.elgg-icon-speech-bubble-alt {
	background-position: 0 -882px;
}
.elgg-icon-speech-bubble:hover {
	background-position: 0 -900px;
}
.elgg-icon-speech-bubble {
	background-position: 0 -918px;
}
.elgg-icon-star-alt {
	background-position: 0 -936px;
}
.elgg-icon-star-empty:hover {
	background-position: 0 -954px;
}
.elgg-icon-star-empty {
	background-position: 0 -972px;
}
.elgg-icon-star:hover {
	background-position: 0 -990px;
}
.elgg-icon-star {
	background-position: 0 -1008px;
}
.elgg-icon-tag:hover {
	background-position: 0 -1026px;
}
.elgg-icon-tag {
	background-position: 0 -1044px;
}
.elgg-icon-thumbs-down-alt:hover {
	background-position: 0 -1062px;
}
.elgg-icon-thumbs-down:hover,
.elgg-icon-thumbs-down-alt {
	background-position: 0 -1080px;
}
.elgg-icon-thumbs-down {
	background-position: 0 -1098px;
}
.elgg-icon-thumbs-up-alt:hover {
	background-position: 0 -1116px;
}
.elgg-icon-thumbs-up:hover,
.elgg-icon-thumbs-up-alt {
	background-position: 0 -1134px;
}
.elgg-icon-thumbs-up {
	background-position: 0 -1152px;
}
.elgg-icon-trash {
	background-position: 0 -1170px;
}
.elgg-icon-twitter {
	background-position: 0 -1188px;
}
.elgg-icon-undo {
	background-position: 0 -1206px;
}
.elgg-icon-user {
	background-position: 0 -1224px;
}
.elgg-icon-user:hover {
	background-position: 0 -1242px;
}
.elgg-icon-users:hover {
	background-position: 0 -1260px;
}
.elgg-icon-users {
	background-position: 0 -1278px;
}


.elgg-avatar > .elgg-icon-hover-menu {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	cursor: pointer;
}

.elgg-ajax-loader {
	background: white url(http://musicpromix.com/network/_graphics/ajax_loader_bw.gif) no-repeat center center;
	min-height: 33px;
	min-width: 33px;
}

/* ***************************************
	AVATAR ICONS
*************************************** */
.elgg-avatar {
	position: relative;
}
.elgg-avatar > a > img {
	display: block;
}
.elgg-avatar-tiny > a > img {
	width: 25px;
	height: 25px;
	
	-moz-background-clip:  border;
	background-clip:  border;

	-webkit-background-size: 25px;
	-khtml-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;
}
.elgg-avatar-small > a > img {
	width: 40px;
	height: 40px;
	
	
	-moz-background-clip:  border;
	background-clip:  border;

	-webkit-background-size: 40px;
	-khtml-background-size: 40px;
	-moz-background-size: 40px;
	-o-background-size: 40px;
	background-size: 40px;
}
.elgg-avatar-medium > a > img {
	width: 100px;
	height: 100px;
}
.elgg-avatar-large > a > img {
	width: 200px;
	height: 200px;
}

/* ***************************************
	PAGINATION
*************************************** */
.elgg-pagination {
	margin: 10px 0;
	display: block;
	text-align: center;
}
.elgg-pagination li {
	display: inline;
	margin: 0 6px 0 0;
	text-align: center;
}
.elgg-pagination a, .elgg-pagination span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 2px 6px;
	color: #4690d6;
	border: 1px solid #4690d6;
	font-size: 12px;
}
.elgg-pagination a:hover {
	background: #4690d6;
	color: white;
	text-decoration: none;
}
.elgg-pagination .elgg-state-disabled span {
	color: #CCCCCC;
	border-color: #CCCCCC;
}
.elgg-pagination .elgg-state-selected span {
	color: #555555;
	border-color: #555555;
}

/* ***************************************
	TABS
*************************************** */
.elgg-tabs {
	margin-bottom: 5px;
	border-bottom: 2px solid #cccccc;
	display: table;
	width: 100%;
}
.elgg-tabs li {
	float: left;
	border: 2px solid #ccc;
	border-bottom: 0;
	background: #eee;
	margin: 0 0 0 10px;
	
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.elgg-tabs a {
	text-decoration: none;
	display: block;
	padding: 3px 10px 0 10px;
	text-align: center;
	height: 21px;
	color: #999;
}
.elgg-tabs a:hover {
	background: #dedede;
	color: #4690D6;
}
.elgg-tabs .elgg-state-selected {
	border-color: #ccc;
	background: #EEEEEE;
}
.elgg-tabs .elgg-state-selected a {
	position: relative;
	top: 2px;
	background: #EEEEEE;
}

/* ***************************************
	BREADCRUMBS
*************************************** */
.elgg-breadcrumbs {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2em;
	color: #bababa;
}
.elgg-breadcrumbs > li {
	display: inline-block;
}
.elgg-breadcrumbs > li:after {
	content: "\003E";
	padding: 0 4px;
	font-weight: normal;
}
.elgg-breadcrumbs > li > a {
	display: inline-block;
	color: #999;
}
.elgg-breadcrumbs > li > a:hover {
	color: #0054a7;
	text-decoration: underline;
}

.elgg-main .elgg-breadcrumbs {
	position: relative;
	top: -6px;
	left: 0;
}

/* ***************************************
	TOPBAR MENU
*************************************** */
.elgg-menu-topbar {
	float: left;
}

.elgg-menu-topbar > li {
	float: left;
}

.elgg-menu-topbar > li > a {
	padding-top: 2px;
	color: #ffffff;
	margin: 1px 15px 0;
	text-shadow:1px 1px 0px #000000;
}

.elgg-menu-topbar > li > a:hover {
	color: #dddddd;
	text-decoration: none;
}

.elgg-menu-topbar-alt {
	float: right;
}

.elgg-menu-topbar-alt a {
	color:#ffffff;
	text-shadow:1px 1px 0px #000000;
	}

.elgg-menu-topbar .elgg-icon {
	vertical-align: middle;
	margin-top: -1px;
}

.elgg-menu-topbar > li > a.elgg-topbar-logo {
	margin-top: 0;
	padding-left: 5px;
	width: 38px;
	height: 20px;
}

.elgg-menu-topbar > li > a.elgg-topbar-avatar {
	width: 18px;
	height: 18px;
}

/* ***************************************
	SITE MENU
*************************************** */
.elgg-menu-site {
	z-index: 1;
}
#social_menu_holder {
	background:url(http://musicpromix.com/network/mod/puritythree_theme/graphics/gradient.png) left center repeat-x #3B5998;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	}
	
#social_menu {
	width:980px;
	height:54px;
	margin:20px auto 0px auto;
	position:relative;
	}
#social_topbar {
	width:980px;
	height:41px;
	margin:0px auto;
	padding-top:3px;
	border-top:1px dotted #dddddd;
	}

.elgg-menu-site > li > a {
	padding: 3px 13px 0px 13px;
	height: 20px;
	background:none;
	font-weight:bold;
	text-shadow:1px 1px 0px #000000;
	transition: color .5s;
	-moz-transition: color .5s; /* Firefox 4 */
	-webkit-transition: color .5s; /* Safari and Chrome */
	-o-transition: color .5s; /* Opera */
}

.elgg-menu-site > li > a:hover {
	text-decoration: none;
		-moz-transition: color .5s; /* Firefox 4 */
	-webkit-transition: color .5s; /* Safari and Chrome */
	-o-transition: color .5s; /* Opera */

}


.elgg-menu-site-default {
	position: absolute;
	bottom: 13px;
	left: 0;
	height: 23px;
}

.elgg-menu-site-default > li {
	float: left;
	margin-right: 1px;
			background:url(http://musicpromix.com/network/mod/puritythree_theme/graphics/spacer.gif) top right repeat-y;
}
.elgg-menu-site-default li:last-child{
	background:none;
	}
.elgg-menu-site-default > li > a {
	color: #ffffff;
	text-shadow:1x 1px 0px #000000;
	}


.elgg-menu-site-default > .elgg-state-selected > a,
.elgg-menu-site-default > li:hover > a {
	color: #dddddd;
}

.elgg-menu-site-more {
	display: none;
	position: relative;
	left: -1px;
	width: 100%;
	z-index: 9999999999999999;
	min-width: 150px;
	padding:0px;
}

li:hover > .elgg-menu-site-more {
	display: block;
}

.elgg-menu-site-more > li > a {
	color: #ffffff;
	padding:5px 5px 5px 10px;
	
}
.elgg-menu-site-more > li > a:hover {
	color:#dddddd;
}
.elgg-menu-site-more > li:last-child > a,
.elgg-menu-site-more > li:last-child > a:hover {
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.elgg-more > a:before {
	content: "\25BC";
	font-size: smaller;
	margin-right: 4px;
}

/* ***************************************
	TITLE
*************************************** */
.elgg-menu-title {
	float: right;
}

.elgg-menu-title > li {
	display: inline-block;
	margin-left: 4px;
}

/* ***************************************
	FILTER MENU
*************************************** */
.elgg-menu-filter {
	margin-bottom: 5px;
	border-bottom: 2px solid #ccc;
	display: table;
	width: 100%;
}
.elgg-menu-filter > li {
	float: left;
	border: 2px solid #ccc;
	border-bottom: 0;
	background: #eee;
	margin: 0 0 0 10px;
	
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.elgg-menu-filter > li:hover {
	background: #dedede;
}
.elgg-menu-filter > li > a {
	text-decoration: none;
	display: block;
	padding: 3px 10px 0;
	text-align: center;
	height: 21px;
	color: #999;
}
.elgg-menu-filter > li > a:hover {
	background: #dedede;
	color: #4690D6;
}
.elgg-menu-filter > .elgg-state-selected {
	border-color: #ccc;
	background: white;
}
.elgg-menu-filter > .elgg-state-selected > a {
	position: relative;
	top: 2px;
	background: white;
}

/* ***************************************
	PAGE MENU
*************************************** */
.elgg-menu-page {
	margin-bottom: 15px;
}

.elgg-menu-page a {
	display: block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#333333;
	background-color: white;
	margin: 0 0 3px;
	padding: 2px 4px 2px 8px;
	text-shadow: none;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	transition: background .5s;
	-moz-transition: background .5s; /* Firefox 4 */
	-webkit-transition: background .5s; /* Safari and Chrome */
	-o-transition: background .5s; /* Opera */

}
.elgg-menu-page a:hover {
	text-decoration: none;
	color:#ffffff;
	text-shadow:1px 1px 0px #333333;
}
.elgg-menu-page li.elgg-state-selected > a {
	color: white;
	text-shadow:1px 1px 0px #333333;
}
.elgg-menu-page .elgg-child-menu {
	display: none;
	margin-left: 15px;
}
.elgg-menu-page .elgg-menu-closed:before, .elgg-menu-opened:before {
	display: inline-block;
	padding-right: 4px;
}
.elgg-menu-page .elgg-menu-closed:before {
	content: "\002B";
}
.elgg-menu-page .elgg-menu-opened:before {
	content: "\002D";
}

/* ***************************************
	HOVER MENU
*************************************** */
.elgg-menu-hover {
	display: none;
	position: absolute;
	z-index: 10000;


	overflow: hidden;

	min-width: 165px;
	max-width: 250px;
	border: solid 1px;
	border-color: #E5E5E5 #999 #999 #E5E5E5;
	background-color: #FFF;
	
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50);
}
.elgg-menu-hover > li {
	border-bottom: 1px solid #ddd;
}
.elgg-menu-hover > li:last-child {
	border-bottom: none;
}
.elgg-menu-hover .elgg-heading-basic {
	display: block;
}
.elgg-menu-hover a {
	padding: 2px 8px;
	font-size: 92%;
}
.elgg-menu-hover a:hover {
	background: #ccc;
	text-decoration: none;
}
.elgg-menu-hover-admin a {
	color: red;
}
.elgg-menu-hover-admin a:hover {
	color: white;
	background-color: red;
}

/* ***************************************
	SITE FOOTER
*************************************** */
.elgg-menu-footer > li,
.elgg-menu-footer > li > a {
	display: inline-block;
	color: #999;
}

.elgg-menu-footer > li:after {
	content: "\007C";
	padding: 0 4px;
}

.elgg-menu-footer-default {
	float: right;
}

.elgg-menu-footer-alt {
	float: left;
}

/* ***************************************
	GENERAL MENU
*************************************** */
.elgg-menu-general > li,
.elgg-menu-general > li > a {
	display: inline-block;
	color: #999;
}

.elgg-menu-general > li:after {
	content: "\007C";
	padding: 0 4px;
}

/* ***************************************
	ENTITY AND ANNOTATION
*************************************** */
.elgg-menu-entity, elgg-menu-annotation {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #aaa;
	line-height: 16px;
	height: 16px;
}
.elgg-menu-entity > li, .elgg-menu-annotation > li {
	margin-left: 15px;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	color: #aaa;
}
.elgg-menu-entity > li > a, .elgg-menu-annotation > li > a {
	display: block;
}
.elgg-menu-entity > li > span, .elgg-menu-annotation > li > span {
	vertical-align: baseline;
}

/* ***************************************
	OWNER BLOCK
*************************************** */
.elgg-menu-owner-block li a {
	display: block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: white;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 8px;
}
.elgg-menu-owner-block li a:hover {
	background-color: #0054A7;
	color: white;
	text-decoration: none;
}
.elgg-menu-owner-block li.elgg-state-selected > a {
	background-color: #4690D6;
	color: white;
}

/* ***************************************
	LONGTEXT
*************************************** */
.elgg-menu-longtext {
	float: right;
}

/* ***************************************
	RIVER
*************************************** */
.elgg-menu-river {
	float: right;
	margin-left: 15px;
	font-size: 90%;
	color: #aaa;
	line-height: 16px;
	height: 16px;
}
.elgg-menu-river > li {
	display: inline-block;
	margin-left: 5px;
}
.elgg-menu-river > li > a {
	color: #aaa;
	height: 16px;
}
.elgg-menu-river > li > a {
	display: block;
}
.elgg-menu-river > li > span {
	vertical-align: baseline;
}

/* ***************************************
	SIDEBAR EXTRAS (rss, bookmark, etc)
*************************************** */
.elgg-menu-extras {
	margin-bottom: 15px;
}

/* ***************************************
	WIDGET MENU
*************************************** */
.elgg-menu-widget > li {
	position: absolute;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 2px 2px 0 0;
}

.elgg-menu-widget > .elgg-menu-item-collapse {
	left: 5px;
}
.elgg-menu-widget > .elgg-menu-item-delete {
	right: 5px;
}
.elgg-menu-widget > .elgg-menu-item-settings {
	right: 25px;
}
/* ***************************************
	Modules
*************************************** */
.elgg-module {
	overflow: hidden;
	margin-bottom: 20px;
}

/* Aside */
.elgg-module-aside .elgg-head {
	border-bottom: 1px solid #CCC;
	
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Info */
.elgg-module-info > .elgg-head {
	padding: 5px;
	margin-bottom: 10px;
}
.elgg-module-info > .elgg-head * {
	color: #333;
}

/* Popup */
.elgg-module-popup {
	background-color: white;
	border: 1px solid #ccc;
	
	z-index: 9999;
	margin-bottom: 0;
	padding: 5px;
}
.elgg-module-popup > .elgg-head {
	margin-bottom: 5px;
}
.elgg-module-popup > .elgg-head * {
	color: #333333;
}

/* Dropdown */
.elgg-module-dropdown {
	background-color:white;
	border:5px solid #CCC;
	display:none;
	
	width: 210px;
	padding: 11px;
	margin-right: 0px;
	z-index:100;
	
	
	position:absolute;
	right: 0px;
	top: 100%;
}

/* Featured */
.elgg-module-featured {
	
}
.elgg-module-featured > .elgg-head {
	padding: 5px;
}
.elgg-module-featured > .elgg-head * {
	color: #333333;
}
.elgg-module-featured > .elgg-body {
	padding: 10px;
}

/* ***************************************
	Widgets
*************************************** */
.elgg-widgets {
	float: right;
	min-height: 30px;
}
.elgg-widget-add-control {
	text-align: right;
	margin: 5px 5px 15px;
}
.elgg-widgets-add-panel {
	padding: 10px;
	margin: 0 5px 15px;
	background: #dedede;
	border: 1px solid #ccc;
}
.elgg-widgets-add-panel li {
	float: left;
	margin: 1px 10px;
	width: 200px;
	padding: 4px;
	background-color: #ccc;
	border: 1px solid #b0b0b0;
	font-weight: bold;
}
.elgg-widgets-add-panel li a {
	display: block;
}
.elgg-widgets-add-panel .elgg-state-available {
	color: #333;
	cursor: pointer;
}
.elgg-widgets-add-panel .elgg-state-available:hover {
	background-color: #bcbcbc;
}
.elgg-widgets-add-panel .elgg-state-unavailable {
	color: #888;
}

.elgg-module-widget {
	background-color: #dedede;
	padding: 1px;
	margin: 0 5px 15px;
	position: relative;
}
.elgg-module-widget:hover {
	background-color: #ccc;
}
.elgg-module-widget > .elgg-head {
	background-color: #eeeeee;
	height: 26px;
	overflow: hidden;
}
.elgg-module-widget > .elgg-head h3 {
	float: left;
	padding: 4px 45px 0 20px;
	color: #666;
}
.elgg-module-widget.elgg-state-draggable > .elgg-head {
	cursor: move;
}
.elgg-module-widget > .elgg-head a {
	position: absolute;
	top: 4px;
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 1px 1px 0 0;
}
a.elgg-widget-collapse-button {
	left: 5px;
	color: #c5c5c5;
}
a.elgg-widget-collapse-button:hover,
a.elgg-widget-collapsed:hover {
	color: #9d9d9d;
	text-decoration: none;
}
a.elgg-widget-collapse-button:before {
	content: "\25BC";
}
a.elgg-widget-collapsed:before {
	content: "\25BA";
}
a.elgg-widget-delete-button {
	right: 5px;
}
a.elgg-widget-edit-button {
	right: 25px;
}
.elgg-module-widget > .elgg-body {
	background-color: white;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dedede;
}
.elgg-widget-edit {
	display: none;
	width: 96%;
	padding: 2%;
	border-bottom: 1px solid #dedede;
	background-color: #f9f9f9;
}
.elgg-widget-content {
	padding: 10px;
}
.elgg-widget-placeholder {
	border: 1px dashed #dedede;
	margin-bottom: 15px;
}
/* ***************************************
	Image Block
*************************************** */
.elgg-image-block {
	padding: 3px 0;
}
.elgg-image-block .elgg-image {
	float: left;
	margin-right: 5px;
}
.elgg-image-block .elgg-image-alt {
	float: right;
	margin-left: 5px;
}

/* ***************************************
	List
*************************************** */
.elgg-list {
	border-top: 1px dotted #CCCCCC;
	margin: 5px 0;
	clear: both;
}
.elgg-list > li {
	border-bottom: 1px dotted #CCCCCC;
}

.elgg-item .elgg-subtext {
	margin-bottom: 5px;
}
.elgg-item .elgg-content {
	margin: 10px 5px;
}

/* ***************************************
	Gallery
*************************************** */
.elgg-gallery {
	border: none;
	margin-right: auto;
	margin-left: auto;
}
.elgg-gallery td {
	padding: 5px;
}
.elgg-gallery-fluid > li {
	float: left;
}
.elgg-gallery-users > li {
	margin: 0 2px;
}

/* ***************************************
	Tables
*************************************** */
.elgg-table {
	width: 100%;
	border-top: 1px solid #ccc;
}
.elgg-table td, .elgg-table th {
	padding: 4px 8px;
	border: 1px solid #ccc;
}
.elgg-table th {
	background-color: #ddd;
}
.elgg-table tr:nth-child(odd), .elgg-table tr.odd {
	background-color: #fff;
}
.elgg-table tr:nth-child(even), .elgg-table tr.even {
	background-color: #f0f0f0;
}
.elgg-table-alt {
	width: 100%;
	border-top: 1px solid #ccc;
}
.elgg-table-alt td {
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #ccc;
}
.elgg-table-alt td:first-child {
	width: 200px;
}
.elgg-table-alt tr:hover {
	background: #E4E4E4;
}

/* ***************************************
	Owner Block
*************************************** */
.elgg-owner-block {
	margin-bottom: 20px;
}

/* ***************************************
	Messages
*************************************** */
.elgg-message {
	color: white;
	font-weight: bold;
	display: block;
	padding: 3px 10px;
	cursor: pointer;
	opacity: 0.9;
	padding:10px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:4px solid #EEEEEE;
}
.elgg-state-success {
	background-color: black;
}
.elgg-state-error {
	background-color: red;
}
.elgg-state-notice {
	background-color: #535353;
}

/* ***************************************
	River
*************************************** */
.elgg-river {
	border-top: 1px solid #CCC;
}
.elgg-river > li {
	border-bottom: 1px solid #CCC;
}
.elgg-river-item {
	padding: 7px 0;
}
.elgg-river-item .elgg-pict {
	margin-right: 20px;
}
.elgg-river-timestamp {
	color: #666;
	font-size: 85%;
	font-style: italic;
	line-height: 1.2em;
}

.elgg-river-attachments,
.elgg-river-message,
.elgg-river-content {
	border-left: 1px solid #CCC;
	font-size: 85%;
	line-height: 1.5em;
	margin: 8px 0 5px 0;
	padding-left: 5px;
}
.elgg-river-attachments .elgg-avatar,
.elgg-river-attachments .elgg-icon {
	float: left;
}
.elgg-river-layout .elgg-input-dropdown {
	float: right;
	margin: 10px 0;
}

.elgg-river-comments-tab {
	display: block;
	background-color: #EEE;
	color: #535353;
	margin-top: 5px;
	width: auto;
	float: right;
	font-size: 85%;
	padding: 1px 7px;
}

.elgg-river-comments {
	margin: 0;
	border-top: none;
}
.elgg-river-comments li:first-child {
}
.elgg-river-comments li:last-child {
}
.elgg-river-comments li {
	background-color: #EEE;
	border-bottom: none;
	padding: 4px;
	margin-bottom: 2px;
}
.elgg-river-comments .elgg-media {
	padding: 0;
}
.elgg-river-more {
	background-color: #EEE;
	padding: 2px 4px;
	font-size: 85%;
	margin-bottom: 2px;
}

.elgg-river-item form {
	background-color: #EEE;
	padding: 4px;
	height: 30px;
}
.elgg-river-item input[type=text] {
	width: 80%;
}
.elgg-river-item input[type=submit] {
	margin: 0 0 0 10px;
}


/* **************************************
	Comments (from elgg_view_comments)
************************************** */
.elgg-comments {
	margin-top: 25px;
}
.elgg-comments > form {
	margin-top: 15px;
}

/* ***************************************
	Image-related
*************************************** */
.elgg-photo {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: white;
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags {
	display: inline;
	font-size: 85%;
}
.elgg-tags li {
	display: inline;
	margin-right: 5px;
}
.elgg-tags li:after {
	content: ",";
}
.elgg-tags li:last-child:after {
	content: "";
}
.elgg-tagcloud {
	text-align: justify;
}

/* ***************************************
	PAGE LAYOUT
*************************************** */
/***** DEFAULT LAYOUT ******/

.elgg-page-default {
	min-width: 998px;
}
.elgg-page-default .elgg-page-header > .elgg-inner {
	width: 990px;
	margin: 0 auto;
	min-height:105px;

}
.elgg-page-default .elgg-page-header {
	}
.elgg-page-default .elgg-page-body > .elgg-inner {
	width: 990px;
	margin: 0 auto;
	
}
.elgg-page-default .elgg-page-body {
	padding-top:20px;
	}
	
.elgg-page-default .elgg-page-footer > .elgg-inner {
	width: 990px;
	margin: 0 auto;
	padding: 5px 0;
}
.elgg-page-default .elgg-page-footer {
		height:50px;
}

/***** TOPBAR ******/
.elgg-page-topbar {
	background: #2D2D2D ;
	position: relative;
	height: 24px;
	z-index: 9000;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
.elgg-page-topbar > .elgg-inner {
	padding: 0 10px;
}

/***** PAGE MESSAGES ******/
.elgg-system-messages {
	position: absolute;
	top: 24px;
	right: 20px;
	max-width: 500px;
	z-index: 2000;
}
.elgg-system-messages li {
	margin-top: 10px;
}
.elgg-system-messages li p {
	margin: 0;
}

/***** PAGE HEADER ******/
.elgg-page-header {
	position: relative;
	margin-top:20px;
}
.elgg-page-header > .elgg-inner {
	position: relative;
}

/***** PAGE BODY LAYOUT ******/
.elgg-layout {
	min-height: 360px;
}
.elgg-layout-one-sidebar {
	background: none;
}
.elgg-layout-two-sidebar {
	background: none;
}
.elgg-sidebar {
	position: relative;
	padding: 20px 10px;
	float: right;
	width: 210px;
	margin: 0 0 0 10px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;}
.elgg-sidebar-alt {
	position: relative;
	padding: 20px 10px;
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
}
.elgg-main {
	position: relative;
	min-height: 360px;
	padding: 10px;
}
.elgg-main > .elgg-head {
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

/***** PAGE FOOTER ******/
.elgg-page-footer {
	position: relative;
	padding-top:20px;
}
.elgg-page-footer {
	color: #999;
}
.elgg-page-footer a:hover {
	color: #666;
}
.rounded-corners {
	-moz-border-radus:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	width:990px;
	margin:20px auto 20px auto;
	padding:10px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(http://musicpromix.com/network/mod/puritythree_theme/graphics/slider/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(http://musicpromix.com/network/mod/puritythree_theme/graphics/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(http://musicpromix.com/network/mod/puritythree_theme/graphics/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.theme-default #slider {
    margin:10px auto 0 auto;
    width:410px; /* Make sure your images are the same size */
    height:300px; /* Make sure your images are the same size */
}/* ***************************************
	MISC
*************************************** */
#login-dropdown {
	position: absolute;
	top:10px;
	right:0;
	z-index: 100;
}

/* ***************************************
	AVATAR UPLOADING & CROPPING
*************************************** */

#current-user-avatar {
	border-right:1px solid #ccc;
}
#avatar-croppingtool {
	border-top: 1px solid #ccc;
}
#user-avatar {
	float: left;
}
#user-avatar-preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}

/* ***************************************
	FRIENDS COLLECTIONS
*************************************** */

#friends_collections_accordian li {
	color: #666;
}
#friends_collections_accordian li h2 {
	
	background: none repeat scroll 0 0 #535353;
	color: white;
	cursor: pointer;
	font-size: 1.2em;
	margin: 10px 0;
	padding: 4px 2px 4px 6px;
}
#friends_collections_accordian li h2:hover {
	background-color: #333;
}
#friends_collections_accordian .friends_collections_controls {
	float: right;
	font-size: 70%;
}
#friends_collections_accordian .friends-picker-main-wrapper {
	background: none repeat scroll 0 0 white;
	display: none;
	padding: 0;
}

.clearfloat { 
	clear: both;
}

.hidden {
	display: none;
}

.centered {
	margin: 0 auto;
}

.center {
	text-align: center;
}

.float {
	float: left;
}

.float-alt {
	float: right;
}

.right {
	float: right;
}

.left {
	float: left;
}

.link {
	cursor: pointer;
}

.large {
	font-size: 120%;
}

.small {
	font-size: 80%;
}

.elgg-discover .elgg-discoverable {
	display: none;
}

.elgg-discover:hover .elgg-discoverable {
	display: block;
}

.elgg-transition:hover {
	opacity: .7;
}

/* ***************************************
	BORDERS AND SEPARATORS
*************************************** */
.elgg-border-plain {
	border: 1px solid #eeeeee;
}
.elgg-border-transition {
	border: 1px solid #eeeeee;
}
.elgg-divide-top {
	border-top: 1px solid #CCCCCC;
}
.elgg-divide-bottom {
	border-bottom: 1px solid #CCCCCC;
}
.elgg-divide-left {
	border-left: 1px solid #CCCCCC;
}
.elgg-divide-right {
	border-right: 1px solid #CCCCCC;
}

/* ***************************************
	Spacing (from OOCSS)
*************************************** */
/* Padding */
.pan{padding:0}
.prn, .phn{padding-right:0}
.pln, .phn{padding-left:0}
.ptn, .pvn{padding-top:0}
.pbn, .pvn{padding-bottom:0}

.pas{padding:5px}
.prs, .phs{padding-right:5px}
.pls, .phs{padding-left:5px}
.pts, .pvs{padding-top:5px}
.pbs, .pvs{padding-bottom:5px}

.pam{padding:10px}
.prm, .phm{padding-right:10px}
.plm, .phm{padding-left:10px}
.ptm, .pvm{padding-top:10px}
.pbm, .pvm{padding-bottom:10px}

.pal{padding:20px}
.prl, .phl{padding-right:20px}
.pll, .phl{padding-left:20px}
.ptl, .pvl{padding-top:20px}
.pbl, .pvl{padding-bottom:20px}

/* Margin */
.man{margin:0}
.mrn, .mhn{margin-right:0}
.mln, .mhn{margin-left:0}
.mtn, .mvn{margin-top:0}
.mbn, .mvn{margin-bottom:0}

.mas{margin:5px}
.mrs, .mhs{margin-right:5px}
.mls, .mhs{margin-left:5px}
.mts, .mvs{margin-top:5px}
.mbs, .mvs{margin-bottom:5px}

.mam{margin:10px}
.mrm, .mhm{margin-right:10px}
.mlm, .mhm{margin-left:10px}
.mtm, .mvm{margin-top:10px}
.mbm, .mvm{margin-bottom:10px}

.mal{margin:20px}
.mrl, .mhl{margin-right:20px}
.mll, .mhl{margin-left:20px}
.mtl, .mvl{margin-top:20px}
.mbl, .mvl{margin-bottom:20px}
/* hide Today as it is not working as expected */
.ui-datepicker-current { visibility:hidden }

div#calendarmenucontainer {
	position: relative;
}

ul#calendarmenu {
	list-style: none;
	position: absolute;
	top: 0px;
	left: -15px;
}

ul#calendarmenu li {
	float: left;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	border-bottom: 1px solid #969696;
	background-color: #F5F5F5;
}


ul#calendarmenu li.sys_calmenu_last {
	border-right: 1px solid #969696;
}

ul#calendarmenu li a {
	text-decoration: none;
	padding: 4px 12px;
	float: left;
}

ul#calendarmenu li a:hover, ul#calendarmenu li.sys_selected a{
	text-decoration: none;
	padding: 4px 12px;
	float: left;
	color: #FFFFFF;
	background: #3874B7;
}

td.ui-datepicker-unselectable {
	background-color: #FFFFFF !important;
	color: #888888 !important;
}

.river_object_event_calendar_create {
	background: url(http://musicpromix.com/network/mod/event_calendar/images/river_icon_event.gif) no-repeat left -1px;
}
.river_object_event_calendar_update {
	background: url(http://musicpromix.com/network/mod/event_calendar/images/river_icon_event.gif) no-repeat left -1px;
}
#event_list {
	width:420px;
	margin:0;
	float:left;
	padding:5px 0 0 0;
}
#event_list .search_listing {
	border:2px solid #cccccc;
	margin:0 0 5px 0;
}

.events {
	min-height: 300px;
}

div.event_calendar_agenda_date_section {
	margin-bottom: 10px;
}

.event_calendar_agenda_date {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
}

th.agenda_header {
	font-weight: bold;
}

td.event_calendar_agenda_time {
	width: 120px;
}

.event_calendar_agenda_title a {
	font-weight: bold;
}

td.event_calendar_agenda_title {
	width: 180px;
}

.event_calendar_agenda_venue {
	margin-bottom: 5px;
}

.event_calendar_paged_month {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform:uppercase;
}

td.event_calendar_paged_date {
	width: 80px;
}
td.event_calendar_paged_time {
	width: 60px;
}
td.event_calendar_paged_title {
	width: 280px;
}

table.event_calendar_paged_table {
	width:100%;
	border-collapse:collapse;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#bfbfbf;
	margin-bottom: 5px;
}

table.event_calendar_paged_table td {
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#bfbfbf;
}

table.event_calendar_paged_table th {
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:9pt;
	color:#183e76;
	background-color:#ececec;
	font-weight:bold;
	text-transform:none;
	padding:3px 3px 3px 3px;
}

.event_calendar_strapline {
	font-size: 85%;
}a.tracker_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 4px 10px 4px 10px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
a.tracker_button:hover {
	background: #0054a7;
	border-color: #0054a7;
	text-decoration: none;
}

/* ***************************************
	Profile
*************************************** */
.profile {
	float: left;
	margin-bottom: 15px;
}
.profile .elgg-inner {
	margin: 0 5px;
	border: 2px solid #eee;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#profile-details {
	padding: 15px;
}
/*** ownerblock ***/
#profile-owner-block {
	width: 200px;
	float: left;
	background-color: #eee;
	padding: 15px;
}
#profile-owner-block .large {
	margin-bottom: 10px;
}
#profile-owner-block a.elgg-button-action {
	margin-bottom: 4px;
	display: table;
}
.profile-content-menu a {
	display: block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: white;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 8px;
}
.profile-content-menu a:hover {
	background: #0054A7;
	color: white;
	text-decoration: none;
}
.profile-admin-menu {
	display: none;
}
.profile-admin-menu-wrapper a {
	display: block;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-color: white;
	margin: 3px 0 5px 0;
	padding: 2px 4px 2px 8px;
}
.profile-admin-menu-wrapper {
	background-color: white;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.profile-admin-menu-wrapper li a {
	background-color: white;
	color: red;
	margin-bottom: 0;
}
.profile-admin-menu-wrapper a:hover {
	color: black;
}
/*** profile details ***/
#profile-details .odd {
	background-color: #f4f4f4;
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 0 0 7px;
	padding: 2px 4px;
}
#profile-details .even {
	background-color:#f4f4f4;
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 0 0 7px;
	padding: 2px 4px;
}
.profile-aboutme-title {
	background-color:#f4f4f4;
	
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	margin: 0;
	padding: 2px 4px;
}
.profile-aboutme-contents {
	padding: 2px 0 0 3px;
}
.profile-banned-user {
	border: 2px solid red;
	padding: 4px 8px;
	
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* Blog Plugin */

/* force tinymce input height for a more useful editing / blog creation area */
form#blog-post-edit #description_parent #description_ifr {
	height:400px !important;
}
.elgg-icon-bookmark {
	background: transparent url(http://musicpromix.com/network/mod/bookmarks/graphics/bookmark.gif);
}
.categories li label {
	font-size: 100%;
	line-height: 1.2em;
}

/*******************************
	Custom Index
********************************/
.custom-index {
	padding: 10px 0;
	background:none;
}
.custom-index .elgg-module-featured {
}
.custom-index .elgg-module-featured:hover {
}

#dashboard-info {
	border: 2px solid #dedede;
	margin-bottom: 15px;
}
/*** Elgg Developer Tools ***/
#developers-iframe {
	width: 100%;
	height: 600px;
	border: none;
}
#developer-settings-form label {
	margin-right: 5px;
}
.elgg-page .jstree-default.jstree-focused {
	background-color: transparent;
}
.developers-log {
	background-color: #EBF5FF;
	border: 1px solid #999;
	color: #666;
	padding: 20px;
}
.embed-wrapper {
	width: auto;
	margin: 5px;
        overflow:hidden;
}
.embed-wrapper > form {
        overflow-x:auto;
        height:220px;
}

.embed-wrapper > .elgg-list {
        overflow-x:auto;
        height:220px;
}
.embed-content {
        background:#fff;
        padding:5px;
}
.embed-wrapper h2 {
	color: #333333;
	margin-bottom: 10px;
}
.embed-wrapper .elgg-item {
	cursor: pointer;
}

/* ***************************************
	EMBED TABBED PAGE NAVIGATION
*************************************** */
.embed-wrapper .elgg-tabs a:hover {
	color: #666;
}

.embed-wrapper p {
	color: #333;
}
.embed-wrapper .elgg-image-block:hover {
	background-color: #eee;
}.file-photo {
	text-align: center;
	margin-bottom: 15px;
}
.file-gallery-item {
	text-align: center;
	width: 165px;
}
.groups-profile > .elgg-image {
	margin-right: 10px;
}

.groups-stats {
	background: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.groups-profile-fields .odd,
.groups-profile-fields .even {
	background: #f4f4f4;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	padding: 2px 4px;
	margin-bottom: 7px;
}

.groups-profile-fields .elgg-output {
	margin: 0;
}

#groups-tools > li {
	width: 48%;
	min-height: 200px;
	margin-bottom: 40px;
}

#groups-tools > li:nth-child(odd) {
	margin-right: 4%;
}

.groups-widget-viewall {
	float: right;
	font-size: 85%;
}

.groups-latest-reply {
	float: right;
}

/* ***************************************
	Likes
*************************************** */
.elgg-likes {
	width: 345px;
	position: absolute;
}

.elgg-menu .elgg-menu-item-likes-count {
	margin-left: 3px;
}

.messageboard-input {
	height: 100px;
}

.messages-container {
	min-height: 200px;
}
.message.unread a {
	color: #d40005;
}
.messages-buttonbank {
	text-align: right;
}
.messages-buttonbank input {
	margin-left: 10px;
}

/*** message metadata ***/
.messages-owner {
	float: left;
	width: 20%;
	margin-right: 2%;
}
.messages-subject {
	float: left;
	width: 55%;
	margin-right: 2%;
}
.messages-timestamp {
	float: left;
	width: 14%;
	margin-right: 2%;
}
.messages-delete {
	float: left;
	width: 5%;
}
/*** topbar icon ***/
.messages-new {
	color: white;
	background-color: red;
	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.50);
	
	position: absolute;
	text-align: center;
	top: 0px;
	left: 26px;
	min-width: 16px;
	height: 16px;
	font-size: 10px;
	font-weight: bold;
}

#notificationstable td.namefield {
	width:250px;
	text-align: left;
	vertical-align: middle;
}
#notificationstable td.namefield p {
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;
	padding:5px 0 5px 0;
}
#notificationstable td.namefield p.namefieldlink {
	margin:5px 0 0 0;
}
#notificationstable td.namefield a img {
	float:left;
	width:25px;
	height:25px; 
	margin:5px 10px 5px 5px;
}
#notificationstable td.emailtogglefield,
#notificationstable td.smstogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.spacercolumn {
	width:30px;
}
#notificationstable td {
	border-bottom: 1px solid silver;
}
#notificationstable td.emailtogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.emailtogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.emailtogglefield a.emailtoggleOff {
	background: url(http://musicpromix.com/network/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(http://musicpromix.com/network/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(http://musicpromix.com/network/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(http://musicpromix.com/network/mod/notifications/graphics/icon_notifications_site.gif) no-repeat right -37px;
}
.notification_friends,
.notification_personal,
.notifications_per_user {
	margin-bottom: 25px;
}




.pages-nav.treeview ul {
	background-color: transparent;
}

.pages-nav.treeview a.selected {
	color: #555555;
}

.pages-nav.treeview .hover {
	color: #0054a7;
}/* Reported Content */
.elgg-icon-report-this {
	background: url(http://musicpromix.com/network/mod/reportedcontent/graphics/icon_reportthis.gif) no-repeat left top;
}

/**********************************
Search plugin
***********************************/
.elgg-page-header .elgg-search {
	bottom: 57px;
	height: 31px;
	position: absolute;
	right: 10px;
	background:#ffffff;
	padding-right:60px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	-moz-box-shadow:    inset 0 0 2px #000000;
	-webkit-box-shadow: inset 0 0 2px #000000;
	box-shadow:         inset 0 0 2px #000000;
}
.front_left {
	width:420px;
	margin-left:50px;
	}
.front_right {
	width:420px;
	margin-right:50px;
	}
.search-input {
	border:none;
	}
.elgg-page-header .elgg-search input[type=text] {
	width: 166px;
}
.elgg-page-header .elgg-search input[type=submit] {
	display: none;
}
.elgg-search input[type=text] {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px 2px 26px;
	background: transparent url(http://musicpromix.com/network/_graphics/elgg_sprites.png) no-repeat 2px -934px;
	margin-top:6px;
	margin-left:6px;
}
.elgg-search input[type=text]:focus, .elgg-search input[type=text]:active {
	background-position: 2px -916px;
	color: #0054A7;
	border:none;
}

.search-list li {
	padding: 5px 0 0;
}
.search-heading-category {
	margin-top: 20px;
	color: #666666;
}

.search-highlight {
	background-color: #bbdaf7;
}
.search-highlight-color1 {
	background-color: #bbdaf7;
}
.search-highlight-color2 {
	background-color: #A0FFFF;
}
.search-highlight-color3 {
	background-color: #FDFFC3;
}
.search-highlight-color4 {
	background-color: #ccc;
}
.search-highlight-color5 {
	background-color: #4690d6;
}/********************************
The Wire
*********************************/
#thewire-textarea {
	height: 40px;
	padding: 6px;
}
#thewire-characters-remaining {
	text-align: right;
	float: right;
	font-weight: bold;
	color: #333333;
}
.thewire-characters-remaining {
	color:#333333;
	border:none;
	font-size: 100%;
	font-weight: bold;
	padding:0 2px 0 0;
	margin:0;
	text-align: right;
	background: white;
}
.thewire-parent {
	margin-left: 40px;
}
/* TinyMCE */
.elgg-page .mceEditor table.mceLayout {
	border: 1px solid #CCC;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.elgg-page table.mceLayout tr.mceFirst td.mceToolbar,
.elgg-page table.mceLayout tr.mceLast td.mceStatusbar {
	border-width: 0px;
}
.mceButton {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mceLast .mceStatusbar {
	padding-left: 5px;
}

#twitter_widget {
	margin:0 10px 0 10px;
}
#twitter_widget ul {
	margin:0;
	padding:0;
}
#twitter_widget li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	overflow-x: hidden;
	border: 2px solid #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#twitter_widget li span {
	color:#666666;
	background:white;
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	padding:5px;
	display:block;
}
p.visit_twitter a {
	background:url(http://musicpromix.com/network/mod/twitter/graphics/twitter16px.png) left no-repeat;
	padding:0 0 0 20px;
	margin:0;
}
p.twitter_username .input-text {
	width:200px;
}
.visit_twitter {
	background:white;
	
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	padding:2px;
	margin:0 0 5px 0;
}
#twitter_widget li > a {
	display:block;
	margin:0 0 0 4px;
}
#twitter_widget li span a {
	display:inline !important;
}
#login_with_twitter {
	padding: 10px 0 0 0;
}

.twitter-secret {
	width: 400px;
}/* ZAudio */
.zaudio {
	margin: 10px 0;
}

.file-tools-icon-tiny {
	width: 20px;
	height: 20px;
}

.elgg-menu-file-tools-folder-breadcrumb > li:after {
	padding: 0 4px;
	content: ">";
}

#file_tools_list_files_container {
	position: relative;
}

#file_tools_list_files_container .elgg-ajax-loader {
	background-color: white;
	opacity: 0.85;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#file_tools_list_files .ui-draggable,
.file-tools-file.ui-draggable {
	cursor: move;
	background: white;
}

#file-tools-folder-tree .file-tools-tree-droppable-hover {
	border: 1px solid red;
}.elgg-icon-hj {
background:transparent url(http://musicpromix.com/network/mod/hypeFramework/graphics/buttons/controls.png) no-repeat;
}
.elgg-icon-hj:hover {
background:transparent url(http://musicpromix.com/network/mod/hypeFramework/graphics/buttons/controls_hover.png) no-repeat;
}
.hj-icon-settings-alt 
.hj-icon-settings-alt:hover
{
background-position:0 -0px;
}
.hj-icon-save,
.hj-icon-save:hover
{
background-position:0 -16px;
}
.hj-icon-tag,
.hj-icon-tag:hover
{
background-position:0 -32px;
}
.hj-icon-delete,
.hj-icon-delete:hover
{
background-position:0 -48px;
}
.hj-icon-delete-alt,
.hj-icon-delete-alt:hover
{
background-position:0 -48px;
}
.hj-icon-comments
.hj-icon-comments:hover
{
background-position:0 -64px;
}
.hj-icon-groups,
.hj-icon-groups:hover
{
background-position:0 -80px;
}
.hj-icon-friends,
.hj-icon-friends:hover
{
background-position:0 -80px;
}
.hj-icon-users,
.hj-icon-users:hover
{
background-position:0 -80px;
}
.hj-icon-email,
.hj-icon-email:hover
{
background-position:0 -96px;
}
.hj-icon-mail,
.hj-icon-mail:hover
{
background-position:0 -96px;
}
.hj-icon-calendar,
.hj-icon-calendar:hover
{
background-position:0 -112px;
}
.hj-icon-edit,
.hj-icon-edit:hover
{
background-position:0 -128px;
}
.hj-icon-share,
.hj-icon-share:hover
{
background-position:0 -144px;
}
.hj-icon-search,
.hj-icon-search:hover
{
background-position:0 -160px;
}
.hj-icon-star,
.hj-icon-star:hover
{
background-position:0 -176px;
}
.hj-icon-user,
.hj-icon-user:hover
{
background-position:0 -192px;
}
.hj-icon-location,
.hj-icon-location:hover
{
background-position:0 -208px;
}
.hj-icon-discussions,
.hj-icon-discussions:hover
{
background-position:0 -224px;
}
.hj-icon-print,
.hj-icon-print:hover
{
background-position:0 -240px;
}
.hj-icon-world,
.hj-icon-world:hover
{
background-position:0 -256px;
}
.hj-icon-access,
.hj-icon-access:hover
{
background-position:0 -272px;
}
.hj-icon-pin,
.hj-icon-pin:hover
{
background-position:0 -288px;
}
.hj-icon-push-pin-alt,
.hj-icon-push-pin:hover
{
background-position:0 -288px;
}
.hj-icon-add,
.hj-icon-add:hover
{
background-position:0 -304px;
}
.hj-icon-time,
.hj-icon-time:hover
{
background-position:0 -320px;
}
.hj-icon-thumbs-up,
.hj-icon-thumbs-up:hover
{
background-position:0 -336px;
}
.hj-icon-thumbs-down,
.hj-icon-thumbs-down:hover
{
background-position:0 -352px;
}
.hj-icon-settings,
.hj-icon-settings:hover
{
background-position:0 -368px;
}
.hj-icon-info,
.hj-icon-info:hover
{
background-position:0 -384px;
}
.hj-icon-download,
.hj-icon-download:hover
{
background-position:0 -400px;
}
.hj-icon-refresh,
.hj-icon-refresh:hover
{
background-position:0 -416px;
}
.hj-icon-arrow-down,
.hj-icon-arrow-down:hover
{
background-position:0 -432px;
}
.hj-icon-arrow-left,
.hj-icon-arrow-left:hover,
{
background-position:0 -448px;
}
.hj-icon-arrow-right,
.hj-icon-arrow-right:hover
{
background-position:0 -464px;
}
.hj-icon-arrow-up,
.hj-icon-arrow-up:hover
{
background-position:0 -480px;
}
.hj-icon-zoom,
.hj-icon-zoom:hover
{
background-position:0 -496px;
}
.hj-icon-heart,
.hj-icon-heart:hover
{
background-position:0 -512px;
}
.hj-icon-rss,
.hj-icon-rss:hover
{
background-position:0 -528px;
}.elgg-state-draggable .elgg-head:hover {
cursor:move;
}
.elgg-menu-hjentityhead,
.elgg-menu-hjsegmenthead
{
float:right;
margin-left:15px;
}
.elgg-menu-hjentityfoot,
.elgg-menu-hjsectionfoot
{
float:none;
margin-left:0;
}
.elgg-menu-hjentityhead,
.elgg-menu-hjentityfoot,
.elgg-menu-hjsegmenthead,
.elgg-menu-hjsectionfoot
{
color: #aaa;
line-height: 20px;
height: 16px;
vertical-align:middle;
}
.elgg-menu-hjentityhead > li,
.elgg-menu-hjentityfoot > li,
.elgg-menu-hjsegmenthead > li,
.elgg-menu-hjsectionfoot > li
{
margin-left: 4px;
}
.elgg-menu-hjentityhead > li > a,
.elgg-menu-hjentityfoot > li > a,
.elgg-menu-hjsegmenthead > li > a,
.elgg-menu-hjsectionfoot > li > a
{
color: #aaa;
}
.elgg-menu-hjentityhead > li > a,
.elgg-menu-hjentityfoot > li > a,
.elgg-menu-hjsegmenthead > li > a,
.elgg-menu-hjsectionfoot > li > a
{
display: block;
}
.elgg-menu-hjentityhead > li > span,
.elgg-menu-hjentityfoot > li > span,
.elgg-menu-hjsegmenthead > li > span,
.elgg-menu-hjsectionfoot > li > span
{
vertical-align: baseline;
}

.elgg-menu-hjentityhead > li > span:hover,
.elgg-menu-hjentityfoot > li > span:hover,
.elgg-menu-hjsegmenthead > li > span:hover,
.elgg-menu-hjsectionfoot > li > span:hover {
text-decoration:none;
}

.elgg-menu-hjentityhead > li > a:hover,
.elgg-menu-hjentityfoot > li > a:hover,
.elgg-menu-hjsegmenthead > li > a:hover,
.elgg-menu-hjsectionfoot > li > a:hover {
text-decoration:none;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('http://musicpromix.com/network/vendors/jquery/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('http://musicpromix.com/network/vendors/jquery/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://musicpromix.com/network/vendors/jquery/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
.hj-left { float:left }
.hj-right { float:right }
.hj-left:after,
.hj-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.hj-padding-ten, .hj-admin-padding { padding:10px }
.hj-padding-fifteen { padding:15px }
.hj-padding-twenty { padding:20px }
.hj-margin-ten { margin:10px }
.hj-margin-fifteen { margin:15px }
.hj-margin-twenty { margin:20px }

.hidden { display:none }

.hj-content-container {
	background:#ffffff;
	width:auto;
	min-height:350px;
	margin:10px;
	padding-bottom:40px;
	border-width:1px;
	border-color:;
	border-style:solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.hj-ajax-loader {
	margin:0 auto;
	display:block;
}

.hj-loader-circle {
	background:transparent url(http://musicpromix.com/network/mod/hypeFramework/graphics/loader/circle.gif) no-repeat center center;
	width:75px;
	height:75px;
}
.hj-loader-bar {
	background:transparent url(http://musicpromix.com/network/mod/hypeFramework/graphics/loader/bar.gif) no-repeat center center;
	width:16px;
	height:11px;
}
.hj-loader-arrows {
	background:transparent url(http://musicpromix.com/network/mod/hypeFramework/graphics/loader/arrows.gif) no-repeat center center;
	width:16px;
	height:16px;
}
.hj-loader-indicator {
	background:transparent url(http://musicpromix.com/network/mod/hypeFramework/graphics/loader/indicator.gif) no-repeat center center;
	width:16px;
	height:16px;
}

div.mandatory {
	padding-right:15px;
	background:transparent url(http://musicpromix.com/network/mod/hypeFramework/graphics/mandatory.png) no-repeat 98% 23px;
}

input.hj-input-processing {
	background:white url(http://musicpromix.com/network/mod/hypeFramework/graphics/loader/indicator.gif) no-repeat right;
}

input.hj-input-processing:hover {
	background:white url(http://musicpromix.com/network/mod/hypeFramework/graphics/loader/indicator.gif) no-repeat right;
}

.hj-field-module {
    font-size:0.9em;
}

.hj-field-module-output {
    padding:5px 0;
    margin:0 10px;
    border-bottom:1px solid #f4f4f4;
}

.hj-output-label {
    font-style:italic;
    font-size:0.8em;
    vertical-align:top;
    display:inline-block;
    text-align:right;
    width:35%;
}

.hj-output-text {
    font-weight:bold;
    vertical-align:top;
    margin-left:10px;
    display:inline-block;
    text-align:left;
    width:58%;
}

.hj-icon-text {
    height:16px;
    display:inline-block;
    vertical-align:top;
    font-size:0.9em;
    margin-left:5px;
    margin-right:7px;
}

.elgg-list .elgg-module-aside .elgg-head {
padding-top:10px;
}
	.hj-view-list,
	.hj-view-list > li {
	border:none;
}

.elgg-menu > li > a.hidden {
	display:none;
}

.hj-active-temp {
	padding:10px;
	background:#f4f4f4;
}

.hj-gallery-view {
	max-width:620px;
	padding:5px;
	text-align:center;
	margin:0 auto;
}

.hj-file-icon-preview {
	margin:0 auto;
	text-align:center;
}

.hj-file-icon-master {
	
}

#hj-sortable-tabs > li:hover {
	cursor:move;
}
#hj-sortable-tabs > a:hover {
	cursor:pointer;
}

#fancybox-content > div > div.elgg-module {
    margin:0 20px;
    padding-bottom:100px;
}

.hj-pagination-next {
	padding: 3px;
	text-align: center;
	background: #F4F4F4;
	border-bottom: #E8E8E8 1px solid;
	color: #666;
	cursor: pointer;
	margin-top:10px;
}

/* ***************************************
	Tags
*************************************** */
.elgg-tags {
	font-size: 85%;
}
.elgg-tags > li {
	float:left;
	margin-right: 5px;
}
.elgg-tags li.elgg-tag:after {
	content: ",";
}
.elgg-tags li.elgg-tag:last-child:after {
	content: "";
}
.elgg-tagcloud {
	text-align: justify;
}
/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.hj-container-12 {
	width: 100%;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.hj-grid-1,
.hj-grid-2,
.hj-grid-3,
.hj-grid-4,
.hj-grid-5,
.hj-grid-6,
.hj-grid-7,
.hj-grid-8,
.hj-grid-9,
.hj-grid-10,
.hj-grid-11,
.hj-grid-12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.hj-alpha {
	margin-left: 0;
}

.hj-omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-grid-1 {
	width:6.333%;
}

.hj-container-12 .hj-grid-2 {
	width:14.667%;
}

.hj-container-12 .hj-grid-3 {
	width:23.0%;
}

.hj-container-12 .hj-grid-4 {
	width:31.333%;
}

.hj-container-12 .hj-grid-5 {
	width:39.667%;
}

.hj-container-12 .hj-grid-6 {
	width:48.0%;
}

.hj-container-12 .hj-grid-7 {
	width:56.333%;
}

.hj-container-12 .hj-grid-8 {
	width:64.667%;
}

.hj-container-12 .hj-grid-9 {
	width:73.0%;
}

.hj-container-12 .hj-grid-10 {
	width:81.333%;
}

.hj-container-12 .hj-grid-11 {
	width:89.667%;
}

.hj-container-12 .hj-grid-12 {
	width:98.0%;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-prefix-1 {
	padding-left:8.333%;
}

.hj-container-12 .hj-prefix-2 {
	padding-left:16.667%;
}

.hj-container-12 .hj-prefix-3 {
	padding-left:25.0%;
}

.hj-container-12 .hj-prefix-4 {
	padding-left:33.333%;
}

.hj-container-12 .hj-prefix-5 {
	padding-left:41.667%;
}

.hj-container-12 .hj-prefix-6 {
	padding-left:50.0%;
}

.hj-container-12 .hj-prefix-7 {
	padding-left:58.333%;
}

.hj-container-12 .hj-prefix-8 {
	padding-left:66.667%;
}

.hj-container-12 .hj-prefix-9 {
	padding-left:75.0%;
}

.hj-container-12 .hj-prefix-10 {
	padding-left:83.333%;
}

.hj-container-12 .hj-prefix-11 {
	padding-left:91.667%;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-suffix-1 {
	padding-right:8.333%;
}

.hj-container-12 .hj-suffix-2 {
	padding-right:16.667%;
}

.hj-container-12 .hj-suffix-3 {
	padding-right:25.0%;
}

.hj-container-12 .hj-suffix-4 {
	padding-right:33.333%;
}

.hj-container-12 .hj-suffix-5 {
	padding-right:41.667%;
}

.hj-container-12 .hj-suffix-6 {
	padding-right:50.0%;
}

.hj-container-12 .hj-suffix-7 {
	padding-right:58.333%;
}

.hj-container-12 .hj-suffix-8 {
	padding-right:66.667%;
}

.hj-container-12 .hj-suffix-9 {
	padding-right:75.0%;
}

.hj-container-12 .hj-suffix-10 {
	padding-right:83.333%;
}

.hj-container-12 .hj-suffix-11 {
	padding-right:91.667%;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-push-1 {
	left:8.333%;
}

.hj-container-12 .hj-push-2 {
	left:16.667%;
}

.hj-container-12 .hj-push-3 {
	left:25.0%;
}

.hj-container-12 .hj-push-4 {
	left:33.333%;
}

.hj-container-12 .hj-push-5 {
	left:41.667%;
}

.hj-container-12 .hj-push-6 {
	left:50.0%;
}

.hj-container-12 .hj-push-7 {
	left:58.333%;
}

.hj-container-12 .hj-push-8 {
	left:66.667%;
}

.hj-container-12 .hj-push-9 {
	left:75.0%;
}

.hj-container-12 .hj-push-10 {
	left:83.333%;
}

.hj-container-12 .hj-push-11 {
	left:91.667%;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.hj-container-12 .hj-pull-1 {
	left:-8.333%;
}

.hj-container-12 .hj-pull-2 {
	left:-16.667%;
}

.hj-container-12 .hj-pull-3 {
	left:-25.0%;
}

.hj-container-12 .hj-pull-4 {
	left:-33.333%;
}

.hj-container-12 .hj-pull-5 {
	left:-41.667%;
}

.hj-container-12 .hj-pull-6 {
	left:-50.0%;
}

.hj-container-12 .hj-pull-7 {
	left:-58.333%;
}

.hj-container-12 .hj-pull-8 {
	left:-66.667%;
}

.hj-container-12 .hj-pull-9 {
	left:-75.0%;
}

.hj-container-12 .hj-pull-10 {
	left:-83.333%;
}

.hj-container-12 .hj-pull-11 {
	left:-91.667%;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.hj-clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.hj-clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hj-clearfix {
	display: inline-block;
}

* html .hj-clearfix {
	height: 1%;
}

.hj-clearfix {
	display: block;
}
.messages-filetransfer-selectwrapper {
  padding: 5px;
  border: 1px solid #cccccc;
  max-height: 120px;
  overflow: auto;
}
/*
* Social Connect CSS for Site connect
*/
.ha_connect_with_provider {
}
.ha_connect_with_provider img {	
}
.social_connect_site_connect {
	padding:10px;
	padding-top:0px;
	margin-top:0px;
}
.social_connect_site_connect div {
	padding:10px;
	padding-left:0px;
}
.social_connect_site_connect p {
	border-top:1px dotted #999;
	font-size: 10px;
}
#win-text{
font-weight:bold;
}

#wijob-file{
margin: 5px;
font-weight:bold;
}

.wijob-attr{
float:left;
}

.mandatory{
background-image: url('http://musicpromix.com/network/mod/wijob/graphics/red_asterisk.gif');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 30% 20%; 
}

.wijob_pricetag {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#00a700;
	border: 1px solid #00a700;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 12px;
	padding: 2px 10px 2px 10px;
	margin:10px 0 10px 0;
}

.wiquote-owner-title{
    font-size: 1.0em;
}

.wiquotelist{
    margin: 5px 0 5px 0;
}

.wiquote-owner-name-container{
    width:160px; 
    float: left; 
    height: 35px; 
    padding:2px 10px 2px 10px; 
    overflow:hidden;
}
.wiquotelist-price {
    padding:10px 10px 7px 10px;
    width:80px; 
    text-align:right;
    float: left; 
    height:20px;
    font-size: 1.5em;
    color: #666;
}


.right{
    float: right;
}
.wiquotelist-rating {
    padding:7px 10px 7px 10px;
    width:130px; 
    float: left; 
    height:20px;
    font-size: 1.2em;
    color: #666;
}
.wiquotelist-detail{
    float: right;
    padding: 10px;
    text-decoration: none;
    color:white;
}
.wiquotelist-detail:hover{
    text-decoration: none;
}

.wiquotelist-detail-button{
    //background: #;
    height: 40px;
    float: right;
    font-size:1.2em;
    
    border-radius:0;
    border: 0;
    color:white;
    padding-left: 20px;
    padding-right: 20px;
    background:#83CAFF;
    border-radius: 5px;
}

.wiquotelist-detail-button:hover{
    background: #EEE;
    
}

.wiquote-for-wijob-button{
    float: right;
    height: 50px;
    width: 150px;
    margin:0;
}
.wiquote-for-wijob-button:hover{
    background: #CEFF16;
}

.wiquotelist-status{
    padding:5px 10px 5px 10px;
    width:80px; 
    float: left; 
    height:20px;
    font-size: 0.9em;
    color: #666;
}

.wiquote-details{
    padding:3px;
    width:105px; 
    float: left; 
    //height:20px;
    font-size: 1.1em;
    color: #666;
}

.wiquotelist-owner{
    padding:5px 10px 5px 10px;
    width:65px; 
    float: left; 
    height:20px;
    font-size: 0.9em;
    color: #666;
}
.wiquotelist-daysleft{
    padding:5px 10px 5px 10px;
    width:80px; 
    float: left; 
    height:20px;
    font-size: 0.9em;
    color: #666;
}

.wiquotelist-meta{
    padding:5px 10px 5px 10px;
    width:80px; 
    float: left; 
    height:20px;
    font-size: 0.9em;
    color: #666;
}

.wiquote-back-link{
    background: #DDD;
    color: white;
    width: 100px;
    height: 16px;
    padding: 4px;
    text-align: center;
    margin-bottom: 10px;
    //border: 1px solid #00a700;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;    
}
.wiquote-back-link:hover{
    background: #CCC;
}

.wiquote-back-link a{
    color: white;
    font-size: 1.2em;
}
.wiquote-back-link a:hover{
    text-decoration: none;
}

.wiquote-warning {
    background: #FFDDDD;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px;    
    margin-bottom: 10px;
}
.wiquote-warning-title{
    font-weight: bold;
    color: #666;
}

.wiquote-detail{
    width:518px; 
    min-height: 100%; 
    float:left; 
    margin: 0 0 10px 10px; 
    //background: #EEE;
}


#wiquotes-winner-title{
    margin-top: 10px;
    font-size:1.5em;
    font-weight: bold;
    color:#555;
    padding:5px;
    border-top: 4px solid #DDD;
}


.elgg-wijob-subtext-1{
    color: #777;
    width:200px;
    float:left;
}

.elgg-wijob-subtext-2{
    color: #777;
    width:170px;
    float:left;
}


.elgg-wijob-excerpt{
    color:#777;
    width:275px;
    float:left;
}

.elgg-wijob-rate{
width:150px;
float:left;
}

.elgg-wijob-winner{
float:left;
margin:0 30px 0 30px;
}

#wijob-status{
color: #FA5858;
margin:10px;
font-size:1.2em;
clear:both;
}



.make-it-button a{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #83CAFF;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


	display: block;
	float:left;
	padding:5px 10px 5px 10px;
    text-decoration: none;
}

.make-it-button a:hover{
    background-color: #AEDF06;
}
.rating-link a{
font-size:1.0em;
padding:5px;
}

.wiquoteding-dimensions a{
font-size:1.2em;
}

.slidingDiv {
   // height:300px;
   // background-color: #99CCFF;
   // padding:20px;
   // margin-top:10px;
   // border-bottom:5px solid #3399FF;
}
 
.show_hide {
    display:none;
}

.wiquote{
font-size: 50px;
}

.wiquote-text {
	width:80%;
}

.wiquote-num {
width:20%;
margin-right:25px;
}

#place{
margin:10px 0 10px 0;
}

.wiquote_outer{
width:100%;
}


.wiquote_details{
width:70%;
float: left;
display:block;
}

.wiquote_accept{
width:30%;
float:right;
display:block;
}


#file-container{
    width: 400px;
    clear:both;
}

#file-image{
float:left;
margin-right:15px;
}

#file-url{
margin-top:20px;
float:left;
}

.wiquote-wijob-title{
    width:90px; 
    float: left; 
   // height: 35px; 
    padding:2px 10px 2px 10px; 
    overflow:hidden;
}

#wiquote-owner-icon{
    width:200px; 
    float:left; 
    overflow: hidden;
    border-radius: 5px;
    margin-bottom:15px;
}

#wiquote-left-wrapper{
    width: 200px;
    margin-right: 10px;
    float: left;
}

#wiquote-detail-wrapper{
    width: 505px;
    float: right;
    margin-bottom: 20px;
}

#wiquote-detail-price{
    font-size: 1.4em;
    font-family: Verdana, Arial, Helvetica, sans-serif;;
    color: #555;
    text-align: right;
}
#wiquote-detail-price b{
    font-size: 1.5em;
    }

#wiquote-wijob-title{
float:right;
}

.full-wiquote-details{
width:100%;  
margin-bottom: 10px; 
font-size: 1.0em;
}

.full-wiquote-details-title{
width:80%;
font-size: 1.3em;
}

#wiquote-metadata{
float:right;
width:18%;
}

.wiquote-sum-info{
padding-right:5px;
}

#wiquote-average{
margin-bottom:10px;
}
#selected-cat{
	font-weight:bold;
	background-color: #CEFF16;	
}


.add-float-right{
float:right;
}
    .email_cover {
        display: block;
        position: absolute;
        width: 500px;
        height: 40px; 
        background-color: #FFFFFF;
    }


.market_pricetag {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#00a700;
	border: 1px solid #00a700;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 12px;
	padding: 2px 10px 2px 10px;
	margin:10px 0 10px 0;
}

.pay-withdraw-module{
	width:325px;
}
.pay.buynow{
	display:block;
	padding:5px;
	background:#008B00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color:#FFF;
	font-weight:bold;
}div.githubrepos{border:1px solid #DDD;border-radius:4px 4px 4px 4px;list-style-type:none;margin:0 0 10px;padding:8px 10px 0;font:13.34px/1.4 helvetica,arial,freesans,clean,sans-serif;background:url("http://github.com/images/icons/public.png") no-repeat scroll 6px 9px transparent;width:452px;background-color:#fff}div.githubrepos .body{background:-moz-linear-gradient(center top,#fafafa,#efefef) repeat scroll 0 0 transparent;background:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#efefef));border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #EEE;margin-left:-10px;margin-top:8px;padding:5px 10px;width:100%}div.githubrepos h3{font-size:14px;margin:0;padding-left:18px;white-space:nowrap}div.githubrepos p.description{color:#444;font-size:12px;margin:0 0 3px}div.githubrepos p.updated-at{color:#888;font-size:11px;margin:0}div.githubrepos ul.repo-stats{background:url("http://github.com/images/modules/pagehead/actions_fade.png") no-repeat scroll 0 0 transparent;border:medium none;float:right;font-size:11px;font-weight:bold;padding-left:15px;position:relative;z-index:5;margin:0}div.githubrepos ul.repo-stats li{border:medium none;color:#666;display:inline-block;list-style-type:none;margin:0!important}div.githubrepos ul.repo-stats li a{background-color:transparent;background-position:5px -2px;border:medium none;color:#666!important;background-position:5px -2px;background-repeat:no-repeat;border-left:1px solid #DDD;display:inline-block;height:21px;line-height:21px;padding:0 5px 0 23px}div.githubrepos ul.repo-stats li:first-child a{border-left:medium none;margin-right:-3px}div.githubrepos ul.repo-stats li a:hover{background:none no-repeat scroll 5px -27px #4183c4;color:#fff!important;text-decoration:none}div.githubrepos ul.repo-stats li:first-child a:hover{border-bottom-left-radius:3px;border-top-left-radius:3px}ul.repo-stats li:last-child a:hover{border-bottom-right-radius:3px;border-top-right-radius:3px}div.githubrepos ul.repo-stats li.watchers a{background-image:url("http://github.com/images/modules/pagehead/repostat_watchers.png")}div.githubrepos ul.repo-stats li.forks a{background-image:url("http://github.com/images/modules/pagehead/repostat_forks.png")}.myspace1{border:medium none;border-radius:6px;padding:0;font:13.34px/1.4 helvetica,arial,freesans,clean,sans-serif;width:500px}.myspace2{background-color:#282828;font-size:16pt;font-weight:bold;padding:4px;border-radius:6px 6px 0 0}.myspace2 a{color:#e8e8e8;text-decoration:none}.myspace2 a.MSIcon{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAAVCAYAAABSQFBJAAABXUlEQVR42u2YYW3DMBBGDSEQAiEQAiEQDMEQwsAQDMEQDKEQAqEQbpfqtvNOl7iaNu+H70lfU/WrUumebEd1ADBjVsriELx6TMYUTDo7R9D3InWF3s9Vv/D9+PO7Hq8WzPmyA3NQNBIN/gpPgy3AZCcQ999NhpTxOzwxEyaIz6dKxCy67exHl9CSkWirelwMPVz0K2bSVgxvf4yJaMsIjqBhPUW/iB6UbSdrW9VLMlNsi2qcGU7wxhnwUGRscgUo50UwGfcySkPG/mYvB+/leWFPUn1lRGAyxssVaDI6yZArQciJDjEhfWTweaKzmYz+MjwomISOMhqPxtlk9JERlD4JGUH08+gSKF/D2CleGaav+vWmD5hJ6QPU8O8Vih9YwFLNIbs/Rq6MQ1ttA8tYoaKHjAOYeLn1tTEZP0f/l9Zk/O/KWD9zcegn6kdMEDK6wjKMFybDZHyTEcGQlA87nyMST1I0NAAAAABJRU5ErkJggg==") no-repeat scroll 0 0 transparent;color:transparent}.myspaceBody{background-color:#e8e8e8;border-bottom:4px solid #333;border-radius:0 0 6px 6px}.myspaceBody div{display:inline-block;vertical-align:top}span.oembedclosehide{background-color:#aaa;border-radius:2px;cursor:pointer;margin-right:3px}div.oembed-container{margin-top:5px;text-align:left}.ljuser{font-weight:bold}.ljuser img{vertical-align:bottom;border:0;padding-right:1px}.stoqembed{border-bottom:1px dotted #999;float:left;overflow:hidden;padding:11px 0;width:730px;line-height:1;background:none repeat scroll 0 0 #fff;color:#000;font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif;font-size:80%;text-align:left;margin:0;padding:0}.stoqembed a{color:#07c;text-decoration:none;margin:0;padding:0}.stoqembed a:hover{text-decoration:underline}.stoqembed a:visited{color:#4a6b82}.stoqembed h3{font-family:Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;font-size:130%;font-weight:bold;margin:0;padding:0}.stoqembed .reputation-score{color:#444;font-size:120%;font-weight:bold;margin-right:2px}.stoqembed .user-info{height:35px;width:185px}.stoqembed .user-info .user-gravatar32{float:left;height:32px;width:32px}.stoqembed .user-info .user-details{float:left;margin-left:5px;overflow:hidden;white-space:nowrap;width:145px}.stoqembed .question-hyperlink{font-weight:bold}.stoqembed .stats{background:none repeat scroll 0 0 #eee;margin:0 0 0 7px;padding:4px 7px 6px;width:58px}.stoqembed .statscontainer{float:left;margin-right:8px;width:86px}.stoqembed .votes{color:#555;padding:0 0 7px;text-align:center}.stoqembed .vote-count-post{display:block;font-size:240%;color:#808185;display:block;font-weight:bold}.stoqembed .views{color:#999;padding-top:4px;text-align:center}.stoqembed .status{margin-top:-3px;padding:4px 0;text-align:center;background:none repeat scroll 0 0 #75845c;color:#fff}.stoqembed .status strong{color:#fff;display:block;font-size:140%}.stoqembed .summary{float:left;width:635px}.stoqembed .excerpt{line-height:1.2;margin:0;padding:0 0 5px}.stoqembed .tags{float:left;line-height:18px}.stoqembed .tags a:hover{text-decoration:none}.stoqembed .post-tag{background-color:#e0eaf1;border-bottom:1px solid #3e6d8e;border-right:1px solid #7f9fb6;color:#3e6d8e;font-size:90%;line-height:2.4;margin:2px 2px 2px 0;padding:3px 4px;text-decoration:none;white-space:nowrap}.stoqembed .post-tag:hover{background-color:#3e6d8e;border-bottom:1px solid #37607d;border-right:1px solid #37607d;color:#e0eaf1}.stoqembed .fr{float:right}.stoqembed .statsarrow{background-image:url("http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=3");background-repeat:no-repeat;overflow:hidden;background-position:0 -435px;float:right;height:13px;margin-top:12px;width:7px}.facebook1{border:#1a3c6c solid 1px;padding:0;font:13.34px/1.4 verdana;width:500px}.facebook2{background-color:#627add}.facebook2 a{color:#e8e8e8;text-decoration:none}.facebookBody{background-color:#fff}.facebookBody div{display:inline-block;vertical-align:top}
#site_messages_activity{
text-align : justify;
height:55px;
overflow: hidden;
padding : 5px ;
margin: 0 0 5px 0;
}

#site_messages{
text-align : justify;
height:154px;
overflow: hidden;
padding : 5px ;
margin: 0 0 5px 0;
}

/*
.elgg-river-message{
	border: 1px solid #CCC;
	font-size: 85%;
	line-height: 1.5em;
	margin: 8px 0 5px 0;
	padding: 10px 0px 10px 5px;
        background-color :yellow;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
}
*/

#welcome{
text-align : center;
overflow: hidden;
padding : 5px ;
background-color :white;
margin: 0 0 5px 0;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color:blue;
font-weight: bold;
}

#dob{
text-align : center;
overflow: hidden;
padding : 5px ;
background-color :white;
margin: 0 0 5px 0;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color:red;
font-weight: bold;
}

#mem{
padding : 5px ;
background-color :white;
margin: 0 0 5px 0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

#left {
text-align : left;
font-weight: bold;
}

#right {
text-align : right;
}

.black_overlay{
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: black;
z-index:999998;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}

.popup_content {
display: none;
position: fixed;
width: auto;
height: auto;
top:25%; 
left:25%;
right:25%;
padding: 15px;
background-color: white;
z-index:999999;
overflow: hidden;
text-align : justify;
line-height: 1.5em;
color: #000;
text-shadow:none;
}

.popup_content a{
color: red;
text-decoration:bold;
text-shadow:none;
}

.popup_content a:hover {
color: green;
text-decoration:bold;
text-shadow:none;
}

.border_red {
border: 16px solid red;
}

.border_green {
border: 16px solid green;
}


#horoscope{
text-align : center;
height:148px;
overflow: hidden;
font-weight: bold;
}

#horoscope img{
width : 120px;
height: 120px;
/*border : 1px solid #DEDEDE;*/
padding-bottom : 2px;
}

/* Ads Rotator CSS  */

.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #4690D6;
	color: white;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: red;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	overflow: auto;
	height: 1%;
        background : none;
	padding: 0 0 5px 5px;
	margin: 0px;
       	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: blue;
	}



/* Popup */
.elgg-module-popup {
	background-color: white;
	border: 1px solid #ccc;
	
	z-index: 9999;
	margin-bottom: 15px;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.elgg-module-popup > .elgg-head {
	margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
}
.elgg-module-popup > .elgg-head * {
	color: #0054A7;
}


/* Tab Contents */

	ul.tabs {
		margin:0;
		padding: 0;
		float: left;
		list-style: none;
		height: 42px;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		width: 100%;
	}
	ul.tabs li {
		float: left;
		cursor: pointer;
		padding: 5px;
		height:31px;
                line-height:31px;
		border: 1px solid #999999;
		border-left: none;
		font-weight: bold;
		background: #EEEEEE;
		overflow: hidden;
		position: relative;
                
	}
	ul.tabs li:hover {
		background: #CCCCCC;
	}	
	ul.tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
        
	ul.tabs li img{
		margin-top: 5px;
                margin-right: 2px;
                float:left;
	}
	.tab_container {
		/*border: 1px solid #999999; */
		/*border-top: none; */
 		clear: both;
		float: left; 
		background: #FFFFFF;
		width: 100%;
		overflow: hidden;
                position: relative;
                
	}
	.tab_content {
		padding-top:20px;
                padding-left:5px;
                padding-right:5px;
		display: none;
		height: auto;

	}
.image_slider_settings > div {
	display: none;
}

.image_slider_settings > label {
	cursor: pointer;
}

.widgets_image_slider {
	width: 100%; /* important to be same as image width */
	position: relative; /* important */
	overflow: hidden; /* important */
	float: left;
}

.widgets_image_slider_content {
	width: 100%; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	list-style-image: none !important;
}

.widgets_image_slider_image {
	float: left;
	position: relative;
	display: none;
	width: 100%;
}

.widgets_image_slider_image span {
	position: absolute;
	width: 100%;
	
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
}

.widgets_image_slider_image span div {
	padding: 10px 13px;
}

.widgets_image_slider_image span strong {
	font-size: 14px;
}

.widgets_image_slider_content .top {
	top: 0;
	left: 0;
}

.widgets_image_slider_content .bottom {
	bottom: 0;
	left: 0;
}

.widgets_image_slider_content .left {
	top: 0;
	left: 0;
	width: 180px !important;
}

.widgets_image_slider_content .right {
	right: 0;
	bottom: 0;
	width: 180px !important;
}.widgets_rss_feed_item {
	margin-bottom: 5px;
}

.widgets_rss_feed_timestamp {
	color: #AAAAAA;
}

.widgets_rss_feed_timestamp:hover {
	cursor: help;
}

.widgets_rss_feed_item_image {
	float: right;
	max-height: 60px;
	max-width: 60px;
	border: 1px solid #AAAAAA;
	padding: 3px;
	margin: 2px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;	
}/* lightbox */
#widget_manager_widgets_select {
	margin: 0;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_wrapper {
	margin-bottom: 5px;
	border: 1px solid transparent;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_wrapper:hover {
	border: 1px solid #CCCCCC;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions {
	float: right;
	padding: 6px;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions li {
	list-style: none;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions li.elgg-state-available span,
#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions li.elgg-state-unavailable input {
	display: none;
}

#widget_manager_widgets_select .widget_manager_widgets_lightbox_actions .submit_button {
	margin: 5px 0;
}

#widget_manager_widgets_search {
	float: right;
    margin-top: -2px;
}

#widget_manager_widgets_search input {
	padding: 0;
	margin: 0;
	font-size: 100%;
	height: 100%;
}

.elgg-module-widget a.widget-manager-widget-title-link {
	width: auto;
}

.widget_manager_hide_header_admin > .elgg-head {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.elgg-module-widget.widget_manager_disable_widget_content_style > .elgg-body,
.widget_manager_hide_header > .elgg-body {
	border-top: 0px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style {
	background: none;
	padding: 0px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style .elgg-widget-content {
	padding: 0px;
}

.elgg-module-widget.widget_manager_disable_widget_content_style > .elgg-head {
	border: 2px solid #DEDEDE;
}

.elgg-menu-widget .elgg-menu-item-fix {
	right: 45px;
}

.elgg-icon-widget-manager-push-pin {
	background: url("http://musicpromix.com/network/_graphics/elgg_sprites.png") no-repeat scroll 0px -738px transparent;
}

.widget-manager-fix.fixed > .elgg-icon-widget-manager-push-pin {
	background-position: 0px -720px;
}

#widget-manager-multi-dashboard {
	background: #CCC;
}

#widget-manager-multi-dashboard-tabs {
	position: absolute;
	top: 20px;
}

.widget-manager-multi-dashboard-tabs-edit {
	display: none;
	vertical-align: middle;
}

.widget-manager-multi-dashboard-tab:hover > a {
	padding-right: 5px;
}

.widget-manager-multi-dashboard-tab:hover .widget-manager-multi-dashboard-tabs-edit {
	display: inline-block;
	margin-left: 5px;
}

#widget-manager-multi-dashboard-tabs .widget-manager-multi-dashboard-tab-active {
	border-color: #666666;
}
#widget-manager-multi-dashboard-tabs .widget-manager-multi-dashboard-tab-hover {
	border-color: #333333;
}

.widget-manager-groups-widgets-top-row {
	width: 100%;
	min-height: 0px !important;
}

.widget-manager-groups-widgets-top-row-highlight {
	min-height: 50px !important;
}
#homepage-cms .elgg-widget-instance-free_html, .elgg-widget-instance-free_html .elgg-body {
  overflow: visible;
}

.homepage-cms-column-header {
  text-align: center;
  background-color: yellow;
  border: 1px dashed #ff0000;
  color: black;
}
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; background: white; border: 1px solid #CCCCCC; }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

.ui-multiselect-checkboxes .ui-state-hover {
	background: #CCCCCC;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
.custom_fields_more_info {
	width: 16px;
	height: 16px;
	margin: 0 2px 0 5px;
	display: inline-block;
	vertical-align: top;
	background: transparent url(http://musicpromix.com/network/_graphics/elgg_sprites.png) 0 -486px;
	cursor: pointer;
}
.custom_fields_more_info:hover {
	background-position: 0 -468px;
}

.custom_fields_more_info_text {
	display:none;
}

#custom_fields_more_info_tooltip {
	position:absolute;
	border:1px solid #333333;
	background:#e4ecf5;
	color:#333333;
	padding:5px;
	display:none;
	width: 250px;
	line-height: 1.2em;
	font-size: 90%;
	z-index:20000;
}/* widgets */
#widget_profile_completeness_container {
	border: 1px solid #AAAAAA;
	position: relative;
}

#widget_profile_completeness_progress {
	position: absolute;
	line-height: 20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#widget_profile_completeness_progress_bar {
	background: #00FF00;
	height: 20px;
}

#custom_fields_userdetails.ui-accordion {
	margin-bottom: 10px;
}

#custom_fields_userdetails .ui-accordion-header {
	color: #666666;
	background: #EEEEEE;
	border: 2px solid #DEDEDE;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px;
}

#custom_fields_userdetails .ui-accordion-content {
	border-style: solid;
	border-color: #DEDEDE;
	border-width: 0 2px 2px 2px;
	padding: 5px 5px 0px;
}

#custom_fields_userdetails .ui-accordion-header:hover {
	border-color: #CCCCCC;
}

#custom_fields_userdetails .ui-accordion-header .ui-icon {
	margin-top: 1px;
	background: url(http://musicpromix.com/network/mod/profile_manager/graphics/accordion.png) no-repeat -16px 0;
	width: 16px;
	height: 16px;
	float: left;
}

#custom_fields_userdetails .ui-accordion-header:hover .ui-icon{
	background-position: -32px 0;
}

#custom_fields_userdetails .ui-accordion-header.ui-state-active .ui-icon {
	background-position: 0 0;
}

/* non_editables */
.hidden_non_editable {
	display: none;
}

/* profile type */
.custom_profile_type_description {
	display: none;
}

.datepicker_hidden{
	display: none;
}

/* fix for max-height multi-select drop down*/
.ui-dropdownchecklist-dropcontainer {
	max-height: 150px;
}
/* end fix */

.profile_manager_profile_edit_tab_content,
li.custom_fields_edit_profile_category {
	display: none;
}

/* registration form */
.elgg-form-register {
	max-width: 100%;
}

.profile_manager_register_input_container {
	white-space:nowrap; /* required for outlining in IE7 */
}

.profile_manager_register_input_container > input {
	padding-right: 25px;
}

/* extra explicit for IE7 */
.elgg-icon.profile_manager_validate_icon {
	margin-left: -22px;
    margin-top: 8px;
    position: absolute;
    display: none;
}

.elgg-icon.profile_manager_validate_icon_loading {
	background-image: url(http://musicpromix.com/network/mod/profile_manager/graphics/loading.gif);
	display: inline-block;
	
}
.elgg-icon.profile_manager_validate_icon_valid {
	background-position: 0 -126px;
	display: inline-block;
}

.elgg-icon.profile_manager_validate_icon_invalid {
	background-position: 0 -252px;
	display: inline-block;
}

/* registration field */
#profile_manager_register_left {
	float: left;
	width: 450px;
}

#profile_manager_register_right {
	float: right;
	width: 450px;
}

#profile_manager_register_right > fieldset {
	margin-top: 10px;
}

/* registration form mandatory fields */

.profile_manager_register_missing {
	border: 1px solid red !important;
}

/* Account Username Change */
.profile-manager-account-change-username.elgg-state-active {
	display: none;
}

#profile_manager_username {
	position: relative;
}

.elgg-icon-profile-manager-loading,
.elgg-icon-profile-manager-valid,
.elgg-icon-profile-manager-invalid {
	position: absolute;
	right: 5px;
	top: 8px;
	display: none;
}

.elgg-icon-profile-manager-loading {
	background-image: url(http://musicpromix.com/network/mod/profile_manager/graphics/loading.gif);
}

.elgg-icon-profile-manager-valid {
	background-position: 0 -126px;
}

.elgg-icon-profile-manager-invalid {

	background-position: 0 -252px;
}

/* End Account Username Change *//* simplecommerce Plugin */
/* force tinymce input height for a more useful editing / simplecommerce creation area */
form#simplecommerce-post-edit #description_parent #description_ifr {
	height:400px !important;
}