/* desktop */
@media only screen and (min-width: 641px), only screen and (min-device-width: 641px) {
	
	.our-work, .welcome, .feed{
		width:265px;
		padding: auto 20px auto 20px;
		font-family: 'Didact Gothic', sans-serif;
	}
	.our-work{margin-top:190%;}
	.welcome{margin-top:196.5%;}
	.blog{margin-top:190%;}
	.our-work h2, .welcome h2, .heading{
		padding-bottom: 5px;
		margin-top: 20px;
		margin-bottom:35px;
		text-align:center;
		font-size:1.4em;
		font-weight:600;
		border-bottom:thin dotted #b9c6c6;
	}
	.our-work {
		float:left;	
	}
	.our-work p{
		font-size:1.1em;
		line-height:1.5em;
		text-align:center;
		margin-bottom:20px;	
	}
	.welcome {
		margin-left:15px;	
	}
	.welcome p {
		font-size:1.0em;
		line-height:1.5em;
		margin-bottom:10px;
	}
	.welcome  p span {
		color:#000;
		line-height:1.1em;
		font-size:1.55em;
		font-weight:700;	
	}
	.welcome a {
		margin-top:20px;
		color:#6aaec6;
		text-decoration:none;	
	}
	p a:hover, p a:active, p a:visited {
		color:#6aaec6;	
	}
	p a img {
		margin-left:5px;	
	}
	span3 {
		color:#6aaec6;	
	}
	.heading{
		font-family: 'Didact Gothic', san-serif;	
	}
	.blog {
		float:right;	
	}
	.feed {
		padding: 10px 10px;
		margin-top:25px;
		border:thin #ccc solid;
		font-size:1.0em;
		line-height:1.5em;
		margin-bottom:20px;	
	}
	.feed ul {
		list-style:none;	
	}
	.feed ul a {
		color: #a95109;	
	}
	.feed em {
		font-style:normal;	
	}
	.feed em a{
		color:#7b7b7b;
		font-size:.9em;
		font-style:italic;	
	}
	.ellipsis {
		text-decoration:none;	
	}
	span5 {
	 font-size:.8em;
	 color:#000;	
	}
	.static-image {	position:absolute;
					margin-top:-1%;
					z-index:-999999;
					}
	.featured, .featured img{
		position:absolute;
		z-index:999999;	
	}
	
}