/* CSS RESET WOOT! */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

.header-with-line {
	background: url("/images/sprite-crushed.png") no-repeat scroll 0 -537px transparent;
	padding-top: 15px;
}

.header-with-line span.header, .header-with-line h2.header {
	color: #8B9191;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0px 1px;
    line-height: 18px;
    height: 18px;
}

.hidden {
    display: none;
}

html, body { min-height: 100%; margin-bottom: 1px; }

html, body {
	height: 100%;
}

a {
	border: 0;
	color: #3b9ce0;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	outline-style:none;
}

a:hover {
	text-decoration:underline;
}
a:active {
      color: #2473ab;
}
body {
    font-family: 'PT Sans', tahoma, verdana, sans-serif;
	background-color: #fff;
	color: #575757;
	font-size: 13px;
	line-height: 1.3em;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.autogrow-textarea {
    overflow: hidden;
}

#moe-was-here {
	width: 0px;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}

div#body {
	margin: 0 auto;
	text-align: center; 	
	height: 100%;
}

div#body div#main {
	width: 990px;
	text-align: left;
	margin: 0px auto;	
}

div#body > div#main {
	padding: 0px 10px;
}

.bold {
    font-weight: bold;
}

.unbold {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

input:focus, textarea:focus {
    outline-width:0;
}

textarea, input {
    resize: none;
}

.invisible {
	visibility: hidden !important;
}

.yfrog-close-button {
	background: url("/images/sprite-crushed.png") no-repeat scroll -643px -268px transparent;
	display: block;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	width: 19px;
}

.yfrog-grey-button {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	color: #afb8bb;
	font-size: 1.15em;
	padding: 5px 10px;
	display: block;
}
.yfrog-grey-button:hover {
    color: #909090;
    border-color: #c5c5c5;
}

.yfrog-grey-button.active, .yfrog-grey-button:active {
	background-color: #a1a1a1;
	color: #fff;
	-moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.25);
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.25);
    border-color: #fff;
}

.yfrog-grey-button:hover {
	text-decoration: none;
}

#menu-search-wrapper-big-daddy {
    height: 58px;
}

#menu-search-wrapper {
    width: 100%;
    height: 48px;
    background-color: #fff;
}

#menu-search-wrapper.fixed {
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    position: fixed;
    z-index: 999991;
    top: 0;
    height: 58px;
}

#menu-search {
	width: 990px;
	padding: 10px 0 0;
	height: 48px;
	position: relative;
	z-index: 90;
    margin: 0 auto;
}

#menu-search .menu-search-wrapper {
    position: absolute;
    right: 0;
    top: 10px;
}

#global-fb-parent {
    height: 21px;
    left: 165px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    width: 100px;
}

#menu-search .vertical-border {
    border-left: 1px solid #E9E9E9;
    float: left;
    height: 60px;
    margin-left: 10px;
    position: relative;
    top: -12px;
}

#menu-search .menu .vertical-border {
    float: right;
    margin-right: 10px;
}

#yfrog-old-button-logged-out {
    background: url("/images/go-to-old-yfrog.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    position: absolute;
    right: 160px;
    text-indent: -9999px;
    top: 14px;
    width: 200px;
}

#yfrog-old-button-logged-in {
    background: url("/images/go-to-old-yfrog.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 32px;
    text-indent: -9999px;
    width: 200px;
    margin-top: 3px;
}

#new-logo {
	background: url("/images/sprite-crushed.png") -291px 0px no-repeat;
	float: left;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 145px;
	height: 40px;
    position: relative;
    bottom: 3px;
    margin-left: 10px;
}

.search-box {
	float: left;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset;
	margin-top: 7px;
	width: 250px;
	background-color: #eee;
	height: 25px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.search-box.active {
	background-color: #fff !important;
}

.search-box .input {
	float: left;
	padding: 3px 0 0 7px;
}

.search-box a {
	display: block;
	float: right;
	background: url("/images/sprite-crushed.png") no-repeat scroll -186px -406px transparent;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.15) inset;
	box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.15) inset;
	-webkit-box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.15) inset;
	border-left: 1px solid #fff;
	height: 25px;
	text-indent: -9999px;
	width: 27px;
}

.search-box.active a {
	background: url("/images/sprite-crushed.png") no-repeat scroll -218px -405px #4eabee !important;
}

.search-box input {
	border: 0;
	width: 200px;
	background-color: #eee;
	color: #a0a1a2;
	font-style: italic;
}

.search-box.active input {
	background-color: #fff !important;
	font-style: normal !important;
	color: #666 !important;
}

.search-box a:hover {
	text-decoration: none;
}
.search-box.active  a#global-search-button:hover{
    background-color: #09f !important;
}
.search-box.active  a#global-search-button:active{
    background-color: #369 !important;
}
ul.menu {
    position: relative;
    z-index: 90;
    width: 425px;
    float: right;
    letter-spacing: .02em;
    margin-right: 10px;
}

ul.menu li {
	list-style-type: none;
}

ul.menu li a {
	font-size: 1.15em;
	overflow: hidden;
	display: block;
}

ul.menu li a:hover {
	text-decoration: none;
}

a.menu-button {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
}

a.menu-button:hover {
	background-color: #4dabee;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
a.menu-button:active {
	background-color: #2473ab;
}
.faded-text {
	color: #808080;
}

#explore-link {
	margin-top: 12px;
	float: left;
}

#user-link {
	margin-top: 13px;
	margin-right:5px;
	float: right;
	color: #AEAFAF;
	font-weight:bold;
}

#post-upload-link {
	float: left;
	margin: 12px 0 0 25px;
}

#arrow-link {
	float: right;
	margin-top: 5px;
}

#arrow-link a.logged {
	background: url("/images/sprite-crushed.png") no-repeat scroll -596px -289px transparent;
	text-indent: -9999px;
}

#arrow-link a.logged:hover, #arrow-link a.logged.active {
	background-position: -642px -289px !important;
	background-color: #4dabee !important;
}

#arrow-link a.logged.active {
	height: 23px;
	border-bottom: 0 !important;
	-moz-border-radius: 4px 4px 0px 0px !important;
	border-radius: 4px 4px 0px 0px !important;
	-webkit-border-radius: 4px 4px 0px 0px !important;
}

#signin-link {
    position: absolute;
    right: 0;
	margin-top: 5px;
	z-index: 1000;
}

#signin-link a.active {
	color: #fff;
    background-color: #4dabee;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	height: 23px;
	border-bottom: 0 !important;
	-moz-border-radius: 4px 4px 0px 0px !important;
	border-radius: 4px 4px 0px 0px !important;
	-webkit-border-radius: 4px 4px 0px 0px !important;
}

#login-email-error,
#login-password-error,
#login-random-error {
    font-size: 1.2em;
    font-width: bold;
    color: red;
    margin: 10px 0px;
}

#profile-link, #home-link {
	float: right;
	margin: 5px 10px 0 0;
}

#notifications-link {
    float: right;
    width: 38px;
    height: 38px;
    margin-top: 3px;
}

#notifications-link a {
    display: block;
    width: 37px;
    height: 30px;
    background: url('/images/sprite-crushed.png') no-repeat;
    text-align: center;
    color: #fff;
    padding-top: 8px;
    font-size: 0.95em;
}

#notifications-link a.nothing {
    background-position: 0 0;
}

#notifications-link a.full {
    background-position: -39px 0;
}

#notifications-link a.full:hover {
    background-position: -80px 0;
}

#notifications-link a.full:active {
    background-position: -120px 1px;
}

#notifications-summary {
    -moz-box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    position: absolute;
    right: 0;
    top: 50px;
    width: 275px;
    z-index: 999;
    display: none;
}

#notifications-summary div.nothing {
    padding: 10px;
}

#notifications-summary div.loading {
    padding: 5px 10px;
    color: #808080;
}

#notifications-summary .notification-result {
    padding: 5px;
    border-top: 1px solid #EFEFEF;
    cursor: pointer;
}

#notifications-summary .notification-result.new {
    background-color: #F2F9Fb;
}

#notifications-summary .notification-result:hover {
    background-color: #f2f9fb;
}

#notifications-summary .notification-result:first-child {
    border-top: 0 none;
}

#notifications-summary .avatar {
    float: left;
    width: 48px;
    height: 48px;
}

#notifications-summary .avatar img {
    width: 48px;
    height: 48px;
}

#notifications-summary .text {
    float: left;
    margin-left: 5px;
    width: 210px;
    color: #808080;
}

#notifications-summary .date {
    color: #A7A7A7;
    font-size: 0.9em;
}

#notifications-past {
    display: block;
    text-align: center;
    padding: 8px 0;
    border-top: 1px solid #EFEFEF;
}

#user-strip {
	position: absolute;
	left: 0px;
	background: url("/images/top-strip-bg.png") repeat-x 0 0 #e9ecec;
	width: 100%;
	height: 92px;
	padding-top: 15px;
	z-index: 10;
}

#user-strip .body {
	margin: 0 auto;
	text-align: center;
}

#user-strip .body .main {
	width: 990px;
	text-align: left;
	margin: 0px auto;
}

#user-strip .info {
	float: left;
}

.info .pic, .info .tweet-info {
	float: left;
}

.info .pic {
	width: 53px;
}

.info .pic img {
	width: 48px;
	height: 48px;
	border: 2px solid #ffffff;
}

#lp-content {
	margin-top: 95px;
}

.info .tweet-info {
	width: 540px;
	margin: 0px 0px 0px 8px;
    position: relative;
}

#the_tweet {
	overflow: hidden;
	width: 525px;
    min-height: 20px;
    line-height:1.55em;
}

.tweet-info .user {
	text-align: right;
	width: 100%;
}

ul.film-strip {
	float: left;
	border-left: 1px solid #d9e1e1;
	bottom: 4px;
	height: 62px;
	padding-left: 15px;
	position: relative;
}

