/* 
	Theme Name: Crafter By Night
	Theme URI: http://www.crafterbynight.com
	Description: A custom theme designed for Miriam Mueller at Crafter By Night
	Author: Jeff Mueller
	Author URI: http://www.jeffmueller.net
	Version: 1.0.0
		
	The CSS, XHTML and design is copyright 2008 Crafter By Night
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font: 62.5%/1.2em helvetica, verdana, sans-serif;
	text-align: center;
	margin: 0;
	background: url(http://www.crafterbynight.com/wp-content/themes/crafterbynight/images/background.jpg) repeat top center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: geneva, helvetica, verdana, sans-serif;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 5px 0;
}

blockquote {
	padding: 10px;
	background-color: #effaff;
	margin: 5px auto;
	width: 90%;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.8em;
}

a {
	color: #e03400;
	border-bottom: 1px dashed #e03400;
	text-decoration: none;
}

a:hover {
	color: #e03400;
	border-bottom: 1px solid #e03400;
	text-decoration: none;
}

a.more {
	padding: 4px 5px;
	margin: 2px 0;
	border: 0;
	background-color: #e03400;
	color: #fff;
	font-weight: bold;
}

a:hover.more {
	background-color: #9cde45;
}

div.clear {
	clear: both;
}

div#contentWrapper {
	margin-bottom: 30px;
}


/* Header		*/
div#header {
	position: absolute;
	left: 0;
	top: 0;
	height: 169px;
	width: 100%;
	background: url(http://www.crafterbynight.com/wp-content/themes/crafterbynight/images/header-background.jpg) repeat-x top center;
}

div#headerContent {
	margin: 0 auto;
	height: 169px;
	width: 960px;
	background: url(http://www.crafterbynight.com/wp-content/themes/crafterbynight/images/header.jpg) no-repeat top left;
}

div#headerContent img.clouds {
	float: right;
	display: inline;
}

div#headerContent a {
	border: 0;
}

div#headerContent a img {
	border: 0;
}


/* Navigation	*/
div#navigation {
	height: 31px;
	text-align: right;
}

div#navigation ul {
	padding-top: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

div#navigation ul li {
	margin: 0 0 0 15px;
	display: inline;
	letter-spacing: 1px;
}

div#navigation ul li a {
	text-decoration: none;
	color: #f6eef2;
	border-bottom: 1px dashed #9cde45;
}

div#navigation ul li a:hover {
	text-decoration: none;
	color: #9cde45;
	border-bottom: 1px solid #9cde45;
}


/* Content		*/
div#content {
	width: 955px;
	display: block;
	text-align: left;
	margin: 169px auto 0;
	padding: 0;
	background-color: #fff;
	border: 3px solid #231f20;
}

div#primary {
	float: left;
	width: 540px;
	padding: 35px 25px 20px 40px;
	display: inline;
}

div.article {
	width: 540px;
	float: left;
	display: inline;
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 3px dashed #9cde45;
}

div.article h1 {
	font-size: 2.5em;
	line-height: 1em;
	color: #004f6e;
	padding: 4px 0 8px;
}

div.article h1 a, div.article h1 a:hover {
	border: 0;
	color: #004f6e;
}

div.article ul {
	line-height: 1.8em;
	font-size: 1.2em;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 0;
	padding-left: 2.5em;
	text-indent: -1em;
}

div.article ol {
	line-height: 1.8em;
	font-size: 1.2em;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

div.article h2 {
	text-align: center;
	margin: 5px 0;
	font-weight: bold;
	font-family: helvetica, verdana, sans-serif;
	font-style: italic;
	color: #004f6e;
}

div.article div.meta {
	font-size: 1.1em;
	color: #666;
	padding: 5px 0 10px;
}

div.article a.image {
	color: #e03400;
	text-decoration: none;
	border: 0;
}
	
div.article a.image:hover {
	background: #e03400;
	color: #FFF;
	text-decoration: none;
	border: 0;
}

div.article img {
	margin: 2px;
}

div.article a {
	
}

div.article img.wp-smiley {
	border: 0;
	margin: 0 2px;
	padding: 0;
}

div.article img.frame {
	border: 1px solid #CCCCCC;
	display: inline;
	padding: 4px;
	background-color: #efefef;
}

div.article div#searchForm {
	text-align: center;
	margin: 20px 0 100px;
}

