/*
***********************************

This file is included after the master sheet at http://www.case-mate.com/styles.css 
and provides blog-specific styles and any necessary overrides of styles.css

Created by FireBox Studios
http://www.fireboxstudios.com

***********************************
*/

/* Direct overrides of master styles.css -----------------------------------*/

#Search2 input {
	margin-left:10px;
}

#Header {
	position:relative;
}

#StorePagesHeaderBox {
	margin-bottom:0;
	position:relative;
}

#Breadcrumb {
	margin-top:0;
}

#Content {
	padding-top:0;
}

#StandardPageMainTable {
	background:url(img/bkg_sidebar.gif) repeat-y right top;
	margin:15px 0 0 16px;
	width:907px;
}

.fixed, .clear {
	clear:both;
}


/* Styled elements that Wordpress outputs ---------------------------------*/

#postpath {
	background:#EDEDED none repeat scroll 0 0;
	color:#666666;
	margin:0 -15px;
	padding:10px 0 10px 16px;
	width:922px;
}

.post h2 {
	color:#405a67;
	font-size:20px;
	margin-bottom:9px;
}

.post {
	margin-bottom:45px;
}

.date, .author, .editpost {
	color:#6e9a34;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-right:5px;
}

.author a {
	color:#6e9a34;
	text-decoration:none;
}

.comments, .addcomment {
	background:transparent url(img/icons.gif) no-repeat scroll 0 -96px;
	float:right;
	height:16px;
	padding-left:22px;
}

.addcomment {
	background-position: 0 -112px;
	margin-left:15px;
}

.info {
	padding:0 0 15px 0;
}

.under {
	height:16px;
	margin-top:10px;
}

.under, .under a, .tags, .tags a {
	color:#999999;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

.under span {
	float:left;
}

.tags, .tags a {
	color:#6f9b34;
}

.tags {
	background:transparent url(img/icons.gif) no-repeat scroll 0 -400px;
	margin-left:10px;
	padding-left:18px;
}

/* New, blog-specific styles ----------------------------------------------*/

.content p, .content ul {
	margin:0;
	padding:0 0 15px 0;
}

.post .content ul li, .post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}

#cm_blogBtn {
	position:absolute;
	right:15px;
	top:0;
}

#cm_rss {
	background:transparent url(img/icon_rss.png) no-repeat right top;
	bottom:-8px;
	color:#333333;
	display:block;
	height:41px;
	left:828px;
	padding:8px 30px 0 0;
	position:absolute;
}

#cm_leftRail {
	float:left;
	font-size:12px;
	line-height:19px;
	width:575px;
}

#cm_rightRail {
	float:left;
	margin-left:32px;
	width:300px;
}

#cm_rightRail ul {
	list-style-type: none;
	padding:0;
	margin:0;
}

.widget h3 {
	color:#405a67;
	font-size:14px;
	margin:0 0 11px 15px;
}

.widget li {
	padding:8px 10px 8px 15px;
}

.widget {
	border-bottom:1px solid #c0c7ca;
	border-bottom:1px solid #c0c7ca;
	margin-bottom:5px;
	padding:15px 0 11px 0;
}

.widget.gradient, .widget.widget_recent_entries {
	background:#f8f8f8 url(img/bgk_widget_gradient.png) no-repeat left top;
}

#cm_catArch div {
	float:left;
	*margin-bottom:10px;
	width:145px;
}

.widget.ad {
	border:none;
	margin-top:15px;
}

/* Twitter Tools --------------------------------------------------------*/

#twitter-tools {
	background:#e1e8d8;
	border:none;
	color:#333333;
	font-size:13px;
	margin-bottom:20px;
	padding:0;
}

#twitter-tools h3 {
	display:none;
}

#twitter-tools img {
	margin-left:-1px;
}

#twitter-tools li {
	padding:10px 10px 10px 15px;
}

#twitter-tools li.alt {
	background:#fcfdfb;
}

#twitter-tools li.aktt_more_updates {
	background:#8cc63f;
	color:#FFFFFF;
	padding:4px 10px 4px 15px;
	text-align:right;
}

.aktt_more_updates a {
	color:#FFFFFF;
}

/* float clearing for widgets */
.clearfix:after, .widget:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix, * html .widget {
	height: 1%;
}

.clearfix {
	display: block;
}