/* 

Project Pedal	→	For Thousands of Miles, aka: FToM	→	64 Days
Designer:	Michael Ambs	→	me@mikeambs.com

Creative Commons Liscence:	Attribution-Noncommercial-Share Alike 3.0 License

	Note: Please feel free to poke around the CSS and HTML and learn what you can, I'm no pro at coding, but I've learned a lot over the years studing under the hood of sites I thought were snazzy. 

 */
 

/* global */

html {
	min-height: 700px !important;
	min-width: 950px !important;
	margin-bottom: 0px;
	display: block;
}

body {
	font-family: "Helvetica Neue";
	color: #262626;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background: url(http://FToMfilm.com/main/img/FToM-background.png) no-repeat right top;
}

/* Link Styling */

a:link, a:visited {
	text-decoration: none;
	color: #191919;
	background: rgba(255,255,0,0.1);
}

a:hover {
	color: #191919;
	background: rgba(255,255,0,0.7);
}

#block a:link, #block a:active, #block a:visited {
	text-decoration: none;
	color: #191919;
}

#block a:hover {
	color: #EC1559;
}

h3 {
	margin: 0px 0 0;
	text-decoration: none;
	font: normal normal 34px "Helvetica Neue";
}

/* Body */

#tweetshare {
	position: absolute;
	top: 10px;
	right: 106px;
	width: 100px; 
	height: 20px;
	background: rgba(255,254,255,0.8);
	color: #e5e5e5;
	border: none;
	/* Standard */
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px; /* Firefox 3.6 and earlier*/
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px; /* Firefox 3.6 and earlier*/
	padding: 3px;
}

#like {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 90px; 
	height: 20px;
	background: rgba(255,254,255,0.8);
	color: #e5e5e5;
	border: none;
	/* Standard */
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px; /* Firefox 3.6 and earlier*/
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px; /* Firefox 3.6 and earlier*/
	padding: 3px;
}

.block {
	font-size: 12px;
	font-family: helvetica;
	line-height: 16px;
	margin: 10px 0;
}

#container {
	display: block;
	float: left;
	margin: 0;
	min-height: 530px;
	top: 100px;
	bottom: 0;
	position: absolute;
}

#content {
	background: rgba(255,254,255,0.9);
	text-align: left;
	width: 370px;
	bottom: 0px;
	position: absolute;
	padding: 10px 10px 15px 30px;
}

/* Styling for the different headers of the site */

/* #about {
	font-weight: normal;
	font-size: 55px;
	text-transform: lowercase;
	margin-left: 69px;
	padding-top: 20px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #e1e1e1;
	margin-bottom: 13px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
} */