ul.film-strip li {
	list-style-type: none;
	float: left;
}

.film-strip .prev a {
	background: url("/images/sprite-crushed.png") no-repeat scroll -503px -11px transparent;
	display: block;
	height: 20px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: 15px;
	width: 13px;
}

.film-strip .prev-image img , .film-strip .next-image img {
	/*border: 2px solid #9ebcc6;*/
}

.film-strip img {
    display:block;
    width: 84px;
    height: 60px;
    background: url('/images/loader_small.gif') no-repeat center center #fff;
}

.film-strip img {
	border: 2px solid #fff;
	box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
}

.film-strip .next a {
	background: url("/images/sprite-crushed.png") no-repeat scroll -450px -11px transparent;
	display: block;
	height: 20px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	top: 15px;
	width: 13px;
}

#page-content {
	margin-top: 15px;
}

#page-content .left-side {
	float: left;
	width: 645px;
}

#page-content .right-side {
	float: right;
	width: 310px;
}

.right-side .promo-area {
	padding: 3px;
	border: 1px solid #EDEDED;
	margin: 15px 0;
}

.promo-area .header, .promo-area div:first-child {
	font-size: 0.85em;
	color: #808080;
}

#action-share {
	position: absolute;
	z-index: 1000;
}

.drop-down-menu {
	position: absolute;
	padding: 8px 0px;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 4px 0px 4px 4px;
	border-radius: 4px 0px 4px 4px;
	-webkit-border-radius: 4px 0px 4px 4px;
	box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
	z-index: 1000;
	width: 200px;
	top: 40px;
	right: 1px;
	background-color: #fff;
	font-size: 0.9em;
}

.drop-down-menu a {
	display: block;
	height: 16px !important;
    margin: 0px 4px;
    padding: 4px 0px 4px 4px;
}

.drop-down-menu a:hover {
    background-color: #3b9ce0;
    color: #fff;
}

.drop-down-menu a.bordered {
	border-bottom: 1px solid #c4c4c4;
}

.drop-down-menu-signin {
	position: absolute;
	padding: 8px 0px;
	border: 1px solid #C4C4C4;
	-moz-border-radius: 4px 0px 4px 4px;
	border-radius: 4px 0px 4px 4px;
	-webkit-border-radius: 4px 0px 4px 4px;
	box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, 0.15);
	z-index: 2001;
	width: 230px;
	top: 46px;
	right: 1px;
	background-color: #fff;
	font-size: 0.9em;
	text-align: center;
}

.drop-down-menu-signin .container {
    width: 200px;
    margin: auto auto;
    border: 1px solid #ccca;
}

.drop-down-menu-signin .spacer {
    border-top: 1px solid #ccc;
    clear: both;
    width: 100%;
}

.drop-down-menu-signin .or-header {
    background-color: #FFFFFF;
    height: 8px;
    left: 101px;
    padding: 5px;
    position: relative;
    width: 12px;
    top: 5px;
}

.drop-down-menu-signin .signin-with-twitter, #login-popup-twitter {
    background: url("/images/sprite-crushed.png") no-repeat scroll -133px -166px transparent;
    width: 145px;
    height: 51px;
    margin: 15px auto;
    cursor: pointer;
}

.drop-down-menu-signin .signin-with-twitter:hover, #login-popup-twitter:hover {
    background-position: -133px -217px;
}

.drop-down-menu-signin .signin-with-twitter:active, #login-popup-twitter:active {
    background-position: -133px -268px;
}

.drop-down-menu-signin div.forgot {
    font-style: italic;
    padding-top: 5px;
}

.drop-down-menu-signin p {
    text-align: left;
}

.drop-down-menu-signin .forgot a,
.drop-down-menu-signin .forgot a:hover {
    display: inline;
    font-size: 1em;
    background-color: #fff;
}

.drop-down-menu-signin .input {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    margin: 2px 0 10px 0;
    padding: 3px 3px 3px 5px;
    width: 190px;
}

.drop-down-menu-signin .medium-button-wrapper {
    margin: auto;
    padding: 15px 0 2px;
    width: 88px;
}

#vertical-bar-signin {
    position: absolute;
    right: 68px;
}
#global-avatar {
    padding: 0 8px 10px;
}

#global-avatar img {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
}

#global-avatar a {
    display: block;
    float: left;
    font-weight: normal;
    font-size: 14px;
}

#global-avatar a:hover {
    background-color: #fff;
    color: #3B9CE0;
}

#footer {
	background: #5d5d5d url("/images/footer-bg.png") repeat-x;
	position: absolute;
	left: 0px;
	color: #fff;
	width: 100%;
	margin-top: 15px;
	/*padding-bottom: 15px;*/
    height: 225px;
}

#footer .flag {
    position: relative;
    top: 3px;
    float: left;
}

#footer .languages {
    margin-left: 10px;
    float: left;
}

#footer .flag {
    background: url('/images/flags-sprite.png') no-repeat;
    width: 20px;
    height: 18px;
    position: relative;
    top: 0px;
}

#footer .de {
    background-position: 0px 0px;
}

#footer .en {
    background-position: -35px 0px;
}

#footer .es {
    background-position: -69px 0px;
}

#footer .ru {
    background-position: 0px -22px;
}

#footer .fr {
    background-position: -36px -22px;
}

#footer .it {
    background-position: -69px -22px;
}

#footer .pl {
    background-position: -3px -43px;
}

#footer .pt {
    background-position: -35px -43px;
}

#footer .tr {
    background-position: -68px -43px;
}

#footer .es_MX {
    background: none;
}

#footer .body {
	margin: 0 auto;
	text-align: center;
}

#footer .body .main {
	width: 990px;
	text-align: left;
	margin: 0px auto;
}

#footer .top-area {
	margin-top: 25px;
}

#footer .left-side {
	float: left;
}

#footer .right-side {
	float: left;
	/*float: right;*/
	width: 725px;
}

#footer .icon {
	background: url("/images/sprite-crushed.png") no-repeat scroll 0 0 transparent;
	height: 25px;
	width: 130px;
    margin-bottom: 10px;
}

#footer .left-side .icon {
	background-position: 0 -257px;
}

#footer .right-side .icon {
	background-position: 0 -43px;
}

#footer .left-side a {
	display: block;
	color: #e1e1e1;
	background-color: #747474;
	padding: 4px 0 4px 7px;
	margin-left: 2px;
	margin-top: 2px;
	font-weight: normal;
	width: 170px;
}

#footer .left-side a:hover {
    text-decoration: none;
}

.boxed-area ul a {
	display: block;
	float: left;
	color: #e1e1e1;
	background-color: #747474;
	padding: 4px 0 4px 7px;
	margin-left: 2px;
	margin-top: 2px;
	font-weight: normal;
	width: 225px;
}

.boxed-area ul a:first-child {
	margin-left: 0px;
}

.boxed-area ul a:hover {
	text-decoration: none;
}

.boxed-area ul li {
	float: left;
	background-color: #747474;
	margin-left: 2px;
	padding: 2px 0px 2px 7px;
	width: 170px;
	margin-top: 2px;
	height: 19px;
	overflow: hidden;
}

.boxed-area select {
	font-size: 0.9em;
	width: 132px;
}

#footer .bottom-area {
	border-top: 1px solid #4a4a4a;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

#footer .first-row .name {
    color: #fff;
    display: block;
    float: left;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 28px;
    margin-top: 6px;
    padding-left: 7px;
    -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
    -ms-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
    -o-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
    width: 228px;
}

#footer .first-row .text {
    float: left;
    padding-left: 6px;
    width: 227px;
}

#footer .first-row .text > h3 {
    font-size: 14px;
    font-weight: bold;
}

#footer .first-row .text .content {
    margin-top: 10px;
}

#footer .first-row .social {
    float: left;
    margin-left: 3px;
}

#footer .first-row .social > h3 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 2px;
}

#footer .first-row .social > ul {
    margin: 5px 0;
}

#footer .first-row .social a.fb {
    background: url("/images/icon_facebook.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 32px;
    text-indent: -9999px;
    width: 32px;
}

#footer .first-row .social a.tw {
    background: url("/images/icon_twitter.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 32px;
    margin-left: 10px;
    text-indent: -9999px;
    width: 32px;
}

#footer .first-row .social a.yf {
    background: url("/images/yfrog_icon.png") no-repeat scroll 1px 1px #FFFFFF;
    border: 1px solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    display: block;
    float: left;
    height: 28px;
    margin-left: 10px;
    text-indent: -9999px;
    width: 28px;
}

.special-header {
	font-size: 1.3em;
	font-weight: bold;
	color: #A3ACAF;
	background: url("/images/sprite-crushed.png") no-repeat 0px -296px;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 18px;
	font-style: italic;
}

#not-logged-banner {
	background: url("/images/sprite-crushed.png") no-repeat scroll -515px -46px transparent;
    display: block;
    height: 57px;
    overflow: hidden;
    position: absolute;
    right: 105px;
    text-indent: -9999px;
    top: 0;
    width: 146px;
    z-index: 100;
}

#not-logged-banner:hover {
    background-position: -132px -320px;
    top: 5px;
}

#not-logged-banner:active {
    background-position: -277px -320px;
    top: 5px;
}

#upload-area {
	background-color: #efefef;
	padding: 10px;
	width: 970px;
	margin-bottom: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#upload-area .left-side {
	float: left;
	width: 655px;
}

#upload-area .right-side {
	float: right;
	width: 310px;
}

#upload-area .promo-area {
	border: 1px solid #C4C4C4;
}

.upload-menu {
	height: 30px;
}

.upload-menu span, .upload-menu a {
	list-style-type: none;
	float: left;
	display: block;
}

.upload-menu span.header {
	color: #666;
	font-size: 1.35em;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
}

