/* -------------------------------------------------------------- 
  
   The main stylesheet for T Incorporated
   08.01.2009
   
-------------------------------------------------------------- */

html{ 
  background: #fff;
  margin: 0;
  border-top: 4px solid #111;
  width: 100%;
}
html body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
a{
  color: #000;
  font-weight: bold;
	text-decoration: none;
}
a:hover{
  color: #999;
}
h1,h2,h3,h4,h5,h6{
  font-weight: bold;
  color: #000;
  letter-spacing: -1px;
}
h1{
  font-size: 90px;
  letter-spacing: -6px;
}
h2{
  font-size: 24px;
}
h3{
  font-size: 18px;
}
h4{
  font-size: 15px;
  letter-spacing: 0;
}
h5{
  font-size: 22px;
}
p{
  font-size: 13px;
  margin-bottom: 10px;
}
ul{
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 13px;
}
.post-summary, .link{
  margin-bottom: 5px;
}
a img{
  border: 1px solid #bbb;
}
.right{
  text-align: right;
}
em{
  font-style: italic;
}

/* Previous / Next
-------------------------------------------------------------- */
.previous-next{
  float: left;
  margin-bottom: 10px;
}
.previous{
  background: url(http://static.tincorporated.com/assets/images/arrow-left.png) no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9000px;
  display: block;
  z-index: 1000;
  float: left;
  position: relative;
  overflow: hidden;
}
.next{
  background: url(http://static.tincorporated.com/assets/images/arrow-right.png) no-repeat;
  width: 32px;
  height: 32px;
  text-indent: -9000px;
  display: block;
  z-index: 1000;
  float: left;
  position: relative;
  overflow: hidden;
  margin-left: 5px;
}
.previous:hover{
  background: url(http://static.tincorporated.com/assets/images/arrow-left.png) 0 -33px no-repeat;
}
.next:hover{
  background: url(http://static.tincorporated.com/assets/images/arrow-right.png) 0 -33px no-repeat;
}

/* Meta
-------------------------------------------------------------- */
.date-time{
  font-size: 11px;
  color: #bbb;
  display: block;
  margin-bottom: 10px;
}
.writing .date-time{
  clear: both;
}
.attrib a{
  display: block;
  padding: 1px 0 1px 24px;
  background: url(http://static.tincorporated.com/assets/images/attribution-icon.png) 0 0 no-repeat;  
}
.attrib a:hover{
  background: url(http://static.tincorporated.com/assets/images/attribution-icon.png) 0 -19px no-repeat;
}
.meta{
  font-size: 11px;
  color: #bbb;
  display: block;
  margin-bottom: 10px;
}
.meta a{
  color: #bbb;
}
.meta a:hover{
  color: #333;
}
.meta h3{
  font-size: 12px;
  color: #bbb;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.meta ul{
  margin-bottom: 20px;
}
.meta li{
  font-size: 11px;
}
.meta p{
  font-size: 11px;
}
.meta p a{
  font-size: 11px;
}
.list-meta{
  text-align: right;
}
.list-item{
  margin-bottom: 40px;
}
.date a{
  font-size: 12px;
  letter-spacing: 0;
  color: #bbb;
  font-weight: normal;
  padding-left: 18px;
  background: url(http://static.tincorporated.com/assets/images/calendar-icon.png) 0 1px no-repeat;
}
.date a:hover{ 
  color: #333;
  background: url(http://static.tincorporated.com/assets/images/calendar-icon.png) 0 -13px no-repeat;
}

/* Lead
-------------------------------------------------------------- */
.home .lead{
  margin: 0 0 -27px;
  background: url(http://static.tincorporated.com/assets/images/home-bg.png) 430px 37px no-repeat;
  padding-bottom: 36px;
}
.lead{
  margin: 30px 0 50px;
}
.lead p{
  width: 490px;
}
.summary p{
  font-size: 16px;
  font-family: Georgia;
  font-style: italic;
}

/* Icons
-------------------------------------------------------------- */
.comment-icon{
  background: url(http://static.tincorporated.com/assets/images/comment-icon.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-left: -10px;
}
.status-icon{
  background: url(http://static.tincorporated.com/assets/images/status-icon.png) no-repeat;
  width: 40px;
  height: 50px;
  margin-left: -10px;  
}
.photo-icon{
  background: url(http://static.tincorporated.com/assets/images/photo-icon.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-left: -10px;  
}
.favorite-icon{
  background: url(http://static.tincorporated.com/assets/images/favorite-icon.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-left: -10px;
}
.link-icon{
  background: url(http://static.tincorporated.com/assets/images/link-icon.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-left: -10px;
}
.writing-icon{
  background: url(http://static.tincorporated.com/assets/images/writing-icon.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-left: -10px;
}
.tags-icon{
  background: url(http://static.tincorporated.com/assets/images/tags-icon.png) no-repeat;
  width: 40px;
  height: 40px;
  margin-left: -10px;
}
/* Logo
-------------------------------------------------------------- */
.header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo.png) no-repeat;
  width: 100px;
  height: 100px;
  text-indent: -9000px;
  display: block;
  z-index: 1000;
  position: relative;
  overflow: hidden;
  margin-top: 10px; 
}
.writing .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-writing.png) no-repeat;
}
.writing .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-writing.png) 0 -100px no-repeat;
}
.photography .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-photos.png) no-repeat;
}
.photography .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-photos.png) 0 -100px no-repeat;
}
.photo-favorite .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-photo-favorite.png) no-repeat;
}
.photo-favorite .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-photo-favorite.png) 0 -100px no-repeat;
}
.links .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-links.png) no-repeat;
}
.links .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-links.png) 0 -100px no-repeat;
}
.projects .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-projects.png) no-repeat;
}
.projects .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-projects.png) 0 -100px no-repeat;
}
.contact .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-contact.png) no-repeat;
}
.contact .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-contact.png) 0 -100px no-repeat;
}
.status .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-status.png) no-repeat;
}
.status .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-status.png) 0 -100px no-repeat;
}
.stream .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-stream.png) no-repeat;
}
.stream .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-stream.png) 0 -100px no-repeat;
}
.search-on .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-search.png) no-repeat;
}
.search-on .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-search.png) 0 -100px no-repeat;
}
.places .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-location.png) no-repeat;
}
.places .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-location.png) 0 -100px no-repeat;
}
.tags .header .logo a{
  background: url(http://static.tincorporated.com/assets/images/logo-tags.png) no-repeat;
}
.tags .header .logo a:hover{
  background: url(http://static.tincorporated.com/assets/images/logo-tags.png) 0 -100px no-repeat;
}

/* Search
-------------------------------------------------------------- */
.search select{
  opacity: 0; 
  filter: alpha(opacity=0); 
  width: 80px;  
  cursor: pointer; 
  float: right;
  margin-top: -3px;
}
.search .select{ 
  display: block; 
  float: right; 
  background: #ddd; 
  height: 25px; 
  width: 70px; 
  color: #fff;
  margin-top: -3px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
.search .select_text { 
  text-align: right;
  display: block; 
  float: right; 
  padding: 2px 10px 4px 10px; 
  margin: 2px 0 0 -120px; 
  font-size: 12px; 
  width: 80px; 
  color: #fff;
}
.search input.search_box{
	border: 1px solid #ddd;
	float: left;
	width: 96px;
	height: 15px;
	padding: 4px 5px;
	color: #ccc;
	font-size: 11px;
  margin: -3px 0 0 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}
.search-on .search input.search_box{
	border: 1px solid #111;
}
.search-on .search .select{
  background: #111; 
}
.search-on .search input.search_box{
  color: #111;
}


/* Navigation
-------------------------------------------------------------- */
ul.nav{
  list-style-type: none;
  margin-top: 40px;
}
.nav li{
  float: left;
  font-size: 13px;
  margin-left: 38px;
}
.nav li a{
  color: #cfcfcf;
}
.nav li a:hover{
  color: #000;
}
.writing .nav li.writing a, .photography .nav li.photos a, .links .nav li.links a, .projects .nav li.projects a, .status .nav li.status a, .about .nav li.about a, .contact .nav li.contact a, .places .nav li.places a{
  color: #000;
}

/* Chartlist
-------------------------------------------------------------- */
.chartlist li{ 
  position: relative;
  display: block;
  font-size: 11px;
  font-weight: bold;
}
.chartlist .count{ 
  display: block; 
  position: absolute; 
  top: 0; 
  right: 0; 
  margin: 3px 5px 2px 5px; 
  text-align: right; 
  color: #bbb; 
  font-weight: bold; 
  z-index: 3;
}
.chartlist li:hover .count{
  color: #000;
}
.chartlist li a { 
  display: block; 
  padding: 2px 5px 2px 5px;
  position: relative; 
  z-index: 2;
  color: #999;
  margin-top: 2px;
}
.chartlist li a:hover{ color: #000; }
.chartlist .index{ 
  display: block; 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 100%; 
  background: #eee; 
  text-indent: -9999px; 
  overflow: hidden;
  -webkit-border-radius: 10px;
}
.tags .chartlist .index{
  background: #eee; 
}
.chartlist li:hover .index{ 
  background: #bbb;
}
ul.chartlist{
  margin: 0 0 10px 0;
}

/* Calendar
-------------------------------------------------------------- */
.calendar-wrapper{
  font-size: 11px;
}
table.calendar td { width: 25px; height: 17px; text-align: center; }

table.calendar td a{
  color: #333;
  display: block; 
  width: 100%; 
  height: 100%;
  -webkit-border-radius:8px;
}
table.calendar td a:hover{ background: #999; color: #fff; }
table.calendar td.not-in-month a{ color: #999; }
table.calendar td.not-in-month a:hover{ color: #fff; }
table.calendar td.active a{ color: #fff; background: #999; }
table.calendar td.active a:hover{ background: #333; }
table.calendar td.today a{ color: #fff; background: #333; }
table.calendar td.today a:hover{ background: #000; }


/* Tags
-------------------------------------------------------------- */
p.tags{
  margin: 5px 0 0 0;
  text-indent: 23px;
  background: url(http://static.tincorporated.com/assets/images/tag-icon.png) no-repeat;
}
p.tags:hover{
  background: url(http://static.tincorporated.com/assets/images/tag-icon-hover.png) no-repeat;
}
p.tags a{
  background: #f3f3f3;
  padding: 1px 4px;
  font-weight: normal;
  -webkit-border-radius: 10px;
  color: #bbb;
}
p.tags a:hover{
  color: #333;
}
p.tags{
  color: #bbb;
}


/* Contact Form
-------------------------------------------------------------- */
#contact-form{
  margin-top: 10px;
}
th{
  vertical-align: top;
  text-align: right;
  padding-right: 5px;
}


/* Places
-------------------------------------------------------------- */
.state{
  float: left;
  text-align: right;
  margin-left: -250px;
  width: 240px;
}
p.location-name{
  margin-top: 5px;
}
#map-canvas{
  border: 1px solid #bbb;
  font-size: 12px;
}
/* Google maps */
#logocontrol{ display: none; }
#map-canvas div span { display: none;}
a[href="http://www.google.com/intl/en_us/help/terms_maps.html"] { display: none; }

/* Writing
-------------------------------------------------------------- */

.entry em{
  font-style: italic;
}
.entry strong{
  font-weight: bold;
}
.entry p{
  font-size: 13px;
  line-height: 20px;
}
.entry ul, .entry ol{
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}
.inline-type-photo{
  margin: 20px 0 20px -155px;
}
.inline-type-photo span{
  font-size: 12px;
  font-weight: lighter;
}
.screenshot{
  display: block;
  margin-top: 10px;
}
.entry h3{
  margin: 20px 0 15px;
}
.entry h4{
  margin-bottom: 5px;
}

/* Photos
-------------------------------------------------------------- */
.photo-detail{
  margin: -35px 0 10px;
}
.photo-detail img, .photo-detail object{
  border: none;
  display: block;
  margin-bottom: 10px;
}
.photo-list{
  margin-bottom: 20px;
}
.photo-list li{
  float: left;
  margin-right: 1px;
}
.photo-list img{
  border: none;
}
.description{
  clear: both;
}


/* Stream
-------------------------------------------------------------- */
.item-line{
  background: url(http://static.tincorporated.com/assets/images/dot.png) 0 0 repeat-x;
  width: 50%;
  height: 1px;
}
.comment-item, .link-item, .tag-item, .entry-item, .status-item{
  padding-top: 10px;
  background: url(http://static.tincorporated.com/assets/images/dot.png) 0 0 repeat-x;
  margin: -1px 0 30px 0;
}
.photo-item a img{
  margin-bottom: 30px;
}
.photo-item h4{
  margin-top: 7px;
}
.photo-item .date-time{
  margin-top: 15px;
}
.status-item h4{
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}
.status-item h4 a{
  font-family: Georgia;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}
.stream h3.first{
  margin-top: 0;
}


/* Form
-------------------------------------------------------------- */
form textarea{
  width: 455px;
  border: 1px solid #d8d8d8;
  padding: 5px;
  font-size: 13px;
  line-height: 18px;
}
form label{
  font-size: 13px;
  text-align: right;
  margin-top: 8px;
}
form input{
  width: 215px;
  border: 1px solid #d8d8d8;
  padding: 5px;
  font-size: 13px;
}
form input.button{
  width: auto;
  padding: 5px 10px;
  font-size: 12px;
}
form input.post{
  color: #fff;
  background: #333;
}
form .buttons{
  text-align: right;
  margin: 8px 0 0 1px;
}
.error{
  font-weight: bold;
}
.error input{
  border: 1px solid #111;
}

/* Additional
-------------------------------------------------------------- */
.additional{
  background: #f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 40px 0 0;
  padding: 30px 0 40px;
}


/* Comments
-------------------------------------------------------------- */
.comment-meta{
  text-align: right;
}
.comment{
  margin: 10px 0 20px;
}
.comment-body p{
  font-size: 12px;
  line-height: 20px;
}
a.comment-count{
  color: #ddd;
  font-size: 20px;
  margin-top: -5px;
}
.comment .comment-count{
  color: #ddd;
}
.comment .comment-count:hover{
  color: #999;
}

/* Projects
-------------------------------------------------------------- */
.project-item{
  margin-bottom: 80px;
}
.project-detail img{
  border: 1px solid #bbb;
}
.visit-site{
  display: block;
  margin-bottom: 20px;
}

/* Sets 
-------------------------------------------------------------- */
.set{
  margin-bottom: 50px;
}

/* Footer 
-------------------------------------------------------------- */
.footer{
  border-top: 1px solid #111;
  margin: 80px 0 40px;
  padding: 20px 0;
}
.footer p{
  font-size: 11px;
}
.elsewhere{
  float: right;
}
.levelandtap, .simpledesktops, .subscribe, .twitter{
  padding: 0 0 5px 20px;
  margin-left: 10px;
}
.levelandtap{
  background: url(http://static.tincorporated.com/assets/images/levelandtap-icon.png) no-repeat;
}
.simpledesktops{
  background: url(http://static.tincorporated.com/assets/images/simpledesktops-icon.png) no-repeat;
}
.subscribe{
  background: url(http://static.tincorporated.com/assets/images/subscribe-icon.png) no-repeat;
}
.twitter{
  background: url(http://static.tincorporated.com/assets/images/twitter-icon.png) no-repeat;
}

