/* @group General */

body {
	background-color: #1d2028;
	font-family: Helvetica, Arial, sans;
	color: #fafbfa;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
}

.main{
	width: 810px;
	margin: auto;
	margin-top: 0px;
	position: relative;
}

a {
	color: #e9eacc;
	text-decoration: none;
}

a:hover {
	color: #3dbbef;
}

ul {
	margin: 0;
}

li {
	margin: 0;
}

hr{
	background-color: #373d4b;
	border: 0;
	height: 1px;
}

h1{
	font-size: 28px;
	font-weight: normal;
	margin-top: 0;
	color: white;
}

h2{
	font-size: 22px;
	color: white;
}

/* @end */

/* @group Header */
.header{
	overflow: hidden;
	margin-bottom: 30px;
}

.candybar{
	background-image: url(../images/candybar.png);
	height: 5px;
}

.logo {
	float: left;
	margin-top: 60px;
}

	/* @group Navigation */
	
	.navigation{
		float: right;
		margin-top: 105px;
	}
	
	.navigation li{
		list-style-type: none;
		float: left;
		margin-left: 10px;
	}
	
	.navigation .selected{
		color: white;
		background-color: #363c4a;
		padding: 3px 10px;
		margin: -3px;
		border-radius: 15px;
		margin-left: 10px;
		margin-right: 0;
	}
	
	.navigation a{
		padding: 5px 10px;
	}
	
	.navigation a:hover{
		color: white;
		background-color: #d93446;
		border-radius: 15px;
	}
	
	.navigation a:active{
		color: white;
		background-color: #363c4a;
		border-radius: 15px;
	}
	
	/* @end */

/* @end */

/* @group Content */
.content{
	overflow: hidden;
}

.badge{
	position: absolute;
	top: 154px;
	left: -15px;
	z-index: 9999;
}

	/* @group Categories */
	
	.categories{
		margin-top: 30px;
	}
	
	.categories .item{
		float: left;
		margin-left: 10px;
	}
	
	.categories .item:first-child{
		margin-left: 0px;
	}
	
	.categories img{
		border: 5px solid #1c1f28;
		border-radius: 17px;
	}
	
	.categories img:hover{
		border: 5px solid #d93446;
		border-radius: 15px;
	}
	
	.categories p{
		text-align: center;
		margin: 5px;
	}
	
		
	/* @end */

/* @group Project */

.content .project{
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	/*color: #e9eacc;*/
}

.content .project a{
	color: #3dbbef;
}

.content .project a:hover{
	color: #d83245;
}

.project_slideshow{
	float: left;
	margin-right: 35px;
}

.dribbble {
	background: url(../images/icon_dribbble.png) 2px 7px no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}

.tumblr {
	background: url(../images/icon_tumblr.png) 5px 7px no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}

/* @end */

/* @end */

/* @group Footer */

.footer{
	color: #373d4b;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 100px;
}

	/* @group Copyright */
	
	.copyright{
		float: left;
		width: 310px;
	}
	
	.copyright .symbol{
		float: left;
		font-size: 50px;
		margin-top: 10px;
		font-family: Arial;
	}
	.copyright p{
		float: left;
		margin: 0;
		margin-left: 10px;
	}
	
	/* @end */

.madein{
	float: left;
}

	/* @group Social Links */
	
	.social{
		float: right;
	}
	
	.social li{
		list-style-type: none;
		float: left;
		margin-left: 20px;
		padding-left: 35px;
		padding-top: 10px;
		font-size: 12px;
	}
	
	.social .dribbble{
		background: url(../images/icon_dribbble.png) 3px 9px no-repeat;
	}
	
	.social .twitter{
		background: url(../images/icon_twitter.png) 0 9px no-repeat;
	}
	
	.social .tumblr{
		margin-left: 5px;
		background: url(../images/icon_tumblr.png) 8px 9px no-repeat;
	}
	
	.social .instagram{
		margin-left: 5px;
		background: url(../images/icon_instagram.png) 5px 9px no-repeat;
	}
	/* @end */

/* @end */