/*
Theme Name: TheFunk
Theme URI: http://aaronhardy.com/
Description: The WordPress theme custom-built for AaronHardy.com
Version: 1
Author: Aaron Hardy
Author URI: http://aaronhardy.com/
Tags: 
*/

/* Begin Typography & Colors */

* {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 100%;
	border: 0;
}

body {
	margin: 0;
	background: #343434;
	font-size: .8em;
	color: #fff;
}

img {
	display: block;
}

p {
  margin-bottom:1.33em;
}

a, a:visited {
	color: #b6c908;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, 
h2 a, 
h2 a:visited {
	font-family: "Georgia", Times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	line-height: 1.2;
}

h2 a, 
h2 a:visited {
	color: #b6c908;
}

h2 a:hover {
	text-decoration: none;
}

h3 {
  font-family: "Georgia", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin:0 0 -.5em 0;
}

#header {
	background: url('images/HeaderTile.gif');
	background-repeat: repeat-x;
}

#mastandcontent {
	background: url('images/ContentTile.gif');
	background-repeat: repeat-x;
	background-position: 0px 251px;
}

#mast {
	background: url('images/MastTile.gif');
	background-repeat: repeat-x;
}

#content {
	width: 930px;
	padding-left: 50px;
	float: left;
}

#leftcontent {
	float: left;
	width: 590px;
	line-height: 1.6;
}

#rightcontent {
	padding-top: 34px;
	float: right;
	width: 300px;
}

div#headernavigation {
	position: absolute;
	top: 74px;
	left: 750px;
}

div#headernavigation ul {
	/* Keep space for bottom li border to show up in IE.  Remove
	other space due to browser rendering differences. */
	padding: 0;
	margin: 0 0 10px 0; 
}

div#headernavigation ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 4px;
}

div#headernavigation a {
	color: #FFFFFF;
	padding: 3px 4px;
}

li#aboutlink a {
	border-bottom: 4px solid #02F6FF;
	text-decoration: none;
}

li#aboutlink a:hover {
	color: #b7fcff;
	text-decoration: none;
}

li#resumelink a {
	border-bottom: 4px solid #ffa800;
}

li#resumelink a:hover {
	color: #ffe6b6;
	text-decoration: none;
}

li#contactlink a {
	border-bottom: 4px solid #ff00d8;
}

li#contactlink a:hover {
	color: #ffb7f4;
	text-decoration: none;
}

div.navigation div.alignleft {
	float: left;
}

div.navigation div.alignright {
	float: right;
}

blockquote {
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #3B3B3B;
	padding: 20px;
	font-style: italic;
	background-color: #313131;
}

p.postmetadata {
	font-size: .8em;
	font-style: italic;
}

input,
select,
textarea {
	padding: .4em;
	border: 1px solid #CBCBCB;
	color: #C5CBD0;
	background-color: #535353;
}

input:focus,
select:focus,
textarea:focus {
	color: #FFF;
	background-color: #616161;
}

div.comment {
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #3B3B3B;	
	background-color: #313131;
}

div.authorcomment {
	border-top: 1px solid #41470e;
	border-bottom: 1px solid #41470e;
	background-color: #2b2e2a; 
}

div.comment,
div.authorcomment {
	padding: 20px;
}

hr {
	color: #717171;
	background-color: #717171;
	height: 1px;
	border: 0px;
	margin: 20px 0;
	padding: 0px;
}

div.clear {
	clear: both;
}

/**********************/
/* Sidebar
/**********************/

.widget {
	margin-top: 8px;
	background: transparent url('images/opaque_5.png') 0 0 repeat;
	-background: #313131; /* IE6-only hack because it doesn't support png. */
	padding: 20px;
	list-style-type: none;
}

.widget a, .widget a:visited {
	color: #00f6fe;
}

.widget ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #3e3e3e;
}

.widget li {
	list-style-type: none;
	padding: 3px 0px;
	border-top: 1px solid #3e3e3e;
}

.widget form {
	padding: 0;
	margin: 0;
}

input#searchinput {
	margin-right:4px;
	width:178px;
}

/* Non-widget sidebar
div.sidebarsection {
	margin-top: 8px;
	background: transparent url('images/opaque_5.png') 0 0 repeat;
	padding: 20px;
}

div.sidebarsection ul {
	border-bottom: 1px solid #3e3e3e;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.sidebarsection li {
	border-top: 1px solid #3e3e3e;
	padding: 3px 0px;
}

div.sidebarsection h2 {
	padding-bottom: 4px;
	margin: 0px;
	line-height: 1;
}

div.sidebarsection a {
	color: #00f6fe;
}*/

/**********************/
/* Footer
/**********************/

#footer {
	border-top: 1px solid #b6c908;
	background-color: #000000;
	font-size: .9em;
	margin-top: 30px;
	clear: both;
}

/* Nested div for IE */
#footercontent {
	padding: 12px 50px;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/* Goodies link - stolen from http://particletree.com/features/rediscovering-the-button-element/*/
.goodies  {
	clear:both;
	display:block;
	font-size:100%;
	margin:10px 0 20px;
	padding:0;
	text-align:center;
}

.goodies a, .goodies button{
	display:block;
	float:left;
	margin:0 7px 0 0;
	background-color:#788505;
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	padding:5px 10px 6px 7px; /* Links */
}

.goodies button{
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px; /* IE6 */
}

.goodies button[type]{
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}

*:first-child+html button[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}

.goodies button:hover, .goodies a:hover{
	background-color:#B6C908;
}