/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height: 1em;
	color: #fff;
	background: #000 url(bg.jpg) repeat-x;
	text-align: center;
}
body#blog {
  font-family: Helvetica, Arial, sans-serif;
}

#bg {
	width: 100%;
	background: url(bgshine.png) no-repeat center -250px;
	padding-bottom: 50px;
}
#home #bg2, #blog #bg2 {
	width: 100%;
	background: url(bg-screenshot.png) no-repeat center top;
}
#page {
	padding: 30px 0 0;
	width:955px;
	margin: 0 auto;
	text-align: left;
}
#header {
  position: relative;
  background: #000;
  height: 43px;
}
#header h1 {
  padding: 0;
}
#header h1 a {
  width: 350px;
  height: 96px;
  float: left;
  text-indent: -9999em;
  margin: -25px 10px;
  background: url(mainsprite.png) no-repeat left -212px;
}
#nav {
  font-size: 12px;
  display: block;
  float: right;
  margin-right: 10px;
}
#nav li {
  display: block;
  float: left;
  padding: 13px 5px 13px 10px;
}
#nav li a {
  color: #fff;
  background: none;
  text-decoration: none;
  padding: 2px 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
#nav li a.active {
  background-color: #163E8D;
}
#nav li a:hover, #nav li a.hover {
  background-color: #fff;
  color: #222;
}
#nav li.new a {
  background-image: url(nav-new.png);
  background-repeat: no-repeat;
  background-position: 75% 50%;
  padding-right: 50px;
}
#nav li.regg a {
  background-position: 75% 50%;
  padding-right: 10px;
}

#content {
  padding: 60px 25px;
}
#home h2.intro {
  width: 280px;
  height: 173px;
  background: url(mainsprite.png) no-repeat left top;
  text-indent: -9999em;
}
#home p.introp {
  width: 460px;
  padding-top: 8px;
  line-height: 21px;
  word-spacing: -1px;
}

#legal h2,
#legal h3 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 0.5em;
  letter-spacing: -1px;
  color: #fff;
}
#legal h2 {
  font-size: 26px;
  font-weight: bold;
}
#legal p {
  line-height: 140%;
  padding-bottom: 2em;
  color: #bbb;
}
#legal b {
  font-size: 18px;
  color: #fff;
}

#subcontent {
  background: #000;
  padding: 25px 12px;
}
#features li {
  display: block;
  float: left;
  width: 24.9%;
}
#features li strong, #features li img, #features li a {
  display: block;
}
#features li a {
  width: 183px;
  padding: 4px;
  margin: 13px 0 18px;
  background: #525252;
}
#features li a:hover {
  background: #fff;
}
#features li p {
  font-size: 11px;
  line-height: 18px;
  padding: 0 18px;
  color: #c8c8c8;
}
#features li strong {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  line-height: 1em;
}
#footer {
  font-size: 11px;
  color: #888;
  padding: 18px 25px;
}
.copyright, .legal, .legal li {
  display: block;
  float: left;
  padding-right: 10px;
}
.legal li a {
  background: none;
  color: #fff;
}
.legal li a:hover {
  background: #163E8D;
}
a.mt_venture_link {
  display: block;
  float: right;
  width: 109px;
  height: 24px;
  background: url(mainsprite.png) no-repeat left -322px;
  text-indent: -9999em;
}
a.mt_venture_link:hover {
  background: url(mainsprite.png) no-repeat left -322px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
}

#regform {
  position: absolute;
  top: 0;
  right:0;
}

.formdrop span.dropbg {
  position: absolute;
  top: 43px;
  right: 0;
  width: 460px;
  height: 80px;
  background: #000;
  -moz-border-radius-bottomright: 8px; 	-webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px; 	-webkit-border-bottom-left-radius: 8px;
  opacity: 0.75;
  filter: alpha(opacity = 75);
}
.formdrop form {
  position: absolute;
  top: 43px;
  right: 0;
  width: 460px;
  padding: 13px 0;
  opacity: 1;
  filter: none;
}
.formdrop fieldset, .formdrop p {
  display: block;
  float: left;
}
.formdrop p {
  font-size: 10px;
  line-height: normal;
  width: 250px;
  color: #bfbfbf;
  word-spacing: -1px;
}
#nav .formdrop p a {
  padding: 0;
  background: none;
  color: #163E8D;
  white-space: nowrap;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#nav .formdrop p a:hover {
  color: #222;
  background: #fff;
}
.formdrop fieldset {
  text-align: right;
  width: 170px;
  padding: 0 20px 0 0;
  margin-left: 3px;
}
.formdrop label, .formdrop input {
  display:block;
  float: right;
}
.formdrop input#email {
  background: #fff;
  border: 0;
  padding: 6px 3px; 
  margin: 0;
  text-indent: 3px;
}
.formdrop input.formsubmit {
  border: 0;
  padding: 1px 5px 2px 5px;
  margin: 5px 0 0;
  color: #fff;
  background: #00b754;
  font-size: 11px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px;
}

