body { 
	background-color: #FFFFFF;
	font-family: Verdana, Helvetia, Arial; 
	padding: 0px; 
	margin: 0px; 
}

.retweet {
	position: realtive;
	display: block;
	width: 80px;
	height: 25px;
	float: left;
	border: 0px;
	margin-top: 2px;
}

.fbLike {
	position: realtive;
	display: block;
	width: 80px;
	height: 25px;
	float: left;
	border: 0px;
	margin-top: 0px;
}

#logo {
	background-image: url(/images/signalLogo.gif); 
	background-repeat: no-repeat;
	width: 850px; 
	height: 100px; 
	padding-left: 65px;
}
#logo a.link { 
	font-size: 13px; 
	color: #999999; 
	text-decoration: none; 
	margin-right: 15px;
}
#logo a.link:hover { 
	font-size: 13px; 
	color: #666666; 
	text-decoration: none; 
	margin-right: 15px; 
}
#logo a.link:before { 
	color: #EB002F; 
	margin-right: 2px; 
	content: "/";
}

#logo a.link_active { 
	font-size: 13px; 
	color: #EB002F; 
	text-decoration: none; 
	margin-right: 15px; 
}
#logo a.link_active:before { 
	color: #EB002F;
	margin-right: 2px;  
	content: "/";
}

a.tagLink { 
	font-size: 14px; 
	color: #E8830d; 
	text-decoration: none; 
	margin-right: 5px; 
}
a.tagLink:before { 
	color: #E8830d; 
	content: "/ ";
}

a.tagLink:hover { 
	color: #EB002F;  
}

.hide   { display: none; }
.show   { display: block; }

/* ********************************* */
/*            MENU STYLES            */
/* ********************************* */

#leftMenuArea {  
	width: 194px; 
}

#leftTop { 
	background-image: url(/images/leftTop.png); 
	background-repeat: no-repeat; 
	width: 194px; 
	height: 19px; 
}
#rightTop { 
	background-image: url(/images/top-bg.gif); 
	background-repeat: repeat-x; 
	height: 20px; 
}

#rightTopImage { 
	display: block;
	background-image: url(/images/top-right.gif); 
	background-repeat: no-repeat; 
	height: 20px; 
	width: 28px;
}

#leftMenu { 
	padding: 0px 20px 20px 20px; 
	background-image: url(/images/leftMiddle.png); 
	background-repeat: repeat-y;
}
#leftMenu b { 
	display: block; 
	font-size: 24px; 
	line-height: 24px;
	color: black; 
	font-weight: bold; 
	text-decoration: none; 
}
#leftMenu .bold { 
	display: block; 
	font-size: 11px; 
	line-height: 14px;
	color: black; 
	font-weight: bold; 
}
#leftMenu a { 
	display: block; 
	font-size: 14px; 
	color: #999999; 
	text-decoration: none; 
}
#leftMenu a:hover { 
	display: block; 
	font-size: 14px; 
	color: #666666; 
	text-decoration: none; 
}
#leftMenu a:before { 
	color: red; 
	content: "> "; 
}

#leftMenu a.forgot { 
	display: block; 
	font-size: 11px; 
	color: #999999; 
	text-decoration: none; 
}
#leftMenu a.forgot:hover { 
	display: block; 
	font-size: 11px; 
	color: #666666; 
	text-decoration: none; 
}
#leftMenu a.forgot:before { 
	color: red; 
	content: ""; 
}

#leftMenu a.link_active { 
	display: block; 
	font-size: 14px;  
	color: #EB002F; 
	font-weight: normal; 
	text-decoration: none;
}
#leftMenu a.link_active:before { 
	color: #EB002F; 
	font-size: 14px; 
	font-weight: normal; 
	content: "> " 
}

