/* --- meyer css reset --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

.followers { color: #F69732;}
.friends { color: #68A310;}

#user li {
	line-height: 25px;
	padding: 2px;
	font-weight: normal;
}
#user li img {
	margin-right: 5px;
	vertical-align: middle;
	
}
#user li.tags a {
	background: #efefef;
	margin-right: 5px;
	padding: 3px 5px;
	
}
#user .block {
	float: left; 
	width: 345px;
}
.latestusers li {
	position: relative;
	float: left;
	width: 41px; height: 41px
}
.latestusers li span {
	position: absolute;
	bottom: 1px;
	right: 0;
	color: #000;
	opacity: 0.7;
	font-size: 9px;
	background: #79C2E5;
	padding: 1px;
}
.latestusers img { width: 40px; }

#user .stats li {
	line-height: 18px;
	list-style-type: disc;
	margin-left: 20px;
	
} 
#user .sort-split { margin-top: 15px ;}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* --- end reset --- */


body {
    background: #D5D4D5;
    color: #767676;
    font-family: Lucida Grande, Arial, Sans-serif;
    font-size: 11px;
    line-height: 18px;
}

#twitterfollow {
	margin: 0 auto;
	text-align: center;
}

img {
    border: none;
}

h1#logo {
    float: left;
    overflow: hidden;
}

.grade { float: right; padding-top: 10px}

input#big-ass-search.autocomplete.search-text {
    color: #333;
    font-family: 'Lucida Grande', Arial, Sans-Serif;
    font-weight: normal;

}

.liked {
	padding: 10px;
	border-top: 1px solid #eee;
	
}

.add-yourself {
    float: right;
    margin: 10px 0 0 20px;
}
.auto_complete {
    background: #eee !important;
    border-top: none;
    color: #333 !important;
    font-family: 'Helvetica', Arial, Sans-Serif;
    font-size: 14px;
    float: left;
    position: absolute;
    text-align: left;
    top: -28px;
    width: 338px;
    z-index: 11;
}

.auto_complete ul { border: 0 !important}


h2 a {
    color: #403d3c;
}

h2 {
    color: #403d3c;
    font-family: 'Helvetica', Arial, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3px;
}

h3 {
    color: #cc3333;
    font-weight: bold;
}



a {
    color: #06c;
    text-decoration: none;
    font-weight: bold;
}
.ranking {
	float: right;
	font-size: 20px;
	color: #fff;
	background: #79C2E5;
	margin: 0 0 15px 0;
	padding: 10px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	
}
.ranking h3 { text-transform: uppercase; margin-bottom: 5px; font-size: 14px; }

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 6px;
}

strong {
  font-weight: bold
}

/* @end HTML */

#main_container {
    margin: 0 auto;
    position: relative;
    width: 935px;
background: #fff;
padding: 15px;
margin: 20px auto;
-moz-border-radius: 8px;
}

#main-content {
 clear: both;
 float: left;
    width: 690px;