#upload-wrapper {
	width: 602px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 20px;
}

.upload-menu a {
	padding: 5px 10px 0px;
	margin-left: 15px;
}

.upload-menu a:hover {
	text-decoration: none;
}

.upload-menu a.active {
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 100%;
	color: #333;
}

#computer-box .tweet-count {
	font-size: 1.2em;
	text-align: right;
	width: 590px;
}

.tweet-box textarea {
	width: 570px;
	border: 1px solid #c4c4c4;
	padding: 10px;
	overflow: auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
}

.site-links span {
	display: block;
	float: left;
	font-weight: bold;
	color: #808080;
	font-style: italic;
}

.site-links li {
	float: left;
	list-style-type: none;
	margin-left: 25px;
}

.site-links li input {
	position: relative;
	right: 3px;
	bottom: 1px;
}

.site-links {
	margin-top: 10px;
}

#upload-wrapper .prompt {
	font-size: 0.85em;
	margin-top: 2px;
}

/*
#upload-wrapper .button {
	margin: 10px 0px 10px 280px;
	width: 50px;
}
*/

.image-th {
	-moz-box-shadow: 2px 2px 4px #C9C9C9;
	box-shadow: 2px 2px 4px #C9C9C9;
	-webkit-box-shadow: 2px 2px 4px #C9C9C9;
	border: 1px solid #EDEDED;
	padding: 3px;
	background-color: #fff;
}

.image-th:hover {
	-moz-box-shadow: 2px 2px 4px #999999;
	box-shadow: 2px 2px 4px #999999;
	-webkit-box-shadow: 2px 2px 4px #999999;
}

.feed-area {
	margin-top: 25px;
}

/* YFrog popup start */

#yfrog-popup, #yfrog-popup-dupe {
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999999;
}

#yfrog-popup-wrapper, #yfrog-popup-wrapper-dupe {
	position: absolute;
	z-index: 2;
}

#yfrog-popup-close, #yfrog-popup-close-dupe {
	position: absolute;
	right: 15px;
	top: 15px;
    z-index: 5;
}

#yfrog-popup-close.shifted {
    right: 325px;
}

#yfrog-popup-main, #yfrog-popup-main-dupe {
	padding: 10px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.25);
	position: relative;
	/* height: 100%; */
}

#yfrog-popup-content, #yfrog-popup-content-dupe {
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	/* height: 100%; */
}

#yfrog-popup-content .main-title, #yfrog-popup-content-dupe .main-title {
    color: #6C6F71;
    font-size: 1.8em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 20px 0;
    text-align: center;
    letter-spacing: 1px;
}

#yfrog-popup-content .main-wrapper, #yfrog-popup-content-dupe .main-wrapper {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    padding: 5px 0 25px;
    background: url("/images/top-strip-bg.png") repeat-x scroll 0 0 #E9ECEC;
    position: relative;
}

#yfrog-popup-overlay, #yfrog-popup-overlay-dupe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	opacity: 0.7;
}

/* YFrog popup end */

/* YFrog status/upload area start */

#status-header {
	width: 100%;
	margin-bottom: 8px;
    position: relative;
}

#status-header h2, #status-header h3 {
	display: block;
	float: left;
	color: #7a848b;
	font-size: 1.25em;
	font-weight: bold;
    letter-spacing: .02em;
}

#status-header span.count {
	display: block;
	float: right;
	font-size: 1.5em;
	color: #c6d3dc;
}

#statusArea_flash, #globalArea_flash {
	padding: 10px 10px 0px;
}

#statusArea_flash .wrapper, #globalArea_flash .wrapper {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 3px 5px 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
	border: 1px solid #B9B9B9;
	height: 42px;
	overflow: hidden;
}

#statusArea_flash .textarea, #globalArea_flash .textarea {
	float: left;
}

#statusArea_flash textarea, #globalArea_flash textarea {
	border: 0;
	width: 535px;
	height: 57px;
	/*height: 55px;*/
	/*overflow-y: auto;*/
	padding: 3px;
	font-size: 1.05em;
	/*font-size: 1.1em;*/
	color: #5F5F5F;
	line-height: 1.4em;
    background: url('/images/textarea-upload-bg.png') no-repeat right 8px transparent;
}

#statusArea_flash textarea.no-bg , #globalArea_flash textarea.no-bg {
    background: none !important;
}

#statusArea_flash textarea.large, #globalArea_flash textarea.large {}

#statusArea_flash .upload-button, #globalArea_flash .upload-button {
	float: right;
	padding: 5px;
	width: 60px;
	height: 55px;
	border-left: 1px solid #EDEDED;
}

#statusArea_flash .upload-loading, #globalArea_flash .upload-loading {
	text-align: center;
	margin-top: 5px;
}

#yfrog-popup-content #status-header .count {
	margin-right: 25px;
}

#yfrog-popup-content #globalArea_flash .post-button {
	margin-bottom: 0px !important;
	padding-bottom: 10px;
}

.uploaded-images {
	padding-top: 10px;
	height: 0px;
}

#upload-input-count {
    color: #C6D3DC;
    font-size: 1.1em;
    margin-top: 5px;
    text-align: right;
}

.faded-out {
	opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


.disabled-button {
	opacity: 0.5;
    -moz-opacity: 0.5;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.uploaded-images .list-start {
	text-indent: -9999px;
	overflow: hidden;
	width: 0px;
	float: left;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 0px !important;
}

.uploaded-images li {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	height: 82px;
	width: 104px;
	list-style-type: none;
	position: relative;
}

.uploaded-images li a.close {
	position: absolute;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	left: -5px;
	top: -5px;
	width: 18px;
	height: 18px;
	background: url("/images/sprite-crushed.png") no-repeat scroll -643px -246px transparent;
	z-index: 10;
}

.uploaded-images img {
	max-width: 96px;
	max-height: 70px;
}

#statusArea_flash .post-button, #globalArea_flash .post-button {
	padding-bottom: 10px;
}

#statusArea_flash .post-button a, #globalArea_flash .post-button a {
	margin-left: 288px;
}

.upflash {
	text-align: center;
	position: relative;
	bottom: 2px;
}

.flash-uploader {
/*
	width: 60px;
	height: 35px;
*/
}

.like-count {
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #CACACA;
    color: #FFFFFF;
    padding: 0 5px;
    text-align: center;
}

.like-count-bg {
    background: url("/images/like-bubble-bg-v2.png") no-repeat scroll 0 50% transparent;
    /*background: url("/images/like-bubble-bg.png") no-repeat scroll 0 50% transparent;*/
    margin-left: 5px;
}

.upload-sites {
	color: #808080;
	margin-top: 8px;
	position: relative;
}

.upload-sites div {
	float: left;
	margin-left: 5px;
}

.upload-sites div:first-child {
	margin-left: 0px;
}

.upload-sites .title {
	font-size: 0.9em;
}

.upload-sites-status {
	position: absolute;
	background-color: #f0edbb;
	border: 1px solid #808080;
	padding: 4px 10px;
	z-index: 9999999;
	margin-left: 0;
	float: none;
	color: #333;
}

.upload-sites .site-twitter-status {
	left: 0;
	bottom: 20px;
}

.upload-sites .site-twitter {
	background: url("/images/sprite-crushed.png") no-repeat scroll -351px -296px #FFFFFF;
	text-indent: -9999px;
	width: 13px;
	height: 14px;
	cursor: pointer;
}

/* YFrog status/upload area end */

/* start Feed area stuff, comments */

#page-content .container {
	background: url("/images/home-feed-bg.png") repeat-x scroll 0 -10px transparent;
	width: 100%;
	min-height: 500px;
}

#page-content .nothing {
	font-size: 1.1em;
	padding: 10px;
}

.container .results {
	margin: 0px 10px 10px;
	padding-top: 25px;
}

.results .result {
	border-top: 1px solid #efefef;
	padding: 15px 0px 12px;
	clear: both;
}

.results .result:first-child {
	border-top: 0px;
	padding-top: 0px;
}

.result .image {
	float: left;
	width: 48px;
	height: 48px;
}

.result .image img {
	width: 48px;
	height: 48px;
}

.result .info {
	float: left;
	width: 577px;
	margin-left: 10px;
    position: relative;
}

.result .info .tweet {
    min-height: 18px;
    position: relative;
}

.result .info .comment-controls {
    margin-top: 3px;
}

.result .info .comment-share {
    float: left;
}

.result .info .delete-button {
	display: none;
	float: right;
}

.result:hover .info .delete-button {
    display: block;
}

.result:hover .thread-child .info .delete-button {
    display: none;
}

.thread-child .info .delete-button {
    position: absolute;
    right: -5px;
    top: 0;
    display: none;
}

.thread-child:hover .info .delete-button {
    display: block !important;
}

.result .info .delete-text, .thread-child .info .delete-text {
	color: #666;
	display: none;
	float: left;
	font-weight: bold;
	margin-right: 5px;
}

.result:hover .info .delete-button:hover .delete-text, .thread-child:hover .info .delete-button:hover .delete-text {
    display: block;
}

.result .info .yfrog-delete-button, .thread-child .info .yfrog-delete-button {
	float: right;
	position: relative;
	bottom: 1px;
}

.thread-child .info .thread-tweet {
	float: left;
	/*width: 380px;*/
    width: 460px;
    overflow: hidden;
}

.thread-child .info .thread-tweet.long {
    width: 460px;
}

.result .result-source {
	display: block;
	float: right;
	background: url('/images/sprite-crushed.png') no-repeat #fff;
	color: #A7A7A7;
	font-style: italic;
}

.result .source-1 {
	background-position: -331px -296px;
	padding-right: 17px;
}

.tweet .date, #thumbnail-overlay-content .left-side .date {
	position: relative;
	color: #a7a7a7;
	margin-left: 10px;
}

