/*
Theme Name: John Maclean
Theme URI: http://johnmaclean.co.uk
Description: Theme for John Maclean's website
Version: 1.0
Author: Pushkin Passey
Author URI: http://passeymedia.com
Tags: john, maclean, architectural, fine arts, photography, 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* Sticky footer */
html, body {height:100%;}
.wrapper {min-height:100%;height:auto !important;height:100%;margin:0 auto -40px;}
.footer, .push {height:40px;width:950px;margin:0 auto;font-size:10px;color:#999;line-height:14px !important;}
/*Sticky footer end */

a:link {
	color:#000;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#000;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#008DE1;
	text-decoration: none;
}  /* mouse over link */
a:active {
	color:#000;
	text-decoration: none;
}  /* selected link */

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica CE", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
}
.wrapper {
	width:950px;
}
.box {
	margin-top:90px;
	height:440px;
	position:relative;
}
.box_nav {
	float:left;
	width:370px;
}
.box_info {
	float: left;
	position: absolute;
	left: 0px;
	top: 215px;
	width:350px;
	height:225px;
	margin-left:20px;
	font-size:11px;
	display:block;
	overflow:hidden;
}
.box_info_books {
	float: left;
	position: absolute;
	left: 0px;
	top: 160px;
	width:350px;
	height:280px;
	margin-left:20px;
	font-size:11px;
	display:block;
	overflow:hidden;
}
.extra_info {
	position:absolute;
	bottom:0px;
	left:0px;
}
#thumbs {
	position:absolute;
	bottom:0px;
	left:0px;
}
.box_content_slideshow {
	width:580px;
	height:440px;
	float:right;
	overflow:hidden;
	padding-right:0px;
	text-align:justify;
	border:0px;
}
.box_home_arch {
	background-image:url('../../../bg-architecture/rotate.php');
	background-repeat:no-repeat;
	background-position:bottom;
}
.box_home_finearts {
	background-image:url('../../../bg-finearts/rotate.php');
	background-repeat:no-repeat;
	background-position:bottom;
}
.box_content {
	width:538px;
	height:398px;
	float:right;
	overflow:auto;
	padding:20px;
	text-align:left;
	border: 1px solid #CCC;
}
.box_content p {
	margin-bottom:12px;
}
.downloadpdf {
	width:578px;
	float:right;
	margin-top:10px;
	font-size:11px;
}
.box_nextprev {
	margin-top:5px;
	margin-left:20px;
	font-size:11px;
	float:left;
	width:200px;
}
div.caption-container {
	margin-top:5px;
	float:right;
	width:578px;
}
div.index-container {
	position:absolute;
	bottom:16px;
	text-align:right;
	width:340px;
}
div.controls {
	position:absolute;
	bottom:0px;
	text-align:right;
	width:340px;
}
/* Navigation */
.page_item {
	margin-bottom:9px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:8px;
	font-size:14px;
}
li.current_page_item a {
	color:#008DE1;
}
div.dropdown {
	margin-top:20px;
}
/* Navigation end */
/* News */
.news_date {
	font-weight:bold;
}
img.size-medium {
	margin-left:20px;
	margin-top:-51px;
}
.news_space {
	margin-bottom:40px;
}
.wp-caption-text {
	text-align:justify;
	font-size:9px;
	margin-top:8px;
	margin-left:20px;
	margin-right:-10px;
}
.news_links {
/*	margin-top:-20px;*/
	margin-bottom:10px;
}
.news_block p {
	margin-bottom:10px;
}
form.ddpl-form select {
	width:210px;
	margin-left:20px;
	border:1px solid #CACACA;
	font-size:11px;
	vertical-align:middle;
}
form.ddpl-form option {
	padding:2px;
}
.arch_side_title {
	color:#008DE1;
	margin-bottom:6px;
}