@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 200px;
	background: url(../images/banner_medium.jpg) no-repeat 90% 0px;
}

header a.logo {
	width: 348px;
	height: 61px;
	top: 17px;
	right: 17px;
	background-image: url(../images/logo_medium.png);
}
article a.frontImage {
	width: 150px;
	height: 232px;
	margin: 0 15px 15px 0;
	float: left;
	background: url(../images/Absolute-Power_medium.jpg) no-repeat;
}
article a.PaulCollins {
	width: 300px;
	height: 214px;
	margin: 10px 20px 20px 0px;
	float: left;
	background: url(../images/PaulCollins_medium.jpg) no-repeat;
}
h1 {
	padding-top: 10px;
	font-size: 1.7em;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 1em 0;
}
nav {
	top:200px;
}

nav a {
	margin-right: 20px;
}
.sidebar {
	font-size: 12px;
	float: right;
	width: 25%;
	padding: 10px 0px 10px 10px;
	margin: 5.0em 0.5em 2.0em 1.2em;
}
.promo_container {
	padding: 0 20px 15px 20px;
}

.promo_container .promo {
	background-position: 0 0;
}

.promo_container .promo .content {
	padding: 70px 30px 0px 0px;
}
#homeLink {
    display:block;
    height:200px;
    width:800px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}