/*
Theme Name: Chapstick
Theme URI: http://www.andrewhamann.com/projects/
Description: Developed by <a href="http://www.andrewhamann.com/">Andrew Hamann</a> off of the <a href="http://binarybonsai.com/wordpress/k2/">K2</a> codebase.
Version: 1.0.3
Author: Andrew Hamann
Author URI: http://www.andrewhamann.com

And David put his hand in the bag and took out a stone and slung it.
And it struck the Philisine on the head and he fell to the ground.

Amen.

-Preacher Purl
*/


/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	background: url('chapstick/bg.gif');
	text-align: center;
	margin: 20px 0 30px;
	}

#page {
	background: #fff;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 520px;
	_width: 720px;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 0px;
	background: #38c;
	}

.primary {
	width: 65%;
	min-width: 500px;
	_width: 500px; /* IE Hack */
	float: left;
	padding: 0px 2% 0px 2%;
	margin-top: -30px;
	}

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}

#footer {
	margin: 10px auto 0;
	}

/* Allows my header to be situated correctly. I stole this code from Michael. */
	
#catch22 {
	display: block;
	background: url('chapstick/catch22.png');
	height: 234px;
	width: 500px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
/* For the search */

#headersearch {
	float: right;
	display: block;
	background: transparent;
	height: 19px;
	width: 150px;
	margin: -20px 12px 0px;
	}
	

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	text-align: left;
	left: -10px;
	width: 510px;
	background: url('chapstick/top.png');
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font: 1.1em Verdana, Helvetica, Arial, Sans-Serif;
	color: #ccc;
	margin-left: 15px;
	margin-top: 15px;
	}

ul.menu li a:hover {
	background: #fff;
	color: #f36 !important;
	margin-left: 15px;
	margin-top: 15px;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	background: #fff;
	color: #333 !important;
	}

/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

.primary h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: -1px;
	text-align: center;
	display: inline;
	}

.primary h3, .primary h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	display: inline;
	}

.primary .aside h3 {
	font-size: 1.5em;
	font-weight: normal;
	}

.permalink .primary .aside h3 {
	font-size: 2em;
	}

.itemhead {
	margin-top: 10px;
	}

.itemtext h3 { /* For use on Pages */
	font-size: 1.7em;
	display: block;
	padding: 0 0 0;
	}

.itemtext h4 { /* For use on Pages */
	font-size: 1.5em;
	display: block;
	padding: 15px 0 0;
	}

/* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */

.primary .metalink a, .primary .metalink a:visited {
	color: #999;
	font-weight: normal;
	}

.primary .metalink a:hover, .primary .metalink a:visited:hover {
	color: #f36;
	}

.primary .item .itemhead .metalink, .comments .primary .metalink {
	font-size: 1.8em;
	letter-spacing: -1px;
	text-transform: lowercase;
	margin-left: 15px;
	}

.primary .aside .itemhead .metalink {
	font-size: 1.5em;
	}

.permalink .primary .aside .itemtext {
	font: 1.2em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: justify;
	color: #999;
	}

.comments .primary .metalink {
	margin: 0 15px 0 0;
	float: none;
	}

.primary .aside {
	padding: 8px;
	margin: 0 4%;
	}

.editlink img {
	width: 30px;
	height: 11px;
	border: none !important;
	padding: 0 !important;
	margin: 8px 0 0 !important;
	background: red;
	position: absolute;
	right: 0;
	}

.metalink a span {
	display: none;
	}

