/*  
Theme Name: it's worth a nickel simplified
Theme URI: http://www.worthanickel.com/
Description: A customized theme designed to stylize worthanickel.com.
Version: 1.0
Author: Christopher Wyble
Author URI: http://www.worthanickel.com/
*/

#sidebar {
	float: left;
	width: 30%;
	margin: 0 10px;
	padding: 1% 1%;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul ul, #sidebar ul ol, #sidebar ul p, #sidebar ul select {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1px;
	border-bottom: 1px solid #3b5899;
}

#sidebar h2 {
	font-size: 1em;
}


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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .05em;
}

/* End Typography & Colors */

/* Begin Structure */
.middle .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.middle .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* End Structure */

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

img.centered {
	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;
	}

.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 ol {
	padding: 0 0 0 35px;
	}

.postinfo {
	color: #801;
	margin-bottom: 10px;
}

/* End Entry Lists */

/* Begin Form Elements */
fieldset {
	border: 0;
	margin:0;
	padding:0;
}
input, textarea {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height:18px;
	border: 1px solid #666;
	padding: 3px;
}
#submit {
	border: none;
	text-decoration: underline;
	color: #666;
	padding: 2px 2px 2px 20px;
}
#searchform {
	padding-bottom: 18px;
}
#searchform #s {
	border: 1px solid #666;
	width: 120px;
	margin: 0;
}
#searchform #submit {
	background: transparent url(/images/icons/magnifier.png) no-repeat left center;
}

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

select {
	width: 100px;
}
#commentform textarea {
	width: 98%;
}
#commentform #submit {
	float: right;
	background: transparent url(/images/icons/comment_add.png) no-repeat left center;
}
#commentform p {
	margin: 9px 0;
}
/* End Form Elements */

/* Begin Comments*/
.commentlist {
	margin-bottom: 17px;
	border-bottom: 1px solid #eee;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	margin: 0;
}
.evencomment { /* Used to differentiate visually between odd- and even-numbered comments. */
	padding-bottom: 18px;
}
.oddcomment { /* Used to differentiate visually between odd- and even-numbered comments. */
	background: #e1edf8;
	padding-bottom: 18px;
}
.nocomments {
}
.commentmetadata {
	float: right;
	clear: none;
}
/* End Comments */

/* Begin Sidebar */
/* End Sidebar */

/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#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;
}
/* 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.feed {
	background: transparent url(/images/icons/feed.png) no-repeat left center;
	padding: 2px 0 2px 20px;
}
.link {
	background: transparent url(/images/icons/page_white_link.png) no-repeat left center;
	padding: 2px 0 2px 20px;
}
/* End Various Tags & Classes*/