#leftMenu a.tagLink { 
	font-family: Verdana, Helvetia, Arial; 
	display: inline; 
	float: left;
	font-size: 9px; 
	color: #E8830d; 
	text-decoration: none; 
	text-transform: uppercase;
	margin-right: 10px; 
	margin-bottom: 10px; 
}
#leftMenu a.tagLink:before { 
	color: #E8830d; 
	content: "/ ";
}

#leftMenu a.tagLink:hover { 
	color: #EB002F;  
	font-size: 9px; 
}

#leftMenu #welcome { 
	display: block; 
	font-size: 18px; 
	line-height: 19px; 
	color: #AAAAAA; 
	font-weight: bold;
	text-decoration: none; 
	text-transform: lowercase;
}

#leftMenu #title { 
	display: block; 
	font-size: 10px; 
	line-height: 16px; 
	color: #EB002F; 
	font-weight: bold;
	text-decoration: none; 
	text-transform: lowercase;
	padding-bottom: 5px;
}

#leftMenu #line { 
	display: block; 
	border-top: 1px dotted #333333;
	padding-bottom: 10px; 
	margin-top: 10px; 
}

#leftMenu .required { 
	color: #EB002F; 
	font-size: 12px; 
	font-weight: normal; 
}

/* ********************************* */
/*          CONTENT STYLES           */
/* ********************************* */

#content {
	font-family: Verdana, Helvetia, Arial; 
	background-image: url(/images/rightMiddle.png); 
	background-repeat: repeat-y; 
	font-size: 12px; 
	line-height: 16px; 
	color: #999999; 
	padding: 0px 20px 20px 20px;
	border-right: 1px dotted #999999;
	width: 426px;
}
#content h1 { 
	display: block; 
	font-size: 24px; 
	line-height: 28px; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 10px auto;
	text-transform: lowercase;
}
#content h2 { 
	display: block; 
	font-size: 24px; 
	line-height: 28px; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0px auto;
}
#content h3 { 
	display: block; 
	font-size: 16px; 
	line-height: 20px; 
	color: #ADB5B5; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0px auto;
}
#content h4 { 
	display: block; 
	font-size: 16px; 
	line-height: 20px; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 0px auto;
}
#content strong { 
	display: block; 
	font-size: 16px; 
	line-height: 20px; 
	color: #ADB5B5; 
	font-weight: bold; 
	text-decoration: none; 
}
#content b { 
	display: block; 
	font-size: 14px; 
	line-height: 18px;
	color: #EB002F; 
	font-weight: bold; 
	text-decoration: none; 
}
#content .bold { 
	font-weight: bold; 
}
#content .pageLinks {
	display: inline; 
	font-size: 12px; 
	color: #666666; 
	text-decoration: none;
}
#content .pageLinks:before {
	content: "" 
}

#content .pageLinks a{
	display: inline; 
	font-size: 12px; 
	color: #666666; 
	text-decoration: none;
	content: "" 
}
#content .pageLinks a:before {
	content: "" 
}

#content .pageLinks a:hover{
	display: inline; 
	font-size: 12px; 
	color: #666666; 
	text-decoration: underline;
	content: "" 
}

#content .pageLinks b{
	display: inline; 
	font-size: 12px; 
	color: #666666; 
	text-decoration: none;
	content: "" 
}

#content a { 
	display: block; 
	font-size: 12px; 
	color: #666666; 
	text-decoration: none; 
}
#content a:before { 
	color: #EB002F; 
	content: "> " 
}

#content a.normal { 
	display: inline; 
	font-size: 12px; 
	color: #666666; 
	text-decoration: none; 
}
#content a.normal:before { 
	color: #EB002F; 
	content: "" 
}

#content a.link { 
	display: inline; 
	font-size: 12px; 
	color: #666666; 
	text-decoration: none; 
}
#content a.link:hover { 
	color: #333333; 
	text-decoration: none; 
}
#content a.link:before { 
	color: #EB002F; 
	content: "" 
}