margin-top: 15px;
}
.users .main-content-bg, .home .main-content-bg { background: #79C2E5; padding: 15px; -moz-border-radius: 10px; width: 665px;}
.users .main-content-bg p, .home .main-content-bg p { font-size: 10px; margin-bottom: 0; }
.home .twitter-list { background: transparent; width: 315px;}
.home .total-followers {color: #C54B2C;}
.home .main-content-bg h3 { font-size: 11px;}

.nube { text-align: center } 
.nube li { margin-right: 10px; padding: 3px; display: inline; line-height: 30px }
.nube .p1 a { font-size: 18px; font-weight: 750 }
.nube .p2 a { font-size: 16px; font-weight: 500 }
.nube .p3 a{ font-size: 14px; font-weight: 250  }
.nube .p4 a{ font-size: 12px;  }
.nube .p5 a{ font-size: 10px;  }
.users .edit_user {
	width: 515px;
	
}
.users .edit_user p { color: #fff; font-size: 12px; margin-bottom: 5px}
.users .main-content-bg h1, .home .main-content-bg h1 {
	color:#FFFFFF;
	font-size:22px;
	letter-spacing:-0.05em;
	margin-bottom:20px;	
}

.users label { color: #fff; font-size: 12px;}
.users label span { font-style: italic; font-size: 10px; display: block;}

.users label, .users input.text  {
	display: block;
	margin: 10px 0 5px 0;
}
.users input.text { border: 0; padding: 10px 8px; width: 500px; color: #666;}
.users #user_submit { margin: 5px 0; border: 1px solid #f5f5f5; -moz-border-radius: 6px; background: #fff; padding: 3px 5px; float: right; }

.about { background: #FFF9B2 url(../images/bottom_box.png) no-repeat bottom; padding: 15px;  }
.about h1 { color: #389CD3; text-transform: uppercase; font-size: 14px; letter-spacing: -0.05em; font-weight: bold }

.latest { float: left; width: 100%; padding: 10px; margin: 15px 0 15px 0;}

.latest ul {
	float: left;
	width: 230px;
	
}
.latest .title {
	font-size: 16px;
	text-transform: uppercase;
	color: #68A310;
	letter-spacing: -0.05em;
	padding-bottom: 5px;
	float: none;
}
.twitter-list-wrapper {
    float: left;
    margin: 0 15px 15px 0;
}

#featured {
    background: #fff;
    float: left;
    margin-bottom: 15px;
    padding: 10px;
    width: 960px;
}

    #featured #featured-wrapper {
    margin-top: 5px;
    }
    
    #featured .tweeters-list {
        background: #ffefbe;
        border-right: 1px solid #f2e3b4;
        float: left;
        margin-right: 1px;
        width: 298px;
    }
    
    #featured .last {
    border-right: 0;
}

/* Main Content */

#column-one {
    float: left;
    width: 380px;
}

#column-two {
    float: left;
    width: 380px;
}

.twitter-list {
    background: #fff;
    width: 330px;
}

    .twitter-list h2 {
        float: left;
    }
    
    .twitter-list h2 a {
        color: #403d3c;
    }
    
    .more-info {
        clear: both;
        float: left;
        margin-top: 10px;
        width: 100%;
				border-top: 1px solid #fff;
    }
    
    .twitter-list .tweeters-list div.more-info a {
        color: #06c;
    }
    
    .more-info p {
        padding-top: 10px;
    }
    
    .twitter-list strong {
        color: #5a5a5a;
        font-weight: bold;
    }

    .total-followers {
        color: #f69732;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: right;
    }
    
    .twitter-list .tweeters-list {
        background: #f5f5f5;
        border-bottom: 1px solid #fff;
        padding: 10px;
        font-size: 10px;
        position: relative;
		}
		
    
    .twitter-list img.user-image {
        background: #fff;
        float: left;
        height: 40px;
        margin-right: 10px;
        margin-bottom: 2px;
        width: 40px;
    }

.show_info, .show_more {
	float:right;
	padding-top: 10px;
}
    
    .twitter-list .tweeters-list .details {
        float:  left;
        margin: 0;
        padding: 0;
        width:  210px;
    }
    
    .twitter-list .tweeters-list .details h3 {
        line-height: 8px;
        margin:  0 0 5px 0;
}
    
    .info-button {
        filter: alpha(opacity=70);
        opacity: 0.7;
    }
    
        .info-button:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }
    
    .twitter-list .tweeters-list span {
        color: #98a5a7;
    }
    
    .twitter-list .tweeters-list p {
        color: #6e7778;
        line-height: 14px;
        margin:  0;
        margin-bottom: 0;
    }
    
    .twitter-list .tweeters-list a {
        color: #cc3333;
    }
    
    .info-button {
        float: right;
        padding: 0;
    }
    
    .end-twitter-list {
        height: 25px;
        padding: 5px 0 10px 15px;
float: right;
        text-align: right;
    }

