@charset "UTF-8";
/* Work Page Styles */
/* Teo Connor Studio */
/* Author www.pumkin.co.uk */

#work {
	/*width:986px;*/
	position:relative;
	margin-bottom:10px;
	z-index:2;
}

article {
	position:relative;
	height:500px;
	width:100%;
	margin-bottom:10px;
}

article .image {
	height:500px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	width: 100%;
}

article .image.full.landscape {
	max-width:735px;	
}

article .image.half.landscape {
	height:245px;
	margin-bottom:10px;
}

article .image.half, article .image.portrait {
	max-width:357px;
}

article .info {
	width: 65%;
	max-width:239px;
	height:500px;
	position:absolute;
	right:0;
	top:0;
}

.info .text {
	position:relative;
	height:470px;
	margin:12px 15px 15px 15px;
}

.info .text a {
	text-decoration:underline;	
}

.info h3 {
	margin:0;
}	

.info .date {
	margin-bottom:25px;	
}

.info p {
	font-size:14px;
	line-height:16px;	
}

.info .details {
	position:absolute;
	bottom:4px;
	left:0;
}

.info .posted-by, .info .time {
	font-size:14px;
	margin-top:4px;		
}

.info .time {
	margin-top:0px;
}


#footer-links {
	clear:both;
	max-width:986px;
	position:relative;
	margin-top:20px;
	padding-bottom:40px;
}

#footer-links .back-to-top {
	position:absolute;
	left:0;
	top:0;
	width:300px;
	color:#999;
	cursor:pointer;
}

#footer-links .next {
	position:absolute;
	right:0;
	top:0;
	width:120px;
	text-align:right;
}

#footer-links .prev {
	position:absolute;
	right:136px;
	top:0;
	width:120px;
	text-align:right;
}

#footer-links a {
	color:#999;
}

#footer-links a:hover {
	color:#111;
}