#content a.tagLink { 
	display: block; 
	float: left;
	font-size: 9px; 
	color: #E8830d; 
	text-decoration: none; 
	text-transform: uppercase;
	margin-right: 10px; 
	padding-bottom: 10px; 
}
#content a.tagLink:before { 
	color: #E8830d; 
	content: "/ ";
}

#content a.tagLink:hover { 
	color: #EB002F;  
}

#content .loadingNotice {
	position: absolute; 
    left: 500px; 
    top: 5px;
    z-index: 52;
    visibility: visible;
    display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

#content .services b { 
	display: block; 
	font-size: 20px; 
	color: #aaaaaa; 
	font-weight: bold; 
	padding-top: 0px; 
	text-decoration: none; 
}
#content .services a.link { 
	display: block; 
	font-size: 20px; 
	color: #999999; 
	font-weight: bold; 
	padding-top: 5px; 
	text-decoration: none; 
}
#content .services a.link:before { 
	color: #EB002F; 
	font-size: 16px; 
	font-weight: normal; 
	content: "> " 
}

#content a.plain { 
	display: inline; 
	color: #999999; 
	text-decoration: underline; 
}
#content a.plain:hover { 
	color: #666666; 
	text-decoration: none; 
}
#content a.plain:before { 
	color: #EB002F; 
	content: "" 
}


/* ********************************* */
/*        TWITTER FEED STYLES        */
/* ********************************* */

.tweetFeed { 
	display: block; 
	width: 194px;
	padding-top: 20px;
}

.tweetFeed .twtr-widget .twtr-doc .twtr-bd .twtr-timeline .twtr-tweets .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p {
	font-size: 11px; 
}


/* ********************************* */
/*        BLUESIGNALZ STYLES         */
/* ********************************* */

#blueSignalzContent a { 
	display: inline; 
	font-size: 12px; 
	color: #666666; 
	text-decoration: none; 
}
#blueSignalzContent a:before { 
	color: #EB002F; 
	content: "" 
}

#blueSignalzContent h1.title { 
	display: block; 
	font-size: 24px; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	margin: 10px auto;
	text-transform: lowercase;
}

#blueSignalzContent h2 { 
	display: block; 
	font-size: 16px; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

#blueSignalzContent h3 a { 
	display: block; 
	font-size: 12px; 
	color: #666666; 
	text-decoration: none; 
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#blueSignalzContent h3 a:before { 
	color: #EB002F; 
	content: "> " 
}

#blueSignalzContent strong { 
	display: inline; 
	font-size: 11px; 
	color: #666666; 
	font-weight: bold; 
	text-decoration: none; 
}

#blueSignalzContent table { 
	font-size: 11px; 
}

#blueSignalzContent table td { 
	vertical-align: top;
}

#blueSignalzContent table b { 
	display: inline; 
	font-size: 11px; 
	color: #666666; 
	font-weight: bold; 
	text-decoration: none; 
}

#blueSignalzContent ol { 
	margin-bottom: 5px; 
}

#blueSignalzContent ul { 
	margin-bottom: 5px; 
}

#blueSignalzContent li { 
	margin-top: 3px; 
	margin-bottom: 3px; 
}


#blueSignalzContent li a { 
	font-size: 12px; 
	color: #666666; 
	text-decoration: none; 
}

#blueSignalzContent li a:before { 
	color: #EB002F; 
	content: "" 
}

#blueSignalzContent li b { 
	display: inline; 
	font-size: 11px; 
	color: #666666; 
	font-weight: bold; 
	text-decoration: none; 
}

#blueSignalzContent a#print {
	float: right;
	padding: 0px;
	margin: 0px;
}

#blueSignalzContent a#print:before { 
	content: "" 
}


/* ********************************* */
/*        SCRIPTLICOUS STYLES        */
/* ********************************* */

#container {
	width: 466px;
}

#container #container-inner { 
	width: 466px;
}

a.effect-link {
	text-align: right;
	padding: 0px 0px 6px 20px;
	font-size: 10px;
}