div.article h2#searchHeader {
	font-size: 2em;
	height: 25px;
	text-align: left;
	font-family: geneva, verdana, sans-serif;
	margin: 0;
}

div.article h3#searchMeta {
	border-bottom: 3px dashed #9cde45;
	margin: 0 0 10px;
	padding: 0 0 10px;
	height: 18px;
	font-weight: normal;
}

div.article ul.archiveList {
	margin-bottom: 20px;
}

a.snap_noshots, a:hover.snap_noshots, div#addthis_dropdown a, div#addthis_dropdown a:hover {
	border: 0;
}

a.snap_noshots img {
	margin: 0;
	padding: 0;
}

div#conversation {
	width: 540px;
	float: left;
	display: inline;
	padding: 0 0 10px;
	margin: 0;
}

div#conversation h2 {
	font-size: 1.4em;
	color: #004f6e;
	line-height: 1.8em;
	display: inline;
}

div#conversation span#postComment {
	margin-left: 10px;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #999;
}

div#conversation span#postComment a {
	border: 0;
	color: #999;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

div#conversation span#postComment a:hover {
	color: #e03400;
	border-bottom: 1px solid #e03400;
}

div#conversation div.commentMeta {
	margin: 5px 0 10px;
	font-size: 1.1em;
}

div#conversation div.bubble {
	margin: 0 auto 40px;
	font-size: 1.1em;
}

div.bubble blockquote {
	line-height: 1.8em;
	width: 100%;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0;
}

div.bubble blockquote.myComment {
	background-color: #effff1;
}

div.bubble cite {
	background: transparent url(http://www.crafterbynight.com/wp-content/themes/crafterbynight/images/arrow.png) no-repeat scroll 20px 0pt;
	font-style: normal;
	margin: 0px;
	padding: 12px 0px 0px 10px;
	position: relative;
	top: 10px;
	font-size: 1em;
}

div.bubble cite.myCitation {
	background: transparent url(http://www.crafterbynight.com/wp-content/themes/crafterbynight/images/arrow-mine.png) no-repeat scroll 20px 0pt;
}

div#conversation h2#postcomment {
	display: block;
	padding: 20px 0 0;
}

div#conversation textarea#comment {
	padding: 5px;
}

div#conversation label {
	font-weight: bold;
	color: #666;
	padding-left: 5px;
}

div#pagination div {
	font-size: 1.5em;
	margin: 10px 0 15px;
}

div#pagination div#older {
	float: left;
	display: inline;
	width: 200px;
}

div#pagination div#newer {
	float: right;
	text-align: right;
	display: inline;
	width: 200px;
}


/* Sidebars		*/
div#sidebars {
	float: right;
	width: 300px;
	display: inline;
	padding: 35px 40px 0 0;
	font-size: 1.1em;
}

div#subscriptions {
	height: 53px;
	border-bottom: 3px dashed #9cde45;
}

div#subscriptions a, div#subscriptions a img {
	border: 0;
}

div#viaRSS {
	float: left;
}

div#viaEmail {
	float: right;
	text-align: right;
}

div#viaRSS, div#viaEmail {
	width: 145px;
	display: inline;
	margin-bottom: 10px;
	font-weight: bold;
}

div#leftBar {
	float: left;
	display: inline;
	width: 165px;
	margin-top: 10px;
}

div#leftBar ul li div a, div#leftBar ul li div a img, div#leftBar ul li div a:hover, div#leftBar ul li div a:hover img {
	border: 0;
}

div#leftBar a.textLink {
	color: #e03400;
	border-bottom: 1px dashed #e03400;
	text-decoration: none;
}

div#leftBar a:hover.textLink {
	color: #e03400;
	border-bottom: 1px solid #e03400;
	text-decoration: none;
}