.info .tweet .user-link, .info .tweet .date {
	display: block;
	float: left;
}

.info .tweet .result-source-text {
	float: left;
	display: block;
	color: #A7A7A7;
	position: relative;
	margin-left: 5px;
}

.info .tweet .timeline-hide-user {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.info .tweet .timeline-hide-user a {
    float: right;
}

.info .tweet .timeline-hide-user span.label {
    color: #666666;
    display: none;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.results .result:hover .info .tweet .timeline-hide-user {
    display: block;
}

.results .result:hover .info .tweet .timeline-hide-user:hover span.label {
    display: block;
}

.info .tweet .result-source-text a {
	color: #a7a7a7;
	font-weight: normal;
}

.info .text-source {
}

.info .text {
	overflow: hidden;
	width: 97%;
	float: left;
    line-height: 1.55em;
}

.thread-child .info .user-link {
	display: inline;
	float: none;
}

.thread-child .info .text {
	/*width: auto;*/
	display: block;
	float: none;
    margin: 3px 0;
}

.info .text a {
	font-weight: normal;
}

.images {
	margin-top: 5px;
}

.images li {
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
	min-height: 100px;
}

.thread-child .images li {
    min-height: 48px;
}

.images img {
	padding: 3px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
}

img.plixi, img.twitpic, img.instagram {
    background: url('/images/loader_small.gif') no-repeat center center !important;
}

img.plixi {
    min-width: 79px !important;
    min-height: 79px !important;
    max-height: 90px !important;
    max-width: 125px !important;
}

img.twitpic {
    max-height: 90px !important;
    max-width: 125px !important;
    min-width: 90px !important;
    min-height: 90px !important;
}

img.instagram {
    max-height: 90px !important;
    max-width: 90px !important;
}

.tweet-info .user {
	text-align: left;
}

.thread .thread-child, .comment-box .thread-child {
	padding: 8px 10px 5px;
	border-top: 1px solid #DBDFDF;
}

.thread > .thread-child:first-child, .comment-box > .thread-child:first-child {
	border-top: 0 none;
}

.thread-child .info {
	width: 455px;
}

.thread-child .result {
	padding: 0px;
}

.thread-child .image {
	width: 28px;
	height: 28px;
	float: left;
}

.thread-child .image img {
	width: 28px;
	height: 28px;
}

span.thread-bg {
	background: url("/images/home-comments-bg.png") no-repeat scroll 12px 0 transparent;
	display: block;
	height: 9px;
	line-height: 9px;
	margin-top: 5px;
}

.thread {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f2f2f2;
	width: 515px;
}

.thread-child .text {
	margin-left: 5px;
}

.thread-child .date {
	border-left: 1px solid #D1D1D1;
    color: #A7A7A7;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

.result ul.controls {
	margin-top: 4px;
}

.result .controls a {
	display: block;
	float: left;
	font-weight: normal;
	border-left: 1px solid #e7e7e7;
	margin-left: 10px;
	padding-left: 10px;
}

.result .controls a:first-child {
	margin-left: 0px;
	border-left: 0 none;
}

.timeline-like {
    border-left: 1px solid #E7E7E7;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

.timeline-like a {
    font-weight: normal;
}

.liked-before-count {
    color: #a7a7a7;
    font-size: 0.9em;
    padding-left: 5px;
}

.thread-child .timeline-like {
    border-left: 1px solid #D1D1D1;
}

.thread-stats .comment-count {
	background: url("/images/comment-bg.png") no-repeat scroll 0 1px transparent;
	padding-left: 20px !important;
}

.thread-stats .comment-count a {
    font-weight: normal;
}

textarea.inactive {
	color: #c7c7c7;
}

.result .comment-box {
	background-color: #f2f2f2;
	width: 515px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.comment-box .wrapper div[id] {
	padding: 8px 8px 10px;
}

.comment-submit-button{
    margin: 0 auto;
    /*width: 94px;*/
    width: 68px;
}

.result .comment-box .input, .thread .input {
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	padding: 0 8px 4px;
	max-height: 58px;
	overflow: hidden;
    -moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
}

.timeline-input-count {
    color: #C6D3DC;
    font-size: 1.1em;
    margin-top: 5px;
    text-align: right;
}

.comment-box .input textarea, .thread .input textarea {
	background-color: transparent;
	border: 0;
	height: 18px;
	width: 420px;
	overflow: auto;
}

.comment-box .uploaded-images li, .thread .uploaded-images li {
	height: 70px;
	width: 78px;
}

.comment-box .uploaded-images img, .thread .uploaded-images img {
	width: 70px !important;
	max-height: 50px !important;
	max-width: none !important;
}

.comment-input {
	float: left;
	padding-top: 4px;
    padding-bottom: 2px;
}

.comment-upload-button {
	float: right;
	border-left: 1px solid #EDEDED;
	padding-top: 8px;
	height: 70px;
	text-align: center;
	width: 54px;
}

.comment-box .button, .thread .button {
	margin-top: 6px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.comment-box .button a, .thread .button a {
	float: right;
}

.thread .thread-comment-box {
	border-top: 1px solid #dbdfdf;
	margin-top: 2px;
	padding: 10px 8px;
}

.thread .thread-stats {
	padding: 8px 10px 5px;
	color: #A7A7A7;
}

.show-more-timeline-comments, .show-fewer-timeline-comments {
    -moz-box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, 0.1) inset;
    background-color: #E6E6E6;
    border-top: 1px solid #DBDFDF;
    display: block;
    font-size: 0.95em;
    padding: 8px 0;
    text-align: center;
}

.show-more-timeline-comments:hover, .show-fewer-timeline-comments:hover {
    text-decoration: none;
    background-color: #DCDCDC;
}

.show-more-timeline-comments:active, .show-fewer-timeline-comments:active {
    background-color: #cdcdcd;
    color: #fff;
}

.comment-box .thread-stats {
    border-bottom: 1px solid #DBDFDF;
    color: #808080;
    padding: 8px;
}

.thread .thread-stats li {
	list-style-type: none;
	float: left;
}

.thread .thread-stats span li {
    margin-left: 10px;
}

.faded-child {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#loading, .loading {
	margin: 15px 0 0 15px;
}

#loading span, .loading span {
	position: relative;
	bottom: 11px;
	left: 12px;
	font-weight: bold;
	color: #7A848B;
}

.older-posts {
	border-top: 1px solid #efefef;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
}

.older-posts img {
	position: relative;
	right: 3px;
	top: 3px;
}

/* end Feed area stuff, comments */

/* START HEADER */

#feed-tabs {
	font-weight: bold;
	padding: 10px 20px 0 11px;
	color: #7A848B;
}

#feed-tabs a {
	display: block;
	float: left;
	margin-left: 5px;
	position: relative;
	bottom: 4px;
    color: #C9C9C9;
}

#feed-tabs a#feed-options {
    bottom: 2px;
    color: #A7A7A7;
    float: right;
    font-weight: normal;
    margin: 0;
}

#feed-tabs a:hover {
	text-decoration: none;
}

#feed-tabs a#feed-options:hover {
    color: #3B9CE0;
}

#feed-tabs a.active {
	color: #7A848B;
}

#feed-tabs a:first-child {
	margin-left: 0px;
	padding-top: 4px;
}

#photos-feed, #videos-feed, #links-feed {
	height: 22px;
	text-indent: -9999px;
	width: 82px;
}

#photos-feed {
	background: url("/images/sprite-crushed.png") no-repeat scroll -410px -404px;
}

#photos-feed:hover {
	background-position: -410px -434px;
}

#photos-feed.active {
	background-position: -410px -464px !important;
}

#videos-feed {
	background: url("/images/sprite-crushed.png") no-repeat scroll -500px -404px;
}

#videos-feed:hover {
	background-position: -500px -434px;
}

#videos-feed.active {
	background-position: -500px -464px !important;
}

#links-feed {
	background: url("/images/sprite-crushed.png") no-repeat scroll -588px -404px;
}

#links-feed:hover {
	background-position: -588px -434px;
}

#links-feed.active {
	background-position: -588px -464px !important;
}

/* END HEADER */

/* Start yfrog thumbnail lightbox popup */

#thumbnail-overlay-content .comment-input {
	padding-top: 0px !important;
}

#thumbnail-overlay-content {
	/*height: 685px;*/
    height: 600px;
	overflow: hidden;
}

#thumbnail-overlay-content .left-side {
	float: left;
	width: 570px;
	padding: 10px 0 10px 40px;
}

#thumbnail-overlay-content .right-side {
	width: 300px;
	height: 560px;
	float: right;
	border-left: 2px solid #dfdfdf;
	background-color: #f2f2f2;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	padding: 40px 0 0 10px;
    overflow: hidden;
    position: relative;
}

#thumbnail-overlay-content .right-side .lightbox-promo-area {
    left: -8px;
    position: absolute;
    top: -3px;
    width: 310px;
    height: 260px;
}

#thumbnail-overlay-content .right-side .lightbox-promo-area > div {
    height: 255px;
    margin: 0 auto;
    width: 300px;
}

#thumbnail-overlay-content .right-side .lightbox-promo-area .promo-area {
    margin: 10px 0 0;
    width: 190px;
    border: 1px solid #DFDFDF;
}

#thumbnail-overlay-content .right-side .lightbox-promo-area iframe {
    border: 0 none;
    width: 310px;
    height: 260px;
    margin: 0;
    padding: 0;
}

#thumbnail-overlay-content .left-side .image {
	float: left;
	width: 48px;
	height: 48px;
}

#thumbnail-overlay-content .left-side .image img {
	width: 48px;
	height: 48px;
}

#thumbnail-overlay-content .left-side .info {
	float: left;
	margin-left: 10px;
	overflow: hidden;
	width: 500px;
    height: 70px;
    position: relative;
}