.formdrop input.formsubmit:hover {
  color: #222;
  background: #fff;
}
.formdrop .error {
  float: left;
  color: red;
  font-size: 10px;
  margin: 5px 0 0 15px;
}
.formdrop div.loading {
  position: absolute;
  top: 0;
  right: 0;
  width: 460px;
  height: 80px;
  background: #000 url(ajax-loader.gif) no-repeat 30% 50%;
  -moz-border-radius-bottomright: 8px; 	-webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px; 	-webkit-border-bottom-left-radius: 8px;
  opacity: 0.60;
  filter: alpha(opacity = 75);
}
.formdrop div.loading span {
  position: absolute;
  top: 30px;
  left: 175px;
}
.formdrop #formcomplete {
  position: absolute;
  top: 43px;
  right: 0;
  width: 460px;
  height: 80px;
  background: none;
  opacity: 1;
  filter: none;
}

.formdrop #formcomplete p em {
	color: #fff;
	font-weight: bold;
	font-style: normal;
}

.formdrop #formcomplete p {
  width: 420px;
  padding: 10px 20px;
}
.formdrop #formcomplete p strong {
  color: #fff;
  font-size: 16px;
  padding-bottom: .4em;
}
.formdrop #formcomplete p strong, .formdrop #formcomplete p span {
  display: block;
}


.clearfix {
	float: none;
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
}

.reglink
{
/*	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	*/
	
	padding: 0px 3px 0px 3px;
}

#formcomplete p a
{
	background-color: #163E8D !important;
	color: #fff !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	padding: 1px 5px 1px 4px !important;
}

#formcomplete p a:hover
{
	background-color: #fff !important;
	color: #000 !important;
}

/* blog styles */
/* started with whiteboard v2.0 barebones wp theme from Brian Purkiss - http://brianpurkiss.com */


/* headings */
h1, .h1,
h2, .h2,
h3, .h3 { font-weight: normal; line-height: normal; }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a { text-decoration: none; }

