/*
project: acee.hu
filename: acee.css
version: v3
owner: acee.hu
author: Akos Bozor aka. acee
*/

@import url(init.css);
/*
Basic styling
*/
body {
	margin: 0 auto;
	width: 960px;
	overflow-x: hidden;
	background-color: #150902;
	}

#siteHolder {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	}
	#headerHolder {
		width: 960px;
		height: 375px;
		position: relative;
		background: #150902 url(../images/headbg.jpg) no-repeat 0px 0px;
		}
		#brand {
			margin: 0;
			padding: 0;
			display: block;
			border: none;
			position: absolute;
			left: 0;
			top: -8px;
			}
		#socialLinks {
			display: block;
			width: 43px;
			position: absolute;
			right: 0;
			bottom: 10px;
			z-index: 101;
			}
			#socialLinks li,
			#socialLinks li a {
				margin-bottom: 10px;
				display: block;
				width: 43px;
				height: 43px;
				line-height: 43px;
				}
				#socialLinks li a {
					user-select: none;
					-moz-user-select: none;
					-webkit-user-select: none;
					background: transparent url(../images/social.png) no-repeat 0 0;
					}
					#socialLinks li a#skype {
						background-position: 0px 0px;
						}
					#socialLinks li a#facebook {
						background-position: 0px -53px;
						}
					#socialLinks li a#gplus {
						background-position: 0px -106px;
						}
					#socialLinks li a#twitter {
						background-position: 0px -159px;
						}
					#socialLinks li a#cv {
						background-position: 0px -212px;
						}
		
		#aceePic {
			margin: 0;
			padding: 0;
			width: 580px;
			height: 375px;
			position: absolute;
			right: 0;
			top: 0;
			z-index: 100;
			}
		#nameTitle,
		#tagLine {
			margin: 0;
			position: absolute;
			right: 500px;
			top: 30px;
			font-size: 77px;
			font-weight: 300;
			line-height: 80px;
			text-align: right;
			letter-spacing: -3px;
			color: #ffffff;
			color: rgba(255, 255, 255, 0.9);
			text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
			-moz-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
			-webkit-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
			}
			#tagLine {
				font-size: 25px;
				line-height: 27px;
				font-weight: 300;
				right: 497px;
				top: 110px;
				letter-spacing: -1px;
				}
		#aboutMe {
			margin: 0;
			width: 450px;
			position: absolute;
			right: 427px;
			top: 150px;
			}
			#aboutMe p {
				margin: 0 0 5px 0;
				padding: 5px 70px 5px 5px;
				background-color: rgba(0, 0, 0, 0.2);
				font-size: 12px;
				line-height: 16px;
				font-weight: normal;
				text-align: right;
				color: #ffffff;
				color: rgba(255, 255, 255, 0.6);
				}
		#decoration {
			margin: 0;
			width: 960px;
			height: 10px;
			position: absolute;
			bottom: 0;
			left: 0;
			background: transparent url(../images/decor.png) no-repeat 0px 0px;
			z-index: 101;
			}

#mainContent {
	margin: 0;
	padding-top: 40px;
	width: 960px;
	min-height: 500px;
	background: #150902 url(../images/contbg.jpg) no-repeat 0px 0px;
	}
	.siteHeading {
		margin: 0 30px 10px 0;
		padding: 0;
		font-size: 38px;
		font-weight: 300;
		line-height: 40px;
		text-align: right;
		letter-spacing: -1px;
		color: #ffffff;
		color: rgba(255, 255, 255, 0.9);
		text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
		-moz-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
		-webkit-text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
		}
	#worksListHolder {
		width: 630px;
		float: left;
		}
		#worksListHolder .siteHeading {
			margin: 0 0 10px 30px;
			text-align: left;
			}
	#resumeHolder {
		margin: 0;
		padding: 0;
		width: 300px;
		float: right;
		}
		#resumeHolder ul {
			margin: 0 0 20px 0;
			padding: 0;
			display: block;
			width: 300px;
			}
			#resumeHolder ul li {
				margin: 0 0 5px 0;
				padding: 0 30px 0 0;
				display: block;
				}
				#resumeHolder ul li.dateli {
					padding: 0;
					}
			#resumeHolder .dateHead {
				margin: 0 0 5px 0;
				padding: 3px;
				display: block;
				font-size: 14px;
				text-transform: uppercase;
				font-weight: 600;
				text-align: left;
				color: #ffffff;
				background-color: rgba(164, 198, 57, 0.4);
				box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
				-moz-box-shadow: 0px px3px 0px rgba(0, 0, 0, 0.2);
				-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
				}
			#resumeHolder .firm,
			#resumeHolder .assignment {
				margin: 0;
				font-size: 20px;
				font-weight: 600;
				text-align: left;
				color: #ffffff;
				line-height: 22px;
				}
				#resumeHolder .assignment {
					font-size: 13px;
					font-weight: normal;
					font-style: italic;
					line-height: 20px;
					}
			
			#resumeHolder p {
				margin: 10px 0 0 0;
				display: block;
				font-size: 12px;
				font-weight: normal;
				text-align: left;
				color: #ffffff;
				}
				#resumeHolder small {
					margin: 5px 0 5px 0;
					display: block;
					font-size: 9px;
					line-height: 11px;
					color: #c59f83;
					}

