/* layout */
body {
	margin: 0;
	padding: 0;
	color: #444;
	font-family: 'dejavu sans', helvetica, sans-serif;
	font-size: 14px;
	background: #D4D4D4 url(../images/newsletter/newsletterBG.png) repeat-x;
}

a img {
	border: 0;
}
h2 {
	margin: 15px 0;
	font-size: 21px;
}
dt {
	font-weight: bold;
}

#container {
	width: 650px;
	margin: 0 auto;
	background: #FFF;
}
#header {
	height: 151px;
	background: #CADB33 url(../images/newsletter/header2.jpg) no-repeat;
}
#header .date {
	padding: 127px 56px 0 0;
	color: #FFF;
	font-size: 13px;
	text-align: right;
}
#header p {
	display: inline;
}
#sidebar {
	width: 120px;
	padding: 10px 0;
	float: right;
	text-align: center;
	font-size: 13px;
}
#sidebar a {
	display: block;
	color: #989200;
	text-decoration: none;
}
#sidebar img {
	display: block;
	margin: 0 auto;
	padding: 15px 0 3px;
	border: 0;
}
#sidebar .social {
	padding: 1em 0;
}
#sidebar .social a,
#sidebar .social img {
	display: inline !important;
}
#sidebar .app img {
	padding-top: 0;
}
#sidebar .app p:first-child img {
	padding-top: 5px;
}

#content {
	padding: 2px 20px;
	background: url(../images/bg-content.png) center top repeat-y;
}
#content.narrow {
	width: 488px;
	border-right: 2px solid #CADB33;
}
#stretch {
	clear: both;
}
#footer {
	padding: 10px 0;
	color: #666;
	clear: both;
	text-align: center;
	font-size: 1.2em;
	background: #CADB33;
}
#footer li {
	display: inline;
	list-style: circle;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

/* sfmstyle */
.expose {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #9B9B00;
}
.offer {
	margin: 15px 45px;
	padding: 13px 20px;
	border: 2px solid #D0D600;
	background: #EEE;
}
.highlight {
	margin: 10px 50px;
	padding: 10px;
	border: 2px solid #666;
	background: #D1D14C;
	text-align: center;
}
.highlight a {
	color: blue;
}
.extra {
	padding: 10px 0 10px 50px;
	background: url(../images/tickBox.jpg) no-repeat 10px center;
}
ul.extra {
	padding: 0 0 0 40px;
	background: none;
}
ul.extra li {
	list-style: none;
	padding: 10px 0 10px 40px;
	background: url(../images/tickBox.jpg) no-repeat left center;
}
.alt {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 3px dotted #9B9B00;
}
.standout {
	background: #FF0;
}

/* sections */
.section {
	clear: left;
	margin-right: -20px;
	padding-right: 20px;
	border-top: 2px solid #CADB33;
}
.sectionImage {
	float: left;
	margin: 15px 0;
	border: 1px solid #D0D700;
}
.sectionImage:hover {
	border: 1px solid #A4D400;
}
.sectionImage img {
	display: block;
}
.sectionContent {
	margin-left: 120px;
}
.sectionContent h2 {
	font-size: 15px;
}
.sectionContent a:hover {
	text-decoration: underline;
}
#links {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
	list-style: none;
}
#links li {
	margin: 0 5px;
	display: inline;
}
#links a {
	color: #888;
}
.back {
	float: right;
	width: 148px;
	height: 27px;
	margin: 10px 20px 5px 15px;
	background: url(../images/slimButtonBG.png) no-repeat;
	color: #FFF;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
	font-size: 13px;
	font-weight: bold;
}
.back:hover {
	background-position: 0 -30px;
}
.back:active {
	background-position: 0 -90px;
}
.backpg {
	margin: 0;
	padding: 3px;
	background: #CADB33;
	border-bottom: 1px solid #008040;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	box-shadow: 1px 1px 16px #000;
}
.backpg a {
	display: block;
	padding: 3px;
	height: 35px;
	background: #FFF;
	color: #989200;
}
.backpg strong {
	float: left;
	width: 178px;
	height: 35px;
	margin-left: 5%;
	background: url(/themes/WashingtonBrown/images/logo-wb.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
.backpg span {
	line-height: 2;
}

.offset {
	clear: right;
	float: right;
	padding: 0 0 5px 10px;
}
.youtube,
.media,
.image {
	margin: .5em auto;
	text-align: center;
}

table {border:1px solid #BBB;border-collapse:collapse; margin:10px 0;width:95%;}
table.inline-table {width: auto;}
th {background: #CCC}
td,
th {border:1px solid #CCC;border-collapse:collapse;padding:5px;text-align:left}
tr.light {background:#EEE}
tr.dark {background:#DDD}

#mobilealert a {
	display: block;
	padding: 5px;
	background: #000;
	text-align: center;
	color: #FFF;
}

@media (max-width: 700px) {
	body {
		font-size: 19px;
	}
	.backpg strong {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
		background-position: 50% 0;
	}
	.backpg a {
		height: auto;
	}
	#header {
		height: auto;
		background-size: contain;
	}
	#header .date {
		font-size: 19px;
	}
	#container,
	#content {
		width: 100% !important;
		padding: 0;
	}
	#sidebar {
		float: none;
		width: 100%;
		font-size: 17px;
	}
	#footer {
		font-size: 2em;
	}
}