#compose {
	width:580px;
	float:left;
	margin:20px 25px 20px 0px;
}
#compose-prompt-post,
#compose-prompt-link,
#compose-prompt-photo,
#compose-prompt-video,
#compose-prompt-audio {
    position: absolute;
    background-image:url("../images/add-a-post.gif");
    left: 0;
    top: -35px;
    font-size: 1.5em;
    display: none;
    color:#ffffff;
    font-size:22px;
    height:17px;
	text-indent:-99999px;
	width:286px;
	background-repeat:no-repeat;

}
#compose label {
    color: #fff;
    clear: both;
    margin: 2px 0;
}
#compose-inner {
    background-color: #efefef;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    text-align: center;
    background:none repeat scroll 0 0 #444444;
}
#compose h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    border: none;
    margin: 0 0 10px;
    color: #111;
    border-bottom: 1px solid #ddd;
}
#form-compose {
    position: relative;
    padding-top: 45px;
}
#compose-userpic {
    border: 1px solid #ddd;
    padding: 2px;
    width: 50px;
    height: 50px;
    background: #fff;
    float: left;
    margin-right: 10px;
    position: relative;
}
#entry-fields {
    text-align: left;
    position: relative;
    overflow:visible!IMPORTANT;
}
#field-file label,
#field-file em,
#field-url label,
#field-url em {
    display: none;
}
#form-compose .post #compose-prompt-post,
#form-compose .audio #field-file #label-audio,
#form-compose .audio #field-file #hint-audio,
#form-compose .audio #compose-prompt-audio,
#form-compose .photo #field-file #label-photo,
#form-compose .photo #field-file #hint-photo,
#form-compose .photo #compose-prompt-photo,
#form-compose .video #field-url #label-video,
#form-compose .video #field-url #hint-video,
#form-compose .video #compose-prompt-video,
#form-compose .link #field-url #label-link,
#form-compose .link #field-url #hint-link,
#form-compose .link #compose-prompt-link {
    display: block !important;
}
#friends {
    float: left;
    margin-top: 10px;
    width: 280px;
}
#entry-fields .field {
    margin-bottom: 10px;
    font-size: 13px;
    color: #aaa;
}
#entry-fields-optional {
    display: none;
}
#form-compose .submit-wrapper {
    margin-top: 10px;
}
#form-compose .submit-wrapper input {
    font-size: 13px;
}
#form-compose .more-options,
#form-compose .live-preview {
    float: right;
    display: block;
    font-size: 11px;
    line-height: 22px;
    padding-left: 10px;
    text-decoration: none;
}

#form-compose .fi {
    width: 100%;
}
#form-compose .ta {
    height: 90px;
}
#form-compose label {
}
#form-compose #field-title input {
    font-size: 20px;
}

/* Entry-type sprites, for the Add-A-Post Area */
/* There is a psd in images to easily customize the sprites */

#entry-types {
    position: absolute;
    top: 0;
    right: 360px;
    z-index: 10;
    list-style:none outside none;
}
#entry-types li {
    float: left;
}
#entry-types li a {
	background-image:url("../images/post-types-pink.gif");
}
#entry-types li a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 -65px;
    margin: 0px 1px 0 0;
}
#entry-types li a .hint {
    position: absolute;
    font-size: 11px;
    padding: 3px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #dcdcdc;
    color: #444;
    text-indent: 0;
    width: 42px;
    top: 38px;
    margin-left: -5px;
    text-align: center;
    line-height: 1.5em;
    display: none;
}
#entry-types li a .hint .tip {
    height: 3px;
    width: 5px;
    position: absolute;
    top: -3px;
    left: 18px;
}
#entry-types li a:hover .hint {
    display: block;
}

#entry-types #entry-post a { background-position: 0 -65px }
#entry-types .active#entry-post a,
#entry-types .active#entry-post a:hover { background-position: 0 0 }
#entry-types #entry-post a:hover { background-position: 0 -33px }

