body {
	background-image: url('/i/bg.png');
	background-repeat: repeat-x;
	background-color: #fff;
	margin-top: 0px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	height: 100%; 
	color: #333;
	margin-bottom: 1px;
}

html {
  	height: 100%;
	margin-bottom: 1px;
}


a, a:visited, a:active {
        color: #369;
        text-decoration: none;
}

h1 {
       font-size: 22px;
       margin-top: 10px;
       font-weight: normal;
}

h2 {
	font-size: 18px;
	margin: 0.6em 0;
	font-weight: normal;
	border-bottom: 1px dotted #DEDDDE;
}

h3 {
	font-size: 14px;
	margin-top: 6px;
}

* {
	
}

p {
	margin-top: 3px;
}

ul {
	list-style-type: none;
	margin: 0.6em 0;
}

#header { /* 48px height*/
	height: 48px;
	margin-top: 0px;	
	margin-bottom: 0px;	
}

#header div {
	margin-top: 22px;
}

#tagline {
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
}

#menubar {
	height: 22px;
	margin-bottom: 14px;
}

#menubar ul {
	margin: 0;
}

#menubar ul li {
        font-size: 14px;
        font-weight: bold;
        display: inline;
}

#menubar ul li a {
        padding: 1px 4px 4px 4px;
}



#menubar ul li a:hover {
        background: #fff;
        text-decoration: none;
}

.headertools {
      font-size: 11px;
      text-align:right;
      margin-top: 2px;
}

.headericon {
	padding-left: 22px;
	padding-bottom: 4px;
}

.headertools img {
	margin: 0 6px;
	vertical-align: middle;
}

a:hover {
	text-decoration: underline;
	color: #59c;
}

.note {
     font-size: 0.85em;
     font-weight: normal;
     margin-top: -4px;
     text-indent: 11px;
     color: #999;
}

div.feature-list div, div.activity-list div {
    position: relative; 
    list-style-type: none;
    clear: both;
    padding: 0px;
    margin-bottom: 8px;
}

/* holly hack for IE6 */
* html ul.feature-list li {
    height: 1%;
}

ul.feature-list li, ul.activity-list li {
    position: relative;
    list-style-type: none;
    clear: both;
    padding: 0px;
    margin-bottom: 8px;
    min-height: 0; /* fixes weird layout in IE7 */
}