div#leftBar h2 {
	border-top: 3px dashed #9cde45;
	border-bottom: 3px dashed #9cde45;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 5px 2px 2px;
	margin: 35px 0 5px;
	text-align: center;
	color: #006e93;
}

div#leftBar h2:before, div#leftBar h2:after {
	display: inline;
	content: url(http://www.crafterbynight.com/wp-content/themes/crafterbynight/images/star.png);
}

div#leftBar h2:before {
	padding-right: 3px;
}

div#leftBar h2:after {
	padding-left: 2px;
}

div#rightBar {
	text-align: center;
	float: right;
	display: inline;
	width: 130px;
	margin-top: 10px;
}

div#rightBar li.widget_amazonlinks {
	margin-bottom: 35px;
}

div#rightBar h2 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 5px 2px 2px;
	margin: 0 0 10px;
	text-align: center;
	color: #006e93;
}

div#rightBar h2:before, div#rightBar h2:after {
	display: inline;
	content: url(http://www.crafterbynight.com/wp-content/themes/crafterbynight/images/star.png);
}

div#rightBar h2:before {
	padding-right: 3px;
}

div#rightBar h2:after {
	padding-left: 2px;
}

li.amzn_image a, li.amzn_image a:hover {
	border: 0;
}

li.amzn_link {
	margin-bottom: 10px;
}

div#hostingAd {
	margin: 10px 0 40px;
	padding: 10px 0;
	border-top: 3px dashed #9cde45;
	border-bottom: 3px dashed #9cde45;
	color: #666;
	font-size: 1.2em;
	line-height: 1.5em;
}

div#hostingAd img {
	margin: 0 0 0 5px;
	border: 1px solid #ccc;
	background-color: #efefef;
}


/* Footer		*/
div#footer {
	background-color: #effaff;
	text-align: left;
	border-top: 3px solid #231f20;
	padding-top: 10px;
}

div#footer div#footerContainer {
	width: 960px;
	margin: 0 auto;
	font-size: 1.1em;
}

div#footer div#footerContainer h3 {
	font-size: 1.4em;
	color: #004f6e;
}

div#footer div#footerContainer h3 a {
	color: #999;
	border: 0;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}

div#footer div#footerContainer h3 a:hover {
	color: #e03400;
	border-bottom: 1px solid #e03400;
}

div#footer div#footerContainer ul {
	margin: 10px 0 0;
}

div#categories {
	margin: 0 auto 20px;
	padding: 15px 0 20px 0;
	border-bottom: 3px dashed #9cde45;
	float: left;
	width: 960px;
	display: inline;
}

div#categories ul {
	color: #999;
	line-height: 1.6em;
}

div#categories ul.children {
	display: none;
}

div#categories ul li.cat-item {
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	margin-right: 10px;
}

div#categories ul li.cat-item a {
	color: #e03400;
	float: left;
}

div#delicious {
	float: left;
	display: inline;
	width: 296px;
	margin: 0;
}

div#delicious ul {
	width: 296px;
}

div#delicious ul li {
	padding-left: 18px;
	background: url(http://www.crafterbynight.com/wp-content/themes/crafterbynight/images/star-bullet.png) no-repeat top left;
}

div#flickr {
	float: left;
	display: inline;
	width: 335px;
	margin: 0 0 0 28px;
}

div#flickr ul {
	width: 335px;
}

div#flickr ul li {
	margin: 0 7px 7px 0;
	display: block;
	float: left;
}

div#flickr ul li a {
	border: 0;
}

div#flickr ul li a img {
	border: 3px solid #ddd;
	height: 48px;
	width: 48px;
}

div#flickr ul li a:hover img {
	border: 3px solid #e03400;
}

div#about {
	float: right;
	display: inline;
	width: 296px;
}

div#about p {
	line-height: 1.4em;
}

div#about h3 {
	margin-bottom: 5px;
}

div#copyright {
	padding: 30px 0;
}


/* Link Page		*/
div.article h2.categoryTitle {
	text-align: left;
	font-style: normal;
	color: #000;
	margin-top: 10px;
}

div.article ul.categoryLinkList {
	margin-bottom: 20px;
}