h1, .h1 { padding: 32px 0 28px; }
h1, .h1, h1 a, .h1 a { font-size: 36px; text-transform: uppercase; letter-spacing: -2px; color: #00b653; }
h2, .h2 { padding: 0 0 18px; }
h2, .h2, h2 a, .h2 a { font-size: 40px; letter-spacing: -2px; color: #346E9D; }
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover { color: #163E8D; }
h3, .h3 {
	font-size: 10px;
	letter-spacing: -1px;
	color: #FFF;
	font-style: italic;
} 
h4, .h4 {}
h5, .h5 {}
h6, .h6 {}

h1.blogtitle {
  padding-left: 5px;
}

h2.archive-heading {
  font-size: 12px;
  line-height: 1em;
  color: #777;
  padding: 32px 40px 0;
  letter-spacing: normal;
  margin-bottom: -25px;
}

a {
  color: #346E9D;
  text-decoration: none;
  background: none;
  padding: none;
}
a:hover {
  color: #163E8D;
  background: none;
  padding: none;
}

/* divs */
#container{
  width: 955px;
  background: #ECECEC url(contentbg.png) repeat-y left top;
  color: #222;
  margin-bottom: 40px;
}
.rsslink,
.rsslink:hover {
  display: block;
  float: right;
  width: 23px;
  height: 23px;
  background: url(blogsprite.png) no-repeat 3px -253px;
}
.rsslink em {
  position: absolute;
  left: -999em;
}
#sidebar .rsslink {
  margin: 30px 35px 0 0;
}
.post{
  float: left;
  width: 646px;
  background: #fff;
}
.post img {
  max-width: 566px;
}
.post p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 2em;
}
.postcontent {
  padding: 32px 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.postmeta{
  background: #ececec;
  padding: 8px 8px 1px;
  font-size: 13px;
  line-height: 17px;
  color: #777;
  margin-bottom: 30px;
  white-space: nowrap;
}
.postmeta strong {
  text-transform: uppercase;
  color: #222;
}
.postmeta .post-time {
  padding-right: 20px;
}
.postmeta cite {
  font-style: normal;
  white-space: nowrap;
  padding-left: 20px;
}
.postmeta em,
.postmeta em a {
  text-decoration: none;
  font-style: normal;
  color: #222;
}
.postmeta em a:hover {
  color: #163E8D;
}
.comments-link {
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  background: #28AB3C;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  top: 32px;
  left: -18px;
  text-decoration: none;
}

.comments-link b.tail {
  display: block;
  position: absolute;
  top: 36px;
  left: 12px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-top: 6px solid #28AB3C;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.comments-link:hover {
  background: #163E8D;
  color: #fff;
}
.comments-link:hover b {
  border-top: 6px solid #163E8D;
}
.tweetmeme_button {
  float: right;
/*   margin-right: -25px; */
}
.postinnercontent { /* look out! it's a user! */
}
.postinnercontent h1,
.postinnercontent h2,
.postinnercontent h3,
.postinnercontent h4,
.postinnercontent h5,
.postinnercontent h6 {
  line-height: 1;
  font-weight: bold;
  margin: 0 0 .5em;
  padding: .5em 0 0;
}
.postinnercontent h4 {
  margin: 0 0 1em;
}
.postinnercontent h1,
.postinnercontent h2 {
  font-size: 26px;
  letter-spacing: -2px;
  text-transform: none;
  color:#346E9D;
}
.postinnercontent p img {
  margin: 0 0 -1em;
}
.postinnercontent ul,
.postinnercontent ol {
  font-size: 14px;
  margin: 0 2em 2em;
}
.postinnercontent ul ul,
.postinnercontent ol ol {
  font-size: 12px;
  margin: 0 2em 0;
}
.postinnercontent li {
  line-height: 160%;
}
.postinnercontent ul,
.postinnercontent ul ul ul,
.postinnercontent ul ul ul ul ul {
  list-style: square outside;
}
.postinnercontent ul ul,
.postinnercontent ul ul ul ul {
  list-style: circle outside;
}
.postinnercontent ol,
.postinnercontent ol ol ol,
.postinnercontent ol ol ol ol ol {
  list-style: decimal outside;
}
.postinnercontent ol ol,
.postinnercontent ol ol ol ol {
  list-style: lower-alpha outside;
}
.postinnercontent blockquote {
  padding: 12px 20px 0 60px;
  margin-bottom: 2em;
  background: #CFCFCF url(blogsprite.png) no-repeat 15px -308px;
}
.postinnercontent blockquote p {
  padding-bottom: 1em;
}
.postinnercontent pre,
.postinnercontent code {
  padding: 12px 20px;
  margin-bottom: 2em;
  background: #ececec;
  border: 1px dotted #777;
  width: 520px;
  overflow: auto;
}

.postnavigation{
  position: relative;
}
.postnavigation span {
  display: block;
  position: absolute;
}
.postnavigation a {
  display: block;
  background: #28AB3C;
  color: #fff;
  padding: 8px 10px 6px;
  font-size: 14px;
}
.postnavigation .alignright {
  right:0;
}
.postnavigation .alignright a {
  padding-right: 25px;
}
.postnavigation .alignleft a {
  padding-left: 25px;
}
.postnavigation a:hover {
  background: #163E8D;
  color: #fff;
}
.postnavigation a b {
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  top: 8px;
  overflow: hidden
}
.postnavigation .alignleft b {
  left: 10px;
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.postnavigation .alignright b {
  right: 10px;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

#searchform{}
#searchform .hidden {
  display: none;
}
#searchform input {
  display: block;
  float: left;
}
#searchform #s {
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  border: none;
  padding: 8px 10px 7px;
  width: 155px;
}
#searchform #s.default {
  color: #777;
  border: none;
  padding-left: 40px;
  width: 125px;
  background: #fff url(blogsprite.png) no-repeat -50px -241px;
}
#searchform #searchsubmit,
.comments_reply .comment-submit,
#sidebar .widget_twitter .follow {
  background: #163E8D;
  padding: 5px 7px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border: 2px solid #888;
  margin-left: 12px;
  line-height: 12px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
}
#searchform #searchsubmit:hover,
.comments_reply .comment-submit:hover,
#sidebar .widget_twitter .follow:hover {
  background: #00b653;
  border-color: #fff;
}
#sidebar{
  float: right;
  width: 309px;
}
#sidebar h2 { padding: 0 0 1em; font-size: 16px; color: #00b653; letter-spacing: normal; }
#sidebar li {
  padding: 35px;
}
#sidebar li li {
  padding: 0;
}
.widget {
  border-bottom: 1px solid #fff;
}
.widget_search {
  background: #AEAEAE;
}
.widget_text {
  color: #757575;
  font-size: 12px;
  line-height: 160%;
}
.widget_categories {
  color: #7b7b7b;
  font-size: 12px;
}
.widget_categories li {
  line-height: 36px;
  border-bottom: 1px solid #fff;
}
.widget_categories li a {
  font-size: 14px;
  font-weight: bold;
}
.widget_twitter {
  background-color: #D7D7D7;
  font-size: 14px;
}
.widget_twitter .widgettitle,
.widget_twitter .entry-meta {
  display: none;
}
#sidebar .widget_twitter li {
  font-style: italic;
  background: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  position: relative;
  padding: 15px;
}
#sidebar .widget_twitter b.tail {
  display: block;
  position: absolute;
  left:25px;
  bottom: -18px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-top: 18px solid #fff;
  border-left: 18px solid transparent;
}
#sidebar .widget_twitter .via-twitter {
  display: block;
  margin: 23px 23px 0;
  color: #555;
}
#sidebar .widget_twitter .follow {
  display: block;
  float: right;
  font-size: 12px;
  margin: 15px 0 0;
  padding: 8px 12px 5px;
  text-transform: none;
}
#sidebar .widget_twitter .twitter-link {
  display: inline-block; 
  display: -moz-inline-box; /* fixes FF2 */
  vertical-align: text-bottom;
  text-indent: -9999em;
  width: 60px;
  height: 16px;
  margin-left: 5px;
  background: url(twitterlogo.png) no-repeat;
}

