/*
Theme Name: gmurphey.com
Theme URI: http://gmurphey.com/
Description: The theme for gmurphey.com.
Version: 2.0
Author: Garrett Murphey
Author URI: http://gmurphey.com/
Tags: gmurphey.com
*/

body.tk-active h1, body.tk-active h2, body.tk-active h3, body.tk-active h4, body.tk-active h5, body.tk-active h6, body.tk-active div.pages a {
	font-family: 'adelle-1', 'adelle-2', helvetica, arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #222;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.button a, input.button {
	padding: 5px;
	border: 1px #222 solid;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	
	background-color: #222;
	background: -moz-linear-gradient(90deg, #222, #666);
	-moz-border-radius: .75em;
	-webkit-border-radius: .75em;
}
	
	.button a:hover, input.button:hover {
		background-color: #09c;
		background: -moz-linear-gradient(90deg, #069, #09c);
	}
	

#content div.navigation {
	margin-bottom: 1.5em;
}

div.post {
	margin-bottom: 1.5em;
}

	div.post div.update {
		margin: 0 0 1.5em 0;
		padding: 1.5em;
		border: 1px solid #666;
		background-color: #ccc;
		background: -moz-linear-gradient(90deg, #aaa, #ccc);
		-moz-border-radius: .75em;
	}

div.post h2 {
	margin-bottom: -.25em;	
} 

div.post h3 {
	margin-bottom: 0;
}

div.entry {
	margin-top: 1.5em;
}

div.pages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	div.pages ul li {
		float: left;
		margin-right: 10px;
	}

#adsense {
	margin-bottom: 15px;
}

input.submit {
	padding: .5em;
	color: #fff;
	border: solid 1px #222;
	background-color: #666;
	margin-left: 10px;
}

#menu-frame {
	height: 50px;
}

#menu-container a, #footer-container a {
	color: #fff;
}

#menu-container a:hover, #footer-container a:hover {
	color: #09c;
}

#menu-frame, #footer-frame {
	width: 100%;
	background-color: #333333;
}
	
#menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	#menu-container #menu {
		font-size: 100%;
	}
	
		#menu-container #menu ul {
			height: 50px;
		}
		
		#menu-container #menu ul li {
			font-size: 125%;
			height: 100%;
			line-height: 50px;
		}
	
		#menu-container #menu a {
			text-transform: uppercase;
			text-decoration: none;
		}
	
	#menu-container #quicklinks ul {
		
	}
	
	#menu-container #quicklinks ul li {
		float: left;
		margin-right: .5em;
		padding: 7px 0;
	}
	
	#menu-container #quicklinks ul li a {
		width: 36px;
		height: 36px;
		margin: 7px 0;
	}
	
#header {
	margin-top: 30px;
	margin-bottom: 30px;
}

	#header a {
		text-decoration: none;
	}

	#header h1, #header h2 {
		margin: 0;
	}
	
	#header h1 {
		color: #222;
	}
	
	#header h2 {
		font-size: 100%;
		margin-top: -.5em;
		color: #666;
	}
	
#searchform input.submit {
	margin-left: 1em;
}
	
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	#sidebar ul li {
		margin-bottom: 1.5em;
	}
	
	#sidebar ul li ul li {
		margin-bottom: 0;
	}
	
#footer-container {
	margin-top: 5em;
	color: #fff;
}

#footer {
	padding: 1.5em 0;
}

	#copyright {
		margin-top: 1.5em;
	}
	
		#copyright p {
			font-size: 85%;
			margin: 0;
		}

	#footer div.pages {
		font-size: 125%;
		height: 1.25em;
	}

	#footer div.pages a {
		text-decoration: none;
	}
	
div.commentlist div.comment {
	margin-bottom: 1.5em;
	padding: 1.5em;
	background-color: #ccc;
	background: -moz-linear-gradient(90deg, #aaa, #ccc);
	border: 1px solid #666;
	-moz-border-radius: .75em;
}

	div.comment div.comment-author img.avatar {
		float: left;
		border: 2px solid #999;
	}
	
	div.comment div.comment-author div.comment-meta {
		float: left;
		margin-left: 1.5em;
		color: #222;
		font-weight: bold;
	}
	
	div.comment div.comment-author div.comment-meta a {
		color: #222;
		text-decoration: none;
	}
	
	div.comment div.comment {
		background-color: #aaa;
		background: -moz-linear-gradient(90deg, #888, #aaa);
	}
	
	div.comment div.comment img.avatar {
		border: 2px solid #666;
	}
	
div.commentlist div.comment-author-admin {
	border: 1px solid #069;
	background-color: #09c;
	background: -moz-linear-gradient(90deg, #069, #09c);
	color: #fff;
}

	div.commentlist div.comment-author-admin img.avatar {
		border: 2px solid #069;
	}
	
	div.commentlist div.comment-author-admin, div.commentlist div.comment-author-admin div.comment-meta a {
		color: #fff;
	}