/*  
Theme Name: It's Worth Noting
Theme URI: http://www.bigbadcollab.com/
Description: It's Worth Noting Theme
Version: 1.0.5
Author: BigBadCollab
Author URI: http://www.bigbadcollab.com/
*/

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	height:100% auto; 
	color: #333;
	background: #f3f1e9 url(images/webbg.jpg) repeat top center;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

ol, ul {
	list-style: none;
}

ol {
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 15px;
}

p {
  padding-bottom: 20px;
}

th, td {
	padding: 5px;
}

em {
	font-style: italic;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #e3e0d9;
	margin: 10px 0;
}

strong {
	font-weight: bold;
}

blockquote {
	margin: 15px 30px;
	font-size: 15px;
	color: #444;
	border-left: 5px solid #688f9c;
	background: url(images/blockquotebg.jpg) top left repeat #f7f7f7;
	padding: 15px;
}

.code_holder {
	width: 100%;
	font-family: Courier, serif;
	float: left;
	display: inline;
}

.right {
	float: right;
}

.left {
	float: left;
}

.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

.imgleft {
	float: left;
	margin: 0 10px 10px 0;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


.input_text,
.input_tags,
.input_url,
.input_textarea {
	width:98%;
}
.input_access {
	margin:5px 0 0 0;
}
.input_password {
	width:200px;
}
.input_textarea {
	height: 200px;
	width:718px;
}
input[type="checkbox"] {
	margin:0 3px 0 0;
	padding:0;
	border:none;
}
label {

}
input {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input:focus {
	background: #fff;
	border: 2px solid #688f9c;
}

textarea {
	font: 120% Arial, Helvetica, sans-serif;
	border: solid 1px #cccccc;
	padding: 5px;
	color:#666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
textarea:focus,
input[type="text"]:focus {
	border: solid 1px #688f9c;
	background: url(images/textareabg.jpg) top left repeat-x #f6f6f6;
	color:#333333;
}
.submit_button {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-shadow:1px 1px 0px black;
	text-decoration:none;
	border: 1px solid #333;
	background: url(images/formbuttonbg.png) top left repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto;
	padding: 2px 20px;
	margin:10px 10px 10px 0;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); /* safari v3+ */
	-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.40); /* FF v3.5+ */
}
.submit_button:hover {
	color: white;
	border-color: #322f2d;
	text-decoration:none;
	background-color:#688f9c;
}

.bigtext {
	font-size: 21px;
}

.dsq-trackback-url {
	width: 550px;
}

/* Link Styles */
a:link, 
a:visited {
	color: #688f9c;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: Helvetica, Arial;
}

h1 {
  font-size: 40px;
  letter-spacing: -1px;
}

  h1 a:link,
  h1 a:visited {
    color: #333;
  }
  
  h1 a:hover {
    background: #eee;
  }
  
h2 {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: -0.03em;
  
}

  h2 a:link,
  h2 a:visited {
  	color: #333;
    text-decoration: none;
  }
  
  h2 a:hover {
    color: #666;
  }

h3 {
  font-size: 17px;
  line-height: 17px;
  letter-spacing: -0.03em;
  color: #333;
}

  h3 a:link,
  h3 a:visited {
    text-decoration: none;
    font-weight: bold;
  }
  
  h3 a:hover {
    color: #666;
  }

h4 {
  font-size: 15px;
  padding-bottom: 10px;
}

h5 {
  font-size: 14px;
}

h6 {
}

.pagetitle {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e0d9;
}

.pagetitle_archive {
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e0d9;
	margin: 10px 10px 10px 30px;
	font-family: "museo";
	font-weight: 100;
}

.top_pad {
	margin-top: 15px;
}

.post-edit-link {
	width: 100%;
	float: left;
	display: inline;
}

#sidebar {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
.code {
	font: 11px 'Courier New', Courier, Fixed;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #dedede;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #918f8f;
	text-decoration: none;
	}

a:hover {
	color: #bc9b54;
	text-decoration: none;
	}
	
.postmetadata {
	width: 580px;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #e3e0d9;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	float: left;
	display: inline;
}

.rightcolumn_infobox {
	width: 230px;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #e3e0d9;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	float: left;
	display: inline;
}

.rightcolumn_infobox ul {
	margin-left: 20px;
	list-style: disc;
}

.subscribe_box {
	width: 280px;
	padding: 10px;
	margin: 0 15px 20px 0;
	border: 1px solid #e3e0d9;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	float: left;
	display: inline;
}

#subscribe_options {
	width: 100%;
	float: left;
	display: inline;
}