#sidebar ul.scroll {
  width: 309px;
  position: fixed;
  top:0;
}
#sidebar ul.scroll-stop {
  position: absolute;
  bottom: 0;
}

#social {
  background: #3d3d3d;
  padding: 8px 10px 7px 2px;
  margin-bottom: 25px;
}
#social h3,
#social .networks,
#social .networks li {
  float: left;
  margin-left: 9px;
  padding: 0;
}
#social .networks a {
  display: block;
  width: 16px;
  height: 16px;
  background: url(blogsprite.png) no-repeat;
  opacity: 0.75;
  padding: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#social .networks a em {
  position: absolute;
  left: -9999em;
}
#social .networks a.vb { background-position:    3px    3px; }
#social .networks a.fb { background-position:  -61px    3px; }
#social .networks a.tr { background-position:    3px -125px; }
#social .networks a.di { background-position:  -61px -125px; }
#social .networks a.re { background-position:  -61px -189px; }
#social .networks a.de { background-position:    3px  -61px; }
#social .networks a.su { background-position:  -61px  -61px; }
#social .networks a.ff { background-position:  -29px    3px; }
#social .networks a.ps { background-position:    3px -189px; }

#social .networks a:hover {
  opacity: 1;
  background-color: #303030;
}
#social h3 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 4px 0 0;
}

#comments {
  padding-bottom: 25px;
}
#comments h3, .comments_reply h3 {
  padding-bottom: 1em;
}

.comment-wrapper {
  position: relative;
  background: #d9d9d9;
  padding: 14px 14px 0;
  margin-bottom: 25px;
}

.comment-wrapper .comment-author,
.comment-wrapper .comment-text {
  display: block;
  float: left;
}
.comment-wrapper .comment-author {
  padding-bottom: 14px;
}
.comment-wrapper .comment-author img {
  border: 1px solid #aeaeae;
}

.comment-text {
  padding-left: 17px;
  width: 84%;
}
.comment-text p,
.comment-text ul,
.comment-text ol,
.comment-text blockquote,
.comment-text code,
.comment-text cite {
  display: block;
  font-size: 12px;
  margin-bottom: 1em !important;
}
.comment-text blockquote {
  padding-left: 40px;
  background: url(blogsprite.png) no-repeat 0px -320px;
}
.comment-text code {
  padding: 12px 0 12px 20px;
  margin-bottom: 2em;
  background: #ececec;
  border: 1px dotted #777;
  overflow: auto;
}
.comment-text cite:before {
  content: '\2014';
}
.comment-text q:before {
	content: '\201C';
}
.comment-text q:after {
  content: '\201D';
}
.comment-text .moderated {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: .5em;
  color: #163E8D;
}
.comment-meta {
  font-size: 12px;
  padding-bottom: 25px;
}
.comment-meta cite {
  font-style: normal;
}
.comment-meta cite .author-name {
  display: block;
  font-size: 18px;
}
.comment-meta cite .author-name a {
  color: #00b653;
}
.comment-meta cite .comment-time {
  color: #222;
}
.comment-meta cite .comment-time:hover,
.comment-meta cite .comment-time:focus,
.comment-meta .author-name a:hover,
.comment-meta .author-name a:focus {
  color: #163E8D;
}
/* nesting */
li.comment li.comment {
  margin-left: 32px;
}