.metalink a:hover > span {
	display: inline;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #444;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}

h2 a:hover, h2 a:visited:hover,
h3 a:hover, h3 a:visited:hover,
h4 a:hover, h4 a:visited:hover {
	color: #f36;
	}

.metadata { /* Time and category for blog entries */
	display: block;
	}

/*- Primary Contents */

.primary .item {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	}

.primary .item .itemtext {
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: justify;
	color: #444;
	}

.primary .item .itemtext p,
.primary .item .itemtext ul,
.primary .item .itemtext ol,
.primary .item .itemtext div,
.primary .item .itemtext blockquote {
	margin: 13px 0;
	}

.primary .aside .itemtext p,
.primary .aside .itemtext ul,
.primary .aside .itemtext ol,
.primary .aside .itemtext div,
.primary .aside .itemtext blockquote {
	margin: 5px 0;
	}

.permalink .primary .aside .itemtext p,
.permalink .primary .aside .itemtext ul,
.permalink .primary .aside .itemtext ol,
.permalink .primary .aside .itemtext div,
.permalink .primary .aside .itemtext blockquote {
	margin: 13px 0;
	}

.comments .commentlist {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	}

.comments .commentlist li {
	margin: 10px 0;
	padding: 10px 10px 5px;
	list-style: none;
	}

.comments .commentlist li img {
	padding: 0;
	border: none;
	}

.comments .commentlist li img.gravatar {
	float: right;
	margin: -15px 0 0;
	border: 3px solid #7B9F53;
	}

.comments .commentlist li img.gravatar:hover {
	border: 3px solid #f36;
	}

.comments .commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.comments .commentlist li .commentauthor a {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #333;
	}

.comments .commentlist li .counter {
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

.comments .commentlist li.authorcomment {
	background: #f6f7f8;
	}

.comments .pinglist {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	}

.comments .pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

.comments .pinglist li .commentauthor {
	font-weight: bold;
	display: block;
	}

.comments .pinglist li small {
	font: .8em Arial, Sans-Serif;
	display: block;
	}

.comments .pinglist li .counter {
	display: none;
	}

.comments .pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

.comments .leavecomment {
	text-align: center;
	margin-bottom: 40px;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -2px;
	}

.comments #loading {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -1px;
	}

.comments form {
	clear: both;
	padding: 1px 0 30px;
	margin: 0;
	}

input[type=text], textarea {
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	padding: 3px;
	color: #777;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments form textarea {
	height: 250px;
	width: 100%;
	padding: 2px;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

.comments .commentlist li .commentmetadata a {
	color: #999;
	}

.comments .commentlist li .commentauthor a:hover, .comments .commentlist li .commentmetadata a:hover {
	color: #f36;
	}

#footer p {
	text-align: center;
	}

#footer a {
	color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	}

#footer a:hover {
	text-decoration: none;
	color: #f36;
	margin-left: 3px;
	margin-right: 3px;
	}


/*- Links */

a:hover, a:visited:hover {
	color: #f36;
	text-decoration: none;
	}

h2 a:hover, h2 span a:hover {
	color: #444 !important;
	}

a {
	color: #C0C0C0;
	text-decoration: none;
	}

.itemtext a {
	border-bottom: 1px dotted #7B9F3;
	}

.itemtext a:visited {
	color: #999;
	border-bottom: 1px dotted #999;
	}

.itemtext a:visited:hover, a:hover {
	color: #f36;
	text-decoration: none;
	border-bottom: none;
	}


/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.primary img {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border: none;
	}


.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none;
	}

.favorite img {
	padding: 0;
	border: none;
	}

small {
	font-size: .9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, /*span.caps*/ {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url('images/quote.png') 10px top no-repeat;
	border: none;
	}

hr {
	display: none;
	}

.navigation {
	text-align: center;
	margin: 0px 0px 0px 10px;
	padding: 0;
	width: 500px;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a, a:visited {
	color: #999;
	}

.navigation a:hover, a:visited:hover {
	color: #f36;
	}
	
	
.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
	}



/*- Begin Lists */
.itemtext ol, .itemtext ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.itemtext ol li, .itemtext ul li {
	margin: 0 0 3px;
	padding: 0;
	}

ol li {
	list-style: decimal outside;
	}


/*- Search Form and Livesearch */

input[type=text], textarea {
	color: #444;
	padding: 2px 0 2px 2px;
	margin: 0;
	}

.livesearchform input#livesearch {
	width: 100%;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#LSResult {
	padding: 5px;
	border: 1px solid #7B9F53;
	margin: -20px 0 0 172px;
	width: 150px;
	position: absolute;
	background: #fff;
	}

#searchcontrols {
	text-align: center;
	padding: 0px;
	background: #ddd;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background: #ffffcc;
	}

#LSResult:hover #LSHighlight, #LSResult a:hover, #LSResult a:visited:hover, .LSRow a:hover, .LSRow a:visited:hover {
	background: none;
	border: none;
	padding: 5px 2px;
	}

#LSHighlight small, #LSHighlight small span a {
	display: none;
	}

.LSRow {
	padding: 5px 10px;
	color: #f36;
	}

.LSRow small {
	display: none;
	}

.LSRow span a, .LSRow span a:visited {
	display: none;
	}

#LSHighlight a {
	color: #f36;
	}


/* CSS Beyond this point is for various supported plugins and not the 'core' K2 template */

/*
	Ultimate Tag Warrior
	K2 removes UTW's default tags for more default control.
*/

.localtags, .technoratitags {
	display: none;
	}


/*
	Contact Form
*/

.contactform {
	width: 100%; 
	position: relative;
	}

.contactleft {
	width: 15%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
.contacterror {
	border: 1px solid #ff0000;
	}

.roundedbottom {
	background: url('chapstick/bottom.png') bottom no-repeat;
	text-align: center;
	height: 18px;
	margin-top: -10px;
	}

.roundedmiddle {
	background: url('chapstick/middle.png') no-repeat;
	text-align: center;
	height: 75px;
	margin-left: 10px;
	display: block;
	width: 540px;
	}