#banner_options {
	width: 100%;
	float: left;
	display: inline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Comments*/

h3#comments {
	width: 100%;
	margin: 20px 0;
	float: left;
	display: inline;
}

.comment_content {
	width: 480px;
	padding: 20px;
	float: right;
	display: inline;
	overflow: auto;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	width: 650px;
	margin: 10px 0;
	border: 1px solid #dedede;
	float:left;
	display: inline;
}

.commentlist li .avatar {
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform {margin: 15px 0 20px 0;}
#commentform input#author, #commentform input#email, #commentform input#url {width: 260px; margin: 0 5px 10px 0; padding: 7px 5px; border: 1px solid #dedede;}
#commentform textarea {width: 90%!important; padding: 10px; border: 1px solid #dedede;}
#commentform #submit {background-color: #333333; border: none; margin: 20px 0 0 0; padding: 5px 10px; color: #fff; font: 16px/40px Helvetica, Arial, sans-serif; font-weight: bold;}

.commentmetadata {
	font-weight: normal;
	}

#respond {
	width: 100%;
	margin: 15px 0;
	border-top: 2px solid #dedede;
	float: left;
	display: inline;
}

#respond_form {
	padding: 15px;
	padding-bottom: 0px;
}

.reply {
	width: 630px;
	padding: 5px 10px;
	text-align: right;
	border-top: 1px solid #dedede;
	background: #f6f6f6;
	font: 12px/14px Helvetica, Arial, sans-serif;
	float: right;
	display: inline;
	
}
	
/* End Comments */



/* Begin Calendar */
#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;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Site Structure */

#full_wide {
	width: 100%;
	background: url(images/mainbg.jpg) top center no-repeat;
	float: left;
	display: inline;
}

.width_setter {
	width: 940px;
	margin: 0 auto;
}

#top_bar {
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

	#logo h1 a {
		width: 175px;
		height: 120px;
		background: url(images/itsworthnoting_logo.png) top center no-repeat;
		margin: 0;
		padding: 0;
		margin-left: 30px;
		border: none;
		cursor: pointer;
		text-indent: -5555px;
		z-index: 200;
		float: left;
		display: inline;
	}
	
#nav_bar {
	width:600px;
	height:38px;
    margin: 0;
    padding: 0;
    margin-top: 37px;
    float: right;
    display: inline;
}

	    	
/* NAVIGATION */

	#top_nav {
		width:600px;
		height:38px;
		margin: 0;
		padding: 0;
		margin-top: 37px;
		font-family: Helvetica, Arial, sans-serif;
		float: right;
		display: inline;
		position: relative; 
		z-index: 100;
	}
			
	#top_nav a {
		color:#FFF;
	}
	
	/* level 1 */
	#top_nav ul {
		width:600px;
		height:38px;
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		display: inline;
	}
	
	#top_nav ul li {
		float:left;
		position:relative;
	}
	
	#top_nav ul li a {
		display: block;
		float: left; 
		height: 38px;
		background: url(images/topnav.png);
		text-indent:-6000px;
	}
	
	/* up */
	#top_nav li#home a { width:72px; background-position:0px 0px; }
	#top_nav li#about a { width:77px; background-position:-72px 0px; }
	#top_nav li#leadership a { width:112px; background-position:-149px 0px; }
	#top_nav li#productivity a { width:132px; background-position:-261px 0px; }
	#top_nav li#reviews a { width:87px; background-position:-393px 0px; }
	#top_nav li#technology a { width:120px; background-position:-480px 0px; }

	/* over */
	#top_nav li#home a:hover { background-position:0px -38px; }
	#top_nav li#about a:hover { background-position:-72px -38px; }
	#top_nav li#leadership a:hover { background-position:-149px -38px; }
	#top_nav li#productivity a:hover { background-position:-261px -38px; }
	#top_nav li#reviews a:hover { background-position:-393px -38px; }
	#top_nav li#technology a:hover { background-position:-480px -38px; }
	

