﻿/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	background:#fff;}
img {border:0;}
a 	{text-decoration:none; border:0;}


/* MENU 
-----------------------------------------------------------*/
a.btn:link {
	text-align:center;
	font-weight:bold;
	display:inline-block;
	color:#FFF;
	text-decoration:none; 
}
a.btnlaatste:link {
	text-align:center;
	font-weight:bold;
	display:inline-block;
	color:#FFF;
	text-decoration:none; 
}
a.btnlaatste:visited {
	text-align:center;
	font-weight:bold;
	display:inline-block;
	color:#FFF;
	text-decoration:none; 
}
a.btn:visited {
	text-align:center;
	font-weight:bold;
	display:inline-block;
	color:#FFF;
	text-decoration:none; 
}
a.btn:hover {
	text-align:center;
	font-weight:bold;
	display:inline-block;
	color:#FFF;
	text-decoration:none; 
 	background:url(img/gradient_menu_dark.gif) repeat-x;
}
a.btnlaatste:hover {
	text-align:center;
	font-weight:bold;
	display:inline-block;
	color:#FFF;
	text-decoration:none; 
 	background:url(img/gradient_menu_dark.gif) repeat-x;
}
a.btn:active {
	text-align:center;
	font-weight:bold;
	display:inline-block;
	color:#FFF;
	text-decoration:none;  
 	background:url(img/gradient_menu_dark.gif) repeat-x;
}
a.btnlaatste:active {
	text-align:center;
	font-weight:bold;
	display:inline-block;
	color:#FFF;
	text-decoration:none;  
 	background:url(img/gradient_menu_dark.gif) repeat-x;
}
ul#submenu li{ width:100%;
	height:15px;
	margin:4px 0;
	padding:5px 0;
	font-weight:bold;
	background:url(img/arrow_blue_right.jpg) right no-repeat #418be0;}
#submenu a {color:#FFF; text-decoration:none; display:inline-block; width:100%;}	

a.time:link {background:#FFF;}  /* unvisited link */
a.time:visited {background:#FFF;}  /* visited link */
a.time:hover {background:#e0e0e0;}  /* mouse over link */
a.time:active {background:#e0e0e0;}  /* selected link */

/* CONTENT 
-----------------------------------------------------------*/	
ul.note {color:#9f9f9f;}
#title a { 
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;}


dl.tweet {color:#9f9f9f; font-weight:bold;}	
dl.tweet label {margin:0; padding:0;}

.tweet a.img {float:right}
.tweetpost {border:1px solid #979797;padding:5px; font-weight:normal;}
.count, .action {color:#9f9f9f; font-weight:bold; width:130px;}
.input {width:174px; height:16px; margin:0 0 5px 0; padding:3px; border:1px solid #979797;}	





/* FOOTER
-----------------------------------------------------------*/
#banner {background:url(img/gradient_footer.gif) repeat-x #fff;}
#footer {background:url(img/gradient_footer.gif) repeat-x #fff;}

/* POST 
-----------------------------*/	
.post {
	position:relative;
	width:97%;
	margin:2% 0 0 2%;
	padding:0;}
.avatar {
	margin:1% 2% 0 0;
	padding:0;}	
.time, .txt {
	margin:0;
	padding:0;}
div.post {font-weight:bold;}
.txt {color:#5cb3fe; }
.time {color:#979797;}
.post a {color:#5cb3fe; text-decoration:none;}
.post img {border:0;}
