
#item_podcast a {
	display: block;
	position: absolute;
	margin: -2.5em 0 0 5em;
	width: 100px;
	height: 20px;
}


#item_form .top {
    margin-top: 1em;
    background: #111;
    padding: 1em 2em;
    margin-bottom: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 1.1em;
}
#item_form .top p {
    margin-top: 1em;
    margin-bottom: .5em;
}
#item_form .top p br {
	display: block;
}
#item_form .top.error {
    background: #d5267e;
    font-weight: bold;
    }
#item_form .top ul {
    margin: 0;
}
#item_form .top li {
    margin: 0;
    margin-left: 4em;
}

#item_form .frm-group {
    background: #0a0a0a;
    margin-bottom: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 1em 2em 1em 2em;
    }
#item_form .group1 {
    padding: 2em 2em 1em 2em;
    padding-bottom: 4em;
} 
#item_form .group3 {
    background:#000;
}

#item_form .text input {
	width: 44em;
	margin: 0;
}

#item_form textarea {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: none;
    font-size: 1.2em;
    padding: 1em;
    margin: 0 0 1em 0;
	width: 97%;
	min-width: 48em;
}

#popular_tags_form {
	padding: .5em;
}
#popular_tags_form span {
	display: block;
	float: left;
	padding: .4em  1em .5em 0;
}
#popular_tags_form a {
	display: block;
	float: left;
	color:#FFF;
	background: #333;
	padding: .3em 1em;
    border-radius: 2px;
	margin-top: 1px;
	margin-right: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: uppercase;
}

#popular_tags_form a:hover{
	background: #00bffd;
	}
	
#item_form .switch_file_url {
	position: absolute;
	margin-top: 6.2em;
	margin-left: 11em;
}

#licenses {
    margin-top: 1em;
    margin-bottom: 1em;
    
	width: 100%;
	min-width: 48em;
}
#licenses .license {
    display:block;
    float: left;
    height: 21.5em;
    max-width: 24.8%;
    padding: 0;
    margin-right:1px;
    margin-bottom:1px;
    background: #111;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 1.1em;
    cursor:pointer;
    
    
}
#licenses .license input {
    display: none;
    width: 0;
    height: 0;
}
#licenses .license:hover {
    background: #222;
}

#licenses .license.selected {
    color:#FFF;
    border:none;
    background:#00bffd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor:pointer;
    }
    
#licenses .license label span b {
    font-size: 1.2em;
    }
#licenses .license label br {
    display: block;
    margin-bottom: 1em;
}
#licenses .license label span {
    font-size: .9em;
    display: block;
    cursor:pointer;
    text-align: center;
    padding: 1em;
}
#licenses .license label {
    cursor:pointer;
    text-align: center;
    }

#licenses a {
    color: #fff;
}
#item_form .sf-set .checkbox label {
    display:block;
    margin-left: 2.5em;
}
#item_form .sf-set .checkbox label span {
    display:block;
    position:relative;
    margin-top: -1.7em;
    font-size: 1.1em;
    font-weight: bold;
    width: 100%;
}

#item_form .checkbox {
    background:#111;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 1em;
    margin-bottom:1px;
    margin-right: .8em;
    }
#item_form .checkbox:hover {
}

#item_form span.submit input, #item_form span.cancel input {
    background: #d5267e;
    border: none;
    text-transform:uppercase;
    text-decoration:none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding:.5em 3em .5em 3em;
    margin: 0;;
    color: #fff;
    font-family:sans-serif;
    font-size:10px;
    font-weight:bold;
    cursor:pointer;
    }
#item_form span.submit input:hover {
    color: #d5267e;
    background: #fff;
}
#item_form span.cancel input {
    background: #999;
    }
#item_form span.cancel input:hover {
    background: #fff;
    color: #999;
    }

#fileStatus {
	position: absolute;
    font-size: 1.1em;
    font-weight: bold;
    padding: .5em;
    color: #fff;
    z-index:10;
}

#upload_completed {
    display: block;
    position: absolute;
    width: 96%;
    padding-top: 4em;
    padding-bottom: 4em;
    margin-top: -1em;
    background: #000;
    text-align: center;
    z-index: 1000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #00bffd;
    border: 2px solid #00bffd;
    font-size: 1.1em;
}