.dseguidores {
 list-style-type: none;
 color: #333;
}
.dseguidores span { display: block; color: #767676 }
.dseguidores .fleft { width: 450px; float: left; }
.dseguidores .fright { width: 150px; float: right; }
.dseguidores li { border-bottom: 1px solid #ddd; padding: 5px 8px } 

#notice {
	background: #A0C85F;
	border: 1px solid #68A310;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 15px 0;
}

#sidebar {
clear: right;
float: right;
    width: 220px;		
		margin-top: 15px;
}

    #sidebar h2 {
        margin: 0 0 10px;
    }
    
    #sidebar .more {
        clear: both;
        margin-top: 10px;
        text-align: right;
				width: 220px;
    }

    #sidebar ul {
        display: inline;
    }

    #sidebar ul li {
        margin-bottom: 1px;
				background: #F8F8F8;
        padding: 4px 8px;
        width: 200px;
    }
    
        #sidebar ul li.selected {
            cursor: pointer;
						background: #f5f5f5;
        }
        
        #sidebar ul li.selected:hover {
            text-decoration: none;
        }
        
        #sidebar ul li.selected:hover a {
            text-decoration: none;
        }
        
        #sidebar ul li.more-tags {
        }
        
            #sidebar ul li.more-tags a {
                color: #06c;
            }
    
						#sidebar ul li a span, #sidebar ul.popular-tags span {
							color: #F69732;
						}

    #sidebar ul li:hover {
        cursor: pointer;
				background: #f5f5f5;
    }
    
    #sidebar ul li a {
        color: #555;
        font-weight: normal;
    }
		#sidebar ul li.selected a { font-weight: bold ;}
		#sidebar ul li a:hover { font-weight: bold ;}
    
    #sidebar .sidebar-split {
        clear: both;
        height: 10px;
    }
    
    #sidebar .tweeters-list {
        background: #f8f8f8;
        margin-bottom: 1px;
        padding: 0 10px 10px 0;
        width: 210px;
    }
    
        #sidebar .tweeters-list.alt {
        background: #eee;
    }
    
    #sidebar .tweeters-list a img {
        background: #fff;
        float: left;
        height: 20px;
        margin: 10px 0 0 10px;
        width: 20px;
    }
    
        #sidebar .tweeters-list .count {
            color: #aaa;
            font: bold 14px 'Helvetica', Arial, Sans-Serif;
            float:  right;
            padding: 13px 0 0 0;
        }
        
        #sidebar .tweeters-list .arrow {
            color: #ccc;
            float:  left;
            margin: 13px 0 0 0;
        }
    
    #sidebar .tweeters-list .details {
        float: left;
        margin: 0 0 0 10px;
        width: 130px;
    }
    
    #sidebar #enter-a-category {
        background: #c6c6c6;
        height: 34px;
        margin: 10px 0 -5px 0;
        padding: 10px;
    }
    
    #enter-a-category input.clean {
        background: #fff;
        border: 1px solid #9f9f9f;
        color: #666;
        float: left;
        font: normal 14px 'Georgia', Serif;
        font-style: italic;
        padding: 5px 10px;
        width: 140px;
    }
    
    #enter-a-category input.go {
        float: left;
        filter: alpha(opacity=80);
        margin-left: 5px;
        opacity: 0.8;
    }
    
        #enter-a-category input.go:hover {
            filter: alpha(opacity=100);
            opacity: 1.0;
        }
    
    .tweeters-list .details h3 {
        margin: 4px 0 0 0;
    }
    
    .tweeters-list .details h3 a, .from {
        color: #cc3333;
        padding: 0;
    }
    
    .tweeters-list .details em {
        float: left;
        line-height: 8px;
    }
    
    #sidebar dl dd div.followers {
        margin-top: -6px;
    }

/* @group Subpage */
.avatar { float: left; margin-right: 10px;}
.dseguidores .avatar { width: 35px }
.main-content-bg {
    padding: 10px 5px;
    padding-bottom: 0;
    width: 670px;
}

.main-content-bg-end {
    height: 20px;
    margin-left: -5px;
    width: 750px;
}

.main-content-bg h2 {
    margin-bottom: 5px;
}

.main-content-bg p {
    font-size: 12px;
    margin-bottom: 20px;
}

.main-content-bg h3 {
    color: #3396d4;
    font-size: 14px;
    margin-top: -8px;
    margin-bottom: 10px;
}

