body{
	background-color: #ecf0f1;
}
.clear{
	clear: both;
}
.wrapper{
        width: 800px;
        margin-right: auto;
        margin-left: auto;
}
.main-title{
        margin-left: 40px;
}
.main-title h2{
        font-size: 40px;
        line-height: 40px;
        font-family: verdana;
        color: #2c3e50;
}
.main-title h3{
        font-size:20px;
        line-height:20px;
        font-family: verdana;
        color: #34495e;
        margin-top:-20px;
        margin-left: 20px;
}
.post{
        margin: 5px;
        background-color: #fff;
        border-left: 10px solid #f1c40f;
}

.post-yellow{
	border-left: 10px solid #f1c40f;
}

.post-green{
	border-left: 10px solid #
}

.title{
        line-height: 50px;
        padding-left:10px;
}
.title a:visited{
        color: #27ae60;
}
.title a:link{
        font-family: Verdana;
        font-size: 20px;
        text-decoration: none;
        color: #27ae60;
}
.content{
        font-family: Verdana;
        font-size: 12px;
        padding: 10px;
}
.content p a:visited{
        color:#2980b9;
}


@media only screen and (max-device-width: 640px) {
    .wrapper{
		width: 800px;
		margin-left:auto;
		margin-right:auto;
	}
	.main-title{
		margin: 0px;
	}
	.main-title h2{
		font-size: 150px;
		line-height: 170px;
		height:170px;
		margin-bottom: 0px;
	}
	.main-title h3{
		font-size: 80px;
		line-height: 120px;
		height: 120px;
		font-weight: none;
	}
	.title{
		float:left;
		width:100%;
		margin-left: -10px;
		border-bottom: 5px solid #f1c40f;
		
	}
	.title a:link{
		font-size: 3em;
		line-height: 1.2em;
		display: block;
		margin-left:20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.content{
		float: left;
		font-size: 1.7em;
		padding-right:10px;
		margin-left:10px;
	}
	.post{
		margin-bottom: 30px;
	}
	.clear{
		clear: both;
	}
}