a.effect-link:before { 
	content: "";
}

.effect-links {
	display: block;
	width: 466px;
	padding: 4px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D2DB00;
	text-decoration: none;
	text-transform: uppercase;
}

#container #container-inner .bottom {
	height: 20px; 
}

#container .screenShot {
	width: 466px;
}

#container .activeScreenShot {
	display: block;
	width: 466px;
}

#container .clientSelection {
	position: relative;
	display: block;
	width: 190px;
	border: 1px solid #CCCCCC;
	float: left;
}

#container .clientSelection div.lineItemPlus {
	margin: 3px 10px;
	padding: 2px;
	background-color: #FFFFFF;
	cursor: move;
}

#container .clientSelection div.lineItemPlus .show {
	display: none;
}

#container .clientSelection div.lineItemPlus .hide {
	display: none;
}

#container .clientSelection div.lineItemMinus {
	margin: 3px 10px;
	padding: 2px;
	background-color: #FFFFFF;
	cursor: move;
}

#container .clientSelection div.lineItemMinus .show {
	display: none;
}

#container .clientSelection div.lineItemMinus .hide {
	display: none;
}


#container .clientOption {
	position: relative;
	display: block;
	width: 261px;
	height: 400px;
	border: 0px solid #CCCCCC;
	overflow: auto;
	float: left;
}

#container .clientOption div.lineItemPlus {
	margin: 0px 14px;
	padding: 2px 2px 2px 14px;
	background-color: #FFFFFF;
	cursor: move;
	background: url(//images/plus.gif) no-repeat;
  	background-position: 0px 3px;
	font-weight: normal;
	display: block;
}

#container .clientOption div.lineItemPlus .show {
	padding: 5px;
	font-size: 10px;
	display: block;
}

#container .clientOption div.lineItemPlus .hide {
	display: none;
}

#container .clientOption div.lineItemMinus {
	margin: 0px 14px;
	padding: 2px 2px 2px 14px;
	background-color: #FFFFFF;
	cursor: move;
	background: url(//images/minus.gif) no-repeat;
  	background-position: 0px 3px;
	font-weight: normal;
	display: block;
}

#container .clientOption div.lineItemMinus .show {
	padding: 5px;
	font-size: 10px;
	display: block;
}

#container .clientOption div.lineItemMinus .hide {
	display: none;
}

.emptyMenu {
	margin: 3px 10px;
	padding: 5px;
	font-weight: bold;
	color: #CCCCCC;
	display: none;
}

.line {
	display: block;
	border-top: 1px dotted #999999;
	width: 466px;
	height: 10px;
}

/* ********************************* */
/*            NEWS STYLES            */
/* ********************************* */

/*
#newsArchives { 
	font-size: 11px; 
	color: #999999; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 0px 0px 10px 0px;
}
#newsArchives a { 
	font-size: 10px; 
	color: #E8830d; 
	font-weight: normal; 
	text-decoration: none; 
	margin-right: 5px; 
	display: inline;
}
#newsArchives a:before { 
	color: #999999; 
	content: "| ";
}

#newsArchives a:hover { 
	color: #EB002F;  
}
*/

/* ********************************* */
/*         SERVICES STYLES           */
/* ********************************* */

