﻿/*
	Name: jhoomes.com
	Date: June 2010
	Version: 1.1
	Author: Jonathan Hoomes
	Autor URI: http://jhoomes.com
*/

/***** Global *****/

body {
	background: #002330 url(../images/jhlogo.gif) no-repeat fixed right bottom;
	color: #e1e1e1;
	font-size: 16px;
	font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 2.4;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	text-shadow: 2px 2px 0px #000;
}
a{
	color: #e1e1e1; text-decoration: none; border-bottom: 1px #d23a00 dotted; padding-bottom: 2px;
}
a:active{
	position: relative; top: 1px; outline: none;
}
a:hover{
	color: #d23a00;
}
#home{
	position: relative; width: 816px; margin: 50px auto 0 auto;
}
.content{
	background: rgba(0, 35, 48, 0.6); padding: 6px 0 10px 0;
}
.ie .content{
	background: #002330; padding: 6px 0 10px 0;
}
img{
	margin-bottom: 50px; display: block;
}
.flikr{
	display: inline; color: #ff0084;
}