@charset "utf-8";
@import url(normal.css);

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#434343;
	font-size: 14px;
}

html p, body p, p, body li, html p.MsoNormal, html li.MsoNormal, html div.MsoNormal {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


body h2, {
	padding-bottom: 8px;
}

body h3 a:hover {
	text-decoration: underline;
}

#identity {
	background: transparent url(images/headerBig.jpg) no-repeat;
	height: 247px;
}

#identity h1 { text-indent: -9999px; }

#wrapper {
	/*
	width: 1035px;
	margin: 0 auto;
	*/
	width: 1046px;
	margin: 0 auto;
	padding:0 60px;
	background: url(images/bg-page.gif) repeat-y left;
}

#mainContent {
	width: 575px;
	float: left;
	padding:15px 20px 30px 25px;
	margin: 30px 0 0 15px;
	font-size: 14px;
	font-weight:bold;
	border-left:5px solid #e5edee;
	background:url(images/bg-footer.jpg) no-repeat bottom left;
	position:relative;
}
#mainContent strong, #mainContent b {
	letter-spacing:0.5px;
	font-size:1.1em;
	color:#222;
}

#mainContent h2 {
	color:#aa2800;
	font-size:28px;
}
#mainContent h2 a {
	color: #aa2800;
	text-decoration: none;
}
#mainContent h2 a:hover {
	text-decoration: underline;
}
#mainContent a {
	color: #91ba9b;
	text-decoration: underline;
}

#mainContent a:hover {
	text-decoration: none;
}

#mainContent blockquote {
	font-size: 14px;
	padding: 5px 15px 5px 35px;
}

#mainContent .entryMetadata {
	background:transparent url(images/bg-entryMetadata.gif) repeat-x scroll center bottom;
	color:#AA2800;
	font-weight:bold;
	margin:0 0 60px;
	padding:0 0 20px;
	text-transform:uppercase;
}
#mainContent .entryMetadata p {
	font-size: 10px;
	margin-top: 15px;
}

#mainContent .entryMetadata a {
	font-size: 10px;
	color: #ff8e51;
	text-decoration: none;
}

#mainContent .entryMetadata a:hover {
	text-decoration: underline;
}

#mainContent .entryMetadata .share-button {
	float:right;
	position:relative;
	top:-3px;
}

#leftCol {
	width: 180px;
	float: left;
	padding-bottom: 30px;
	margin:30px 0 0 0;
}

#leftCol h2, #rightCol h2 {
	background:url(images/bg-heading.jpg) no-repeat top left;
	padding:7px 10px 6px;
	text-transform: uppercase;
	color: #1e4135;
	font-size:18px;
}

#leftCol p, #rightCol p {
	padding: 5px 0px 5px 0px;
}


#rightCol ul li {
	padding-bottom: 5px;	
}

#leftCol a, #rightCol a {
	color: #898888;
	text-decoration: none;
}

#leftCol a:hover, #rightCol a:hover {
	text-decoration: underline;
}

#rightCol {
	float:left;
	padding-bottom:30px;
	width:215px;
	background:url(http://www.technicaljones.com/bg-search.gif) no-repeat top right;
}

#rightCol .colDate {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#mainContent .commentMetadata {
	text-transform: uppercase;
	font-size: 10px;
	color: #898888;
	text-decoration: none;
	margin-bottom: 15px;
}

#rightCol .subscribeLink a {
	font-size: 10px;
	color: #000000;
}

#rightCol .subscribeLink a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
/*	background-color: #BEDBE7;*/
}

#footer p {
	color: #e9f2ec;
	/*text-transform: uppercase;*/
	font-size: 11px !important;
	padding: 3px 0px 3px 0px;
	position:relative;
	top:17px;
	left:10px;
}

#rightCol .widget-wrapper {
	margin:0 0 20px 0;
}

#rightCol .sponsored{
background: url(http://www.technicaljones.com/bg-sponsored.gif) no-repeat;
	padding:40px 0 60px 40px;
margin: 20px 0 10px 0;


}
#rightCol .search {
	padding:0 0 0 40px;

	border:none;
        height: 269px;
}
#rightCol .search h2 {
	background:url(images/heading-search.jpg) top left no-repeat;
	padding:0;
	margin:0 0 0 0;
	height:15px;
}
#rightCol .search .widget {
	border-left:none;
	padding:0px;
}

#rightCol .search h2 span {
	position:absolute;
	left:-9999px;
}
#rightCol .search .button {
	position:relative;
	top:4px;
}

#pages
{
	background:transparent url(images/bg-paging-left.gif) no-repeat scroll left top;
	padding:0 0 0 3px;
	position:absolute;
	margin-top:-21px;
}
#pages div
{
	background:url(images/bg-paging-right.gif) top right no-repeat;
	padding:9px 3px 3px 0;
	overflow:hidden;
}

#pages a,
#pages .currentPage{
	text-decoration:none;
	display:block;
	padding:1px;
	margin:0 1px;
	float:left;
}
#pages a:hover {
	text-decoration:underline;
}
.prevPage, .nextPage {
	background:no-repeat center center;
	height:16px;
	width:10px;
	display:block;
	float:left;
}
.prevPage {
	background-image:url(images/bullet-left.gif);
}
.nextPage {
	background-image:url(images/bullet-right.gif);
}
.prevPage span, .nextPage span {
	position:absolute;
	left:-9999px;
}


.textbox {
	border:1px solid #dddddd;
	border-top-color:#8e8e8e;
	border-right-color:#8e8e8e;
	background:url(images/bg-textbox.gif) top right no-repeat;
	color:#434343;
	font-size:11px;
	padding:2px 4px;
}

.widget {
	border-left:5px solid #e3eae5;
	padding:8px 20px;
}
.widget-search {margin: 0 0 10px 0;}

#email_subscribe p.instruction{
  font-size: 10px;
  color: #000;
  margin-bottom: 0.0em;
  line-height: 11px;
  padding-left: 20px;
  background: url(images/email_subscribe.png) no-repeat;
}


