﻿
body {
	margin: 0;
	font-size:15px;
	font-family:Helvetica, Arial, sans-serif;
	color:#646464;
	width:99%;
}

#wrapper {
	width:99%;
	margin:0;
	background:none;
}

#content_wrapper {
	width:95%;
	margin:0 auto;
	border-top:#646464 solid 8px;
	border-bottom:#646464 solid 8px;
	background:none;
}

#header {
	width:100%;
	margin:0 auto;
	position:relative;
}
#header #logo {
	background:url(../images/finn_digital_logo_mobile.jpg) no-repeat top left;
	width:200px;
	height:39px;
	margin:25px 0 15px 0;
}
#header #logo a {
	width:200px;
	height:39px;
	display:block;
}

#header #hotsheet {
	background:url(../images/hot_sheet_mobile.jpg) no-repeat top left;
	width:83px;
	height:15px;
	position:static;
	top:auto;
	right:auto;
}



#banner {
	background-color:#646464;
	width:100%;
	margin:10px auto;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	padding:10px 0;
}
#banner p {
	width:95%;
	margin:10px auto;
	padding: 0 13px;
}



#issue {
	font-size:8pt;
	text-transform:uppercase;
	font-weight:bold;
	color:#646464;
	width:99%;
	margin:15px auto;
}
#issue span {
	color:#86b612;
}



.item {
	border-top:#cbcbcb solid 1px;
	margin:0px;
	padding-bottom:4px;
	font-size:16px;
	color:#646464;
	width:99%;
}
.imgRight img {
	display:none;
}
.imgLeft img {
	display:none;
}
.item p.morelink {
	font-size:15px;
	font-weight:bold;
}

h3 {
	font-size:15px;
	background:url(../images/arrow_mobile.jpg) no-repeat 0 5px;
	padding-left:14px;
}

#footer {
	padding:3px 0;
	background:none;
	width:99%;
}
#footer_content {
	position:relative;
	border-top:#cbcbcb solid 1px;
	margin:10px auto;
	font-size:13px;
	padding:10px 0;
	width:99%;
}
#footer_content #social_icons {
	position:absolute;
	top:40px;
	right:0;
}


a:link {
	color: #86b612;
}
a:visited {
	color: #86b612;
}
a:hover {
	color: #86b612;
}
a:active {
	color: #86b612;
}