#content_top {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(images/featuredbg-top.jpg) top center no-repeat;
	float: left;
	display: inline;
}
	
#content_holder {
	width: 940px;
	background: url(images/webbg.jpg) top left repeat;
	float: left;
	display: inline;
}

#content_bottom {
	width: 100%;
	height: 40px;
	float: left;
	display: inline;
}

#sidebar_holder {
	width: 280px;
	float: right;
	display: inline;
}

#sidebar h2 {
	font: 14px/30px "museo";
	font-weight: normal;
	border-bottom: 1px solid #b2b0ab;
	margin-bottom: 15px;
	letter-spacing: .01em;
	text-transform: uppercase;
}

#sidebar ul {
	margin-bottom: 15px;
}

#stay_up_to_date {
	width: 260px;
	height: 115px;
	background: url(images/stayuptodate.jpg) top left no-repeat;
	margin: 0px;
	margin-top: 15px;
	float: left;
	display: inline;
	position: relative;
}

#stay_up_to_date_home {
	width: 260px;
	height: 115px;
	background: url(images/stayuptodate.jpg) top left no-repeat;
	margin: 0px;
	margin-top: -15px;
	float: left;
	display: inline;
	position: relative;
}

#paperclip {
	width: 43px;
	height: 81px;
	background: url(images/paperclip.png) top right no-repeat;
	position: absolute;
	top: -24px;
	right: 5px;
}

#social_icon_holder {
	width: 100%;
	margin-top: 68px;
	float: left;
	display: inline;
}

#social_icon_holder .icon_holder {
	width: 51px;
	text-align: center;
	float: left;
	display: block;
}

#newsletter_holder {
	width: 240px;
	padding: 5px 10px;
	color: #777;
	margin-bottom: 15px;
	background: url(images/searchbg.jpg) top left repeat-y;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	float: left;
	display: inline;
}

#search_holder {
	width: 260px;
	margin-bottom: 25px;
	float: left;
	display: inline;
}

#search_holder #searchsubmit {
	margin-top: 5px;
}

#page_holder {
	width: 100%;
	margin: 20px 0;
	float: left;
	display: inline;
}

#left_column {
	width: 600px;
	padding: 0;
	margin: 15px 0 0 30px;
	float: left;
	display: inline;
}

#author_bar {
	width: 100%;
	margin: 5px 0 10px 0;
}

#posts_left_column {
	width: 640px;
	float: left;
	display: inline;
}

.posts_navigation {
	width: 900px;
	padding: 10px;
	margin: 10px;
	border: 1px solid #e3e0d9;
	font: 13px/18px Helvetica, Arial, sans-serif;
	float: left;
	display: inline;
}

.navigation {
	width: 100%;
	margin: 15px 0;
	padding: 0;
	float: left;
	display: inline;
}

.entry {
	width: 600px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e0d9;
	font-size: 13px;
	line-height: 21px;	
}

.entry ul {
	margin-left: 30px;
	margin-bottom: 15px;
	list-style: disc;
	
}

.entry img {
	margin: 0 auto;
	text-align: center;
}

.media_element_holder {
	width: 200px;
	margin: 10px 10px 20px 0;
	float: left;
	display: inline;
}

.media_element_holder img {
	padding: 0;
	margin: 0;
	border: none;
}

.banner_title_row {
	color: #7f7560;
	font: 12px/30px Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0 10px;
	background-color: #e3e0d9;
}

