
/*
  iJulien: infinite v3
  Copyright 2011 Julien Ott
  http://ijulien.com
*/

/* reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h6 { display: none; }

body {
  font: 14px/20px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #242633;
  color: #b5b8c2;
  text-shadow: #000 0px -1px 1px;
  -webkit-text-stroke: 1px transparent;
}

#box {
  width: 500px;
  margin: 10px auto;
}

#wrapper {
  width: 100%;
  float: left;
  padding: 0 0 0px 0;
}

/* links */

a {
  color: #fff;
  background-color: #36394d;
  text-decoration: none;
  padding: 2px 4px 3px 4px;
  margin: -2px 0px -3px 0px;
  border-radius: 4px;
  -webkit-transition: color, background-color .9 ease-in;
}

a img { border: 0; }

.post .meta a {
  background: none;
  /* font-size: 24px; */
  margin-right: -5px;
  -webkit-transition: color .5s ease-in;
}

a:hover, a:active, #tweet a:hover, #tweet a:active,
.post .meta a:hover, .post .meta a:active {
  color: #17bfff;
  background-color: #181922;
}

.post .meta a:hover, .post .meta a:active {
  background: none;
}

.meta span {
  font-size: 8px;
  line-height: 1.5em;
}

.post.photo .meta a img, .post.photoset .meta a img, .post.video .meta a img, .post.audio .meta a img, .post.link .meta a img, .post.quote .meta a img, .post.chat .meta a img, .post.regular .meta a img {
  border: none;
  width: 25px;
  height : 25px;
}

.post .meta img {
  margin-bottom: 0px;
  align:middle;
}

/* blurb on top */

/* #tweet {
  background: url(http://id.ijulien.com/style/IMbis.png) no-repeat -3px center;
}

#latitude {
  background: url(http://id.ijulien.com/style/iPhonebis.png) no-repeat -3px center;
}

#twitter_update_list li {
list-style-type: none;
}

#tweet div, #latitude div, #blurb div {
  margin: 0 0 0 32px;
  margin-left: -35px;
  margin-bottom: 15px;
  display: block;
  padding: 3px 3px 3px 3px;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  background-color: #36394d;
  text-shadow: 1px 1px 1px #000;
  border-radius: 3px;
  -webkit-box-shadow:1px 1px 1px #000; 
  -moz-box-shadow: 1px 1px 1px #000;
  box-shadow:1px 1px 1px #000;
  
  <!-- TWITTER -->
  <div id="tweet">
    <div id="twitter_update_list">
      <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
      <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/ijulien.json?callback=twitterCallback2&count=1"></script>
    </div>
  </div>
  <!-- LOCATION -->
  <div id="latitude">
    <div id="latitude-content">
      <script type="text/javascript" src="http://code.ijulien.com/latitude/latitude.php"></script>
    </div>
  </div>
  
}*/

#blurb {
  margin: 0 0 0 0px;
  margin-bottom: 15px;
  display: block;
  padding: 3px 3px 3px 3px;
  font-size: 14px;
  color: #ccc;
  background-color: #36394d;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px #000; 
  -moz-box-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
}

#blurb span {
  font-size: 12px;
  text-transform: uppercase;
}

#blurb a:hover, #blurb a:active {
  background: none;
}


/* header */

h1 {
  color: #17bfff;
  font-family: 'Rokkitt', Rockwell;
  font-weight: normal;
  font-size: 84px;
  text-transform: lowercase;
  font-variant: small-caps;
  margin-bottom: 0;
  padding: 0;
}

h1#logo {
  text-indent: -10000px;
  background: url(http://id.ijulien.com/img/infinite3-header-web.png) no-repeat;
  width: 500px;
  height: 120px;
}

#kolorfool-title a {
  display: block;
  background: none;
}

h1#logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
}

h2, h3 {
  font-size: 22px;
  margin: 20px 0 15px 0;
  padding: 0;
  color: #17bfff;
  font-family: 'Rokkitt', Rockwell;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 24px;
}

.title h2 {
  margin: 0px 0 20px 0;
}

h2 a {
  white-space: normal;
  background: none;
  text-decoration: underline;
  color: #17bfff;
  padding: 0;
  margin: 0;
  -webkit-transition: color .9s ease-in;
}

h2 a:hover, h2 a:active {
  color: #fff;
  background: none;
}

/* banner */
#banner {
  font-size: 22px;
  margin: 3px 0 10px 0;
  padding: 3px 0 0 0;
  color: #17bfff;
  font-family: Arial Bold;
  font-weight: normal;
  text-transform: lowercase;
  line-height: 24px;
  text-align: justify;
  border-top: 1px #ff0066 dotted;
}
#banner a {
  color: #17bfff;
  background: none;
  font-style: italic;
}
#banner a:hover {
  color: white;
  background: none;
}
#banner span {
  color: #ff0066;
  font-style: italic;
}

/* @group post base */

.post {
  float: left;
  margin-top: 5px;
  width: 662px;
  margin-left: -80px;
  clear: both;
}

.post .meta {
  float: left;
  width: 64px;
  text-align: right;
  padding-right: 16px;
  -moz-opacity:.50;
  filter:alpha(opacity=50);
  opacity:.50;
}