.step-slide {
    border:  1px solid #e5e5e5;
    margin-bottom: 20px;
}

.step {
    float: left;
    margin-right: 10px;
    position: relative;
}

.step-details {
    float: right;
    margin-bottom: 10px;
    width: 670px;
}

.pagination {
	position: absolute; 
	right: 0;
	padding: 5px;
}
.pagination .disabled { display: none; }
.pagination .current {
	font-weight: bold;
	color: #000;
}

#column-main {
    background: #fff;
    float: left;
    position: relative;
		margin: 10px 10px 10px 0;
    padding: 5px;
    width: 670px;
}

    #column-main h2 {
        float: left;
    }
    
    #column-main .main-info {
    }
    
    #column-main .main-info p {
        line-height: 14px;
        float: left;
        width: 340px;
    }
    
    #column-main .main-info h3 {
        font-size: 14px;
        margin-bottom: 0px;
        padding-top: 0px;
    }
    
    #column-main .tweeters-list {
            background: #f5f5f5;
            border-bottom: 1px solid #fff;
            padding: 10px;
    }
    
    #column-main img.user-image {
        float: left;
        height: 40px;
        margin-right: 10px;
        width: 40px;
    }

#column-main img.user-image {
        float: left;
        height: 40px;
        margin-right: 10px;
        width: 40px;
    }
    
    #column-main .more-prev-btn {
        margin-top: 10px;
    }

.rank {

    color: #aaa;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    margin-left: 0px;
    padding: 10px 5px 10px 0;
    text-align: left;
    width: 30px;
}

.footer_links {
	margin-top: 20px;
	
}
.footer_links li {
	float: left;
	margin-right: 10px;
	
}

.real-name {
    color: #98a5a7;
}

    #column-main .details {
        margin-top: 10px;
        padding-top: 10px;
    }
    
    #column-main .details strong {
        font-weight: bold;
    }
    
    #column-main .latest-tweet {
        float: left;
        margin: 0 0 10px 0;
        width: 390px;
    }
    
        #column-main .latest-tweet p {
            color: #6e7778;
            font-size: 14px;
            padding: 5px 0 0 20px;
        }
        
            #column-main .latest-tweet p .posted-at {
            color: #99adb0;

            font-family: 'Georgia', serif;
            font-style: italic;
        }
    
    #column-main .other-details {
        float: right;
        margin: 0 10px 10px 0;
				padding-left: 15px;
				border-left: 1px solid #ddd;
				
        width: 220px;
    }
    
        #column-main .other-details p {
        line-height: 14px;
    }
    
.view-prev {
    border: 1px solid #ccc;
    float: right;
    padding: 5px 10px;
    text-align: center;
    width: 50px;
}
    
.view-more {
    border: 1px solid #ccc;
    float: right;
    margin-left: 10px;
    padding: 5px 10px;
    text-align: center;
    width: 50px;
}


.left { float: left ;}


#announcement {
	background: #FFF9B2;
	border: 2px solid #F5AE5E;
	padding: 5px 15px;
	position: relative;
	float: left;
	width: 900px;
}
#announcement p { margin-bottom: 0 !important;}

.right { position: absolute; right: 15px; width: 550px; line-height: 45px;}

.enlaces { float: right; }
.enlaces li {
	float: left;
	margin-right: 10px;
}
.enlaces a { font-weight: normal; color: #999;}
a.logout { color: #ff0000;}
.signin {
		background: transparent url(../images/signin_twitter.png) top left no-repeat;
		position: relative;
		float: right;
		height: 24px;
		width: 150px;
		text-indent: -100000px;
		top: 12px;
}

#big-ass-search {
    background: #efefef url(../images/loupe.png) no-repeat 98% 50%;
    border: 0;
    color: #333;
    font-family: 'Lucida Grande', Arial, Sans-Serif;
    font-size: 11px;
    float: right;
    height: 22px;
    margin: 10px 0 0 0;
    padding: 5px 10px 0 10px;
    width: 300px;
		-moz-border-radius: 6px;
}

/* My Comment */

/* @end */
    
.clear {
    clear: both;
}

.loading {
	background:#79C2E5;
	color: #fff;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.loading img { vertical-align: middle; margin-right: 3px;}

#footer-wrapper {
    background: #A0C85F;
    clear: both;
    margin: 0 auto;
    margin-top: 20px;
    width: 935px;
		padding: 15px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		
}

#footer {
	position: relative;
    color: #fff;
    margin: 0 auto;
}
#footer img { vertical-align: middle;}

