body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}


form { margin: 0; }
a img { border: 0; }
*:focus { outline: none; }

.c { text-align: center !important; }

a, a:link, a:visited {
	color: #bd282e;
}


/* ------------------------------------------------------------------------------ */
/*    subnav & tab styles                      					 */
/* ------------------------------------------------------------------------------ */

#subnav {
	width: 290px;
	min-height: 290px;
	margin: 0 0 0 8px;
	background: url(../img/receipt-bg.gif) no-repeat center top;

}
#subnav .inner {
	padding: 134px 32px 0 32px;
}

#subnav-bot {
	width: 290px;
	height: 72px;
	margin: 0 0 1em 8px;
	background: url(../img/receipt-bot.gif) no-repeat center top;
}

ul.tab, ul.tab-content {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

ul.tab li {
	float: left;
	display: block;
	width: 49%;
	border-style: solid;
	border-color: #999898;
	border-width: 1px 0 1px 1px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}


ul.tab li.first {
	border-left: 0px;
}

ul.tab li a, ul.tab li a:link, ul.tab li a:visited {
	color: black;
	text-decoration: none;
	font-size: 16px;
	font-family: monospace;
}

ul.tab li.on a, ul.tab li.on a:link, ul.tab li.on a:visited,
ul.tab li a:hover, ul.tab li a:active {
	color: #bd282e;
	text-decoration: none;
	font-family: monospace;
	font-weight: bold;
}

ul.tab-content li {
	display: none;
	padding-top: 10px;
}

ul.tab-content li.on {
	display: block;
}

ul.tab-content ul {
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 0;
}


ul.tab-content ul li {
	display: list-item;
	padding: 2px 0;
}

ul.tab-content ul li a,
ul.tab-content ul li a:link,
ul.tab-content ul li a:visited {
	color: black;
	font-size: 14px;
	text-decoration: none;
}

ul.tab-content ul li a:hover,
ul.tab-content ul li a:active,
ul.tab-content ul li.current-cat a,
ul.tab-content ul li.current-cat a:link,
ul.tab-content ul li.current-cat a:visited,
ul.tab-content ul li a.on,
ul.tab-content ul li a.on:link,
ul.tab-content ul li a.on:visited {
	color: #bd282e;
}



#postsnav {
	width: 314px;
	margin-left: 7px;
	text-align: right;
}

/* ------------------------------------------------------------------------------ */
/*    social media feature boxes                            			 */
/* ------------------------------------------------------------------------------ */

.feature {
	width: 323px;
	margin-left: 7px;
	background: url(../img/feat-bg.gif) repeat-y center top;
	position: relative;
	margin-bottom: 3em;
}

.feature .icon {
	position: absolute;
	z-index: 3;
	top: -30px;
	left: -20px;
}

.feat-top {
	height: 127px;
	background: url(../img/feat-top.gif) no-repeat center top;
	margin-bottom: -120px;
	position: relative;
	top: -10px;
}

.feat-inside {
	padding: 4px 33px 46px 36px;
	min-height: 198px;
	background: url(../img/feat-bot.gif) no-repeat center bottom;
	position: relative;
	bottom: -10px;
}

ul.twitter {
	list-style-type: none;
	padding: 0;
	margin: 0;

	font-size: 1.2em;
}

ul.twitter li {
	background: url(../img/hr-dots.gif) no-repeat center bottom;
	padding-bottom: 8px;
	margin-bottom: 1em;

}

ul.twitter li strong, ul.twitter li em, .twitter-timestamp {
	color: #bd282e;
}


/* ------------------------------------------------------------------------------ */
/*    single post styles  	                          			 */
/* ------------------------------------------------------------------------------ */

.post {
	width: 590px;
	background: url(../img/post/post-bg.gif) repeat-y center top;
	color: #767676;
	margin-bottom: 3em;
}

.post-top {
	height: 86px;
	background: url(../img/post/post-top.gif) no-repeat center top;
	margin-bottom: -70px;
	position: relative;
	top: -25px;
}

.post-inside {
	padding: 2px 25px 25px 25px;
	background: url(../img/post/post-bot.gif) no-repeat center bottom;
	position: relative;
	min-height: 200px;
}

.post h2 {
	margin: 0 0 0 222px;
	color: #bd282e;
	font-size: 1.8em;
}

.post h2 a, .post h2 a:link, .post h2 a:visited, .post h2 a:hover {
	text-decoration: none;
	color: #bd282e;
}

.postsnap h3 {
	margin: 0;
	color: #bd282e;
	font-size: 1.4em;
}

.post small, .postsnap small {
	display: block;
	margin: 0 0 0 222px;
	font-style: italic;
	font-size: 1.1em;
}
.postsnap small { margin: 0; }

.post p, .postsnap p {
	font-size: 1.2em;
	line-height: 1.55em;
}

.post img.postimg {
	float: left;
	margin: 0 20px 20px 0;
}
.post-content img.alignnone {
	display: none;
}

.post .date {
	width: 53px;
	height: 47px;
	background: url(../img/post/date.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: -34px;

	text-align: center;
	padding: 6px 0px 0px 8px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	line-height: 20px;
}

.post .comments {
	width: 53px;
	height: 29px;
	background: url(../img/post/comments.gif) no-repeat;
	float: right;
	margin-left: 10px;

	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #bd282e;
	line-height: 29px;
}

.post .comments a, .post .comments a:link, .post .comments a:visited {
	text-decoration: none;
}

.post .more, .postsnap .more, .feature .more {
	text-align: right;
	margin: 1em 0;
}

.addthis_container { float: left; }

.post h4 {
	margin: 0;
	font-size: 1.3em;
}
.post .commentmeta {
	font-size: 11px;
	font-style: italic;
}

/* ------------------------------------------------------------------------------ */
/*    footer styles                      					 */
/* ------------------------------------------------------------------------------ */
#foot .center {
	padding: 210px 0 0 0;
	text-align: center;
}

.bucket {
	display: -moz-inline-box;
	display: inline-block;

	vertical-align: top;
	width: 258px;
	margin: 0 30px;
	text-align: left;
}


ul#blogroll {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

ul#blogroll li {
	border-bottom: 1px solid #ebe3d3;
}


ul#blogroll li a, ul#blogroll li a:link, ul#blogroll li a:visited {
	display: block;
	padding: 3px;
	color: black;
	text-decoration: none;
	background: none;
}

ul#blogroll li a:hover, ul#blogroll li a:active {
	display: block;
	padding: 3px;
	color: #bd282e;
	text-decoration: none;
	background: #ebe3d3;
}