.post .metanotes {
  font-family: Arial, sans-serif;
  width: 33px;
  padding: 0px 3px 0px 3px;
  margin-bottom: 3px;
  clear: both;
  float: right;
  line-height: 16px;
  font-size: 10px;
  color: #fff;
  background-color: #36394d;
  text-decoration: none;
  border-radius: 4px;
  vertical-align: text-middle;
}
.post .metanotes img {
  vertical-align: middle;
  float: left;
}

.post .meta:hover {
  -moz-opacity:.95;
  filter:alpha(opacity=95);
  opacity:.95;
  -webkit-transition: opacity .5s ease-in;
}

.post .meta span, .post .meta span a {
  font-size: 11px;
  display: block;
  margin-top: -4px;
  color: #868890;
  clear: both;
}

.post .meta span a {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.post .content {
  float: left;
  width: 500px;
}

.post .content p:first-child { margin-top: 3px; }

code {
  font: 12px/18px "DejaVu Sans Mono", Monaco, Courier;
  color: #4fabc7;
  white-space: nowrap;
}

/* #  */

.post.regular h2 a, .post.chat h2 a {
  font: bold 22px/24px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #17bfff;
  display: block;
  background: none;
  margin: -2px 0 -10px 0;
  padding: 0;
}

.post.regular blockquote, .post.link blockquote {
  font-size: 12px;
  color: #fff;
  border-left: 5px solid #20212d;
  padding: 0 0 0 10px;
  margin: 4px 20px;
}

/* for adsense code */

.adsense {
  margin-top: 15px;
}

/* # quote */

.post.quote .content {
  padding-bottom: 16px;
}
.post.quote blockquote {
  margin: 4px 0 0 0;
  font-family: "HoeflerText-Italic", Georgia;
  font-style: italic;
  font-size: 28px;
  line-height: 30px;
  color: #d9dde9;
  display: block;
}

blockquote .quotes {
  display: inline;
  font-size: 60px;
  vertical-align: bottom;
  line-height: 0px;
  padding: 0 10px;
  margin: 0 0 0 -10px;
  color: #474b65;
  text-shadow: #14151c 0 -1px 0;
}

.post.quote .source:before {
  content: "\2014";
}
.post.quote .source {
  font: 12px/20px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  color: #8a8c93;
  margin-left: -8px;
}

.post.quote .source .note {
  font-size: 12px;
  margin-bottom: -6px;
}

/* # photo */

.post.photo .content, .post.video .content { margin-top: 6px; padding-bottom: 0px; }

.post.photo .content .photo a, a.force_photo { background: none; }

.post.photo a img, .post.photo .photo img, .post.regular img, .post.link img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: -4px;
}

.photo img {
  width: 500px;
  height : auto;
}

.post.link .link img {
  width: 500px;
  height : auto;
}

.post.photo .caption, .post.video .caption, .post.photoset .caption {
  background-color: #36394d;
  text-shadow: 0px 0px 10px #242633;
  font-size: 14px;
  padding: 5px 5px 5px 10px;
  margin-top: -15px;
  margin-bottom: 5px;
  /* width: 485px; */
  clear: both;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.post.video .caption, .post.photoset .caption {
  margin-top: 0px;
}

.post.photo .caption blockquote, .post.video .caption blockquote, .post.photoset .caption blockquote {
  font-style: italic;
}

.post.photo .caption p, .post.video .caption p, .post.photoset .caption p {
  margin-bottom: 5px;
}

blockquote img {
  max-width: 500px;
}

.post img {
  margin-bottom: 10px;
}

/* # about */

.post.photo .about div.caption {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  margin-top: 8px;
}

.post.photo .about div.caption b {
  font-size: 11px;
  font-weight: normal;
  margin-top: 0px;
  color: #859199;
  float: right;
}

.post.photo .about div.caption i {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #17bfff;
}

/* # chat */

.post.chat h2 {
  padding: 0;
  margin-top: 0;
}

.post.chat h2 a {
  font: bold 14px/20px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 4px;
}

.post.chat .content {
  font-size: 12px;
  margin-bottom: 10px;
}

.conversation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat .label {
  font-weight: bold;
  color: #c07576;
}

.chat .label.user_2 { color: #409fbc; }
.chat .label.user_3 { color: #36b87d; }
.chat ul li { padding: 6px 8px 6px 8px; margin: 0 -8px; }
.chat ul li.odd {
  background-color: #20212d;
  border-radius: 5px;
}

/* # link */

.post.link .content {
  margin-top: 5px;
  font-weight: bold;
}

.post.link a {
  font-size: 22px;
  line-height: 30px;
  border-radius: 0px;
  padding: 2px 2px 5px 5px;
}

.post.link .description {
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
}

/* # audio */

.post.audio .content {
  width: 500px;
}

.post.audio .audio_player {
  float: left;
  margin-top: 4px;
  padding: 2px 12px 2px 4px;
  width: 210px;
  background-color: #20212d;
}

.post.audio .audio_details {
  float: left;
  font-size: 11px;
  width: 276px;
  margin: 4px 0 -12px 0;
  background-color: #20212d;
  padding: 11px 0 0 0;
  height: 33px;
}

.post.audio .audio_text {
  float: left;
  clear: both;
  font-size: 14px;
  width: 500px;
  margin-top: 10px;
}

.post.audio .audio_details.dk {
  width: 300px;
  height: 33px;
  margin: 4px 0 0 0;
  padding: 6px 0 5px 0;
  line-height: 16px;
}

/* tags n details */

.post .dtl  {
  font-size: 10px;
  margin: 5px 0px 5px 0px;
  float: right;
}

/* footer */

#footer {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer a.next_page {
  display: block;
  float: right;
  font-size: 24px;
  line-height: 24px;
}

#footer a.prev_page {
  display: block;
  float: left;
  font-size: 24px;
  line-height: 24px;
}

#footer a.next_page {
  /* margin-right: 20px; */
}