#footer a {
    color: #444;
		margin-right: 5px;
    font-weight: normal;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    float: right;
}

#footer ul li {
    display: inline;
    padding-left: 10px;
}

#footer #media-temple {
    clear: both;
    float: right;
    margin-top: 5px;
}

.view-prev-and-more {
    background: #fff;
    margin-right: 20px;    
    padding: 10px;
}

.four-o-four-wrapper {
    background: #fff;
    margin-top: 20px;
    padding: 10px;
}

.four-o-four {
    height: 80px;
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 180px;
    width: 430px;
}

.four-o-four-quote {
    color: #444;
    font: normal 18px 'helvetica', arial, sans-serif;
}

.more-prev-btn {
    float: right;
    margin-left: 10px;
}

.browse-tags {
    float: left;
    margin-top: 5px;
}

/* @group Add yourself */

#add-tags {
    padding: 40px 0;
    text-align: center;
}

#add-tags h2 {
    color: #cc3333;
    font-size: 24px;
    font-weight: bold;
}

#your-tags {
	display: block;
	margin: 0 auto;
	width: 340px;
}

#add-tags h2 { 
	color: #333333;
	font-weight: normal;
}

	#add-tags h2 a { 
		color: #0088cc; 
		font-weight: bold;
	}
	
	#add-tags p { 
		font-family: Helvetica, Arial, Sans-Serif;
		font-size: 12px;
	}
	
	#add-tags p a { 
		color: #0088cc;
		font-weight: normal;
	}

#your-tags .autocomplete-wrap { 
	position: relative;
}

.autocomplete-wrap {
     display: inline;
}

#add-tags label { 
	color: #444444;
	display: block;
	font: bold 14px/14px 'Helvetica', Arial, Sans-Serif;
	margin-bottom: 10px;
	text-align: left; 
}

	#add-tags label span { 
		color: #767676;
		display: block;
		float: right;
		font: normal 12px/12px 'Lucida Grande', Arial, Sans-Serif;
	}
	
#add-tags .add-tags-location { 
    border: 1px solid #9f9f9f;
    color: #444;
    display: block;
    height: 19px;
    font: bold 14px 'Helvetica', Arial, Sans-Serif;
    margin: 0 0 20px 0;
    padding: 10px 50px 10px 10px;
    width: 278px;
}

.interest {
	border: 1px solid #9f9f9f;
	clear: both;
	color: #444;
    display: block;
    font: bold 14px 'Helvetica', Arial, Sans-Serif;
    height: 19px;
    margin: 0 0 20px 0;
    padding: 10px 50px 10px 10px;
    width: 278px;
}
	
	#tag-3 { background-position: 0 -38px; }
	#tag-4 { background-position: 0 -76px; }
	#tag-5 { background-position: 0 -114px; }
	#tag-6 { background-position: 0 -152px; margin-bottom: 0; }
    
.steps-2-and-3 {
    margin-bottom: 20px;
    padding: 20px 20px 0 20px;
}

	.steps-2-and-3 textarea { height: 50px!important; }

.steps-2-and-3 h3 {
    color: #5a5a5a;
    margin: 0 0 10px 0;
}

.verify-yourself {
    float: left;
    width: 260px;
}

.verify-yourself input.clean {
        border: 1px solid #dedede;
        color: #666;
        font: normal 12px 'Georgia', Serif;
        font-style: italic;
        margin-bottom: 5px;
        padding: 4px 10px;
        width: 160px;
    }
    
.twitter-icon {
    float: left;
    margin-right: 10px;
}

.tweet-complete {
    float: left;
    padding-left: 20px;
}