#form-waitsubmit {
    background: #00bffd;
    color: #FFF;
    padding: 2em;
    font-size:1.2em;
    font-weight: bold;
    border: 1px solid #00bffd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}


#fsUploadProgress {
    height: 50px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: 1em;
    background: #00bffd;
    margin-right: .7em;
    padding: 0;
    overflow:none;
}

#spanButton {
    margin-top:-2em;
    height: 41px;
    overflow:hidden;
    position:absolute;
    z-index: 0;
}

#item_form .progressWrapper {
}

#item_form .progressContainer {
    border: none;
    overflow: hidden;
}
/* Message */
#item_form .message {
    margin: 1em 0;
    padding: 10px 20px;
    border: none;
    background: transparent;
    overflow: hidden;
    z-index: 10;
}
/* Error */
#item_form .red {
    border: none;
    background: transparent;
    z-index: 10;
}

/* Current */
#item_form .green {
    border: none;
    z-index: 10;
    padding-bottom: .2em;
}

/* Complete */
#item_form .blue {
    border: none;
    background: transparent;
    z-index: 10;
}

#item_form .progressName {
    position:absolute;
    font-size: 8pt;
    font-weight: 700;
    color: #fff;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    padding-top: .5em;
    padding-left: 1em;
    z-index: 10;
}

#item_form .progressBarInProgress,
#item_form .progressBarComplete,
#item_form .progressBarError {
    display: block;
    font-size: 1em;
    height: 49px;
    background:#00c6ff url('/forums/style/Trashbaby/images/progressbar.gif');
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 1;
    padding:0;
}

#item_form .progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
    z-index: 10;
}

#item_form .progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
    z-index: 10;
}

#item_form .progressBarStatus {
	position:absolute;
	margin-top:1.5em;
    color: #fff;;
    z-index: 10;
    padding-left: 1em;
    color:#fff;
    font-weight: bold;
}

#item_form a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    float: right;
    z-index: 10;
}

#item_form a.progressCancel:hover {
    background-position: 0px 0px;
    z-index: 10;
}


/* -- SWFUpload Object Styles ------------------------------- */
#item_form .swfupload {
    margin-top:1.7em;
    z-index: 10;
}



#list {
	min-height:84em;
}

#item_list_nothing {
	padding-top: 2em;
}

#item_list_loading_container {
    padding-top: 20em;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 1000;
}
#list .list_loading {
    display: inline;
    font-size: 1em;
    text-align: center;
    background:#00c6ff url('/forums/style/Trashbaby/images/progressbar.gif');
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 1;
	padding:.5em 8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 200px;
}

#item_list_set {
	margin-right: 2.4em;
}

#list .selected {
	border:0;
    background:#222;
}
#list .loader {
    background:#00c6ff url('/forums/style/Trashbaby/images/progressbar.gif');
}
#list .highlight {
    background:#00c6ff url('/forums/style/Trashbaby/images/progressbar.gif');
}
#list .main-content .main-item p {
    padding-top: 1.2em;
    color: #FFF;
    }

#ajax_player {
}

#item_list_options {
	right: 0;
	display: block;
	color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
}

#item_list_options div {
	display: block;
	float: left;
	border-right:1px dotted #111;
	margin-right:1em;
	background: #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0 1em 1em 0;
}

#list_search #item_list_option_submit.button {
	margin-left: -1.5em;
	padding: .4em 1em .3em 1em;
	background:#00bffd;
	font-size: .9em;
	letter-spacing: -.1em;
}
#list_search #item_list_option_submit.button:hover {
	background:#fff;
}

#list ul.selectReplacement {
	margin: 0;
	padding: 0;
	height: 1.65em;
	font-weight: bold;
	font-size: .9em;
	margin-top: .2em;
	text-transform: uppercase;
}
#list ul.selectReplacement li {
	position: relative;
	background: #222;
	cursor: pointer;
	display: none;
	line-height: 1.8em;
	list-style: none;
	margin: 0;
	z-index: 101;
	padding: .1em 1em 0 1em;
}
#list ul.selectReplacement li:hover {
	background: #00bffd;
}
#list ul.selectOpen li {
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: .1em 1em;
	font-size: 1em;
}