.wPost {
	margin: 0 0 30px 30px;
	padding: 0;
	display: block;
	position: relative;
	}
	.bigThumb {
		margin: 0;
		padding: 0;
		display: block;
		width: 380px;
		height: 260px;
		float: left;
		background-color: rgba(0, 0, 0, 0.4);
		}
		.bigThumb .thumb {
			margin: 5px;
			padding: 0;
			display: block;
			width: 370px;
			height: 250px;
			overflow: hidden;
			background-color: #333333;
			position: relative;
			}
			.bigThumb .thumb .overEff {
				margin: 0;
				padding: 0;
				display: none;
				position: absolute;
				left: 0;
				top: 0;
				width: 370px;
				height: 250px;
				overflow: hidden;
				background: transparent url(../images/bigthumbover.png) no-repeat 0px 0px;
				z-index: 10;
				}
			.bigThumb .thumb img {
				margin: 0;
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				border: none;
				}
	
	.detailsAndThumbs {
		margin: 0 0 0 10px;
		width: 210px;
		height: 260px;
		float: left;
		}
		.details {
			height: 100px;
			}
		.projName {
			margin: 0px 0 5px 0;
			padding: 0;
			font-size: 20px;
			font-weight: 600;
			color: #ffffff;
			line-height: 25px;
			text-align: left;
			}
		.shortDesc {
			margin: 0;
			padding: 0;
			display: block;
			font-size: 10px;
			font-weight: normal;
			text-align: left;
			line-height: 12px;
			color: #C59F83;
			}
		.thumbsList {
			margin: 10px 0 0 0;
			padding: 0;
			display: block;
			width: 210px;
			}
			.thumbsList li {
				margin: 0 10px 10px 0;
				padding: 0;
				display: inline;
				height: 70px;
				float: left;
				}

			.smallThumb {
				margin: 0;
				padding: 0;
				display: inline-block;
				width: 100px;
				height: 70px;
				background-color: rgba(0, 0, 0, 0.4);
				float: left;
				}
				.smallThumb .thumb,
				.smallThumb .thumb .overEff {
					margin: 5px;
					padding: 0;
					display: block;
					width: 90px;
					height: 60px;
					background-color: #333333;
					position: relative;
					}
					.smallThumb .thumb .overEff {
						margin: 0;
						display: none;
						position: absolute;
						left: 0;
						top: 0;
						background: transparent url(../images/thumbover.png) no-repeat 0px 0px;
						z-index: 10;
						}
					.smallThumb .thumb img {
						margin: 0;
						display: block;
						position: absolute;
						left: 0;
						top: 0;
						border: none;
						}

.badge {
	margin: 0;
	padding: 0;
	display: block;
	width: 110px;
	height: 60px;
	position: absolute;
	left: -10px;
	top: 210px;
	z-index: 100;
	}
	.badge.webdesign {
		background: transparent url(../images/badge-wd.png) no-repeat 0px 0px;
		}
	.badge.mobile {
		background: transparent url(../images/badge-ms.png) no-repeat 0px 0px;
		}
	.badge.ui {
		background: transparent url(../images/badge-ui.png) no-repeat 0px 0px;
		}
	.badge.logo {
		background: transparent url(../images/badge-ld.png) no-repeat 0px 0px;
		}
	.badge.print {
		background: transparent url(../images/badge-p.png) no-repeat 0px 0px;
		}

.adultContent {
	margin: 0;
	padding: 0;
	display: block;
	width: 147px;
	height: 218px;
	position: absolute;
	left: 120px;
	top: 20px;
	z-index: 100;
	background: transparent url(../images/adultcontent.png) no-repeat 0 0;
	}

.tags {
	margin: 10px 0 5px 0;
	padding: 0;
	display: block;
	line-height: 15px;
	}
	.tags li {
		margin: 0;
		padding: 0 2px;
		display: inline;
		font-size: 9px;
		font-weight: normal;
		font-style: italic;
		text-align: left;
		color: rgba(255, 255, 255, 0.3);
		height: 15px;
		line-height: 15px;
		float: left;
		}
		.tags li.separator {
			width: 3px;
			}

.viewSite {
	margin: 10px 0 0 0;
	padding: 0 5px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	float: right;
	color: #ffffff;
	background-color: #a4c639;
	border: 3px solid rgba(0, 0, 0, 0.8);
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
	}
	.viewSite:hover {
		background-color: #89a23c;
		border-color: #f35c21;
		}

#downloadCV {
	margin: 15px 0 10px 0;
	padding: 0 0 0 20px;
	display: block;
	width: 80px;
	height: 16px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	color: #ffffff;
	background: transparent url(../images/pdficon.png) no-repeat 0px 0px;
	float: left;
	}