#services { 
	padding: 0px 0px 20px 20px;
}
#services strong { 
	display: block; 
	font-size: 24px; 
	color: black; 
	font-weight: bold; 
	text-decoration: none; 
}
#services b { 
	display: block; 
	font-size: 16px; 
	color: #7A7A84; 
	font-weight: bold; 
	padding-top: 5px; 
	text-decoration: none; 
}
#services b:before { 
	color: #EB002F; 
	font-size: 16px; 
	font-weight: normal; 
	content: "> " 
}
#services a.link { 
	display: block; 
	font-size: 20px; 
	color: #aaaaaa; 
	font-weight: bold; 
	padding-top: 0px; 
	text-decoration: none; 
}
#services a.link:hover { 
	display: block; 
	font-size: 20px; 
	color: #888888; 
	font-weight: bold; 
	padding-top: 0px; 
	text-decoration: none; 
}
#services a.link:before { 
	color: #EB002F; 
	font-size: 20px; 
	font-weight: normal; 
	content: "> " 
}
#services a.link_active { 
	display: block; 
	font-size: 20px; 
	color: #EB002F; 
	font-weight: bold; 
	padding-top: 0px; 
	text-decoration: none; 
}
#services a.link_active:before { 
	color: #EB002F; 
	font-size: 20px; 
	font-weight: normal; 
	content: "> " 
}
#services .note { 
	display: block; 
	font-size: 12px;
	color: #999999; 
	font-weight: normal; 
	padding: 0px; 
	margin: 0px; 
}


/* ********************************* */
/*       SOCIAL MEDIA STYLES         */
/* ********************************* */

#getSocial { 
	padding: 0px 0px 20px 20px;
}
#getSocial a { 
	display: block; 
	width: 20px;
	height: 20px;
	padding-left: 3px;
	text-decoration: none; 
	float: left;
}
#getSocial a:hover { 
	color: #666666; 
}
#getSocial a:before { 
	color: #EB002F; 
	font-size: 14px; 
	font-weight: normal; 
	content: "" 
}



/* ********************************* */
/*     FACEBOOK PLUGIN STYLES        */
/* ********************************* */

#networkedblogs_nwidget_container { 
	padding: 0px 0px 20px 20px;
}
#networkedblogs_nwidget_container a { 
}
#networkedblogs_nwidget_container a:hover { 
	color: #666666; 
}
#networkedblogs_nwidget_container a:before { 
	color: #EB002F; 
	font-size: 14px; 
	font-weight: normal; 
	content: "";
}



/* ********************************* */
/*         PORTFOLIO STYLES          */
/* ********************************* */

#portfolio { 
	padding: 20px 20px 20px 20px;
}
#portfolio strong { 
	display: block; 
	font-size: 24px; 
	color: black; 
	font-weight: bold; 
	text-decoration: none; 
	padding-bottom: 5px; 
}
#portfolio a.link { 
	display: block; 
	font-size: 14px; 
	line-height: 18px; 
	color: #999999; 
	font-weight: normal; 
	text-decoration: none; 
}
#portfolio a.link:hover { 
	color: #666666; 
}
#portfolio a.link:before { 
	color: #EB002F; 
	font-size: 14px; 
	font-weight: normal; 
	content: "> " 
}
#portfolio a.link_active { 
	display: block; 
	font-size: 14px; 
	line-height: 18px; 
	color: #EB002F; 
	font-weight: normal; 
	text-decoration: none;
}
#portfolio a.link_active:before { 
	color: #EB002F; 
	font-size: 14px; 
	font-weight: normal; 
	content: "> " 
}
#portfolio a.tagLink { 
	display: block; 
	float: left;
	font-size: 9px; 
	color: #E8830d; 
	text-decoration: none; 
	text-transform: uppercase;
	margin-right: 10px; 
	padding-bottom: 10px; 
}
#portfolio a.tagLink:before { 
	color: #E8830d; 
	content: "/ ";
}
#portfolio a.tagLink:hover { 
	color: #EB002F;  
}
#portfolio a.tagLink_active { 
	display: block; 
	float: left;
	font-size: 9px; 
	color: #EB002F; 
	text-decoration: none; 
	text-transform: uppercase;
	margin-right: 10px; 
	padding-bottom: 10px; 
}
#portfolio a.tagLink_active:before { 
	color: #E8830d; 
	content: "/ ";
}
#portfolio a.tagLink_active:hover { 
	color: #EB002F;  
}


/* ********************************* */
/*            FORM STYLES            */
/* ********************************* */