#list ul.selectReplacement li.selected {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: block;
}
#list ul.selectOpen li.selected {
  background: #FFF;
  color: #c6076c;
  display: block;
}
#list ul.selectOpen li:hover,
#list ul.selectOpen li.hover,
#list ul.selectOpen li.selected:hover {
  background: #ffffff;
  color: #000;
  
}

#list #list_file_type ul.selectReplacement {
	width: 4em;
}
#list #list_addional_options ul.selectReplacement {
	width: 22em;
}
#item_list_options #list_tags {
	clear: both;
	display: block;
	float: none;
	margin-left: 1px;
	height: 2em;
	color: #FFF;
	background: #000;
}

#item_list_options input, 
#item_list_options select {
	border: none;
	background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: .2em 2em 0 0;
    padding: .3em 1em .2em 1em;
    width: 12em;
    
}
#item_list_options span {
    display: block;
    font-size: .9em;
}

#item_list_ajax_extras {
	margin: 0 0 1em 0;
}

#list_mark_read {
	position: absolute;
	right: 0;
	margin-top: 9em;
}






#list .main-item .item-subject a {
    color: #00bffd;
}
#list .main-item.selected .item-subject a {
    color: #fff;
	}
	
#list .main-content .main-item .icon {
	position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: auto;
    padding: .1em .5em .1em .5em;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
    margin: 0 .5em 0 0;
    line-height: 1.5em;
    
    }
#list .main-content .main-item .icon.new {
    background:#00c6ff;
    color: #fff;
	} 
#list .main-content .main-item .icon.file {
    color: #fff;
	} 
	
#list .main-content .item-subject {
	position: absolute;
    padding-right: 41em;
    padding-left: .5em;
    margin-left:-4em;
    }
#list .main-content .item-subject a {
	padding-left: 6.6em;
}

#list .main-content .main-item p {
	padding-left: 3.6em;
    }
#list .item-summary .info-replies {
    left: 967.5em;
    }
#list .item-summary .info-views {
    left: 973em;
    }
#list .item-summary .info-lastpost {
    left: 979em;
    }
#list  .main-content .main-item li {
    padding-top: .5em;
    padding-bottom: 10em;
    color: #fff;
    }

#list ul.item-info li.info-lastpost strong {
	padding-left: .7em;
}
#list .main-subhead .subject-title a,
#list .main-subhead .subject-rating a,
#list .main-subhead .info-views a,
#list .main-subhead .info-lastpost a,
#list .item-summary .info-replies a {
	background: #000;
	color: #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: .5em .5em;
    padding-left: 1px;
}
#list .main-subhead .subject-title a:hover,
#list .main-subhead .subject-rating a:hover,
#list .main-subhead .info-views a:hover,
#list .main-subhead .info-lastpost a:hover,
#list .item-summary .info-replies a:hover {
	background: #00bffd;
	color: #FFF;
} 
#list .item-summary {
    height:3em;
    padding: 0;
    position: relative;
    font-size: 1em;
    text-align: left;
    }
#list .main-subhead .subject-title {
	display: block;
    text-align: left;
    padding-left: 0;
    margin-left: 4.5em;
}







#list_search #item_list_search_close.button {
	display: block;
	position: absolute;
	line-height: .5em;
	padding: .5em;
	left: 12em;
	margin: .3em;
	text-transform: lowercase;
	background: #999;
}
#list_search #item_list_search_close.button:hover {
	color: #fff;
	background: #d5267e;
}

#submit_new {
	position: absolute;
	right: 0;
	top: 6em;
	background: #d5267e;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    padding:3px 15px 4px 15px;
    font-family:sans-serif;
    font-weight:bold;
}
#submit_new:hover{
	background: #FFF;
	color: #000;
	
}
#item_container {
	}

#item {
	
}
#item_content {
	padding: 2em 2em 2em 2em;
	background: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


#item:hover {
}
#item #item_content.preview {
	padding: 1em;
	margin: 1px 1.4em 1em 0;
	height: 3em;
	border:none;
	background: #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom: 1px solid #111;
}

#item #item_content.preview #item_info {
	position: relative;
	padding:0;
}

#item .preview #description {
	float: left;
	height: 3em;
	padding-left: 1em;
	overflow: hidden;
	max-width: 40em;
}

#list #item .preview #description {
	display: none;
}

#list #item #item_content.preview {
	border: none;
	margin: 1px 1.4em 0 0;
}