#thumbnail-overlay-content .left-side .info .text {
    float: none;
    line-height: 1.2em;
}

#thumbnail-overlay-content .left-side .controls {
    margin-top: 2px;
}

#thumbnail-overlay-content .left-side .controls a {
    font-weight: normal;
    display: block;
    float: left;
}

#thumbnail-overlay-content .left-side .controls > a {
    border-left: 1px solid #e7e7e7;
    margin-left: 10px;
}

#thumbnail-overlay-content .left-side .controls > a:first-child {
    margin-left: 0;
    border-left: 0 none;
}

#thumbnail-overlay-content .left-side .controls > a.share-button.fixed {
    border-left: 0 none;
    margin-left: 0;
}

#thumbnail-overlay-like {
    border-left: 1px solid #E7E7E7;
    display: block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

#thumbnail-overlay-content .image-area {
	text-align: center;
	position: relative;
	height: 465px;
	/*height: 522px;*/
	/*margin-top: 15px;*/
    background: url("/images/loader.gif") no-repeat scroll center center transparent;
}

#thumbnail-overlay-content .image-area img {
	max-width: 570px;
	max-height: 465px;
	position: relative;
}

#thumbnail-overlay-content .prev-arrow {
	background: url("/images/sprite-crushed.png") no-repeat scroll -529px -9px transparent;
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	width: 13px;
	position: absolute;
	top: 50%;
	left: -25px;
}

#thumbnail-overlay-content .next-arrow {
	background: url("/images/sprite-crushed.png") no-repeat scroll -478px -9px transparent;
	display: block;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	width: 13px;
	position: absolute;
	right: -25px;
	top: 50%;
}

/*#thumbnail-overlay-content .overlay-share-links {*/
    /*bottom: 8px;*/
    /*left: 195px;*/
    /*position: absolute;*/
/*}*/

/*#thumbnail-overlay-content .overlay-share-links a {*/
    /*display: block;*/
    /*float: left;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*background: url('/images/sprite-crushed.png') no-repeat 0 0 transparent;*/
    /*text-indent: -9999px;*/
    /*margin-left: 5px;*/
/*}*/

/*#thumbnail-overlay-content .overlay-share-links span {*/
    /*bottom: 1px;*/
    /*color: #808080;*/
    /*display: block;*/
    /*float: left;*/
    /*font-weight: bold;*/
    /*margin-right: 5px;*/
    /*position: relative;*/
/*}*/

/*#thumbnail-overlay-content .overlay-share-links a:first-child {*/
    /*margin-left: 0;*/
/*}*/

/*#thumbnail-overlay-content .overlay-share-links a:hover {*/
    /*text-decoration: none;*/
/*}*/

/*#thumbnail-overlay-content .overlay-share-links a.facebook {*/
    /*background-position: -496px -126px;*/
/*}*/

/*#thumbnail-overlay-content .overlay-share-links a.twitter {*/
    /*background-position: -518px -126px;*/
/*}*/

/*#thumbnail-overlay-content .overlay-share-links a.myspace {*/
    /*background-position: -540px -126px;*/
/*}*/

/*#thumbnail-overlay-content .overlay-share-links a.email {*/
    /*background-position: -562px -126px;*/
/*}*/

/*#thumbnail-overlay-content .overlay-share-links a.more {*/
    /*background-position: -584px -126px;*/
/*}*/

/*
#yfrog-popup-wrapper {
	height: 685px;
}
*/

#thumbnail-overlay-more-comments {
    /*border-top: 1px solid #DBDBDB;*/
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
}

#thumbnail-overlay-content textarea {
	width: 270px !important;
    background-color: transparent;
    border: 0 none;
    height: 18px;
}

#thumbnail-overlay-content .popup-comment-box {
	width: 290px;
    position: relative;
    top: 225px;
}

#thumbnail-overlay-content .popup-comment-box .delete-button {
    display: none !important;
}

#thumbnail-overlay-content .popup-comment-box .thread-tweet {
    width: 225px;
}

#thumbnail-overlay-content .popup-comment-box .threads {
    margin-top: 10px;
    min-height: 16px;
}

#thumbnail-overlay-content .input {
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #fff;
	border: 1px solid #c4c4c4;
	padding: 4px 8px 4px;
    -moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
}

#thumbnail-overlay-content .popup-comment-box .wrapper {
	padding: 0 !important;
}

#thumbnail-overlay-content .thread-child {
	padding: 8px 0 5px;
}

#thumbnail-overlay-content .right-side .info {
	width: 225px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
}

#thumbnail-overlay-content .popup-comment {
	border-top: 1px solid #dbdbdb;
	padding: 5px 0;
}

#thumbnail-overlay-content .popup-comment:first-child {
	border-top: 0 none;
}

#thumbnail-overlay-content .popup-comment .image {
	float: left;
	width: 54px;
	height: 54px;
}

#thumbnail-overlay-content .popup-comment .image img {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	width: 48px;
	height: 48px;
	padding: 2px;
}

#thumbnail-overlay-content .popup-comment .info {
	margin-left: 8px;
	float: left;
	width: 205px;
	overflow: hidden;
}

#thumbnail-overlay-content .popup-comment .date {
	color: #a7a7a7;
	padding-left: 10px;
	position: relative;
	bottom: 1px;
}

#thumbnail-overlay-content .popup-comment .text {
	width: 205px;
	float: none;
	margin-top: 5px;
    word-wrap: break-word;
}

#thumbnail-overlay-comment-input .button {
    margin: 6px auto 0;
    width: 66px;
}

#thumbnail-overlay-comment-input .button a {
    float: right;
}

#thumbnail-overlay-comments-wrapper {
    /*max-height: 470px;*/
    /*min-height: 470px;*/
    height: 262px;
    overflow-x: hidden;
    overflow-y: auto;
}
/* end yfrog thumbnail lightbox popup */

/* start global informer */

#global-informer {
	margin: 0 auto;
	position: fixed;
	text-align: center;
	top: 0;
	width: 990px;
	z-index: 9999999;
}

#global-informer .wrapper {
	margin: 0 auto;
	padding: 5px;
	width: 600px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	background-color: #f8f282;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	color: #666;
	font-weight: bold;
}

#global-informer .text {
	float: left;
	text-align: center;
	width: 575px;
	margin-top: 2px;
    font-size: 1.1em;
    height: 20px;
}

#global-informer a.close {
	float: right;
}

/* end global informer */

/* start Pagination */

.pagination-area {}

.pagination-area a {
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #c4c4c4;
	display: block;
	float: left;
	font-weight: normal;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
}

.pagination-area a.page {
	min-width: 12px;
	min-height: 12px;
}

.pagination-area a:first-child {
	margin-left: 0;
}

.pagination-area a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3B9CE0;
	border: 1px solid #3B9CE0;
}

.pagination-area a.active {
	background-color: #AFB8BB !important;
	border: 1px solid #AFB8BB;
	color: #fff !important;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

/* end Pagination */

/* start yfrog share */

#yfrog-share-options {
	z-index: 99999;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 230px;
	height: 215px;
}

#yfrog-share-options .wrapper {
	width: 225px;
}

#yfrog-share-header {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background-color: #fff;
	border-left: 1px solid #C6DDE4;
	border-right: 1px solid #C6DDE4;
	border-top: 1px solid #C6DDE4;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 6px 3px;
	position: relative;
	top: 1px;
	width: 36px;
	z-index: 2;
	color: #aaa;
}

#yfrog-share-header div.title {
	float: left;
}

#yfrog-share-header a.close {
	float: right;
}

#yfrog-share-sites {
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border: 1px solid #C6DDE4;
	padding: 8px 8px 5px;
	position: relative;
	z-index: 1;
}

#yfrog-share-sites a {
	background: url("/images/sharing-sprite.png") no-repeat scroll 0 0 transparent;
	color: #333;
	font-weight: normal;
	display: block;
	padding: 4px 0 4px 25px;
	border-top: 1px solid #efefef;
}

#yfrog-share-sites a:first-child {
	border-top: 0 none;
	padding-top: 0;
}

#yfrog-share-sites a.facebook {
	background-position: 0px -1px;
}

#yfrog-share-sites a.twitter {
	background-position: 0px -24px;
}

#yfrog-share-sites a.myspace {
	background-position: 0px -95px;
}

#yfrog-share-sites a.email {
	background-position: 0px -120px;
}

#yfrog-share-sites a.stumbleupon {
	background-position: 0px -47px;
}

#yfrog-share-sites a.googlebuzz {
	background-position: 0px -71px;
}

#yfrog-share-sites a.more {
	background: none transparent;
}

#yfrog-share-sites a:hover {
	text-decoration: none;
}

/* end yfrog share */

/* start yfrog delete and hide popup */

#yfrog-delete-popup, #yfrog-hide-popup {
	padding: 10px;
}

#yfrog-delete-popup .title, #yfrog-hide-popup .title {
	font-size: 1.1em;
	margin: 10px 10px 0;
}

#yfrog-confirm-buttons {
	margin: 10px 0 0 100px;
}

#yfrog-confirm-cancel, #yfrog-hide-cancel {
	display: block;
	float: left;
	position: relative;
	top: 9px;
}

#yfrog-confirm-delete, #yfrog-hide-hide {
	display: block;
	float: left;
	margin-left: 15px;
}

/* end yfrog delete popup */

/* start yfrog blue buttons */