/* comment wrapper bubble tail */
.comment-wrapper b.tail {
  display: block;
  position: absolute;
  left:16px;
  bottom: -16px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-top: 16px solid #d9d9d9;
  border-left: 16px solid transparent;
}
.bypostauthor>.comment-wrapper {
  background: #D8E6EE;
}
.bypostauthor>.comment-wrapper b.tail {
  border-top: 16px solid #D8E6EE;
}

.comments_navigation {
/*   padding-bottom: 25px; */
}

.comments_navigation a {
  display: block;
  font-size: 12px;
  line-height: 21px;
  padding: 0px 8px;
  height: 20px; 
  color: #fff;
  background: #163E8D;
  position: relative;
  margin: 0 10px;
}
.comments_navigation a:hover {
  background: #00b653;
}
.comments_navigation a b {
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  top:0;
  overflow: hidden
}
.comments_navigation .alignleft b {
  left: -10px;
  border-right: 10px solid #163E8D;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.comments_navigation .alignleft:hover b,
.comments_navigation .alignleft:focus b {
  border-right: 10px solid #00b653;
}
.comments_navigation .alignright b {
  right: -10px;
  border-left: 10px solid #163E8D;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.comments_navigation .alignright:hover b,
.comments_navigation .alignright:focus b {
  border-left: 10px solid #00b653;
}


.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.comments_reply {
  background: #AEAEAE;
  padding: 30px;
  margin-bottom: 8px;
}
.comments_reply h3 {
  color: #fff;
}
/*
.comments_reply h3 a {
  color: #00b653;
}
*/
.comments_reply .input,
.comments_reply textarea {
  background: #fff;
  border: 0;
}
.comments_reply p {
  margin-bottom: 0 !important;
  clear: both;
}
.comments_reply .input,
.comments_reply label {
  display: block;
  float: left;
  line-height: 1;
  margin: 5px 0;
}
.comments_reply label {
  padding: 5px 15px 0;
}
.comments_reply label strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.comments_reply label small {
  font-size: 11px;
  line-height: 13px;
  color: #fff;
}
.comments_reply .input {
  padding: 10px;
  font-size: 14px;
  width: 260px;
}
.comments_reply textarea {
  width: 100%;
  margin: 25px 0 17px;
}
.comments_reply .comment-submit {
  text-transform: none;
  padding: 7px 15px;
  font-size: 14px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  margin: 0 0 20px;
}
p.subscribe-to-comments {
  padding: 0;
}
p.subscribe-to-comments label {
  float: none;
  display: inline;
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 18px;
}


#tooltip{
	position:absolute;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	background:#163E8D;
	padding:4px 10px;
	color:#fff;
	display:none;
  z-index: 99999;
  max-width: 160px;
  text-align: left;
}
/* tooltip bubble tail */
#tooltip b.tail {
  display: block;
  position: absolute;
  left:50%;
  margin-left: -3px;
  bottom: -6px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-top: 6px solid #163E8D;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

a.twitterlink {
  display: block;
  float: left;
  width: 30px;
  height: 24px;
  background: url(tweetiebird.png) no-repeat left top;
  padding: 0;
  margin: -5px 10px 0 -5px;
  position: relative;
}
a.twitterlink:focus,
a.twitterlink:hover {
  background-position: right top;
}
a.twitterlink em {
  position: absolute;
  left: -9999em;
}
a.twitterlink span{
	position:absolute;
	top: 0px;
	left: 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	background:#163E8D;
	padding:6px 0;
	color:#fff;
	display:none;
  z-index: 99999;
  width: 0;
  text-align: center;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  height: 0;
  white-space: nowrap;
}
/* tooltip bubble tail */
a.twitterlink span b.tail {
  display: block;
  position: absolute;
  left:60%;
  margin-left: -3px;
  bottom: -10px;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-top: 10px solid #163E8D;
  border-left: 10px solid transparent;
/*   border-right: 6px solid transparent; */
}

.lastitem,
li.lastitem {
  border-bottom: 0;
}

a.highlighter {
  color: #fff;
  background: #163E8D;
  text-decoration: none;
  padding: 2px;
  white-space: nowrap;
}
a.highlighter:hover {
  color: #222;
  background: #fff;
}

/* self-clear floats */
.postcontent:after,
.clearme:after {
	content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clearme { /* IE6 */
	height: 1%;
}
*:first-child+html .clearme { /* IE7 */
	min-height: 1px;
}