#item .preview #item_play_options {
	float: left;
	padding: 0;
	margin: 0;
	height: 3em;
}
#item .preview #item_play_options li {
	margin: 0 1em 0 0;
	padding: 0;
}

#list .button,
#item .button {
	background: #222;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background:#191919;
    text-transform:uppercase;
    text-decoration:none;
    
    color:#fff;
    padding:6px 15px 6px 15px;
    font-family:sans-serif;
    font-weight:bold;
}

#list .button:hover,
#item .button:hover {
	background: #fff;
	color: #222;
}
#item_player {
}
#item_close {
	float: right;
}
#item p {
	margin: 1em 0 1em 0;
	color: #ddd;
	line-height: 1.4em;
}
#item_play_options .button {
	display: block;
	text-align: center;
	background: #00bffd;
	color: #FFF;
	padding: 12px 2em 0 2em;
    border-radius: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 4px;
	line-height: 0;
	height: 12px;
} 

#item_play_options embed {
	margin-bottom: 5px;
}

#item_play_options .button.waiting {
    background:#00c6ff url('/forums/style/Trashbaby/images/progressbar.gif');
}

#item .button:hover {
	color: #000;
	background: #FFF;
}

#bookmark .button {
	margin-left: 0;
	color: #FFF;
	background: #222;
	
	}
#bookmark .button:hover {
	color: #000;
	background: #FFF;
	}
#featured .button {
	margin-left: 0;
	color: #FFF;
	background: #d5267e;
	
	}
#featured .button:hover {
	color: #000;
	background: #FFF;
	}
#item_content_block h3,
#item h3 {
	display: inline;
	font-size: 2em;
	font-weight: bold;
	color: #00bffd;
	margin: 0 0 0 0;
	
	}
#item_content_block h3 {
	font-size: 1.6em;
}

#item .edit {
	color: #00bffd;
}
#item br {
	display: block;
}
#item_user {
	display: block;
	margin-bottom: 2em;
}

#item_main_content {
	background: #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2em 1em 1em 1em;
}

#item_content_block  a {
	color: #777;
}
.item_user_info,
#item_user_info {
	position: relative;
	width: 8em;
	float: left;
	margin-right: 1.4em;
	height: 10em;
    z-index: 10;
}
.item_user_info .private-message ,
#item_user_info .private-message {
	 display: block;
    background:#00bffd;
    color:#fff;
    padding:.2em 0 .3em 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 60px;
    text-align: center;
    line-height: 1em;
    margin-top: 1px;
}

.item_user_info .private-message:hover,
#item_user_info .private-message:hover {
    background:#fff;
    color:#00bffd;
}
#item_info {
	position: relative;
	padding-left: 9.9em;
}


#item_content_block {
	
	
}

#item_info p {
	font-size: 1.2em;
	margin: 1em 0 1em 0;
}

#item_info #edit {
    color:#00bffd;

}

#item_play_options {
	margin-top: 1em;
	margin-left: 0;
}
#item_tags {
	margin: 1em;
}
#item_tags h4 {
	float: left;
	font-weight: bold;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-top: 1em;
}
#item_tags a.button {
	display: block;
	float: left;
	background: #111;
	color: #fff;
	margin-left: .5em;
	padding: .5em 2em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-bottom: .5em;
    margin-top: .5em;
}
#item_tags a.button:hover {
	color: #FFF;
	background: #222;
}
#item_play_options ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#item_play_options li {
	float: left;
	margin-top: 1em;
	margin-right: 1em;
}

#item_license p {
	clear: both;
	color: #555;
	margin-top: 1em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 1.1em;
}




#item_user_options ul {
	list-style: none;
	position: absolute;
	right: 2em;
}
#item_user_options li {
	float: right;
}

#constructive_criticism p{
	clear: both;
	margin: 1em 0 1em 0;
	padding: 1em 2em 1em 2em;
	background: #CCC;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size:1.2em;
    font-weight: bold;
	color: #222;
}
#item_comments {
	margin-top: 5em;
}

#item_comments .comment {
	display: block;
	clear: both;
}

#item_comments .comment .item_user_info {
	padding: 0;
	height: 6em;
	margin: 0;
}