a.medium-button {
    background: transparent url('/images/button-medium-right.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    height: 32px;
    padding-right: 15px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

a.medium-button:hover {
	text-decoration: none;
}

a.medium-button span {
    background: transparent url('/images/button-medium-left.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 9px 0 9px 15px;
    font-size: 1.1em;
}

/* end yfrog blue buttons */

/* start autocomplete stuff */

#yfrog-autocomplete-results {
    position: absolute;
    z-index: 999999999;
    min-width: 200px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

#yfrog-autocomplete-results .autocomplete-result {
    display: block;
    padding: 5px;
    -moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

#yfrog-autocomplete-results .autocomplete-result:hover {
    text-decoration: none;
}

#yfrog-autocomplete-results .autocomplete-result.active {
    color: #fff !important;
    background-color: #3B9CE0;
}

/* end autocomplete stuff */

/* start comment box for all LPS (video, image, thread, etc) */

#commentBox_flash .wrapper {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 3px 5px 5px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
	-webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
	border: 1px solid #B9B9B9;
	height: 52px;
	overflow: hidden;
}

#commentBox_flash .textarea {
	float: left;
}

/*#commentBox_flash textarea {*/
	/*border: 0;*/
	/*width: 535px;*/
	/*height: 55px;*/
	/*overflow-y: auto;*/
	/*padding: 3px;*/
	/*font-size: 1.1em;*/
	/*color: #5F5F5F;*/
	/*line-height: 1.4em;*/
/*}*/

#commentBox_flash textarea.large {
	color: #c8c8c8;
}

#commentBox_flash .upload-button {
	float: right;
	padding: 5px;
	width: 60px;
	height: 55px;
	border-left: 1px solid #EDEDED;
}

#commentBox_flash .upload-loading {
	text-align: center;
	margin-top: 5px;
}

#commentBox_flash .post-button {
	margin-bottom: 10px;
}

#commentBox_flash .post-button a {
	margin-left: 285px;
}

#comments-area {
	background: url("/images/lp-comments-bg.png") no-repeat scroll 0 0 transparent;
	min-height: 30px;
	padding-top: 15px;
}

#comments-area #comments {
	background-color: #f2f2f2;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#comments-area #comments .comment {
	border-top: 1px solid #dbdbdb;
	padding: 10px 12px;
}

#comments-area #comments .comment:first-child {
	border-top: 0 none;
}

#comments-area #comments .comment .image {
	float: left;
	width: 54px;
	height: 54px;
}

#comments-area #comments .comment .image img {
	background-color: #fff;
	border: 1px solid #dbdbdb;
	width: 48px;
	height: 48px;
	padding: 2px;
}

#comments-area #comments .comment .info {
	margin-left: 10px;
	float: left;
	width: 550px;
	overflow: hidden;
    position: relative;
    min-height: 50px;
}

#comments-area #comments .comment .date {
	color: #a7a7a7;
	padding-left: 10px;
	position: relative;
}

#comments-area #comments .comment .text {
	float: none;
	margin-top: 5px;
}

#comments-area .older-posts {
	border-top: 1px solid #DBDBDB;
}

/* end comment box for all LPS (video, image, thread, etc) */

/* start recent timeline media */

#recent-timeline-media {
	padding-top: 15px;
}

#recent-timeline-media span.loading {
    background: url('/images/loader_small.gif') no-repeat 0 0 transparent;
    padding-left: 10px;
}

#recent-timeline-media span.loading span {
    position: relative;
    bottom: 0;
}

#recent-timeline-media .recent-result {
	float: left;
	text-align: center;
	width: 100px;
	margin-bottom: 10px;
}

#recent-timeline-media .recent-result a.multi, #recent-timeline-media .recent-result a.single {
	display: block;
	height: 54px;
	margin: 0 auto;
	width: 73px;
	position: relative;
	border: 1px solid #E2E2E2;
}

#recent-timeline-media .recent-result a.single img {
    display: block;
    left: 2px;
    position: relative;
    top: 2px;
    width: 69px;
    height: 50px;
}

#recent-timeline-media .recent-result a.multi img {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    display: block;
    height: 50px;
    left: 2px;
    padding: 2px;
    position: relative;
    top: 2px;
    width: 69px;
}

#recent-timeline-media .recent-media-count {
	margin-top: 3px;
}

#recent-timeline-media .recent-media-count a {
	font-size: 0.9em;
}

#recent-timeline-media .recent-media-owner {
	margin-top: 1px;
	color: #a7a7a7;
	font-size: 0.9em;
}

#recent-timeline-media .recent-media-owner a {
	font-weight: normal;
}

#see-more-recent-timeline-media {
	border-top: 1px solid #EFEFEF;
	padding-top: 8px;
	text-align: center;
}

/* end recent timeline media */

/* start recent timeline links */

#recent-timeline-links-results {
    padding-top: 5px;
}

#recent-timeline-links span.loading {
    background: url('/images/loader_small.gif') no-repeat 0 0 transparent;
    padding-left: 10px;
}

#recent-timeline-links span.loading span {
    position: relative;
    bottom: 0;
}

#recent-timeline-links-results .recent-links-result {
    border-top: 1px solid #EFEFEF;
    margin-bottom: 5px;
    padding-top: 5px;
    overflow: hidden;
    line-height:1.45em;
}

#recent-timeline-links-results .recent-links-result:first-child {
    border-top: 0 none;
}

#see-more-recent-timeline-links {
    border-top: 1px solid #EFEFEF;
    margin-top: 5px;
    padding-top: 5px;
    text-align: center;
}

#recent-timeline-links-results .recent-link-source {
    color: #A7A7A7;
    font-size: 0.9em;
    margin-top: 2px;
    background: url("/images/sprite-crushed.png") no-repeat scroll -642px -346px transparent;
    padding-left: 24px;
}

#recent-timeline-links-results .recent-link-source a {
    font-weight: normal;
}

/* end recent timeline links */

/* start yfrog share box */

#share-box-content {
    margin-left: 50px;
}

#share-box-content .avatar {
    float: left;
    width: 48px;
    height: 48px;
}

#share-box-content .avatar img {
    width: 48px;
    height: 48px;
}

#share-box-info {
    float: left;
    margin-left: 10px;
    overflow: hidden;
    width: 435px;
}

#share-box-info .name {
    color: #000000;
    font-weight: bold;
}

#share-box-info .message {
    color: #666;
    margin-top: 3px;
}

#share-box-comment-area {
    border-bottom: 1px solid #DFE3E3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#share-box-add {
    background: url("/images/sprite-crushed.png") no-repeat scroll -642px -327px transparent;
    color: #777777;
    margin-left: 105px;
    padding-left: 25px;
}

#share-box-wrapper {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #D3D3D3;
    margin-left: 50px;
    margin-top: 10px;
    padding: 10px;
    width: 470px;
}

#share-box-input {
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    padding: 5px;
}

#share-box-input textarea {
    border: 0 none;
    width: 455px;
    overflow: auto;
    color: #5f5f5f;
    height: 40px;
}

#share-box-input textarea.first {
    color: #C8C8C8;
}

#share-box-button {
    margin: 20px auto 0;
    width: 70px;
}

/* end yfrog share box */

/* start feed options popup */

#feed-options-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 400px;
}

#feed-options-header {
    background: url("/images/sprite-crushed.png") no-repeat scroll -643px -367px transparent;
    color: #808080;
    font-weight: bold;
    height: 20px;
    padding-left: 25px;
}

#feed-options-results {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #E1E1E1;
    border: 1px solid #CBCBCB;
    margin-top: 10px;
    padding: 5px 8px;
}

#feed-options-results span.message {
    color: #808080;
    font-weight: normal;
}

#feed-options-button {
    margin: 20px auto 0;
    width: 65px;
}

#feed-options-results .hidden-feed-user {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #d2d2d2;
}

#feed-options-results .hidden-feed-user:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

#feed-options-results .hidden-user-name {
    float: left;
    margin-left: 10px;
    position: relative;
    top: 6px;
}

#feed-options-results a.unhide {
    color: #808080;
    display: block;
    float: right;
    font-size: 0.9em;
    font-weight: normal;
    position: relative;
    top: 7px;
}

#feed-options-results a.unhide:hover {
    color: #808080;
    text-decoration: none;
}

#feed-options-results a.unhide span {
    font-weight: bold;
    position: relative;
    right: 5px;
}

#feed-options-results .hidden-user-avatar {
    float: left;
}

#feed-options-results .hidden-user-avatar img {
    width: 30px;
    height: 30px;
}

#feed-options-results .hidden-screen-name {
    color: #333333;
    float: left;
    font-weight: bold;
    margin-left: 10px;
    position: relative;
    top: 6px;
}

/* end feed options popup */

/* like, unlike, share, and comment button states */

.yfrog-like-button, .yfrog-unlike-button, .controls a.comment, .share-button {
    color: #b2b2b2;
    background: url('/images/small-sprite-crushed-v5.png') no-repeat 0 0 transparent;
}

.yfrog-like-button {
    background-position: 0 -1px;
    padding-left: 20px !important;
}

.yfrog-unlike-button {
    background-position: 0 -59px;
    padding-left: 20px !important;
}

.share-button {
    background-position: 10px -123px;
    padding-left: 28px !important;
}

.controls a.comment {
    background-position: 0 -181px;
    padding-left: 21px;
}

.yfrog-like-button:hover, .yfrog-unlike-button:hover, .controls a.comment:hover, .share-button:hover {
    color: #3b9ce0;
    text-decoration: none;
}

.yfrog-like-button:hover {
    background-position: 0 -21px;
}

.yfrog-unlike-button:hover {
    background-position: 0 -79px;
}

.share-button:hover {
    background-position: 10px -143px;
}

.controls a.comment:hover {
    background-position: 0 -201px;
}

.yfrog-like-button:active, .yfrog-unlike-button:active, .controls a.comment:active, .share-button:active {
    color: #2473ab;
}

.yfrog-like-button:active {
    background-position: 0 -41px;
}

.yfrog-unlike-button:active {
    background-position: 0 -99px;
}

.share-button:active {
    background-position: 10px -163px;
}

.controls a.comment:active {
    background-position: 0 -221px;
}

.result .info .comment-share .share-button {
    font-weight: normal;
    padding-left: 20px !important;
    background-position: 0 -123px;
}