ul.feature-list li.fl-small-waypoint {
    padding-left: 28px;
    background-image: url(/i/point-small.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    position: relative;
}

.fl-menubutton {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 11px;
    font-weight: bold;
    background-color: #fff;
    padding: 1px;
}

ul.feature-list li.fl-small-track {
    padding-left: 28px;
    background-image: url(/i/line-small.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    position: relative;
}

img.mapthumb {
    float: left;
    margin-bottom: 14px;
    margin-right: 8px; 
    display: inline-block;
    padding: 2px;
    border: solid 1px #e0e0e0;
} 

a:hover img.mapthumb {
    border: solid 1px #369;
}

div.feature-list p.subtitle {
    position: absolute;
    left: 3px;
    top: 48px;
    font-size: 9px;
    color: #888;
    margin: 0px;
    padding: 0px;
}

ul.feature-list p.subtitle {
    position: absolute;
    left: 0px;
    top: 47px;
    font-size: 9px;
    color: #888;
    margin: 0px;
    padding: 0px;
}

ul.feature-list li h3 {
    margin-top: 0px;
}

.commenticon {
	background-image: url('/i/timatio-comment-bubble.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 16px;
}

.tagcloud {
    background: #eee;
    padding: 12px;
    text-align: center;
}

.morewhitespace {
    margin-top: 12px;
}

.editable {
    padding-right: 16px;
    background-image: url('/i/timatio-pencil.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.userpic-80, .userpic-40 {
    padding: 2px;
    border: solid 1px #ccc;
}

.userpic-32, .userpic-24 {
    padding: 1px;
    border: solid 1px #ccc;
}

ul.taglist {
    line-height: 1.8em;
}

ul.taglist li {
    list-style-type: none;
    display: inline;
    background-color: #d4dfea;
    background-image: url(/i/tag-background.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0px 5px 0px 13px;
    margin-right: 2px;
}

.tagdelete {
   padding: 0px 1px 0px 3px;
}

.highlight {
    background-color: #ffa;
    border-bottom: solid 1px #ddc;
    text-decoration: inherit;
}

.edithover {
    background-color: #dde8ff;
}

#sitesearch {
	float: right;
	margin-top: -22px !important;
}

#sitesearch input {
	margin: 0;
}

#searchfield {    
	font-size: 11px;
        padding: 0px 1px 1px 16px;
        background-image: url('/i/looking-glass-gray.png');
        background-repeat: no-repeat;
        border: solid 1px #ccc;
        background-position: center left;
        color: #333;
}

/* #searchbutton */

input[type="submit"] {
	color: #fff;
	font-size: 11px;
    background-color: #369;
    border: 1px solid #ccc;
	border-style: solid;
	padding: 0 3px 1px;
}

input[disabled="yes"] {
    color: #bbb;
    background-color: #ddd;
    border: solid 1px #bbb;
}

input.large {
	font-size: 13px;
	font-weight: bold;
}

input.dim {
	color: #bbb;
}

   div.markerTooltip, div.markerDetail {
          color: #333;
          font-weight: normal;
	  font-size: 11px;
          background-color: #fff;
          white-space: nowrap;
          margin: 0;
          padding: 0px 4px;
          border: 1px solid #666;
       }

ul.last-traces li {
	list-style-image: url('/i/li_trace.png');
	list-style-position: inside;
}

h2.feed {
	background: url('/i/feed.png') no-repeat 0 4px;
	padding-left: 20px;
}

div.mapborder {
	border: solid 1px #e0e0e0;
	padding: 4px;
	clear: both;
}

div.notification {
        border: solid 1px #dddda0;
        background-color: #ffffc0;
        padding: 3px 3px 3px 7px;
        margin: 0px 0px 6px 0px;
        font-size: 11px;
        color: #666;
}

div.notification p {
        padding: 2px;
        margin: 0px;
}

div.infocolumn {
	clear: both;
	position: relative;
	background-image: url('/i/line-down-blue.png');
	background-repeat: repeat-y;
	font-size: 11px;
}

div.infoleft {
	float: left;
	width: 40px;
}

table.inforight {
        border-left: solid 2px #ccc;
        background-color: #f7f7f7;
	margin-bottom: 8px;
	margin-left: 40px;
	padding-left: 3px;
        padding-right: 3px;
}

table.inforight td {
	padding: 0px;
	padding-right: 4px;
}

table.data, table.datafull {
	width: 100%;
	margin: 0.6em 0;
}

table.data th, table.datafull th {
        text-align: center;
        padding: 0.2em 0;
} 

table.data th {
	border-bottom: 1px dotted #DEDDDE;
}

table.data td, table.datafull td {
        border-top: 1px solid #ddd-;
        text-align: center;
        padding: 0.2em 0;
}

td#filename, th#filename {
	text-align: left;
}

table.data td {
	font-size: 0.85em;
}

table.infotrack {
        margin-bottom: 0px;
        padding: 12px 8px 18px 40px;
        clear: left;
        background: url('/i/line-down-blue.png');
        background-repeat: repeat-y;
}

table.infotrack td {
	padding-left: 3px;
	padding-right: 3px;
}

.rightalign {
	text-align: right;
}


img.topleft {
     position: absolute;
     top: 0px;
     left: 0px;
}

img.bottomleft {
      position: absolute;
      bottom: 0px;
      left: 0px;
}

img.userpic-rightfloat {
	float: right;
	border: solid 1px #ddd;
	padding: 1px;
	margin: 4px 0px 4px 4px;
}

p.notify {
	color: #d00;
	font-weight: bold;
}

#hometeaser {
	height: 280px;
	background: url('/i/hometeaser_chicago.jpg');
	position: relative;
	margin: 1em 0;
}

#tryform {
	position: absolute;
	width: 220px;
	left: 20px;
	bottom: 20px;
	background-color: #fff;
	padding: 12px;
	color: #666;
}


#teasermore {
	background-color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 4px 18px 4px 18px;
	font-size: 14px;
        font-weight: bold;
        color: #666;
}

