body {
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  background-color: #BBB;
  padding: 0px;
  margin: 0px;
  margin-left: 5em;
  margin-right: 5em;
  background: #BBB url(/images/backgrounds/bg1.gif) top left repeat;
  color: #999;
}

a {
  color: #090;
  text-decoration: none;
}

a:visited {
  color: #3C0;
}

a:hover {
  border-bottom: #DDD 1px solid;
}

p {
  margin-bottom: .25em;
  margin-top: .25em;
}

input.text, input.password, input.file, textarea {
  background: transparent url(http://media.crackinggood.com/images/input-bg.gif) no-repeat scroll left top;
  border: 1px #999 solid;
}

#header h1 {
  text-align: center;
  padding: 0em;
  margin: 0px;
}

#header h1 span{
  font-size: .5em;
  color: #BBB;
}

#link_list {
  margin-left: 2em;
  margin-right: 2em;  
}

#url_form, #short_url {
}

#footer {
  font-size: .8em;
  text-align: right;
}

#recent_urls {
  clear: both;
  border-top: 1px #DDD solid;
  margin-top: 2em;
}

#link_list {
  font-size: .8em;
}

#link_list ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
}

#link_list li {
  border-top: 1px #999 solid;
  padding: .5em;
  line-height: 1.5em;
  font-size: .8em;
}

.stats {
  font-size: .8em;
}

strong {
 color: #900; 
}

#recently_used, #most_used, #recently_created {
  float: left;
  padding: 1em;
  width: 250px;
}


#recently_created {
}

#recently_used {
  border-right: 1px #EEE solid;  
}

#most_used {
  border-right: 1px #EEE solid;  
}

#shorten_area {
/*
  float: left;
  width: 45%;
*/
  padding: 1em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

#description {
  line-height: 1.25em;
  clear: both;
/*
  color: #EEE;
  background-color: #DDD;
  float: right;
  width: 45%;
*/
  padding: 1em;
  border: 1px #DDD solid;
  margin-bottom: 2em;
}

h1,h2,h3 {
  margin-top: .1em;
}

#recent_urls h2 {
  text-align: center;
}

#main_content {
}

#tools {
  text-align: center;
  margin-bottom: 1em;
  color: #EEE;
  background-color: #333;
  padding: .8em;
}

#tools a{
  padding: .25em .5em .25em .5em;
  margin: .25em .5em .25em .5em;
  border: 1px #333 dashed;
  background-color: #FFF;
}

#tools strong {
  color: #C00;
}

#ajax_loading_icon {
  position: absolute;
  top: 10px;
  left: 10px;
}












#shadow-top, #shadow-bottom, #shadow-mid {
 float: left;
 width: 100%;
 min-width: 980px; 
}
 
#shadow-top {
  background: transparent url(http://media.crackinggood.com/images/page-bg-top2.png) no-repeat scroll center 26px;
  padding-top: 326px;
}
 
#shadow-bottom {
  background: transparent url(http://media.crackinggood.com/images/page-bg-bot2.png) no-repeat scroll center bottom;
  padding-bottom: 300px;
}
 
#shadow-mid {
  background: transparent url(http://media.crackinggood.com/images/page-bg-mid2.png) repeat-y scroll center top;
}
 
#container {
  overflow: hidden;
	padding: 1em;
	padding-top: 10px;
	position: relative;
	top: -300px;
  margin-bottom: -595px;
}
 
#wrapper {
  background-color: #FFF;
  margin: 0px auto;
  margin-top: -40px;
  width: 892px;
	padding: 1em;
	padding-top:40px;
}

#url {
  width: 90%;
  text-align: center;
  padding: .8em;
}

input.virgin {
  color: #AAA;
}

input.active {
  background-color: #FFC;
}

#shortened_url {
  width: 60%;
  text-align: center;
  padding: .8em;
}

.instruction {
  font-size: .7em;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}



#google_ads{
  text-align: center;
}


#link_info {
  font-size: .7em;
}


#callout_div {
  position: absolute;
  z-index: 1000;
  background-image: url(/images/callout.png);
  height: 155px;
  width: 250px;
}

#callout_div_content {
  font-size: .8em;
  margin: 20px;
  margin-top: 36px;
  height: 110px;
}

#callout_div_content h4 {
  text-align: center;
  color: #EEE;
}

.stats {
  display: none;
}

.stats_more {
  font-size: .8em;
}
