/* @override http://www.submergetech.com/lifeasachip.css */

      body {
        background: #666;
        color: #333333;
        font: normal 14px Tahoma;
        margin: 0;
        text-align: center;
        line-height: 1.5em;
      }
      
      a, a:visited, a:active {
        color: #cc3300;
        outline: 0;
        text-decoration: none;
      }
      
      a:hover {
        color: #669900;
        text-decoration: underline;
      }

      
      #content {
        margin: 1em;
        width: 960px;
        text-align: left;
        background: #fff;
        padding: 1em;
      }
      
      #posts {
		margin-right: 200px;
		border-right: 1px solid #ccc;
}

/* About */
      #about {
		float: right;
		width: 175px;
		font-size: 12px;
	  }

	#about  ul{
		margin: 0;
		padding: 0;
		list-style: none;
	  }

      #about li {
		margin: 0 0 10px;
		padding: 0;
		list-style: none;
	  }
	  
      #about  h4 {
		margin: 0;
		border-bottom: 1px solid #999;
		text-transform: uppercase;
		letter-spacing: .2em;
		color: #336699;
	  }

      #about ul li ul li {
		margin: 0 0 0 10px;
		padding: 0;
		list-style: none;
	  }
      
      /* Title and Description */
      h1 {
        border-bottom: 2px solid #000000;
        font-size: 3em;
        line-height: 1;
        margin: 0;
        padding: .2em 0 .5em 0;
        background: url(lifeasachip.gif) no-repeat 4px 10px;
        text-indent: -9999px;
      }
      
      h1 a, h1 a:active, h1 a:visited { 
        color: #000000;
        text-decoration: none;
        display: block;
        height: 50px;
      }
      
      h1 a:hover {
        color: #cc3300;
      }
      
      h2 {
        color: #cc3300;
        font-size: 1.25em;
        font-weight: normal;
        margin: 0 0 3em;
        text-align: right;
      }
      
      
      /* Dates */
      .newdate, .samedate {
        float: left;
        width: 130px;
        color: #336699;
        text-align: right;
        font-size: .9em;
      }
      
      
      /* Permalinks Info */
      a.date {
        clear: left;
        color: #000000;
        display: block;
        margin-bottom: .1em;
        padding-bottom: .1em;
        text-decoration: none;
        text-align: right;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-size: 1em;
      }
      
      a.date:hover {
        color: #669900;
      }
      
      
      /* Common to all posts */
      .regular, .quote, .link, .photo, .video, .conversation, .audio {
        margin-bottom: 3.5em;
        margin-left: 150px;
        line-height: 1.5em;
        margin-top: 0;
        border-left: 1px solid #999;
        padding: 15px;
      }
      
      .regular h3, .link h3, .conversation h3 {
        font-size: 1.25em;
        line-height: 1.4em;
        margin: 0 0 .5em;
        color: #336699;
      }
      
      
      /* Regular Posts */
      .regular blockquote, .link blockquote {
        border-left: 3px solid #000000;
        font-weight: bold;
        margin: 1em 2em;
        padding: 0 0 0 .5em;
      }
      
      .regular ul, .regular ol {
        margin-top: 1em;
        margin-bottom: 1em;
      }
      
      
      /* Quote Post */
      .quote {
        font-weight: bold;
        font-size: 2em;
        line-height: 1.2em;
        color: #aaa;
      }
      
      .quote big {
        font-weight: bold;
		color: #336699;
		font-family: georgia;
      }
      
      .quote .source {
        font-weight: normal;
        display: block;
        clear: both;
        color: #336699;
        text-align: right;
        font-size: .5em;
        margin-top: 1em;
        font-family: tahoma;
      }

      .quote .source a {
		text-decoration: none;
		color: #cc3300;
      }

.quote .source a:hover {
		text-decoration: underline;
		color: #336600;
      }
      
      
      /* Photo posts */
      .photo .caption, .video .caption, .audio .caption {
        display: block;
      }
      
      .photo img {
        border:1px solid #666;
        background: #eee;
        padding:.5em;
      }
      
      .photo .caption {
		color: #999;
		margin-top: 5px;
		text-transform: uppercase;
		letter-spacing: .2em;
		font-weight: bold;
		font-size: 1.1em;
		text-align: center;
		width: 375px;
      }
      
      /* Conversation Posts */
      .conversation ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }
      
      .conversation li {
		margin: 0;
		padding: 0;
		margin-top: 0;
        margin-bottom: 1em;
        clear: both;
      }
      
      .conversation .person {
        display: block;
        font-size: 1.25em;
        font-weight: bold;
        color: #336699;
        border-bottom: 1px solid #669900;
      }

      
      /* Link Posts */
      .link a {
        font-weight: bold;
      }
      
      .link a.hover {
        color: #000000;
      }
      
      .link .description {
        display: block;
      }
      
      /* Previous and Next links */
      #prevnext {
        clear: both;
        color: #999999;
        margin-top: 6em;
        margin-bottom: 4.5em;
        text-align: center;
      }
      
      #prevnext .prev {
        font-weight: bold;
        margin-right: 1em;
      }
      
      #prevnext .next {
        font-weight: bold;
        margin-left: 1em;
      }
      
      /* Footer */
      #footer {
        border-top: 2px solid #333333;
        clear: both;
        font-size: .9em;
        padding: .5em 0 1em;
      }
      
      #footer h3 {
        margin: 0;
        padding: 0;
      }
      
      #footer ul {
        margin: 1em 0;
        padding: 0;
        text-align: center;
      }
      
      #footer ul li {
        display: inline;
        margin: 0 .5em;
      }
      
      /* Custom CSS */
      
      
      
      
span.twitter {
	display: block;
	/*background: url(twitter.gif) no-repeat top left;*/
	padding: 0px 0 0;
	margin: 0;
}

div.twitter_com div.regular {
	display: block;
	background: url(twitter.gif) no-repeat 15px 10px;
	padding-top: 30px;
}

div.twitter_com span.description {
	display: none;
}

span.twitter a {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

span.twitter .source {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin-top: 10px;
}

span.twitter .source a {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

/*div.feeds_feedburner_com h3,*/
span.greader {
	display: block;
	background: url(google_reader.gif) no-repeat top left;
	padding-top: 20px;
	margin-top: 15px;
}

span.greader blockquote {
	border: 1px solid #669900;
	padding: 5px;
	background: #ebffc8;
	color: #690;
	margin: 10px 0;
}