	/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* End of reset */

/* Main site styling */
body {
	background-color: #ffffff;
	font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 20px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	line-height: 1.44em;
}
.holder {
	position: relative;
	width: 1080px;
	max-width: 100%;
	margin: auto;
}
#main .holder, footer .holder {
	padding: 2em 1em;
}
header .holder {
	padding: 1em 1em;
}
h1 { font-size: 2em; margin-top: 1em; line-height: 1.44em; }
h2 { font-size: 1.7em; margin-top: 1.17647em; line-height: 1.44em; }
h3 { font-size: 1.4em; margin-top: 1.428571em; line-height: 1.44em; }
h1:first-child, h2:first-child, h3:first-child { margin-top: 0; }
header h1 { margin-top: 0; }
strong { font-weight: 700; }
em { font-style: italic; }
button, .button { border: 0px; font-size: 1em; background-color: #efefef; color: black; text-decoration: none!important; display: inline-block; padding: 0.5em 1em; cursor: pointer; }
.c1-bg .button, .c2-bg .button, .c3-bg .button, .c4-bg .button, .c5-bg .button, .c6-bg .button, .c7-bg .button, .c8-bg .button, .c9-bg .button, .c10-bg .button, .c11-bg .button, .c12-bg .button, .c13-bg .button, .c14-bg .button { background-color: #efefef; color: black!important; }
button:hover, a.button:hover, button:focus, a.button:focus { background-color: #333333!important; color: #efefef!important; }
a:hover, a:focus { text-decoration: underline; }
h2 a, h3 a,p a, #left a { text-decoration: underline; color: #2254F4; }
h2 a:visited, h3 a:visited, p a:visited, #left a:visited { color: #722ea5; }
header a { text-decoration: none; }
footer {
	width: 100%;
	padding: 1em;
	padding-bottom: 3em;
}
.c1-bg, .elsewhere .facebook:hover, .c1-bg-hover:hover { background-color: #2254F4; color: white; }
.c2-bg, .c2-bg-hover:hover { background-color: #178CFF; color: black; }
.c3-bg, .elsewhere .twitter:hover, .c3-bg-hover:hover { background-color: #00B6FF; color: black; }
.c4-bg, .c4-bg-hover:hover { background-color: #08DEF9; color: black; }
.c5-bg, .c5-bg-hover:hover { background-color: #1DD3A7; color: black; }
.c6-bg, .c6-bg-hover:hover { background-color: #0DBC37; color: black; }
.c7-bg, .c7-bg-hover:hover, .seasonal-accent { background-color: #67E767; color: black; }
.c8-bg, .c8-bg-hover:hover { background-color: #722EA5; color: white; }
.c9-bg, .c9-bg-hover:hover { background-color: #E6007C; color: white; }
.c10-bg, .c10-bg-hover:hover, .flickr:hover, .seasonal { background-color: #EF3AAB; color: black; }
.c11-bg, .c11-bg-hover:hover { background-color: #D73058; color: white; }
.c12-bg, .c12-bg-hover:hover { background-color: #D60303; color: white; }
.c13-bg, .c13-bg-hover:hover { background-color: #FF6700; color: black; }
.c14-bg, .c14-bg-hover:hover { background-color: #F9BC26; color: black; }
.s1-bg, .s1-bg-hover:hover { background-color: #2f529f; color: white; }
.s2-bg, .s2-bg-hover:hover { background-color: #00ace8; color: black; }
.s3-bg, .s3-bg-hover:hover { background-color: #7dc5ea; color: black; }
.b1-bg { background-color: #000000; color: white; }
.b2-bg { background-color: #333333; color: white; }
.b3-bg, .github:hover { background-color: #999999; color: black; }
.b4-bg { background-color: #bbbbbb; color: black; }
.b5-bg { background-color: #dfdfdf; color: black; }
.b6-bg { background-color: #ffffff; color: black; }
.s1-bg a, .s1-bg a:visited, .s2-bg a, .s2-bg a:visited, .s3-bg a, .s3-bg a:visited { color: inherit; }

fieldset {
	border: 0px;
	line-height: 2em;
	margin-top: 1em;
}
form input[type=number],form input[type=text] {
	width: 16em;
}
form input, form select {
	height: 2em;
	font-size: 1em;
	margin-right: 0.25em;
	border: 1px solid #aaaaaa;
	padding: 0 0.5em;
}
form select {
	height: 2em;
}
form label {
	text-align: left;
	display: block;
	margin-right: 1em;
}
form .small {
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 1em;
	color: #999;
}
#year, #day {
	width: 5em;
}
input[type=submit] {
	margin-top: 1em;
	border: inherit;
	cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:focus { background-color: #000000; color: white; cursor: pointer; }
.right {

}
input[type=checkbox] {
	line-height: 1.44em;
	height: 1.44em;
	width: 1.44em;
	margin-right: 0.5em;
}
.row { 
	display: block;
}
.row .right {
	display: inline-block;
}
.logo {
	width: 250px;
	float: right;
	display: inline-block;
}
img {
	width: 46%;
}
p {
	margin-bottom: 1em;
}
p:last-child {
	margin-bottom: 0;
}
.menu {
	background-color: white;
}
.menu ul li {
	display: inline-block;
	border-right: 1px solid black;
	margin: 0px;
}
.menu ul li a {
	padding: 0.5em 0.5em;
}
.menu ul li:last-child {
	border-right: 0px;
}
#location {
	width: 50%;
	height: 400px;
	display: inline-block;
	float: right;
	border: 1px solid black;
	margin-left: 1em;
}