.tweet-complete textarea {
    background: #fff;
    border: 1px solid #dedede;
    font-family: Lucida Grande, Arial, Sans-serif;
    height: 48px;
    padding: 5px 10px;
    width: 620px;
}

.almost-done {
    text-align: center;
}

.almost-done .add-to-wefollow {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}

/* @end */

/* @group All Tags */

.complete-search {
    float: right
    height: 51px;
    margin-bottom: 20px;
}

    .complete-search h3 {
        color: #666;
        float: left;
        font-size: 12px;
        padding: 25px 20px 0;
    }
    
    .btn-complete-search {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

    .btn-complete-search:hover {
        filter: alpha(opacity=100);
        opacity: 1.0;
}

    .complete-search input.clean {
        background: #fff;
        border: 1px solid #dedede;
        color: #666;
        float: left;
        font: normal 16px 'Georgia', Serif;
        font-style: italic;
        padding: 5px 10px;
        width: 240px;
    }
    
    .complete-search-search {
        float: right;
        margin-top: 5px;
        width: 310px;
    }
    
    .complete-search-search .go {
    margin-top: 2px;
    margin-left: 10px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

    .complete-search-search .go:hover {
        filter: alpha(opacity=100);
        opacity: 1.0;
}

ul.tag-list {
    
}
.tags_auto { float: left; width: 500px; margin-bottom: 15px }
.tags_auto li { cursor: pointer }

    ul.tag-list li a:hover {
        text-decoration: none!important;
    }


ul.tag-list li {
    background: #eee;
    color: #666;
    display: inline;
    float: left;
    margin: 0 2px 2px 0;
    padding: 5px 10px
}
    
    ul.tag-list li a {
        color: #666;
    }

    ul.tag-list li span {
        color: #f69732;
        font-weight: bold;
    }

#char-count {
    float: right;
    color: #999; 
}

/* @end */

.arrow-up-overlay {
    background: transparent;
    height: 50px;
    margin: 33px 0 0 45px;
    position: absolute;
    width: 50px;
    z-index: 5;
}

.arrow-down-overlay {
    background: transparent;
    height: 50px;
    margin: 33px 0 0 45px;
    position: absolute;
    width: 50px;
    z-index: 5;
}

.new-follower-count {
    background: transparent;
    float: right;
    padding-top: 10px;
    text-align: center;
    width: 110px;
}

.follower-count {
    background: transparent;
    float: right;
    padding-top: 10px;
    text-align: right;
    width: 90px;
    padding-right: 10px
}

.main-info .info-button {
    background: transparent;
    padding: 10px;
    padding-right: 0;
    padding-top: 0;
}

.follower-number {
    color: #444;
    font: bold 12px 'helvetica', arial, sans-serif;
}
.friend-number {
    color: green;
    font: bold 12px 'helvetica', arial, sans-serif;
}


.new-follower-number {
    color: #1e9f09;
    font: bold 14px 'helvetica', arial, sans-serif;
}

.new-follower-number.grey {
    color: #444;
}

.new-follower-number.red {
    color: #cc000;
}

.main-ad {
    height: 90px;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 728px;
}

.ad-tags-inline {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: -4px;
}

/* @group Welcome Ad */

#welcome {
    display: none;
    background-color: rgb(0, 0, 0);
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    filter: alpha(opacity=50); /* IE */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:repeat;
    position:fixed;
    top: 0px;
    left: 0px;
}

#welcome-window {
    display: none;
    background: transparent;
    height: 195px;
    left: 30%;
    padding-top: 5px;
    text-align: center;
    top: 100px;
    margin: 0 auto;
    width: 510px;
    opacity: 1;
    position: absolute;
    -moz-opacity:1;
    filter: alpha(opacity=100);
    z-index: 9999;
}

#welcome-window p {
    color: #333;
    padding-top: 5px;
    text-align: center;
}

#welcome-window p strong {
    font-weight: bold;
}

#welcome-window img {

}

#welcome-window a img {
    margin: 10px 7px 0;
    text-align: left;
    opacity: .9;
    -moz-opacity: .9;
    filter: alpha(opacity=90);
}

