﻿/* Everest Team Inspired Styles */

/* Global */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

html {
	overflow-y: scroll;
}

body {
	font: 80%/110% Verdana, Helvetica, sans-serif;
	color: #333;
	background-image: url(backgroundlow.jpg);
	background-attachment: fixed;
	text-align: center;
}

/* Images */

img.heading {
	margin-bottom: 1em;
}

/* Linked Images */

a img {
	border: 0px;
	outline: none;
}

p a:link {
	color: #DDD;
	border-bottom: 1px solid #cc2948;
	text-decoration: none;
	outline: none;
}

p a:visited {
	color: #DDD;
	border-bottom: 1px solid #cc2948;
	text-decoration: none;
	outline: none;
}

p a:hover {
	color: #cc2948;
	border-bottom: 1px solid #cc2948;
	text-decoration: none;
	outline: none;
}

p a:active {
	color: #cc2948;
	border-bottom: 1px solid #cc2948;
	text-decoration: none;
	outline: none;
}

/* Main Content */

div#bar {
	background: #a80f30;
	height: 216px;
	width: 100%;
	margin-top: -2em;
}

div#links {
	background: #FFF;
	margin-top: -4.5em;
	padding: 0; 
	width: auto;
	outline: none;
}

#about {
margin-left: -12px;
}

#blog {
margin-left: -12px;
}

#photos {
margin-left: -12px;
}

#videos {
margin-left: -12px;
}

#friends {
margin-left: -12px;
}

#red {
margin-left: -12px;
}

img#logo {
	margin-left: -25px;
	margin-top: 30px;
}

img#splash {
	margin-top: 40px;
}

img#logo {
	margin-left: -25px;
	margin-top: 30px;
}

div#thumbs {
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

div#info {
	background-image: url(three.png);
	margin-top: 3em;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

h1#download {
	color: #000;
	font-size: 1.5em;
	margin-top: .5em;
	margin-bottom: 1em;
}

p {
	color: #DDD;
	margin-bottom: 1em;
}