#item_comments .comment_date {
	position: absolute;
	right: 4em;
	font-size: .85em;
	font-weight: bold;
	color: #FFF;
	margin-top:-1.5em;
}
#item_comments .comment .remove {
	position: absolute;
	display: block;
	color: #00bffd;
	font-size: .9em;
	right: 3.8em;
	margin-top: -.3em;
}

    
#item_comments .comment .item_user_comment_body  {
    background:url(/forums/style/Trashbaby/images/talkblock_normal.png) no-repeat 0px 20px;
    margin: 0 0 0 80px;
    padding: 0 0 0 15px;
}
#item_comments .comment .item_user_comment_body:hover {
    background:url(/forums/style/Trashbaby/images/talkblock_hover.png) no-repeat 0px 20px;
}

#item_comments .comment .item_user_comment_body:hover .item_user_comment {
    background:#141414;
}

#item_comments .comment .item_user_comment {
    background:#111111;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 0 0 3em 0;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 2em 2em 1em 2em;
	min-height: 5em;
	
}

#item_comments .comment h4 a{
	display: block;
	color:#00bffd;
	font-size: 1.1em;
	padding-top: .5em;
	padding-bottom: .2em;
	overflow: hidden;
}

#item_comment {
	clear:both;
	margin: 1em 0 1em 0;
	padding: 1em 4em 1em 2em;
	background: #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size:1.2em;
}
#item_comment p {
	color: #ccc;
	font-size: .9em;
	font-weight: bold;
}
#item_comment textarea{
    font-size:1em;
    padding: .5em 1em;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 90%;
    height: 8em;
    background: #f0f0f0;
}
.item_user_comment p {
	padding-right: 11em;
	overflow: hidden;
}
#item_comment_accept,
#item_comment_error {
	clear:both;
	color:#fff;
	background: #c6076c;
	font-weight: bold;
	padding: 1em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
#item_comment_accept {
	clear:both;
    background:#00bffd;
}
#item_comment input {
	display: block;
    background: #c6076c;
    border: none;
    text-transform:uppercase;
    text-decoration:none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding:.3em 2em .4em 2em;
    margin: 0;;
    color: #fff;
    font-family:sans-serif;
    font-size:10px;
    font-weight:bold;
    cursor:pointer;
}

#item_comment_sending {
	clear:both;
    background:#00c6ff url('/forums/style/Trashbaby/images/progressbar.gif');
    padding: 2em;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#item_comments .comment_removed {
	clear:both;
    display: block;
    padding: 1em 2em;
    font-weight:bold;
    font-size:1.2em;
}


#item_send_comment p {
	clear: both;
}

#navigate {
	position: absolute;
	width: 100%;
}
.nav_button {
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	padding: 12px 0 0 0;
    border-radius: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 4px;
	margin-left:-1em;
	line-height: 0;
	height: 12px;
	width: 12em;
	margin-left:1em;
	float: right;
	background-color: #222;
}
.nav_button:hover {
    background:#00c6ff;
}


#profile h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#profile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#profile li {
	margin: 0;
	padding: 0;
}

#profile .contact {
    display: block;
    background:#00bffd;
    color:#fff;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width:60px;
    padding: 0;
    font-size:9px;
    padding: .3em 0 .3em 0;
    line-height: 1em;
    margin-top: 1px;
    text-transform: uppercase;
}
#profile .contact:hover {
	background: #fff;
	color: #00bffd;
}

#profile #item_user_music {
	clear: both;
	margin-top: 1em;
	margin-left: 90px;
}
#profile #item_user_music #item_podcast {
	display: none;
}

#profile #item_user_posts a {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #222;
    margin: 1px 1em 0 0;
    padding: 3px 20px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    color:#fff;
}

#profile #item_user_posts {
	margin-top: 1em;
	margin-left: 90px;
	height: 2em;
	padding: 1em 0;
	
}

#profile #item_user_posts a:hover {
    color:#000;
    background: #fff;
}
#profile .main-menu {
	margin-bottom: 4em;
}
#profile .main-menu a {
	width: 100px;
	color: #fff;
}
#profile #item_main_content {
	padding-top: 0;
	padding-left: 0;
	min-height: 300px;
}
#profile #item_user_description {
	font-size: 1.2em;
	margin-left: 90px;
	line-height: 1.4em;
	overflow: none;

	padding: 0;
}
#profile #submit_new {
    display:none;
}