#welcome-window a:hover img {
    opacity: 1;
    -moz-opacity:1;
    filter: alpha(opacity=100);
}

#welcome-window .x {
    float: right;
    margin: -10px;
    position: relative;
    z-index: 9999999;
}

.welcome {
    float: left;
    margin-left: 5px;
}

/* @end */

.sort-split {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.sort-by {
    color: #f69732;
    float: right;
    font-weight: bold;
    text-align: right;
}

.sort-by span {
    margin-left: 10px;
}

.selected {
    background: #2677b7;
    padding: 5px;
}
.selected a {
	color: #fff;
}

.hls { background: #FFF9B2; }

.verified-seal {
    top: 5px;
    left: 5px;
    position: absolute;
    z-index: 9999;
}

/* @group Profile Pages */
    
#profile-container-wrapper {
    background: #fff; 
    border: none;
    display: block;
    margin: 5px auto 0 auto;
    padding: 10px;
    width: 960px;
}

#profile-container { 
    background: #e3eaea;
    padding: 10px;
}

.profile-container-column { 
    display: block;
     float: left;
    margin-right: 20px;
    width: 300px;
 }

.profile-container-column h2 { 
    color: #3d3d3d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 5px;
}

#profile-container-column-last { 
    margin-right: 0;
}

#profile-bio { 
    margin-bottom: 20px;
}

.profile-photo {
    display: block;
    float: left;
    height: 60px;
    padding: 0 10px 10px 0;
    width: 60px;
}

#profile-bio h1 { 
    color: #3d3d3d;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 24px;
    padding-top: 10px;
    text-shadow: #fff 0 1px 0px;
}

.profile-asl { 
    color: #3d3d3d;
    font-size: 12px;
    text-shadow: #fff 0 1px 0px;
}

.profile-asl a { 
    text-decoration: underline;
}

.profile-asl a:hover { 
    color: #3d3d3d;
    text-decoration: none;
}

#profile-networks { 
    clear: both;
    display: block;
    margin-bottom: 0px;
}

#profile-networks li {
    display: block;
    float: left;
}

#profile-networks li a img { 
    padding-bottom: 0;
    padding-right: 4px!important;
}

.profile-introduction { 
    color: #444444;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 15px 0;
}

.follow-user-btn {
    margin-bottom: 20px!important;
}

#profile-top-friends { 
    border-bottom: 1px solid #c6c7c7;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#profile-top-friends li { 
    background: #dfe1e2;
    display: block;
    float: left;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 40px;
}

#profile-latest-tweet { 
    padding-bottom: 30px;
}

.latest-tweet { 
    color: #444444;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    margin: 0 0 8px 0;
}

.latest-tweet-meta { 
    color: #adb0b1;
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.profile-favorites { 
    background: #ffffff;
    height: 251px;
    margin: 0;
    padding: 10px;
    position: relative;
}

.profile-favorites-shadow { 
    height: 20px;
    margin-bottom: 12px;
    width: 300px;
}

.profile-favorites h2 { 
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}

#favorite-list { 
    
}

#favorite-list li {
    background: #f9f9f9; 
    display: block;
    height: 32px;
    padding: 5px;
}

#favorite-list li img { 
    display: block;
    float: left;
    margin-right: 10px;
}

#favorite-list li h3, #favorite-list li h3 a {
    color: #777777;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    line-height: 30px;
}

#favorite-list li h3 a:hover {
    color: #3d3d3d;
}

.fan-count {
    color: #6e7778;
    float: right;
    font-size: 11px;
    margin: 0 5px 0 0;
    width: 40px;
}

.fan-count p {
    line-height: 27px;
}

.view-top-favorites a {
    border-top: 1px solid #ececec;
    bottom: -2px;
    display: block;
    padding-top:4px;
    position: absolute;
    text-align: right;
    text-decoration: underline;    
    width: 280px;
}

#twitter-follow-data {
    border-top: 1px solid #c6c7c7;
    border-bottom: 1px solid #c6c7c7;
    clear: both;
    margin-bottom: 15px;
    padding: 10px 0;
}

