/*
Theme Name: Risky
Author: Chaffinch
Author URI: http://chaffin.ch/
*/

@import url('css/generic.css');
@import url('css/specific.css');
@import url('css/xxcustom.css');
/***************************************************** Twiiter page */
#everything .tweetM0{
	margin-bottom:1px;
}

#everything .tweetBg{
	background:#3c5c73 url(img/twiiter_bg.jpg) no-repeat left top;
	width:980px;
	margin:-19px 0 0 0;	
}

#everything .tweetBg h2{
	float:right;
	width:790px;
	padding:22px 0 12px 8px;	
	color: #0073aa;
    font-size: 1.8em;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
	margin-right:18px;
}

.tweetBox{
	float:right;
	width:754px;
	margin-right:18px;
	padding:18px 22px 17px 22px; 
	background-color:#fff;
}

	.tweetBox a:link,
	.tweetBox a:visited,
	.tweetBox a:active,
	.tweetBox a:hover{
		color:#0371a2;
	}
		
	.tweetBox p:first-child{
		font-size: 1.3em;
		padding:0 25px 0 4px;
		line-height:16px;
	}
	

.aboutTweeters{
	float:left;
	width:236px;
	padding:18px 0 0 0;
}

.aboutTweeters a{
	font-weight:bold;
	font-size:0.75em;
}

.latestTweets{
	float:right;
	width:502px;
	padding:18px 0 0 0;	
}

.aboutTweeters h3,
.latestTweets h3{
		font-size: 1.3em;
		font-weight:bold;
		padding-bottom:1px;
	}

.tweeterBox{
	float:left;
	width:236px;
	border-bottom:1px solid #005e98;
	padding:0px 0 8px 0;
	margin-top:9px;
}

	.tweeterBox img{
		float:left;
		/*width:72px;*/
		padding-bottom:10px;
	}
	
	.tweeterBox ul{
		float:left;
		width:154px;
		padding:0 0 0 10px;
		margin:0;
	}
	
	.tweeterBox ul li{
		display:block;
		font-size:1.4em;
		margin:0;
		padding:0;
		line-height:17px;		
	}
	
	.tweeterBox ul li span{ 
			font-size:12px;
	}
	
	.tweeterBox p{
		padding:0 20px 0 0px;
		font-size:1.2em;
		line-height:14px;
	}
	
.latestTweets .tweeterBox{
	width:502px;
}


.latestTweets .tweeterBox img{
	/*width:45px;
	height:45px;*/
	padding-right:15px
}

.latestTweets .latestContent{
	float:left;
	width:430px;
}

.latestTweets .latestContent ul{
	padding:0;
	width:100%;
}

.latestTweets .latestContent ul li{
	line-height:14px;
	padding:0 0 1px 0
}

.latestTweets .latestContent span{
	padding:0 0 0 0;
	width:100%;
	line-height:15px;
		font-size:12px;
}

.latestTweets .tweeterBox p{
		font-size:1.3em;
		padding:8px 20px 0 0;
	}	

.borderNone{
	border:none;
}
.twitter{
	display:none;
}
