 html, body, div, ul, ol, li, p {
	margin: 0; padding: 0; 
	font-family: Helvetica, Arial, sans-serif;
}

html, body {
	height: 100%;
}

html{
	background: url(images/background.png) no-repeat center center fixed #666;
	background-size: cover;
	-webkit-background-size: cover;	
	-moz-background-size: cover;	
	-o-background-size: cover;
}

ul, ol {
	list-style-type: none;
}

p {
	color: rgba(255,255,255,.7);	
}

a {
	color: rgba(255,255,255,.7);
	text-decoration: none;
	border: 0px white solid;	
	transition: opacity .5s, border .5s;
	-moz-transition: opacity .5s, border .5s; /* Firefox 4 */
	-webkit-transition: opacity .5s, border .5s; /* Safari and Chrome */
	-o-transition: opacity .5s, border .5s; /* Opera */		
}

a:hover {
	color: white;
	opacity: 1;
	border-bottom-width: 3px;
}

#main {
	min-height: 100%;
}

#logo img {
	width: 100%;
	opacity: .8;
}

.links, #footer {
	font-size: 13px;
	background: rgba(0,0,0,.6);	
	width: 100%;
	position: relative;	
}

.links {
	top: 0; left: 0;
}

.links ul {
	text-transform: uppercase;
	margin-left: 20px;
}

.links ul li {
	display: inline-block;	
	margin-right: 20px;
	vertical-align: middle;
	line-height: 30px;	
}

#blog {
	position: relative;
	color: white;
	font-size: 13px;
	height: auto;
	width: 100%;
	display: table;
}

#blog .blogContent {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   padding-top: 20px;
}

#blog img a:hover {
	opacity: 1;
	border-bottom-width: 0px; 
}

#blog iframe {
	max-width: 500px;
	width: 100%;
}

#footer {
	height: 30px; 	
	margin-top: -30px; /* Match footer height */
	clear: both;
}

#footer ul {
	position: absolute;
	top: 10px; right : 20px;
}

#footer ul li {
	display: inline-block;
	margin-right: 20px;
}

/** Small Screen under 640 px **/
@media only screen and (max-width: 640px) {

	#footer { height: 80px; margin-top: -80px;}	
	#footer ul li { display: block;	}
}
