/* andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author. */

body {
background:#FFFFFF;
color:#2C1414;
font:70% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
text-align:center;
}

a {
color:#2C1414;
text-decoration:none;
}

a:hover {
color:#0099FF;
text-decoration:none;
}

p {
line-height:1.5em;
margin:0 0 15px;
}


/*** Links Header section ***/

#activelink {
color:#0099FF;
}

/*** Content Header ***/

#activeheader1 {
color:#000099;
font-weight:bold;
}

#activeheader2 {
color:#990000;
font-weight:bold;
}

#activeheader3 {
color:#333333;
font-weight:bold;
}

#inactiveheader {
color:#999999;
}


/*** Footer ***/

#copyright {
color:#999999;
font:90% Verdana,Tahoma,Arial,sans-serif;
}

/*** Link ***/
#link {
color:#0066FF;
text-decoration:underline;
}

/*** Instagram Formatting ***/

#instafeed img {
  padding:5px 5px 1px 5px;
  margin:10px;
  border:1px solid #e1e1e1;
  display:inline-block;
  border-radius: 4px;
  position:relative;
}

#instafeed .likes {
  background:rgba(222,89,135,0.8);
  font-family:sans-serif;
  font-size:1em;
  position:absolute;
  color:#ffffff;
  right:5px;
  top:5px;
  left:5px;
  opacity:0;
  text-align:center;
  line-height:150px;
  text-shadow:0 1px rgba(0,0,0,0.5);
  -webkit-font-smoothing:antialiased;
  -webkit-transition: opacity 100ms ease;
	-moz-transition: opacity 100ms ease;
	-o-transition: opacity 100ms ease;
	-ms-transition: opacity 100ms ease;
	transition: opacity 100ms ease;
}

#instafeed a:hover .likes {
  opacity:1;
}


/* DOWNLOAD*/

.download {
	width: 100%;
	text-align: center;
	margin: 60px auto;
}

.print {
	width: 100%;
	text-align: center;
	margin: 30px auto;
}

ul.buttons {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ul.buttons li, a.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	background: #333;
	color: #fff;
	box-shadow: 0 6px #555;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}


ul.buttons li:hover, a.btn:hover {
	box-shadow: 0 4px #555;
	top: 2px;
}

ul.buttons li a {
	color: #fff;
}
