/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }


/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }


/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }


/* Set HTML5 elements for CSS styling */
article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section { display: block; }


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%; /* Default browser font-size is 16px. 75% of 16px = 12px. All fonts within the body will start out at 12px. What we're also setting here is the body default for em: 1em = 75% of 16px = 12px */
	}

/* A quick and handy font-sizing guide...
	  .8em = 10px
      .9em = 11px
      1.0em = 12px
      1.2em = 14px
      1.3em = 16px
      1.5em = 18px
      1.7em = 20px
      2em = 24px
      2.5em = 30px
      3em = 36px */


/* Global Elements
 * ------------------------------------------------------------------------- */
body {
	background:#fff;
	text-align:left;
	margin:0;
	color:#000;
	}

a:link, a:visited {
	color:#990000
	}

a:hover, a:active {
	color:#CC0000;
	}

h1 {
	font-size:1.8em;
	color:#144466;
	margin-bottom:10px;
	font-weight:normal;
	}

h2 {
	font-size:1.2em;
	color:#d36e47;
	margin-bottom:5px;
	font-weight:bold;
	}

h3 {
	font-size:1.0em;
	color:#b23c0e;
	margin-bottom:5px;
	font-weight:bold;
	}

h4, h5, h6 {
	margin-bottom:12px;
	}

blockquote {
	font-style:italic;
	padding:30px;
	}

hr {
	margin:30px 0;
	}


/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.alignleft  {
	margin:0 10px 0px 0;
	float:left;
	}

.alignright {
	margin:0 0px 0px 10px;
	float:right;
	}

.pic_border, a img.pic_border {
	border:1px solid #d0d0d0;
	padding:2px;
	}

	a img.pic_border:hover, a img.pic_border:active {
		background:#fff;
		}

.raquo {
	font-size:1.2em;
	color:#888;
	}

.small {
	font-size:.92em;
	line-height:1.3em;
	}

.big {
	font-size:1.2em;
	line-height:1.4em;
	}

.hr {
	margin:30px 0;
	background:url(../images/horizontal_divider.gif) repeat-x;
	height:1px;
	width:100%;
	overflow:hidden;
	}

.italic {
	font-style:italic;
	}

.bold {
	font-weight:bold;
	}

.right {
	text-align:right;
	}

.left {
	text-align:left;
	}

.menu {
	margin:20px 0;
	}

.small {
	font-size:.82em;
	}

.main {
	text-align: center;
}

.main div {
	display: inline-block;
	max-width: 95%;
	padding: 0 10px;
}

@media screen and (min-width: 480px) {
	.main div:first-child{
		border-right: 1px solid #d4d4d4;
		padding-right: 13px;
	}
}





/* Layout
 * ------------------------------------------------------------------------- */

 #container {
	margin:4em auto;
	text-align:center;
	font-size:1.2em;

	}

#logo {
	background:url(../images/logo.gif) no-repeat;
	width:285px;
	height:223px;
	margin:0 auto 30px auto;
	text-indent:-5000px;
	}

#address {
	text-transform:uppercase;
	}

#glad_youre_here {
	background:url(../images/glad_youre_here.gif) no-repeat;
	width:135px;
	height:22px;
	text-indent:-5000px;
	margin:0 auto;
	}













a.button {
	background-color:#efefef;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ddd;
	color:#000;
	font-weight:bold;
	font-size:.82em;
	padding:9px 14px 7px 14px;
	display:block;
	text-decoration:none;
	width:180px;
	margin:20px auto;
	}

.button.menu {
	background:url(../images/menu.png) no-repeat 5px 5px #efefef;
	padding:9px 0px 7px 14px;
	width:195px;
	}

.button.facebook {
	background:url(../images/facebook.png) no-repeat top left #efefef;
	padding:9px 0px 7px 14px;
	width:195px;
	}

.button.taphunter {
	background:url(../images/taphunter.png) no-repeat 5px 5px #efefef;
	padding:9px 0px 7px 14px;
	width:195px;
	}

.button.twitter {
	background:url(../images/twitter.png) no-repeat 5px 5px #efefef;
	padding:9px 0px 7px 14px;
	width:195px;
	}

.button:hover {
	background-color:#f6f6f6;
	color:#666;
	}
