
* {
	margin: 0;
	padding: 0;
}

a {
	xoutline: none !important;
}

#templates {
	display: none;
}
	
#header {
	margin-top: 50px;
}
	
#page {
	width: 500px;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px;
}



.main {
	padding-bottom: 50px;
}

	
	.entry {
		margin-top: 25px;
		position: relative;
	}

		.entry .title {
			position: relative;
		}
			
			.entry .title a {
				text-decoration: none !important;
			}
			
			.entry .title a .cufon {
				border-bottom: 1px dotted #ddd; 
			}
			
			.entry .title a:hover .cufon {
				border-bottom: 1px solid #bbb; 
			}
		
			.entry .title .text {
				z-index: 2;
				
			}
			
			.entry .date {
				color: #999;
				position: absolute;
				top: 0;
				left: -200px;
				z-index: 1;
				text-align: right;
				width: 175px;
				font-size: 18px;
			}
		
			.entry p {
				margin-top: 10px;
			}
		
		
	
	
	
.clr:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clr { height: 1%; }
@media { .clr { height: 1%; }}