@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

body {
	font-family: 'Open Sans', sans-serif;
	background: white;
	max-width: 650px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

h1, h2 {
		margin-bottom: .7em
}

h1 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
	text-transform: uppercase;
}

h1 span {
	color: red;
}

h2 {
	font-size: 1em;
	font-weight: 100;
}

h3 {
	font-size: .9em;
	font-weight: 600;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

ul {
	overflow: hidden;
	margin-left: -1px;
}

ul li {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	box-sizing: border-box;
	float:left;
	margin-right: -1px;
	width: 50%;
}

ul li a {
	background: #fff url('/static/img/icons/arrow-grey-right2.png') no-repeat 95% 50%;
	background-color: transparent;
	display: block;
	padding: .5em 0;
}

ul li a:hover {
	background-color: #feecda;
}

ul li img {
	float: left;
	margin: 0 .7em 0 1em;
}

ul li h3 {
	float:left;
	padding-top: 1em;
}

p {
	color:#999;
	font-size: .9em;
	line-height: 1.5em;
	padding: 1em;
	text-align: right;
	vertical-align: middle;
}

.clearfix { clear: both; }

#top {
	padding: 1em 1em 0 1em;
}

#content {
	background-color: #fff7ed;
	border: 1px solid #CCC;
}

#wrapper {
	border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 1024px) {
	.cat3, .cat4, .cat5, .cat6, .cat7, .cat8, .cat9, .cat10, .cat11, .cat12 {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	h1, h2 {
		margin-bottom: .3em
	}

	h1 {
		font-size: .9em;
		line-height: 1.3em;
	}

	h2 {
		font-size: .8em;
	}

	ul li {
		float:none;
		width: 100%;
	}

	ul li a {
		padding: .2em 0;
	}

	ul li img {
		margin-left: .7em;
	}

	.cat6, .cat7, .cat8, .cat9, .cat10, .cat11, .cat12 {
		display: none;
	}

	p {
		font-size: .7em;
		padding: .4em;
	}

	#top {
		padding: .5em .5em 0 .5em;
	}
}

@media all and (max-width: 340px) {
	.cat3, .cat4, .cat5, .cat6, .cat7, .cat8, .cat9, .cat10, .cat11, .cat12 {
		display: none;
	}
}

@media all and (min-width: 341px) {
	.last-and-odd {
		width: 100%;
	}
	li.last-and-odd a {
		background-position: 97.3% 50%;
	}
}