#twitter-follow li {
    display: block;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 98px;
}

#follower-count {
    border-right: 1px solid #c6c7c7;
}

#update-count {
    border-left: 1px solid #c6c7c7;
}

.total {
    color: #757575;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}

.total-label {
    color: #353535;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

/* @end */

/* @group Edit Profile */
#profile-edit { }

.profile-sidebar-column-small {
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 140px;
}

.profile-sidebar-column-large {
    clear: both;
    padding-bottom: 20px;
}

.profile-sidebar-column-small select {
    margin-left: 0;
}

.block-label {
    color: #3d3d3d;
    display: block;
}

.block-label-large {
    color: #3d3d3d;
    display: block;    
    font: bold 14px 'Helvetica', Arial, Sans-Serif;
    margin-bottom: 5px;
}

.profile-sidebar-column-large .input-text-large {
    background: #fff;
    border: 1px solid #9f9f9f;        
    color: #636363;
    display: block;
    float: left;
    font: bold 14px 'Helvetica', Arial, Sans-Serif;
    height: 26px;
    margin: 0;
    margin-right: 7px;
    padding: 0 10px;
    width: 240px;
}

.submit-btn-small {
    border: none;
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
}

#my-links-form {
    margin-bottom: 0;
    padding-bottom: 10px;
}

#top-friends-form {
    padding-top: 10px;
}

#top-friends-form ul {
    padding-top: 10px;
}

#top-friends-form li {
    background: #dfe1e2;
    display: block;
    float: left;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 40px;
}

.edit-favorite-list li {
    background: #f9f9f9; 
    display: block;
    height: 32px;
    padding: 5px;
}

.edit-favorite-list li img { 
    display: block;
    float: left;
    margin-right: 10px;
}

.edit-favorite-list li h3, .edit-favorite-list li h3 a {
    color: #777777;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 14px;
    line-height: 0;
    margin-top: 6px;
}

.edit-favorite-list h3 a:hover {
    color: #3d3d3d;
}

.edit-artwork-link {
    display: block;
    float: left;
    margin-top: -2px;    
    padding: 5px 0 5px 20px;
    text-decoration: underline;
}

.edit-favorite-title {
    background: #fff;
    border: 1px solid #9f9f9f;        
    color: #636363;
    display: block;
    font: bold 14px 'Helvetica', Arial, Sans-Serif;
    height: 27px;
    margin: 0;
    padding: 0 5px;
    width: 220px;
}

/* @end */

/* @group Badge */
#badge-container {
    background: #dddddd;
    width: 88px;
}

.badge-list {
    display: block;
    margin: 0 auto;
    width: 71px;
}

.badge-list li {
    background: #f3f3f3;
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 3px;
    padding: 2px 5px;
    text-align: center;
    width: 60px;
}

.badge-list li p {
    margin: 0;
}


/* @end */

.top-city-link {
	float: left;
	font-size: 14px; 
	
	margin: 0!important;
	padding: 0!important;
}

/* My Comment */

.top-city {
        padding: 10px 10px 10px 0!important;
        position: relative; 
}

.top-city .count { 
	padding: 0!important; 
}
.ac_results {
	padding: 0px;
	border-top: 0;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	background: #efefef;
	padding: 5px 8px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	border-bottom: 1px solid #999;
	overflow: hidden;
}

.ac_loading {
	background: white url('../loading.gif') right center no-repeat;
}
a.noticias { color: #ff0000; font-weight: bold;}

.ac_over {
	background-color: #FFF9B2 !important;
	color: #000;
}
ul.noticias li {
	border-bottom: 1px solid #eee;
	padding: 2px 8px;
	
}
a.notificar { display: block; margin-top: 10px; font-size: 12px; text-transform: uppercase; }
a.notificar img { width: 16px; vertical-align: middle;}

#tweets, #refers { margin-top: 15px; color: #333; width: 345px; float: left; }
#tweets li, #refers li { border-bottom: 1px solid #ddd; width: 320px;}
.created_at {color: #aaa;}