#home_features_holder {
	width: 210px;
	margin-right: 20px;
	float: right;
	display: inline;
}

#poll_results_holder {
	width: 210px;
	height: 435px;
	float: right;
	display: inline;
}

#recent_comments_holder {
	width: 210px;
	height: 435px;
	float: right;
	display: inline;
}

#twitter_holder {
	width: 260px;
	height: 435px;
	float: left;
	display: inline;
}

.sidebar_section_holder {
	width: 260px;
	float: left;
	display: inline;
}

.sidebar_content {
	width: 240px;
	padding: 10px;
	float: left;
}

.wp-polls {
	width: 240px;
	padding: 10px;
	float: left;
	display: inline;
}

.recent_comment {
	width: 190px;
	height: 70px;
	padding: 10px;
	font: 11px/12px Helvetica, Arial, sans-serif;
	background: url(images/comment_window_bg.png) top left no-repeat;
	float: left;
	display: inline;
}

.tan_title_bar {
	width: 190px;
	height: 30px;
	color: #7f7560;
	font: 12px/30px Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0 10px;
	background-color: #e3e0d9;
	text-align: left;
	float: left;
	display: inline;
}

.tan_title_bar_sidebar {
	width: 240px;
	height: 30px;
	color: #7f7560;
	font: 12px/30px Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0 10px;
	background-color: #e3e0d9;
	text-align: left;
	float: left;
	display: inline;
}

.section_content_sidebar {
	width: 260px;
	padding: 10px;
	float: left;
	display: inline;
}

.twitter-item {
	width: 240px;
	height: 70px;
	padding: 10px;
	font: 11px/12px Helvetica, Arial, sans-serif;
	background: url(images/twitter_window_bg.png) top left no-repeat;
	position: relative;
	float: left;
	display: inline;
}

.twitter-timestamp {
	width: 100%;
	color: #868686;
	font: 10px/12px Helvetica, Arial, sans-serif;
	font-style: italic;
	text-align: right;
	position: absolute;
	bottom: 7px;
	right: 10px;
}
	
#featured_holder {
	width: 880px;
	padding: 20px 30px;
	margin-bottom: 20px;
	background: url(images/featuredbg.jpg) bottom right no-repeat;
	float: left;
	display: inline;
}

#featured_comment_date_bar {
	width: 415px;
	height: 30px;
	color: white;
	font: 11px/30px Helvetica, Arial, sans-serif;
	padding: 0 10px;
	background-color: #918f8f;
	text-align: center;
	float: left;
	display: inline;
}

#featured_comment_date_bar a {
	color: white;
	text-decoration: none;
}

#featured_content {
	width: 440px;
	float: left;
	display: inline;
}

#featured_image {
	width: 420px;
	text-align: right;
	float: right;
	display: inline;
}

	#featured_image img {
		width: 400px;
		border: 7px solid white;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0px 3px 8px #909090;
		-webkit-box-shadow: 0px 3px 8px #909090;
		box-shadow: 0px 3px 8px #909090;

	}
	
#home_posts_holder {
	width: 630px;
	float: left;
	display: inline;
}

.blog_post_framed {
	width: 280px;
	height: 435px;
	margin-left: 30px;
	float: left;
	display: inline;
}

.comment_date_bar {
	width: 260px;
	height: 30px;
	color: white;
	font: 11px/30px Helvetica, Arial, sans-serif;
	padding: 0 10px;
	background-color: #918f8f;
	float: left;
	display: inline;
}

.comment_date_bar a {
	color: white;
	text-decoration: none;
}

.section_content {
	width: 280px;
	height: 235px;
	font-size: 12px;
	line-height: 16px;
	float: left;
	display: inline;
}

.section_content h3 {
	font-size: 17px;
	letter-spacing: -.03em;
	font-weight: bold;
	line-height: 21px;
}

.section_content h3 a {
	color: #333;
}

