/* CSS suplement for blog.mippin.com */

/* Counter blogger styles */
body #container-inner-inner #header {
  margin-top: 0px !important;
}
iframe {
  display: none !important;
}
#main iframe {
  display: block !important;
}


body {
  background-color: #000;
  color: #ccc;
}

#main {
  float: left;
  width: 600px;
}

#main h1 {
  margin-top: 0;
}

#main h1 a {
  display: block;
  height: 32px;
  background: #fff url(h1-mippin-blog.gif) -10px -10px no-repeat;
  text-indent: -9999px;
}
	

h2.date-header {
	padding: 0 0 0 15px;
	border-bottom: 1px solid #ccc;
	color: #999;
	font-size: 120%;
	font-weight: normal;	
}
h2.date-header span {
        position: relative;
        top: 8px;
        padding: 0 10px;
        background-color: #fff;
}
div.post {
	margin-bottom: 100px;
}
	
h3.post-title {
	font-size: 150%;
	font-weight: normal;	
}
.post-body {
	line-height: 150%;
}
.post-footer {
	margin-top: 1em;
	color: #999;
}
.post-footer em {
        float: left;
        width: 300px;
        height: 22px;
        padding: 15px 0 0 0;
        display: block;
        font-style: normal;
}
.post a.comment-link {
        float: left;
        display: block;
	height: 37px;
        width: 100px;
	margin: 0 10px 0 0;
	padding: 0 5px 0 0;
	background: #ccc url(comments-bubble.gif) right 0 no-repeat;
}
.post a.comment-link span {
        display: block;
        width: 95px;
	padding: 12px 0 0 5px;
        height: 25px;
	background: #ccc url(comments-bubble.gif) 0 0 no-repeat;
	text-align: center;
        cursor: pointer;
}


#sidebar {
  float: left;
  width: 263px;
  margin-left: 35px;
}
#sidebar h2 {
  font-size: 110%;
  font-weight: normal;
}


#rssFeed a:link, #rssFeed a:visited {
  display: block;
  width: 261px;
  height: 28px;
  margin: 10px 0 30px 0;
  padding: 10px 0 0 0;
  background: #fa4f00 url(rss-button.jpg) 0 0 no-repeat;
  color: #fff;
  text-align: center;
  font-size: 110%;
}
#rssFeed a:hover, #rssFeed a:active {
  position: relative;
  top: 1px;
  text-decoration: none;
}


#twitter_div {
  width: 258px;
  margin: 0 0 15px 0;
  border: 1px solid #3fb6d7;
  color: #666;
}
#twitter_div a:link, #twitter_div a:visited {
  color: #3fb6d7;
}
#twitter_div h2 {
  height: 23px;
  margin: 0;
  padding: 5px 0 0 35px;
  border-bottom: 1px solid #c4c4c4;
  background: #3fb6d7 url(h2-twitter.gif) 0 0 no-repeat;
  color: #fff;
}
#twitter_div h2 a:link, #twitter_div h2 a:visited {
  color: #fff;
}
#twitter_div ul {
  list-style-type: none;
  margin: 0;
  padding: 7px;
  border-top: 1px solid #e1e1e1;
}
#twitter_div span {
  display: block;
}


.sidebarBlock {
  width: 258px;
  margin: 0 0 15px 0;
  border: 1px solid #ccc;
}
.sidebarBlock h2 {
  height: 23px;
  margin: 0;
  padding: 5px 0 0 8px;
  border-bottom: 1px solid #ccc;
  background: #ecedf0 url(sidebar-header.gif) 0 -30px no-repeat;
  color: #000;
}
.sidebarBlock ul {
  margin: 0;
  padding: 0;
}
.sidebarBlock li {
  list-style-type: none;
}
.sidebarBlock ul a:link, .sidebarBlock ul a:visited {
  display: block;
  padding: 4px 8px;
  border-top: 1px solid #efefef;
  color: #333;
}
.sidebarBlock ul a:visited {
  color: #999;
}
.sidebarBlock ul a:hover, .sidebarBlock ul a:active {
  color: #fa4f00;
}


#qrCode div {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}



/* Digg, Del.icio.us, Technorati, and Reddit icons
----------------------------------------------- */

.bookmarks {
        float: left;
        display: block;
	height: 37px;
        width: 135px;
	margin: 0 10px 0 15px;
	padding: 0 5px 0 0;
	background: #ccc url(comments-bubble.gif) right 0 no-repeat;
}
.bookmarks-inner {
        display: block;
        width: 130px;
	padding: 14px 0 0 5px;
        height: 23px;
	background: #ccc url(comments-bubble.gif) 0 0 no-repeat;
	text-align: center;
}

.bookmarks a:link, .bookmarks a:visited {
  float: left;
  display: block;
  margin: 0 5px;
}
.bookmarks a:hover, .bookmarks a:active {
  position: relative;
  top: 1px;
  text-decoration: none;
}
.bookmarks a span {
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.delicious-post-icon { 
   background: url("http://mippin.com/blog/delicious.gif") 0 0 no-repeat;
}  
.technorati-post-icon { 
   background: url("http://mippin.com/blog/technorati.gif") 0 0 no-repeat;
}  
.reddit-post-icon { 
   background: url("http://mippin.com/blog/reddit.gif") 0 0 no-repeat;
}
.stumble-post-icon { 
   background: url("http://mippin.com/blog/stumble.gif") 0 0 no-repeat;
}

