@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/upper-bg.png) repeat-x top;
}

/* Styling Content */
.page {
}

.upper-menu {
	display:block;
	height:32px;
	margin:0 auto;
	padding-top:4px;
	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:202px;
	margin:0 auto;
	width:960px;
}
	.logo {
		background:url(img/logo.png) no-repeat;
		display:block;
		height:58px;
		left:68px;
		position:relative;
		top:30px;
		width:526px;
	}
		.logo span {
			display:none;
		}
		
.footer {
	color:#787878;
	font-size:11px;
	margin:10px auto;
	width:940px;
	position:relative;
	top:-74px;
	
}
	.footer a {
		color:#2e5e8e;
		text-decoration:none;
	}
	.footer a:hover {
		text-decoration:underline;
	}

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

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

.column-h h2 {
	font-size:28px;
	font-weight:bold;
	height:54px;
	line-height:42px;
	width:298px;
	text-align:center;
	text-indent:-32px;
}
.column-h h2 span {
	display:block;
	height:54px;
	padding:10px 0 0 14px;
	width:304px;
}

	#pdl h2 {
		background:url(img/pdl/column-hl.png) no-repeat top left;
		color:#9f6213;
	}
	#pdl h2 span {
		background:url(img/pdl/column-hr.png) no-repeat top right;
	}
		#container1 {
			background:url(img/pdl/column-bg.png) repeat-y left;
		}
	#pdl .tweet_body {
		background:url(img/pdl/tweet-bg.png) repeat-x top;
	}
	#pdl .column-f {
		background:url(img/pdl/column-fr.png) no-repeat bottom right;
	}
	#pdl .column-f span {
		background:url(img/pdl/column-fl.png) no-repeat bottom left;
	}
	#pdl .content {
		color:#6b420c;
	}
	#pdl .content a {
		color:#000;
	}
	#pdl .username {
		color:#ffc478;
	}
	#pdl .username a {
		color:#ffdaab;
	}
	
	#vot h2 {
		color:#c4c4c4;
		background:url(img/vot/column-hl.png) no-repeat top left;
	}
	#vot h2 span {
		background:url(img/vot/column-hr.png) no-repeat top right;
	}
		#container2 {
			background:url(img/vot/column-bg.png) repeat-y left;
		}
	#vot .tweet_body {
		background:url(img/vot/tweet-bg.png) repeat-x top;
	}
	#vot .column-f {
		background:url(img/vot/column-fr.png) no-repeat bottom right;
	}
	#vot .column-f span {
		background:url(img/vot/column-fl.png) no-repeat bottom left;
	}
	#vot .content {
		color:#b3b3b3;
	}
	#vot .content a {
		color:#d3d3d3;
	}
	#vot .username {
		color:#6a6a6a;
	}
	#vot .username a {
		color:#878787;
	}
	
	#psd h2 {
		color:#63010a;
		background:url(img/psd/column-hl.png) no-repeat top left;
	}
	#psd h2 span {
		background:url(img/psd/column-hr.png) no-repeat top right;
	}
		#container3 {
			background:url(img/psd/column-bg.png) repeat-y left;
		}
	#psd .tweet_body {
		background:url(img/psd/tweet-bg.png) repeat-x top;
	}
	#psd .column-f {
		background:url(img/psd/column-fr.png) no-repeat bottom right;
	}
	#psd .column-f span {
		background:url(img/psd/column-fl.png) no-repeat bottom left;
	}
	#psd .content {
		color:#3c140e;
	}
	#psd .content a {
		color:#000;
	}
	#psd .username {
		color:#cd6d60;
	}
	#psd .username a {
		color:#e5796b;
	}

.containers {
	height:525px;
	overflow:auto;
	padding:0 7px 0 10px;
	width:302px;
}

	.tweet_body {
		display:block;
		height:63px;
		padding:3px 6px 9px;
		width:286px;
	}

	.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;
			  }
		
		.username {
			font-size:10px;
			font-weight:bold;
		}
			.username a {
				text-decoration:none;
			}
			.username a:hover {
				text-decoration:underline;
			}
		
	.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;
		}
		
.column-f {
	display:block;
	height:54px;
	width:317px;
}
.column-f span {
	display:block;
	height:54px;
	width:297px;
}

.fb_share_count_wrapper{
	margin-right:10px;
}

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

.powered-by {
	display:block;
	background:url(img/powered-by.png) no-repeat top right;
	float:right;
	height:26px;
	width:116px;
}
	.powered-by span {
		display:none;
	}
	
#clock {
	float:right;
	width:156px;
	font-size:15px;
}