@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, 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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* The Above is an Eric Meyer CSS Reset */
body {
background: url(../images/background.jpg)  no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:fixed;
	 margin:0;
   padding:0;
   height:100%;
}
header {
background-color: black;
text-align: center;
}
#container {
   min-height:100%;
   position:relative;
   height:100%;
}

div#content {
width: 942px;
margin: 0 auto;	
padding-bottom:80px;   /* Height of the footer */

}
div#wrapper {
width: 942px;
margin: 0 auto;
}
img.badge {
display:block; /*images must be set to block in order use auto margins*/
margin:0 auto; /*centers images in most browsers*/
text-align:center; /*centers images in older browsers*/
 }
/*div#wrapper h1 {
margin-top: 0em;
text-align: center;
color: white;
font-family:Arial, Helvetica, sans-serif;
font-size: 225%;
text-shadow: 2px 2px 2px #00549e;
filter: dropshadow(color=#00549e, offx=2, offy=2);
text-transform: uppercase;
}
*/

h1{
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color:#d40f44;
    margin: 10px 0;
}

h2{
    font-weight: 700;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

div#wrapper ul {
margin-top: 20px;
text-align: center;	
}


div#wrapper li {
display: inline;
}

div#wrapper li.blue:hover {
border-bottom: 10px solid #0055c5;
padding-bottom: 10px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;	
	
}
div#wrapper li.red:hover {
border-bottom: 10px solid #d51e47;
padding-bottom: 10px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;	
	
}
div#wrapper li.yellow:hover {
border-bottom: 10px solid #ffdc00;
padding-bottom: 10px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;	

	
}
div#wrapper li.yellow{
padding-bottom: 10px;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;	
position: relative;
top: 30px;

}
div.fb-like {
margin-left: 35px;
margin-bottom: 15px;
}


footer {

background-color: #11100e;
height: 80px;
position:absolute;
   bottom:0;
   width:100%;

}

footer p {
padding-top: 1em;
padding-bottom: 1em;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color: white;
}

footer a {
text-decoration: none;
font-weight: bold;	
color: #d40f44;
}