.author_category_holder {
	width: 100%;
	font: 13px Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 15px 0;
	float: left;
	display: inline;
}

#author_box {
	width: 620px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #e3e0d9;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	float: left;
	display: inline;
}

#author_icon {
	width: 65px;
	float: left;
	display: inline;
}

#author_info {
	width: 550px;
	float: left;
	display: inline;
}

#more_articles_bar {
	width: 900px;
	color: #333;
	padding: 0 20px;
	margin: 0 0 25px 0px;
	background: url(images/footerbg.jpg) top left repeat;
	font: 16px/40px Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -.03em;
	text-align: right;
	float: left;
	display: inline;
}

#more_articles_bar a {
	color: #333;
}

#footer_holder {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: url(images/footerbg.jpg) repeat;
	float: left;
	display: inline;
}

.footer_column {
	width: 280px;
	margin-left: 30px;
	padding: 10px 0;
	float: left;
	display: inline;
}

.post_thumb_img {
	width: 280px;
	height: 115px;
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
	display: inline;
}

.post_thumb_img img {
	max-width: 280px;
}

#categories_holder {
	width: 280px;
	margin-bottom: 20px;
	float: left;
	display: inline;
}

	#categories_holder #categories li {
		font: 12px/14px Helvetica, Arial, sans-serif;
		background: #eaeaea;
		padding: 5px 10px;
		margin: 5px 5px 0 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		float: left;
		display: inline;
	}
	
#archive_holder_main {
	width: 280px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}

#archive_holder_main ul li {
	width: 280px;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	margin: 0;
	line-height: 32px;
}

#archive_holder_main ul li a {
	font: 12px/14px Helvetica, Arial, sans-serif;
	background: #eaeaea;
	color: #231f20;
	font-weight: bold;
	padding: 6px 4px;
	margin: 0 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#archive_holder_main ul li strong a {
	font: 24px/32px Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	color: #231f20;
	background: none;
	font-weight: normal;
	text-decoration: none;
}

#archive_holder_main .emptymonth {
	display: none;
}

#footer_content_holder {
	width: 940px;
	padding: 20px 0;
	margin-bottom: 20px;
	float: left;
	display: inline;
}

.footer_title {
	font: 14px/30px "museo";
	font-weight: normal;
	border-bottom: 1px solid #b2b0ab;
	margin-bottom: 15px;
	letter-spacing: .01em;
	text-transform: uppercase;
}

#categories {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}

#categories li {
	font: 12px/14px Helvetica, Arial, sans-serif;
	background: #c7c6c1;
	padding: 5px 10px;
	margin: 10px 10px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	display: inline;
}

#categories li a {
	color: #333;
}

#archive_holder {
	width: 280px;
	float: left;
	display: inline;
}

#archive_holder ul li {
	width: 280px;
	border-bottom: 1px solid #a9a396;
	padding: 5px 0;
	line-height: 32px;
}

#archive_holder ul li a {
	font: 12px/14px Helvetica, Arial, sans-serif;
	background: #c7c6c1;
	color: #231f20;
	font-weight: bold;
	padding: 6px 4px;
	margin: 0 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#archive_holder ul li strong a {
	font: 24px/32px Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em;
	color: #231f20;
	background: none;
	font-weight: normal;
	text-decoration: none;
}

#archive_holder .emptymonth {
	display: none;
}

#copyright_nav_holder {
	width: 880px;
	font: 12px/26px Helvetica, Arial, sans-serif;
	margin: 0 0 30px 30px;
	float: left;
	display: inline;
}

.twitter-date {
	width: 100%;
	color: #666;
	font-size: 11px;
	font-style: italic;
	margin: 10px 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #b2b0ab;
	float: left;
	display: inline;
}

.twitter-text {
	width: 100%;
	font-size: 13px;
	float: left;
	display: inline;
	
}

.st_sharethis_custom{
	background: url(images/icon-share.jpg) no-repeat scroll left top transparent;
	padding:0px 18px 10px 0;
}

#crp_related {
	padding-top: 2em;
}