form {
	margin: 0px;
	padding: 0px;
}

input {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px; 
	border: 1px solid #CCCCCC;
	padding: 2px;
}

input:focus {
	color: #000000;
	background-color: #FFFFDD;
	border: 1px solid #999999;
}

textarea {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px; 
	border: 1px solid #CCCCCC;
	padding: 2px;
}

textarea:focus {
	color: #000000;
	background-color: #FFFFDD;
	border: 1px solid #999999;
}

.formText {
	color: #666666;
	font-size: 12px; 
	font-weight: bold;
}

.formTextBad {
	color: #EB002F;
	font-size: 12px; 
	font-weight: bold;
}

input.submitButton {
	color: #EB002F;
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase;
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	padding: 2px 15px 2px 15px;
}

.required { 
	color: #EB002F; 
	font-size: 12px; 
	font-weight: bold; 
}

/* ********************************* */
/*           FOOTER STYLES           */
/* ********************************* */

#leftBottom { 
	background-image: url(/images/leftBottom.png); 
	background-repeat: no-repeat; 
	width: 194px; 
	height: 20px; 
}
#rightBottom { 
	background-image: url(/images/bottom-bg.gif); 
	background-repeat: repeat-x; 
	height: 20px; 
}

#footer { 
	padding-top: 20px; 
	padding-left: 220px; 
}
#footer a { 
	font-size: 10px; 
	color: #999999; 
	text-decoration: none; 
}
#footer a:hover { 
	font-size: 10px; 
	color: #666666; 
	text-decoration: none; 
}
#footer a:before { 
	color: red; 
	content: "/ " 
}


/* ********************************* */
/*            BLOG STYLES            */
/* ********************************* */

#content .entry-content p { 
	padding: 0px;
	margin: 0px 0px;
}

#content .entry-body p { 
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 2px;
}

#content .entry-body p a { 
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 1px;
}

#content .entry-body p b { 
	display: inline; 
	font-size: 12px; 
	color: #999999; 
	font-weight: bold; 
	text-decoration: none; 
}

#content .entry-body p strong { 
	display: inline; 
	font-size: 12px; 
	color: #999999; 
	font-weight: bold; 
	text-decoration: none; 
}

#content .entry-body blockquote { 
	margin-top: 10px; 
	margin-bottom: 5px; 
	margin-left: 0px;
	padding-left: 25px;
	background: url('/images/quote-left.gif') no-repeat;
	font-size: 11px; 
	line-height: 18px; 
	color: #999999;
}

#content .entry-body blockquote:before { 	
	padding-right: 0px;
}

#content .entry-body blockquote:after {  	
	padding-left: 5px;
	content: url('/images/quote-right.gif');
}

#content .entry-body blockquote p { 
	display: block;
}

#content .entry-body blockquote b { 
	display: inline; 
	font-size: 11px; 
	color: #999999; 
	font-weight: bold; 
	text-decoration: none; 
}

#content .entry-body blockquote strong { 
	display: inline; 
	font-size: 11px; 
	color: #999999; 
	font-weight: bold; 
	text-decoration: none; 
}


#content .entry .entry-body div.bbpBox p.bbpTweet { 
	font-size: 14px !important;
	line-height: 18px;
	padding: 10px;
}

#content .entry .entry-body div.bbpBox p.bbpTweet a { 
	display: inline; 
	font-size: 14px; 
	color: #999999; 
	text-decoration: none; 
	margin: 0px;
}

#content .entry .entry-body div.bbpBox p.bbpTweet a:before { 
	content: '';
}

#content .entry .entry-body div.bbpBox p.bbpTweet .metadata { 
	margin-top: 2px;
}

#content .entry .entry-body div.bbpBox p.bbpTweet .metadata .author { 
	font-size: 12px; 
	line-height: 12px; 
	margin: 0px;
}

#content .entry .entry-body .bbpBox p.bbpTweet .metadata .author br { 
	display: none; 
}

