@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

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

a img { border: none; }
/* -----------------------------------------------------
end reset --------------------------------------------*/

/* clearfix */
.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%;
}
/* END clearfix */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background:url(../img/bg.png) repeat-x top;
}

/* Styling Content */
.page {
}

.upper-menu {
	display:block;
	height:36px;
	margin:0 auto;
	width:960px;
}
	.upper-menu ul {
		list-style:none;
	}
	
	.upper-menu li {
		float:left;
		margin:8px 10px;
	}
	.upper-menu a {
		color:#ebebeb;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
	}
	.upper-menu a:hover {
		text-decoration:underline;
	}
	.upper-menu a#active {
		background:#33363b;
		padding:2px 5px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	}

.header {
	background:url(img/header-bg.png) no-repeat top center;
	display:block;
	height:216px;
	margin:0 auto;
	width:960px;
}
	.logo {
		display:block;
		height:58px;
		left:100px;
		position:relative;
		top:76px;
		width:260px;
	}
		.logo span {
			display:none;
		}
		
.footer {
	color:#787878;
	font-size:11px;
	margin:10px auto;
	width:960px;
}
	.footer a {
		color:#2e5e8e;
		text-decoration:none;
	}
	.footer a:hover {
		text-decoration:underline;
	}

.wrapper {
	margin:0 auto;
	width:960px;
	position:relative;
	top:-22px;
}

.column{
	display:block;
	float:left;
	margin-right:6px;
	position:relative;
	width:314px;
}

.column-h h2 {
	background:url(../img/column-h-left.png) no-repeat top left;
	font-size:14px;
	font-weight:bold;
	height:34px;
	width:300px;
}
.column-h h2 span {
	background:url(../img/column-h-right.png) no-repeat top right;
	display:block;
	height:34px;
	padding:10px 0 0 14px;
	width:298px;
}

.containers {
	background:url(../img/column-bg.png) repeat-y left;
	height:496px;
	overflow:auto;
	padding:0 7px 0 6px;
	width:304px;
}

	.tweet_body {
		background:url(../img/tweet-bg.png) repeat-x bottom;
		display:block;
		height:50px;
		padding:3px 6px 9px;
		width:288px;
	}

	.profile_image {
		display:inline-block;
		height:48px;
		width:48px;
		float:left;
		margin-top:3px;
		margin-right:6px;
	}

	  .profile_image span {
		  background:url(../img/80per.png) repeat;
		  display:none;
		  height:48px;
		  width:48px;
		  position:absolute;
	  }
	
		  .profile_image span.hover {
			  display:block;
		  }
		  .view_tweet{
			  display:block;
			  width:16px;
			  height:16px;
			  background:url(../img/icons.png) 0 0;
			  float:left;
			  margin:32px 0 0 0;
			  text-indent:-9999px;
		  }
			  .view_tweet:hover{
				  background-position:0 -16px;
			  }
		  .view_profile{
			  display:block;
			  width:16px;
			  height:16px;
			  background:url(../img/icons.png) -16px 0;
			  float:left;
			  margin:32px 0 0 0;
			  text-indent:-9999px;
		  }
			  .view_profile:hover{
				  background-position:-16px -16px;
			  }
		  .retweet{
			  display:block;
			  width:16px;
			  height:16px;
			  background:url(../img/icons.png) -32px 0;
			  float:left;
			  margin:32px 0 0 0;
			  text-indent:-9999px;
		  }
			  .retweet:hover{
				  background-position:-32px -16px;
			  }
	
	.profile_name {
		display:inline-block;
	}
	
	.content {
		font-size:11px;
		color:#333;
		overflow:hidden;
		height:52px;
		line-height:13px;
		width:232px;;
	}
	
		.content a {
			color:#779900; /*#ff7200;*/
			text-decoration:none;
		}
		.content a:hover {
			text-decoration:underline;
		}
		
	.hour {
		color:#90a1b3;
		float:right;
		font-size:10px;
		line-height:12px;
		margin-top:1px;
		margin-right:2px;
	}
	
.column-f {
	background:url(../img/column-f-right.png) no-repeat bottom right;
	display:block;
	height:32px;
	width:312px;
}
.column-f span {
	background:url(../img/column-f-left.png) no-repeat bottom left;
	display:block;
	height:32px;
	width:300px;
}

.top-users {
	display:block;
	float:left;
	height:234px;
	margin-top:10px;
	width:960px;
}
	#top-users-bg {
		background:url(../img/top-users-bg.png) repeat-y;
		display:block;
	}
	.top-users-h h2 {
		background:url(../img/column-h-left.png) no-repeat top left;
		font-size:14px;
		font-weight:bold;
		height:34px;
		width:940px;
	}
	.top-users-h h2 span {
		background:url(../img/column-h-right.png) no-repeat top right;
		display:block;
		height:34px;
		padding:10px 0 0 14px;
		width:938px;
	}
	
	.top-users-f {
		background:url(../img/column-f-right.png) no-repeat bottom right;
		display:block;
		height:32px;
		width:952px;
	}
	.top-users-f span {
		background:url(../img/column-f-left.png) no-repeat bottom left;
		display:block;
		height:32px;
		width:940px;
	}
	.top-users-column-1 {
		float:left;
		margin-left:6px;
	}
	.top-users-column-2 {
		float:left;
	}	
	.top-users-column-3 {
		float:left;
	}
	.top-user {
		background:url(../img/tweet-bg.png) repeat-x top;
		display:block;
		height:50px;
		padding:3px 6px 9px;
		width:301px;
	}
		.rank {
			color:#9ab0c6;
			float:left;
			font-size:48px;
			font-weight:bold;
			height:50px;
			line-height:56px;
			margin-right:6px;
		}
		.top-user-content{
			font-size:11px;
			color:#333;
			overflow:hidden;
			height:52px;
			line-height:13px;
			width:210px;;
		}
			.top-user-content a {
				color:#779900; /*#ff7200;*/
				text-decoration:none;
			}
			.top-user-content a:hover {
				text-decoration:underline;
			}

.fb_share_count_wrapper{
	margin-right:10px;
}

.footer p {
	float:left;
	width:828px;
}

/* BRANDING */
a.wraper-w {
	background:url(http://utweet.ro/img/bg-backitup.jpg) repeat-x top center;
	height:215px;
	width:100%;
	position:absolute;
	top:35px;
}
	a.wraper-w span {
		display:none;
	}

.backitup-logo {
	height:215px;
	width:484px;
	background:url(http://utweet.ro/img/logo-backitup.png) no-repeat top left;
	position:absolute;
	top:36px;
	margin-left:474px;
}
	
	.backitup-logo span {
		display:none;
	}