#entry-types #entry-photo a { background-position: -33px -65px }
#entry-types .active#entry-photo a,
#entry-types .active#entry-photo a:hover { background-position: -33px 0 }
#entry-types #entry-photo a:hover { background-position: -33px -33px }

#entry-types #entry-link a { background-position: -66px -65px }
#entry-types .active#entry-link a,
#entry-types .active#entry-link a:hover { background-position: -66px 0 }
#entry-types #entry-link a:hover { background-position: -66px -33px }

#entry-types #entry-video a { background-position: -132px -65px }
#entry-types .active#entry-video a,
#entry-types .active#entry-video a:hover { background-position: -132px 0 }
#entry-types #entry-video a:hover { background-position: -132px -33px }

#entry-types #entry-audio a { background-position: -99px -65px }
#entry-types .active#entry-audio a:hover,
#entry-types .active#entry-audio a { background-position: -99px 0 }
#entry-types #entry-audio a:hover { background-position: -99px -33px }

#friends {
    float: left;
    margin-top: 10px;
    width: 280px;
}
#user-compose-friends {
	background:#333;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-top:1px solid #444;
    color:#FFF !important;
    margin-bottom:0 !important;
    overflow:hidden;
    padding:10px 20px 22px 20px;
    width:942px;
}
#user-compose-friends-inner, #compose-inner {
background:none repeat scroll 0 0 #444444;
border:0 none;
-moz-border-radius:4px 4px 4px 4px;
margin:10px 0 0 0px;
float:left;
width:922px
}

#user-compose-friends-inner {
	width:940px;
}

#compose-inner {
	background-color:transparent;
}

#featured-member-compose #compose-inner {
	background-color:#444444;
	width:902px;
}

.ta {
	max-width:550px;
	width:550px;
	height:90px;
	color:#444444 !important;
	font-size:16px !important;
	font-size: 13px;
    background: #fff;
    border:1px solid #aaa;
    padding:2px 4px;
}

#compose-userpic {
background:none repeat scroll 0 0 transparent;
border:1px solid #666666;
float:left;
height:50px;
margin-right:10px;
padding:2px;
position:relative;
width:50px;
}

#compose-userpic a {
	border:0px;
}

#user-username  {
color:#FFF;
}

#user-username {
font-size:large;
line-height:1.5em;
overflow:hidden;
}

.widget-following, .widget-followers {
border-top:1px solid #DDDDDD;
clear:both;
margin-top:10px;
padding-top:5px;
border-color:#555555;
display:block;
float:left;
width:260px;
}

#friends .summary {
float:left;
width:65px;
}
.pkg {
	display:block;
}

#user-data {
	line-height:1px;
}

.submit-wrapper button {
-moz-border-radius:3px 3px 3px 3px;
background:url("../images/post-bg.gif") repeat-x scroll left center #FFF;
border-color:#CCCCCC;
color:#1E1E1E;
cursor:pointer;
font-size:11px;
font-weight:bold;
height:28px;
text-transform:uppercase;
width:100px;
}

#friends .summary .label {
display:block;
}
.widget-following .label, .widget-followers .label {
color:#999999 ;
font-size:10px;
line-height:13px;
}

#friends .summary .count {
display:block;
font-size:20px;
line-height:22px;
font-family:"Helvetica Neue",Helvetica,Arial,Verdana;
font-weight:bold;
}

.widget-following .count, .widget-followers .count {
color:#FFF;
}

#compose-prompt-post {
background-position:0 0;
}
#compose-prompt-link {
background-position:0 -17px;
}
#compose-prompt-video {
background-position:0 -34px;
}
#compose-prompt-audio {
background-position:0 -68px;
}

#form-compose .ti, #form-compose .ta {
max-width:550px;
width:550px;
padding:2px 4px;
}
#form-compose  {
padding-top:45px;
position:relative;
}

#entry-types {
	margin-top:0px;
}

#compose-inner {
	margin-top:0px;
}

br {
	clear:both;
}

#compose-prompt-photo {
	background-position:0px -34px;
}

#compose-prompt-video{
	background-position:0px -50px;
}