#teaserslogan {
	font-size: 52px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	right: 8px;
	filter:alpha(opacity=15);-moz-opacity:.15;opacity:.15;
	top: -22px;
	padding: 0px;
	margin: 0px;
}

#teasertitle {
   font-size: 32px;
   font-weight:normal;
   color: #fff;
   position: absolute;
   left: 22px;
   top: 4px;
}

div.userlistitem {
	clear: both;
}

div.userlistitem img {
	float: left;
	margin: 0px 12px 12px 12px;
}

p.browselinks {
	text-align: right;
}

p.footer {
	text-align: center;
	font-size: 11px;
	margin-top: 22px;
}

p.legal {
	font-size: 11px;
	margin-top: 10px;
}

img.feedicon {
	margin: 0px 5px 0px 5px;
}

p.comment-body {
	line-height: 1.35em;
	padding-left: 36px;
	margin: 0 0 1.2em;
}

.kmlicon {
	vertical-align: text-bottom;
}

ul.userrow {
	margin-top: 5px;
	margin-bottom: 8px;
}

ul.userrow li {
	display: inline;
	position: relative;
}

ul.userrow img {
	margin-right: 12px;
	margin-bottom: 16px;
}

ul.userrow a {
	position: absolute;
	bottom: 6px;
	font-size: 10px;
	color: #999;
	left: 1px;
}

ul.statslist {
	font-size: 11px;
	color: #999;
	list-style-type: none;
	margin: 0.6em 0;
}

ul.statslist ul {
	list-style-type: none;
	padding-left: 16px;
}

div.feature-comment img{
	float: left;
	padding-top: 4px;
	margin-right: 12px;
}

div.feature-comment p.note {
	text-indent: 0px;
}

textarea#comment-content {
	width: 100%;
	min-height: 80px;
}

.maptools_r {
	text-align: right;
	font-size: 0.8em;
	color: #999;
}

.maptools_l {
	text-align: left;
	font-size: 0.8em;
	color: #999;
	float: left;
}

.seperator {
    color: #ccc;
    padding: 0px;
}

.lightgray {
	color: #999;
}

li.activity-item p {
   padding-left: 20px;
   background-repeat: no-repeat;
   background-position: 0px 2px;
}

p.activity-comment-onfeature {
   background: url(/i/comment_blue.gif);
}

p.activity-comment-followup {
   background: url(/i/comment_response.png);
}

p.activity-social-friend {
   background: url(/i/icon_user.png);
}

p.activity-social-contact {
   background: url(/i/icon_user.png);
}

p.activity-social-friendrequest {
   background: url(/i/icon_user.png);
}

p.activity-posting-friend {
   background: url(/i/trace_post.png);
}

p.activity-posting-contact {
   background: url(/i/trace_post.png);
}

.catheader {
	font-size: 11px;
	margin: 0.6em 0;
        padding: 0px 4px;
	font-weight: bold;
        color: #777;
	background-color: #f7f7f7;
        border-top: 1px solid #e0e0e0;
	border-bottom: none;
	clear: both; 
}

.folded {
        background-image: url(/i/arrow-right.png);
        background-repeat: no-repeat;
        background-position: 3px 4px;
        border-bottom: 1px solid #d0d0d0;
        padding-left: 13px;
}

.unfolded {
        background-image: url(/i/arrow-down.png);
        background-repeat: no-repeat;
        background-position: 3px 4px;
	border-bottom: none;
        padding-left: 13px;
}
	
	

.catheadernote {
	font-weight: normal;
	font-size: 9px;
}

.dropdownlink {
	padding-right: 9px;
	background: url(/i/dropdown.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.drop-content {
	display: none;
	text-align: right;
        border: solid 1px #ccc;
        padding: 4px;
        margin: 0px 0px 5px 0px;
}

.drop-content input[type="text"] {
	width: 360px;
}


span#sharethis_0 {
	float: right;
}

p.sharelinks a {
	cursor: pointer;
	padding: 2px 0px 9px 17px;
    	background-repeat: no-repeat;
	margin-left: 3px;
}
	
.fblink {
	background-image: url(/i/facebook-16.png);
}

.twitterlink {
	background-image: url(/i/twitter-16.png);
}

.deliciouslink {
	background-image: url(/i/delicious-16.png);
}