#footer a.prev {
  /* margin-left: 20px; */
}

#footer #search {
  display: none;
  margin-left: 280px;
}

#footer .options {
  clear: both;
  margin: 46px 0 0 -32px;
  padding-left: 32px;
  font-size: 11px;
  background: url(http://id.ijulien.com/style/milk-logo.png) no-repeat 0 3px;
}

#footer .options a {
  color: white;
  white-space: normal;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  -webkit-transition: color .9s ease-in;
}

#footer .options a:hover,#footer .options a:active {
  color: #fff;
}

#footer .options span {
  color: #888;
  margin-right: 10px;
}

#footer .options a {
  margin-right: 10px;
  color: #00CCFF;
}



/* Flickr styling */
#flickr_badge_uber_wrapper {width: 100%}
#flickr_badge_wrapper {width: 90%}
.flickr_badge_image {padding: 0 0 0 50px;}
.flickr_badge_image img {float:left; margin:0 8px 8px 8px;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none; background:none; color:none;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important;}

#adsense {
  display: block;
  text-align: center;
}

/* 
ol.notes:before {
  content: "Notes";
}
*/

ol.notes {
        list-style-type: none;
        margin-top: 20px;
        margin-left: 0px;
        margin-bottom: 20px;
            }

            ol.notes li.note {
                padding: 5px;
        border-bottom: dotted 1px #3b3f54;
            }

            ol.notes li.note img.avatar {
                vertical-align: -4px;
                width: 16x;
                height: 16px;
                border-radius: 2px;
            }
            ol.notes li.note a {
                background: none;
            }

            ol.notes li.note span.action {
                /* font-weight: bold; */
            }

            ol.notes li.note .answer_content {
               /* font-weight: normal; */
            }
            ol.notes li.note blockquote {
                border-color: #eee;
                padding: 4px 10px;
                margin: 10px 0px 0px 25px;
            }

            ol.notes li.note blockquote a {
                text-decoration: none;
            }

/* @kolorfool menu */

#menu ul{
  margin: 0; padding: 0;
  float: left;}

#menu ul li{
  display: inline;
  }

#menu ul li a{
  float: left; text-decoration: none;
  margin: 2px 2px 2px 2px;
}

#menu ul li a:hover {
  color: white;
  background-color: #181922;
  text-shadow: none;
}
#menu ul li.pink a:hover {background-color: rgb(255, 192, 203);}
#menu ul li.black a:hover {background-color: rgb(0, 0, 0);}
#menu ul li.red a:hover {background-color: rgb(192, 2, 51);}
#menu ul li.orange a:hover {background-color: rgb(255, 127, 0);}
#menu ul li.brown a:hover {background-color: rgb(150, 75, 0);}
#menu ul li.yellow a:hover {background-color: rgb(255, 205, 0);}
#menu ul li.grey a:hover {background-color: rgb(128, 128, 128);}
#menu ul li.green a:hover {background-color: rgb(0, 159, 107);}
#menu ul li.cyan a:hover {background-color: rgb(0, 183, 235);}
#menu ul li.blue a:hover {background-color: rgb(0, 0, 255);}
#menu ul li.violet a:hover {background-color: rgb(143, 0, 255);}
#menu ul li.silver a:hover {background-color: rgb(192, 192, 192);}
#menu ul li.lime a:hover {background-color: rgb(0, 255, 0);}
#menu ul li.olive a:hover {background-color: rgb(128, 128, 0);}
#menu ul li.white a:hover {color: black; background-color: rgb(255, 255, 255);}
#menu ul li.maroon a:hover {background-color: rgb(128, 0, 0);}
#menu ul li.teal a:hover {background-color: rgb(0, 128, 128);}
#menu ul li.fuchsia a:hover {background-color: rgb(255, 0, 255);}
#menu ul li.aqua a:hover {background-color: rgb(0, 255, 255);}
#menu ul li.random a:hover {background:-webkit-gradient(linear,
right top, left bottom,
color-stop(0.01,purple),
color-stop(0.1,indigo),
color-stop(0.2,blue),
color-stop(0.4,green),
color-stop(0.5,yellow),
color-stop(0.7,orange),
color-stop(0.8,red),
color-stop(0.99,purple));
-webkit-background-size: 100%;}
  