.result .info .comment-share .share-button:hover {
    background-position: 0 -143px;
}

.result .info .comment-share .share-button:active {
    background-position: 0 -163px;
}

.search-like-text, .timeline-like-text {
    background: url("/images/small-sprite-crushed-v5.png") no-repeat scroll 0 -1px transparent;
    padding-left: 20px;
}

/* end like and unlike button states */

/* start video overlay stuff */

.video-overlay-icon {
    background: url("/images/video-overlay-icon.png") no-repeat 0 0 transparent;
    width: 33px;
    height: 33px;
}

.rendered-yt-video {
    position: relative;
    display: block;
}

.rendered-yt-video .video-overlay-icon {
    position: absolute;
    top: 32px;
    left: 50px;
    display: block;
}

.rendered-yt-video:hover, .rendered-yt-video .video-overlay-icon:hover {
    text-decoration: none;
}

/* end video overlay stuff */

/* start profile badge */

#user-stats-counts {
	width: 100%;
}

#user-stats-counts a {
    background-color: #dcf1ff;
    display: block;
    float: left;
    padding: 12px 13px;
	border-left: 1px solid #fff;
    font-weight: normal;
    width: 50px;
}

#user-stats-counts a:hover {
    text-decoration: none;
    color: #fff !important;
    background-color: #3b9ce0 !important;
}

#user-stats-counts a:active {
    text-decoration: none;
    color: #fff !important;
    background-color: #2473ab !important;
}

#user-stats-counts a:hover .count, #user-stats-counts a:active .count {
    color: #fff !important;
}

#user-stats-counts #photos-count {
    -moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

#user-stats-counts #followers-count {
    -moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

#user-stats-counts a span {
    display: block;
}

#user-stats-counts a:first-child {
    border-left: 0 none;
}

#user-stats-counts .count {
	border-bottom: 1px solid #c5dded;
	color: #808080;
	font-size: 1.2em;
	padding-bottom: 2px;
    text-align: center;
    white-space: nowrap;
}

#user-stats-counts .label {
	margin-top: 4px;
    text-align: center;
    font-size: 0.9em;
}

/* end profile badge */

/* start twitter source icon */

.timeline-source-twitter, .timeline-comment-source-twitter, .lp-comment-source-twitter, .lp-source-twitter, .media-overlay-source-twitter {
    background: url("/images/sprite-crushed.png") no-repeat scroll -645px -384px transparent;
    height: 16px;
    position: absolute;
    text-indent: -9999px;
    width: 16px;
    display: block;
}

.timeline-source-twitter {
    bottom: 1px;
    float: left;
    left: 7px;
    position: relative;
}

.timeline-comment-source-twitter {
    float: left;
    left: 7px;
    position: relative;
}

.timeline-comment-reply-to {
    background: url("/images/small-sprite-crushed-v5.png") no-repeat scroll 0 -396px transparent;
    display: none;
    height: 25px;
    position: absolute;
    right: -4px;
    text-indent: -9999px;
    top: -1px;
    width: 25px;
}

.timeline-comment-reply-to:hover {
    text-decoration: none;
    background-position: 0 -426px;
}

.timeline-comment-reply-to:active {
    text-decoration: none;
    background-position: 0 -457px;
}

.thread-child:hover .timeline-comment-reply-to {
    display: block;
}

.lp-comment-source-twitter {
    display: inline-block;
    left: 7px;
    position: relative;
}

.lp-source-twitter {
    display: inline-block;
    left: 3px;
    position: relative;
}

.media-overlay-source-twitter {
    display: inline-block;
    left: 5px;
    position: relative;
}

/* end twitter source icon */

/* = Password reset stuff
------------------------------------------------------------------------- */

#reset-password-prompt {
    color: #808080;
    font-size: 1.1em;
    padding: 30px 0 20px;
    text-align: center;
}

#reset-password-email {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    margin: 0 auto;
    padding: 5px;
    width: 270px;
}

#reset-password-email input {
    border: 0 none;
    color: #666666;
    width: 265px;
}

#reset-password-buttons {
    margin: 20px auto 0;
    width: 135px;
}

#reset-password-cancel {
    display: block;
    float: left;
    position: relative;
    top: 7px;
}

#reset-password-submit {
    float: right;
    width: 78px;
}

#reset-password-error {
    font-size: 1.1em;
    margin-top: 15px;
    text-align: center;
    color: red;
}

/* user drop down
*************************************************** */

#yfrog-user-drop-down {
    -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    position: absolute;
    z-index: 99999999;
    display: none;
    width: 320px;
}

#user-drop-down-container {
    position: relative;
}

#user-drop-down-top {
    border-top: 1px solid #B0B0B0;
    border-left: 1px solid #B0B0B0;
    border-right: 1px solid #B0B0B0;
}

#user-drop-down-loading {
    padding: 5px;
    border: 1px solid #B0B0B0;
    display: none;
}

#yfrog-user-drop-down .arrow {
    background: url("/images/user-dropdown-bg.png") no-repeat scroll 0 0 transparent;
    top: -9px;
    height: 11px;
    left: 30px;
    position: absolute;
    width: 21px;
}

#user-drop-down-container .main-area {
    display: none;
}

#user-drop-down-top .content {
    padding: 5px;
}

#user-drop-down-top .avatar {
    float: left;
}

#user-drop-down-top .avatar img {
    min-width: 72px;
    max-width: 72px;
    min-height: 72px;
    max-height: 72px;
}

#user-drop-down-top .info {
    float: left;
    margin-left: 10px;
}

#user-drop-down-top .info .name span {
    bottom: 1px;
    color: #A7A7A7;
    font-size: 0.9em;
    position: relative;
    left: 5px;
}

#user-drop-down-loading {
    display: none;
    padding: 5px;
}

#user-drop-down-loading span {
    bottom: 3px;
    left: 5px;
    position: relative;
}

#user-drop-down-bottom {
    border-top: 1px solid #D0DCE2;
    position: relative;
    height: 50px;
}

#user-drop-down-bottom a {
    border-bottom: 1px solid #B0B0B0;
    display: block;
    float: left;
    width: 50px;
    padding: 15px 10px;
    background-color: #E2EFF5;
    position: absolute;
}

#user-drop-down-bottom a span.link {
    clear: both;
    color: #3b9ce0;
    font-weight: bold;
    display: none;
    text-align: center;
    position: relative;
    top: 7px;
    font-size: 0.95em;
}

#user-drop-down-bottom a:hover span.link {
    display: block;
}

#user-drop-down-bottom a:hover {
    -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    height: 35px;
    top: -1px !important;
    z-index: 10;
}

#user-drop-down-bottom a .icon {
    bottom: 1px;
    float: left;
    height: 20px;
    position: relative;
    width: 31px;
    background: url("/images/small-sprite-crushed-v5.png") no-repeat scroll 0 0 transparent;
}

#user-drop-down-bottom a.photos .icon {
    background-position: 0px -240px;
}

#user-drop-down-bottom a.photos:hover {
    border-right: 1px solid #D6DDE1;
}

#user-drop-down-bottom a.videos .icon {
    background-position: 0px -263px;
}

#user-drop-down-bottom a.videos:hover {
    border-right: 1px solid #D6DDE1;
}

#user-drop-down-bottom a.following .icon {
    background-position: 0px -290px;
}

#user-drop-down-bottom a.following:hover {
    border-right: 1px solid #D6DDE1;
}

#user-drop-down-bottom a.followers .icon {
    background-position: 0px -318px;
}

#user-drop-down-bottom a.followers:hover {
    border-left: 1px solid #D6DDE1;
}

#user-drop-down-bottom a .user-count-bubble {
    float: left;
}

#user-drop-down-bottom a:hover {
    text-decoration: none;
}

#user-drop-down-bottom a.photos {
    border-left: 1px solid #B0B0B0;
}

#user-drop-down-bottom a.videos {
    border-left: 1px solid #D6DDE1;
}

#user-drop-down-bottom a.following {
    border-left: 1px solid #D6DDE1;
}

#user-drop-down-bottom a.followers {
    border-left: 1px solid #D6DDE1;
    border-right: 1px solid #B0B0B0;
    float: right;
}

.user-count-bubble {
    background: url("/images/user-count-bubble-short.png") no-repeat scroll right top transparent;
    color: #777777;
    display: block;
    float: left;
    height: 20px;
    padding-right: 2px;
}

.user-count-bubble:hover {
	text-decoration: none;
}

.user-count-bubble span {
    background: url("/images/user-count-bubble-long.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 14px;
    padding: 2px 2px 5px 7px;
}

#user-drop-down-follow {
    display: none;
    font-size: 0.9em;
    margin-top: 8px;
}

#user-drop-down-follow a {
    padding-right: 8px;
}

#user-drop-down-follow span {
    padding-left: 8px;
}

/* HTML Uploader option
*****************************************************/
.SI-FILES-STYLIZED label.cabinet {
    width: 60px;
    height: 35px;
    background: url('/images/html-upload-button.png') 0 0 no-repeat;
    display: block;
    overflow: hidden;
}

#statusArea_flash .upload-button.uploading label.cabinet, #globalArea_flash .upload-button.uploading label.cabinet, .comment-upload-button.uploading label.cabinet {
    background: none;
}

#statusArea_flash .upload-button.uploading, #globalArea_flash .upload-button.uploading {
    background: url("/images/loader.gif") no-repeat scroll center 15px transparent;
}

.comment-upload-button.uploading {
    background: url("/images/loader_small.gif") no-repeat scroll center 15px transparent;
}

.SI-FILES-STYLIZED label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* Login Popup
****************************************************/
#login-popup-container {
    margin: 0 auto;
    width: 235px;
}

#login-popup-container .sub-title {
    margin-top: 8px;
}

