@charset "UTF-8";

/* Layout Small Screens */

header {
	height: 75px;
	background: url(../images/banner_small.jpg) no-repeat right 0px;
	margin-bottom: 20px;
}

header a.logo {
	width: 217px;
	height: 38px;
	top: 5px;
	right: 15px;
	background-image: url(../images/logo_small.png);
}

h1 {
	padding-top: 10px;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}

h2 {
	font-size: 1.3em;
	margin: 0 0 1em 0;
}

article {
	padding: 0 20px 10px 20px;
}

article a.frontImage {
	width: 125px;
	height: 193px;
	float: left;
	background: url(../images/Absolute-Power_small.jpg) no-repeat;
}

article a.PaulCollins {
	width: 150px;
	height: 107px;
	margin: 10px 10px 10px 0px;
	float: left;
	background: url(../images/PaulCollins_small.jpg) no-repeat;
}

.sidebar {
	font-size: 12px;
	float: right;
	width: 25%;
	background: #9BA0B9;
	padding: 0 0em 1.0em 1.0em;
 margin: 0 0 2.0em 1.2em;
   -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.sidebar p {
	margin:1.0em 0;
}

h1 {
	margin-top: 0px;
}

nav {
	position: static;
	padding: 5px 10px 2px 0;
	margin: 5px 10px 0 0;
	background-color: #18003c;
}

nav a {
	color: #a6abc5;
	font-size: 0.7em;
	display: block;
	margin: 5px;
	padding: 3px 15px;
	border: 1px solid #a6abc5;
 background: url (../images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

nav a:hover {
	color: #fff;
	background-color: rgba(255,255,255,.15);
}

.sidebar {
	float: right;
	width: 100px;
	padding-bottom: 10px;
}

.promo_container {
	padding: 0px;
}

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0 0 0;
	background-position: 20px 13px;
	border-top: 1px solid #ccc;
}

.promo_container .promo .content {
	padding: 0px 20px 5px 90px;
}

footer {
	border-top: 1px solid #a6abc5;
}

img.contentImage {
	width: 70%;
}

.columnA {
	width: 42%;
	float:left;
	padding: 0.5em;
}

.columnB {
	width: 42%;
	clear: left;
	padding: 0.5em;
}
#homeLink {
    display:block;
    height:85px;
    width:500px;
	overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
}