/* ==================================================
Theme Name: CrackerPunch Lite
Theme URI: http://crackerpunch.com/
Description: The default theme for Crackerpunch.com
Version: 1.0
Author: M. Dean Jones
Author URI: http://savorymedia.com/
================================================== */

/* ======================================== Globals ======================================== */

body {
	margin: 400px 0 20px 0;
	padding: 0;
	background: #fff url(images/v2-bkg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a:link,
a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	background: #fafafa;
	margin: 18px 0;
	padding: 4px 18px;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: url(images/tags.gif) no-repeat 100% 3px;
}

.img-right {
	float: right;
	margin: 0 0 5px 10px;
	border: none;
}

.img-left {
	float: left;
	margin: 0 10px 5px 0;
	border: none;
}

/* ======================================== Container ======================================== */

#container {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	clear: both;
}

/* ======================================== Page Body ======================================== */

#index-body {
	width: 500px;
	clear: left;
	/*padding-bottom: 20px;*/
}

/* ======================================== Page Menu ======================================== */

ul#menu {
	list-style: none;
	padding: 0;
	width: 800px;
	margin: 0 auto;
	background: #ececec url(images/menu-left.gif) no-repeat 0 0;
	height: 27px;
}

ul#menu li.pagenav {
	padding: 0;
	margin: 0;
}

ul#menu h4 {
	display: none;
}

ul#menu li ul {
	padding: 0;
	margin: 0 0 0 10px;
	background: url(images/menu-right.gif) no-repeat 100% 0;
	height: 27px;
}

ul#menu li ul li {
	display: inline;
}

ul#menu li ul li a {
	display: block;
	padding: 6px 10px;
	float: left;
}

ul#menu li ul li a:hover,
ul#menu li ul li.current_page_item a {
	color: #000;
	background: #ccc;
	text-decoration: none;
}

/* ======================================== Posts ======================================== */

.post {
	padding: 0 0 25px 0;
}

.post-meta {
	font-size: 10px;
}

.time {
	padding: 0 0 0 15px;
	background: url(images/calendar.gif) no-repeat 0 1px;
}

.cats {
	padding: 0 0 0 15px;
	background: url(images/tags.gif) no-repeat 0 1px;
}

.comment-link {
	padding: 0 0 0 15px;
	margin-left: 20px;
	background: url(images/comments.gif) no-repeat 0 1px;
}

.email-link {
	padding: 0 0 0 15px;
	margin-left: 20px;
	/*background: url(images/comments.gif) no-repeat 0 1px;*/
}

.edit-link {
	float: right;
}

.post-body {
	font-size: 14px;
	line-height: 20px;
}

.navigation,.postnavigation {
	display: block;
	text-align: center;
	padding-bottom: 25px;
}

.alignright {
	float: right;
	width: 250px;
	text-align: right;
}

.alignleft {
	float: left;
	width: 250px;
	text-align: left;
}

/* ======================================== Sidebar ======================================== */

#sidebar {
	width: 250px;
	float: right;
	clear: right;
	padding-bottom: 25px;
}

#sidebar ul {
	padding: 0 13px;
	background-color: #ececec;
	margin: 0;
	list-style: none;
}

#sidebar ul li {
	padding: 0 0 20px 0;
	margin: 0;
}

#sidebar ul li ul {
	padding: 0;
	margin: 5px 0;
}

#sidebar ul li ul li {
	padding: 0;
	margin: 5px 0;
}

.searchform {
	text-align: left;
}

#s,
#archives,
#wpcf_your_name,
#wpcf_email,
#wpcf_website,
#wpcf_msg {
	background: #fafafa;
	color: #000;
	border: 1px solid #900;
}

#s:hover,
#archives:hover,
#wpcf_your_name:hover,
#wpcf_email:hover,
#wpcf_website:hover,
#wpcf_msg:hover {
	background: #fff;
}

#searchsubmit,
#contactsubmit {
	background: #900;
	color: #ccc;
	border: 1px solid #900;
}

#searchsubmit:hover,
#contactsubmit:hover {
	color: #fff;
}

.contactform {
	padding-top: 30px;
}

li.more-link {
	text-align: right;
	padding-top: 20px;
	font-size: 10px;
}

li.cquote {
	font-style: italic;
}

/* ======================================== Pages ======================================== */

.sinfulsites,.askcracker,.allsins {
	list-style: none;
	margin: 0;
	padding: 15px;
}

.sinfulsites li,.askcracker li,.allsins li {
	padding: 5px 0;
}

/* ======================================== Box Tops & Bottoms ======================================== */

.top,
.bottom {
	height: 10px;
	width: 250px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

.top {
	background: url(images/box-top.gif) no-repeat center top;
}

.bottom {
	background: url(images/box-bottom.gif) no-repeat center bottom;
}

.comments-top,
.comments-bottom {
	height: 10px;
	width: 800px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	clear: both;
}

.comments-top {
	background: url(images/comments-top.gif) no-repeat center top;
}

.comments-bottom {
	background: url(images/comments-bottom.gif) no-repeat center bottom;
}

/* ======================================== Comments ======================================== */

#comment-area {
	background: #ececec;
	clear: both;
	margin-bottom: 25px;
	display: block;
}

#comments {
	clear: both;
	padding: 0 13px 25px 13px;
}

/*#comment-links {
	float: right;
	padding-top: 4px;
}*/

#comment-trackback-list {
	padding-right: 13px;
	width: 362px;
	float: right;
}

ol.comments {
	margin: 0 0 0 20px;
	padding: 0;
}

ol.comments li {
	margin: 0;
	padding: 10px 0;
}

#comment-form {
	padding-left: 13px;
	width: 362px;
	float: left;
}

#author,
#email,
#url,
#comment {
	background: #fafafa;
	color: #000;
	border: 1px solid #900;
	width: 360px;
}

#author:hover,
#email:hover,
#url:hover,
#comment:hover {
	background: #fff;
}

#submit {
	background: #900;
	color: #ccc;
	border: 1px solid #900;
}

#submit:hover {
	color: #fff;
}

/* ======================================== Footer ======================================== */

#footer {
	padding: 0;
	width: 800px;
	margin: 0 auto;
	background: #ececec url(images/menu-left.gif) no-repeat 0 0;
	height: 27px;
	font-size: 0px;
	display: block;
	clear: both;
}

#footer .inner {
	padding: 6px 10px;
	margin: 0 0 0 10px;
	background: url(images/menu-right.gif) no-repeat 100% 0;
	text-align: center;
	font-size: 12px;
}

