/*---------------
  START
---------------*/

.start .flickr {
	float: left;
	margin-left: 3%;
	width: 48.5%;
}

.start .twitter {
	float: left;
	width: 48.5%;
}

/*---------------
  SKILLS
---------------*/

.skills .content {
	float: left;
	clear: both;
	width: 48.5%;
}

.skills .content:nth-child(odd) {
	float: right;
	clear: right;
}

/*---------------
  PROJECTS
---------------*/

.project .image {
	float: left;
	width: 40.5%;
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	transition: transform 0.3s ease;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

.project .content {
	float: right;
	width: 52.5%;
}

.project .image:hover,
.project .image:focus,
.project .image:active {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

/*---------------
  BLOG
---------------*/

.post footer {
  width: 30%;
}

.link footer {
  width: 25%;
}

.postContent,
.disqus-comments {
   margin: 0 0 0 35%;
}

.link .postContent {
	margin: 0 30% 0 0;
}

.post img {
   margin-left: -50%;
 }
