/*
Theme Name: AhoyMan! Theme
Theme URI: http://ahoyman.com/
Description: Theme for AhoyMan!
Version: 1.0
Author: Dustin Hoyman

AhoyMan (tm) 2010 Dustin Hoyman

This style sheet is set up in the following order
	1. Layout, from top of page to bottom
	2. Typography
	3. Forms	
	4. General Styling 
*/

/***********************
 * ~Layout
 ***********************/


#description  {
	clear:left;
	font-size:12px;
	margin:0 0 2em 40px;
	width:200px;
}

#links {
	float:right;
	list-style:none;
	margin:40px 40px 0 0;
	padding:0;
	text-align:right;
	}
#links li {
	margin:0;
	padding:0;
	}

#links a{
	color:#000;
	text-decoration:none;
	}

#content {
	clear:left;
	margin:40px;
	width:200px;
	}
.home #content {
	margin:0 auto;
	width:960px;
	}

.home #content h3 {
	font-size:80px;
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:80px;
	margin-bottom:20px;
	text-transform:uppercase;
	}

/***********************
 * ~Typography
 ***********************/
h1{
	float:left;
	font-family:helvetica, arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:40px 0 0 40px;
	padding:0;
	}

#links a:hover, #links a:focus {
	text-decoration:underline;
	}

#links .current_page_item a {
	background:#333;
	color:#fff;
	margin-right:-10px;
	padding:0 10px;
	text-decoration:none;
	text-transform:uppercase;
	}
/***********************
 * ~forms
 ***********************/
label {
	font-weight:normal;
	}
input[type=text], textarea {
	background:#ffd;
	-moz-box-shadow:inset 2px 2px 4px #ddc;
	-webkit-box-shadow:inset 2px 2px 4px #ddc;
	}
 
/***********************
 * ~General Styling
 ***********************/
body,html {
	background:#FACC17;
	height:100%;
	font-family:cambria, georgia, sans-serif;
	font-size:12px;
	line-height:1.75em;
	width:100%;
	}
a {
	color:#000;
	}