body {
}
a:link, a:visited, a:active { 
   color: green;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
h1 {
   color: #696969;
   padding: 4px;
}
h2 {
   color: #696969;
   padding: 4px;
   font-size: 14pt;
}
h2.left {
	color: #696969;
	padding: 4px;
	font-size: 14pt;
	text-align:left;
}
hr {
   text-align:center;
   padding:0px;
   height:1px;
   width:100%;
   border:0;
}
.view {
   text-align:left;
   font-size:13pt;
   padding: 12px;
   font-family: Helvetica, Sans-serif;
}
span#jumbo:hover {
   font-size: 41pt;
   cursor:pointer;
}
#jumboform {
   font-size: 13pt;
   color: #696969;
   font-family: Helvetica, Sans-serif;
   width: 480px;
   height: 240px;
   padding: 12px;
   margin: 7px;
}
#jumboformtitle{
   font-size: 13pt;
   color: #696969;
   font-family: Helvetica, Sans-serif;
   width: 480px;
   height: 40px;
   padding: 12px;
   margin: 7px;
}
.jumbo_wisdom {
   font-size: 10pt;
   text-align: left;
   padding-left: 50px;
   padding-top: 6px;
   font-style:italic;
}
div.user_info {
   border: #ccc solid 0pt;
   padding-top: 6px;
}
#navi {
   font-size:14pt;
   padding: 7px;
}
.pitch {
   font-size:14pt;
   padding: 7px;
}
.container {
   text-align:center;
   background: url(/img/backgrounds/day.jpg) no-repeat fixed left top;
}
div#wrapper {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
   text-align:center;
   background-color: #ffffff;
   padding:0;
   margin:0;
   position:absolute;
   width:950px;
   border:10px solid brown;
}
.login_btn {
   background: #fff url(../img/twitter_sign_in.gif) top left no-repeat;
   overflow:hidden;
   width:165px;
   height:28px;
   cursor:pointer;
}
#footer {
   padding: 20px;
   color: #999999;
}

/*
.delete_tweet {
   background-image:url(../img/icon_trash.gif);
   display:block;
   width:70px;
   height:20px;
}
li.last_post:hover .actions a {
   visibility:visible;
}
ul.statuses .actions a {
   text-decoration:none;
   visibility:hidden;
   cursor:pointer;
}
*/
li.last_post {
   padding:10px;
   margin:4px;
   background-color: #eee;
   vertical-align:top;
   text-align:left;
   list-style:none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
li.last_twitter_post {
   padding:10px;
   margin:4px;
   background-color: #eee;
   vertical-align:top;
   text-align:left;
   list-style:none;
}
div.jtweet_content {
   max-height:300px;
   overflow:auto;
}
div.jumbotweet_content {
color:#777;
}
div.jumbotweet_additional_actions {
   font-size:12px;
   color:#ccc;
   margin-top:14px;
   background-color:#ddddff;
}
.thumbnail {
  max-width:48px;
  max-height:48px;
  border:1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.likethis {
  font-size:10px;
}
span#like-added {
	color: green;
}
img.ilikethis {
  padding-right:4px;
}
img#logo {
	padding-top:10px;
}
ul#seeAlso {
list-style-type:none;
}
div#bumpZone {
	padding-top:40px;
}
div#seeAlso {
	text-align:left;
/*
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
	background:none repeat scroll 0 0 white;
	border: 60px solid #999999
*/
}