#content .entry .entry-body .bbpBox p.bbpTweet .metadata .author strong { 
	display: block; 
	font-size: 12px; 
	line-height: 12px; 
	margin: 0px;
}

#content .entry .entry-body .bbpBox p.bbpTweet .metadata .author strong a { 
	margin: 0px;
}

#content .separator { 
	font-size: 9px; 
}
#content .date-header { 
	margin-top: 5px; 
	margin-bottom: 1px; 
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important; 
	font-size: 12px; 
	color: #000000;
	text-transform: none;
	font-style: none;
}

#content .userPic { 
	float: left;
	width: 75px;
	margin-top: 5px; 
}
#content .userPic img { 
	height: 65px;
	width: 65px;
	overflow: hidden; 
}

#content .entry { 
	float: left;
	width: 350px;
}
#content .entry h2 { 
	clear: both;  
	margin-top: 5px; 
}
#content .entry .entry-header { 
	margin-top: 10px; 
	margin-bottom: 0px; 
	font-size: 14px; 
	line-height: 14px; 
	color: #E90028;
	clear: both;
}
#content .entry .entry-header a { 
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding: 0px;
	font-size: 14px; 
	line-height: 14px; 
	color: #E90028;
	content: "";
}
#content .entry .entry-header a:before { 
	content: "";
}
#content .post-footers { 
	display: block; 
	padding: 3px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
#content .content-nav a { 
	display: inline; 
}

#content .entry-footer { 
	font-size: 9px;
	padding: 0px;
	margin: 20px 0px;
}

#content .entry-footer a.link { 
	font-size: 9px; 
	color: #999999; 
	text-decoration: none; 
	text-transform: uppercase;
	margin-right: 5px;
	display: inline;
}
#content .entry-footer a.link:hover { 
	font-size: 9px; 
	color: #666666; 
	text-decoration: none; 
}
#content .entry-footer a.link:before { 
	color: #EB002F; 
	margin-right: 2px; 
	content: "/";
}
#trackbacks-info {
margin-bottom: 30px;
}

#content #container .share {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

#content #container .share a:before {
	content: "";
}

#content .entry-content .share {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}

#content .entry-content .share a:before {
	content: "";
}

#content .line {
	padding: 1px 0px 1px 0px;
	border-top: dotted 1px #999999;
	clear: both;
}



/* ********************************* */
/*        READING LIST STYLES        */
/* ********************************* */

#readingList { 
	padding: 20px 20px 20px 20px;
}
#readingList strong { 
	display: block; 
	font-size: 16px; 
	color: black; 
	font-weight: bold; 
	text-decoration: none; 
	padding-bottom: 5px; 
}

#readingList .bookBlock { 
	display: block; 
	padding: 10px 0px 2px 0px;
	width: 200px;
	clear: both;
}

#readingList .bookBlock .bookImg { 
	display: block; 
	float: left;
	width: 65px;
	text-align: center;
}

#readingList .bookBlock .bookImg img { 
	border: 1px solid #333333;
}

#readingList .bookBlock .bookLink { 
	display: block; 
	float: left;
	width: 135px;
	text-align: left;
	padding: 0px;
	line-height: 14px;
}

#readingList .bookBlock .bookLink a { 
	color: #E8830D; 
	font-size: 11px; 
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
	content: "";
}


/* ********************************* */
/*         BLOG INDEX STYLES         */
/* ********************************* */


#beta { font-size: 9px; margin: 0px; padding: 10px; background-image: url(/images/leftMiddle.png); } 

#beta a { 
	display: block; 
	font-size: 10px; 
	color: #999999; 
	font-weight: normal; 
	text-decoration: none; 
}
#beta a:hover { 
	color: #666666; 
}
#beta a:before { 
	color: #EB002F; 
	font-size: 10px; 
	font-weight: normal; 
	content: "> " 
}
