html, body { background-color:#F0F0F0; color: #3e3e3e; font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif; font-size: 13px; }
img { max-width:100%; border:0; }
a { text-decoration: none; color: #0066ff; }
iframe { padding: 0; margin: 0; }
.fa { color: #999; }
.content {position: relative; width: 720px; margin: 0 auto; padding: 0px; padding-bottom:50px; }

.post { width:560px; margin:40px; padding:40px; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1); background-color:#fff; }
.post a { text-decoration: none; color: #0066ff; }
.date { font-size: 12px; color: #999; }
.link a { text-decoration:none; font-size: 12px; color: #999; }
.category { font-size: 12px; color: #999; }
.category a { text-decoration:none; font-size: 12px; color: #999; }

.more { font-size: 13px; text-align:center; }
.more a { text-decoration: none; }
.page { font-size: 13px; text-align:center; }

.inputs[type="text"] {
	color: #555;
	width:560px; 
	margin:40px; 
	padding: 20px; 
	font-weight: 400; 
	font-size: 18px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
}