.sticky {
	border: 1px solid #369;
	padding: 1em;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}	


.sticky h1 a {
	color: #369;
}

.jargon {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	}

.jargon caption { font-weight: bold; font-size: 1.1em;}

.jargon .bdrt {border-right: 1px solid #ccc;}

.jargon th {
	padding: 0 0.5em;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: bottom;
	}
.jargon th.col05 { width: 5%; }	
.jargon th.col10 { width: 10%; }	
.jargon th.col15 { width: 15%; }	
.jargon th.col1, .jargon th.col2 { width: 20%; }	
.jargon th.col25 { width: 25%; }
.jargon th.col30 { width: 30%; }
.jargon th.col33 { width: 33%; }	
.jargon th.col40 { width: 40%; }
.jargon th.col50 { width: 50%; }
.jargon th.col3, .jargon th.col60 { width: 60%; }	

.jargon td {
	border: 1px solid #CCC;
	padding: 0 0.5em;
	vertical-align: top;
	}

.jargon td.adjacent {
	border: 1px solid #CCC;
	text-align: center;
	}
.jargon tbody tr td:first-child {
	text-align: left;
	}


sup {font-size:0.7em; position:relative; vertical-align:0.7em;}
sub {font-size:0.7em; position:relative; vertical-align:-0.7em;}

.ezyrule {
	margin-left: 3em;
	border: 1px solid #369;
	padding: 1em;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;	
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
}	

.ezyrule span{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	margin-bottom: 1em;
}

.xtdownload {
	line-height: 50px;
}

.xtdownload span {
	font-size: 25px;
	font-weight: bold;
	vertical-align: text-bottom;
}

.eformula img {
	margin: -1px 0 0 0;
	padding: 2em;
	border: 1px solid #eee;	
}


/*
Style for WP-PageNavi plugin
*/
.wp-pagenavi {
	clear: both;
	background: #fff;
	height: 35px;
	padding: 3px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 1px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
	background: #000;
}


/**
Blog header for Carrington-blog theme
using @font-face
*/
/**
@font-face {
 font-family: "Marketing Script";
 src: url(MarketingScript.ttf) format("opentype");
}

@font-face {
 font-family: "Rothenburg Decorative";
 src: url(rothenbg.ttf) format("opentype");
}


#header #blog-title {
font-family: "Rothenburg Decorative", "Marketing Script", "Avenir Light", "Futura Light", helvetica, arial, sans-serif;
}
*/

/** RSS **/
.rsswidget { font-size: 0.95em; }
.rss-date { margin-left: 1.5em; font-size: 0.9em; }


/** Img Alignment fix **/

div .entry-content img {
padding: 5px;
}

/** Code DL **/
code dl dt {
font-weight: bold;
}
code dl dd span {
text-decoration: underline
}


/** More link **/
br  {margin-bottom: 10px;}
a .more-link {
        font-weight: bold;
	border: 1px solid #A00;
	padding: 5px;
	margin: 1px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
       margin-top: 20px;
       color: #FFF;
       background: #A00;
}


/** Bold code & pre*/
pre {text-align: left;}

/** added 19 Jan 2012 **/
.jargona {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	}
.jargona caption { font-weight: bold; font-size: 1.1em;}
.jargona .bdrt {border: 1px solid #ccc;}
.jargona th {
	padding: 0.5em;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: bottom;
	}
.jargona th.col05 { width: 5%; }	
.jargona th.col10 { width: 10%; }	
.jargona th.col15 { width: 15%; }	
.jargona th.col1, .jargona th.col2 { width: 20%; }	
.jargona th.col25 { width: 25%; }
.jargona th.col30 { width: 30%; }
.jargona th.col33 { width: 33%; }	
.jargona th.col40 { width: 40%; }
.jargona th.col50 { width: 50%; }
.jargona th.col3, .jargona th.col60 { width: 60%; }	
.jargona td {
	border: 1px solid #CCC;
	padding: 0 0.5em;
	vertical-align: top;
       text-align:left;
	}
.jargona td.adjacent {
	bordert: 1px solid #CCC;
	text-align: left;
	}
.jargona td:first-child { text-align: center;}

/** headers **/
h1, h2, h3, h4, h5, h6, dt { font-weight: bold;}


/** Facebook Post **/
.rfbp { }

.rfbp a{ border: 0 !important; text-decoration: none !important; }

.rfbp-post { border-bottom:0px solid #E9E9E9; padding-bottom:15px; margin-bottom:15px; margin-top:0; padding-top:0;  }
.rfbp-post-link-wrap { margin-bottom:0 !important; padding-bottom:0; }
.rfbp-post-link{ display:block; font-weight:normal !important; background:none; border:0 !important; padding:1px 0; margin:0; cursor:pointer; text-decoration:none !important; color:#3B5998; font-size:11px; line-height:15px !important; height:15px; }
.rfbp-post-link:hover{ text-decoration:none !important; color:#3B5998; }

.rfbp-link-wrap{ display:block; padding:0 !important; margin:1em 0; max-width:100%; font-weight: normal !important; text-shadow: none !important;
	background: #ffffff; border: 0px solid #d3dae8 !important; font-size:11px; color: gray;  overflow: hidden;  }
a.rfbp-link{ text-decoration: none !important; border-bottom: 0; display:block; color: gray; font-weight: normal; }
a.rfbp-link:hover{ text-decoration:none; }

span.rfbp-link-image-wrap{ margin:0; padding:0; width:114px; line-height: 0; border-right: 0px solid #d3dae8; display:table-cell; vertical-align: middle; }
img.rfbp-link-image{ margin:0 !important; padding:0 !important; border:0 !important; border-radius:0 !important; box-shadow:none !important; width:114px; height: auto; display: inline; }

span.rfbp-link-text-wrap{ padding:8px; color: black; display:table-cell; }
span.rfbp-link-text-wrap span{ line-height:14px; display:block; }
span.rfbp-link-name{ font-weight:bold; color: #000; }
span.rfbp-link-caption{  }
span.rfbp-link-description{ margin-top:12px; }

.rfbp-timestamp{ color:#999;}
.rfbp-timestamp:hover{ text-decoration:underline; color:#999; font-weight:normal; }

.rfbp-like-count{ background-position:0 -52px; }
.rfbp-comment-count{ background-position:0 -18px; }
.rfbp-like-count > span{ display:none; }
.rfbp-comment-count > span{ display:none; }

.rfbp-image-wrap { position:relative; display:inline-block; margin:1em 0; max-width:100%; }
.rfbp-image-link{ margin:0; padding:0; float:none; line-height:0; max-width:100%; display:inline-block; }
.rfbp-image{ margin:0; padding:0; border:1px solid #ccc; }

.rfbp-text{ margin-top:0 !important; padding-top:0;}
.rfbp-text a{ word-break:break-all; }


/* widget */
.rfbp-widget { }
.rfbp-link-wrap {font-size: 18px;}