#login-popup-container .popup-input {
    margin-top: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.25) inset;
    background-color: #FFFFFF;
    border: 1px solid #B9B9B9;
    padding: 3px 3px 3px 5px;
    width: 220px;
}

#login-popup-container .popup-input input {
    border: 0;
    width: 217px;
}

#login-popup-checkbox {
    margin-top: 6px;
}

#login-popup-checkbox span {
    font-size: 0.9em;
    left: 5px;
    position: relative;
}

#login-popup-signin {
    margin: 15px auto 0;
    width: 76px;
}

#login-popup-border {
    border-top: 1px solid #CCCCCC;
    margin-top: 15px;
    position: relative;
    width: 100%;
}

#login-popup-border div {
    background-color: #E9ECEC;
    color: #666;
    left: 104px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 22px;
}

#login-popup-twitter {
    text-indent: -9999px;
    display: block;
    margin-bottom: 0;
}

#login-popup-error {
    display: none;
    color: red;
    font-size: 1.2em;
    margin-top: 15px;
    text-align: center;
}

/* User Search
*********************************************************************/
.user-search-parent {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    position: absolute;
    width: 217px;
    z-index: 9999992;
    -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.15);
}

.user-search-result, .user-search-parent .see-more {
    display: block;
    text-decoration: none;
    border-top: 1px solid #DBE5EB;
    padding: 5px 8px 4px;
    white-space: nowrap;
    position: relative;
}

.user-search-result {
    position: relative;
    height: 34px;
}

.user-search-parent .see-more {
    padding: 9px 0 8px;
    text-align: center;
}

.user-search-result.active, .user-search-parent .see-more.active {
    background-color: #dde5eb;
}

.user-search-result:first-child {
    border-top: none;
}

.user-search-result:hover {
    text-decoration: none;
}

.user-search-result img {
    width: 32px;
    height: 32px;
    background: url("/images/default_profile_25x25.png") no-repeat scroll center center transparent;
}

.user-search-result span {
    position: absolute;
    display: block;
    left: 48px;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
}

.user-search-result span.name {
    top: 5px;
}

.user-search-result span.loc {
    font-weight: normal;
    top: 21px;
    font-size: 0.9em;
    color: #a7a7a7;
}

.lp-media-tag-search {
    width: 159px;
}

.lp-media-tag-search a {
    font-size: 12px;
}

.lp-media-tag-search span {
    width: 105px;
    font-size: 12px;
}

/** interactive box
*************************************************************/
.interactive-box-parent {
    position: absolute;
    z-index: 9999992;
    padding: 10px;
    background: none transparent;
}

.interactive-box {
    position: relative;
    border: 3px double #999;
    background: none transparent;
    /*background-color: rgba(255, 255, 255, 0.3);*/
    min-height: 75px;
    min-width: 75px;
    cursor: move;
    z-index: 1;
}

.interactive-box.grabbing {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
}

.interactive-box div {
    background: url("/images/small-sprite-crushed-v5.png") no-repeat scroll 3px -482px transparent;
    height: 22px;
    position: absolute;
    width: 22px;
    z-index: 5;
}

.interactive-box .ib-tl {
    cursor: nw-resize;
    left: -11px;
    top: -12px;
}

.interactive-box .ib-tr {
    right: -11px;
    top: -12px;
    cursor: ne-resize;
}

.interactive-box .ib-br {
    bottom: -11px;
    cursor: se-resize;
    right: -11px;
}

.interactive-box .ib-bl {
    bottom: -11px;
    cursor: sw-resize;
    left: -11px;
}

.interactive-box-dimmed-bg {
    position: absolute;
    /*background: url('/images/dimmed-bg.png') repeat scroll 0 0 transparent;*/
    z-index: 9999990;
    cursor: crosshair;
}

/*** Media tagging
***********************************************************/
.media-tagger-box {
    position: absolute;
    z-index: 9999992;
    width: 210px;
    background-color: #c7c7c7;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #aaa;
}

.media-tagger-button {
    background-color: #5BA1DF;
    border: 1px solid #4D91D0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: normal;
    padding: 1px 4px;
    -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.media-tagger-button:hover {
    text-decoration: none;
}

.media-tagger-box > div {
    position: relative;
}

.media-tagger-box a.media-tagger-button {
    display: block;
    position: absolute;
    right: 0;
    top: -21px;
}

.media-tagger-box input.media-tagger-search {
    border: 0 none;
    padding: 2px 5px;
    width: 150px;
    white-space: nowrap;
    color: #c7c7c7;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 5;
    position: relative;
    -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
    -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
    -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
}

.media-tagger-box input.media-tagger-search:focus {
    box-shadow: 0 0 6px 2px #83C8F0;
    -moz-box-shadow: 0 0 6px 2px #83C8F0;
    -webkit-box-shadow: 0 0 6px 2px #83C8F0;
    -o-box-shadow: 0 0 6px 2px #83C8F0;
    -ms-box-shadow: 0 0 6px 2px #83C8F0;
    color: #333;
}

.media-tagger-checkbox {
    background-color: #FFFFFF;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 17px;
    left: 0;
    padding: 7px;
    position: absolute;
    top: 0;
    width: 145px;
}

.media-tagger-checkbox span {
    bottom: 1px;
    color: #999;
    left: 5px;
    position: relative;
    font-size: 12px;
}

.media-tagger-tagged-parent {
    position: absolute;
    z-index: 9999991;
    background: none transparent;
    cursor: default;
    display: none;
}

.media-tagger-tagged-parent > div {
    position: relative;
}

.media-tagger-tagged-parent:hover {
    z-index: 9999992;
    display: block !important;
}

.media-tagger-tagged {
    border: 3px double #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.media-tagger-tagged-parent.hover {
    display: block !important;
}

.media-tagger-tagged-parent:hover .media-tagger-tagged, .media-tagger-tagged-parent.hover .media-tagger-tagged {
    border-color: #3B9CE0;
    background-color: rgba(255, 255, 255, 0.3);
}

.media-tagger-tagged-controls {
    display: none !important;
    position: relative;
    left: 0;
    top: 5px;
}

.media-tagger-tagged-parent:hover .media-tagger-tagged-controls {
    display: block !important;
}

.media-tagger-tagged-parent.gone {
    display: none !important;
}

.media-tagger-tagged-controls a {
    display: block;
    float: left;
    margin-left: 5px;
    -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.media-tagger-tagged-controls a:first-child {
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #5BA1DF;
    font-size: 0.9em;
    font-weight: normal;
    padding: 1px 4px;
    margin-left: 0;
}

.media-tagger-tagged-controls a:hover {
    text-decoration: none;
}

.tagging-row {
    margin-top: 5px;
    min-height: 16px;
}

.tag-this {
    background: url("/images/small-sprite-crushed-v5.png") no-repeat scroll 0 -508px transparent;
    padding-left: 18px;
    display: block;
    float: left;
}

.tag-this:hover {
    text-decoration: none;
}

.done-tagging {
    border: 1px solid #aaa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    display: block;
    float: left;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: white;
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.done-tagging:hover {
    text-decoration: none;
}

.done-tagging-parent {
    position: absolute;
    display: none;
    height: 30px;
    z-index: 9999991;
    background: url("/images/dimmed-bg-white.png") repeat scroll 0 0 transparent;
    padding: 5px;
    overflow: hidden;
}

.media-tagger-tip {
    color: #666;
    float: left;
    margin-left: 5px;
    position: relative;
    top: 6px;
    font-size: 12px;
    font-style: italic;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.media-tagger-results {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.media-tagger-results-tip {
    color: #999;
    font-size: 12px;
    display: block;
    float: left;
}

.media-tagger-result {
    float: left;
    margin-left: 4px;
}

.media-tagger-result a:first-child {
    padding-right: 3px;
}

.media-tagger-result a, .media-tagger-result span {
    font-size: 12px;
    font-weight: normal;
}

.media-tagger-result span {
    color: #999;
}

#thumbnail-overlay-content .media-tagger-results {
    height: 17px;
    overflow: hidden;
}

/*** Timline Search
*************************************************/
#timeline-search-box {
    background-color: #F2F2F2;
    border-bottom: 1px solid #DBDFDF;
    padding: 20px 15px;
    position: relative;
}

#timeline-search-box .title {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

#timeline-search-box .search {
    background-color: #fff;
    border: 1px solid #B9B9B9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 230px;
    -moz-box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,0.18);
    -webkit-box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,0.18);
    -ms-box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,0.18);
    -o-box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,0.18);
    box-shadow: inset 1px 1px 4px 0 rgba(0,0,0,0.18);
}

#timeline-search-box .search.working {
    background: url("/images/loader_small.gif") no-repeat scroll 208px 6px #fff;
}

#timeline-search-input {
    background: none transparent;
    border: 0 none;
    color: #aaa;
    font-size: 11px;
    padding: 6px 8px;
    width: 190px;
}

#timeline-search-input.active, #timeline-search-input:hover {
    color: #888;
}

#timeline-results-area {
    position: relative;
}

#timeline-results-area .load-more {
    border-top: 1px solid #efefef;
    display: block;
    padding: 10px 0;
    text-align: center;
}

#timeline-results-area .load-more.working {
    background: url("/images/loader_small.gif") no-repeat scroll 255px 10px transparent;
}

.not-logged #timeline-results-area .load-more.working {
    background-position: 172px 10px;
}

#timeline-results-area > .info {
    border-bottom: 1px solid #efefef;
    padding: 25px 10px 15px;
}

#timeline-results-area .count {
    color: #888;
    font-weight: bold;
    font-size: 12px;
    margin-left: 2px;
    width: 90%;
}

#timeline-results-close {
    position: absolute;
    background: url('/images/close2.png') no-repeat 0 0;
    width: 19px;
    height: 19px;
    top: 20px;
    right: 11px;
}

#timeline-results {
    padding-top: 15px;
}