/*
Theme Name: Crafernoon
Theme URI: http://wordpress.org/
Description: A custom theme for Crafternoon.
Version: 1
Author: Phillip Niemeyer
Author URI: http://www.doubletriple.net/
Tags: crafty

	Crafternoon
	 http://www.crafternoon.com

	This theme was designed and built by Phillip Niemeyer,
	whose work you will find at http://www.doubletriple.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* IMPORT
@import url(http://www.crafternoon.com/global/crafternoon.css); */


/* End Headers and Paragraphs*/

/* LAYOUT */	
	
h4 {
	
}

#page {
}

.post {
	display:block;
	background: white url(../images/brownpaper.jpg) repeat;
	margin-bottom:42px;
	padding-bottom:3px;
}

.post h2 {
	background:url(../images/pattern_bluediamond.jpg) repeat;
		color: #1E1E1E;
}

.post h2 a {
	color: #1E1E1E;
}

.post p {
	padding:0 12px 0 12px;
}

.pagetitle {
	background:url(../images/pattern_yellow.jpg) repeat;
	color:orange;

}	

.entry {
	display:block;
	padding-bottom:0px;
}	

.entry p{
}	

.postmetadata {
	display: block;
	text-align: left;
	border-top: 1px dotted #1E1E1E;
	border-bottom: 1px dotted #1E1E1E;
	padding: 5px 0 5px 0;
	margin-top:10px;
}

.postmetadata small {
	text-align:left;
	
}

.postnav {
	display:none;
	width:100%;
	background: url(../images/pattern_brownmoire.jpg) repeat;

	padding:3px 0 3px 0;
}	

.postnav a {
	color: #1E1E1E;
}
	
.postnav a:hover {
	background: url(../images/nav.png) repeat;
	}

/****************** Begin Sidebar *******************/
#sidebar {
	display:block;
	position:relative;
	text-align: center;
	z-index:1500;

}

#sidebar form {
	margin: 0px;
	text-align:right;
	}
	
#searchform {
	margin: 10px auto;
	padding: 5px 9px 21px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	border: 2px solid #765457;
	background-color: #F8F3E9;
	height:17px;
}

#sidebar #searchsubmit {
	padding:2px;
	border:2px solid #765457;
	background-color:#f3e7da;
	color:#765457;
	width: 58px;
	cursor: pointer;
}

#sidebar #searchsubmit:hover {
	border: 2px solid #8ac7be;
	background-color: #B1EBEC;
	color: #8ac7be;
}
	
#sidebar h2 {
	background:url(../images/pattern_bluestripe.jpg) repeat;
}	

#sidebar ul, #sidebar ul ol { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;

}

#sidebar li  {
	margin-bottom:24px;
	background:url(../images/whitepaper.jpg) repeat;
	padding-bottom:12px;
}

#sidebar ul li p {
	display:none;
	padding: 3px 2px 3px 2px;
	margin: 0 6px 0 6px;
	border-top: 1px solid #E0D1AE;
	border-bottom: 1px solid #E0D1AE;
	font-size: .9em;
	line-height: 1.1em;
	color: #826A30;
}

#sidebar ul li ul li {
	margin:0 0 0 0;
	padding:0px 0 0 0;
}
	
#sidebar ul p, #sidebar ul select {
	margin:0;
	padding:0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin:0;
	padding:0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin:0;
	padding:0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
	
#tag_cloud {
	font-size:1em;
}
	
/* End Sidebar */




	
/* comments */

#comments {
	display:block;
	padding-bottom:24px;
}

#commentform textarea {
	width:480px;
	border:1px solid #765457;
		border:1px solid #E0D1AE;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	border:2px solid #765457;
	background-color:#f3e7da;
	color:#765457;
	cursor:pointer;
	}
	
#commentform #submit:hover {
	border: 2px solid #8ac7be;
	background-color: #B1EBEC;
	color: #8ac7be;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

div.aligncenter, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float:center;
	padding-right:10px;
	position:relative;
	right:4px;
	}

div.wp-caption {
	padding:0;
}
	
.wp-caption	p {
	padding:0;
	margin-top:0;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {

	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* End Entry Lists */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.clear {
	clear: both;
}

.fixed {
	position:fixed;	
}



