/*
	Style Name	: dias normais
	Version		: 1.1
	Author Name	: Blude
	Author Site	: http://www.diasnormais.com/
	Comments	: Minor tweaks, hacks and customizations for diasnormais.com blog.
	Tags		: layout, hack, custom, minimal
*/

#page { padding-top: 0; }

#awesomeheader { 
 width: 780px;
 height: 50px;
}

@font-face {
  font-family: DINPro;
  src: url("DINPro-Regular.otf");
}

.blog-title {
  font-size: 2.5em;
  font-weight: normal;
  text-transform: uppercase;
  font-family: DINPro, "Lucida Sans Unicode", Arial, sans-serif;
  padding: 0;
  display: inline-block;
}

.blog-title a {
  color: #444;
  text-decoration: none; 
  width: 400px;
  display: inline-block;
  padding: 10px 0 10px 26px;
}

.blog-title a:hover {
  text-decoration: none;
}

#revolve {
  margin-left: 0;
  display: inline-block;
  margin-top: -10px;
}

#revolve a {
  background: url(http://www.diasnormais.com/wp-content/uploads/2010/06/shuffle-header.png) 0 0 no-repeat;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  width: 16px;
  height: 16px;
}

#revolve a:hover {
  background-position: 0 -16px;
}

#header { border-top: 1px solid #eee; background-color: #000; }

.menu .page_item a:hover { 
 background: #fff;
 color: #030303;
}

ins { text-decoration: none; }

#primary .page .entry-head .entry-title { text-align: left; margin-left: 0; }

.twitter-timestamp {
 display: block;
 color: #888;
}

.twitter-timestamp abbr { border: 0; }

#flickrrss .image-container { 
 display: block;
 margin: 1px 0;
 opacity: 0.5;
 filter: alpha(opacity=50);
}

#flickrrss .image-container:hover {
 opacity: 1;
 filter: alpha(opacity=100);
}

#flickrrss .inner {
 height: 40px;
 overflow: hidden;
 position: relative;
}

#flickrrss img {
 position: absolute;
 top: -60%;
}

#search-form-wrap { margin: 0; }

#s {
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
 background: #f9f9f9;
 padding: 5px;
 width: 140px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

#s:focus { border-color: #aaa; }

#searchsubmit { display: none; }

.page-item-1379 a {
 font-weight: bold;
}

.iLikeThis { display: block; text-align: right; }

.iLikeThis .counter { padding: 5px; padding-left: 32px; background-position: 8px; background-color: #e7e7e7; border-radius: 4px; -moz-border-radius: 4px; border: 1px solid #ddd; }

.iLikeThis .counter:focus,                                                                                                                            
.iLikeThis .counter:hover { background-color: #ddd; border-color: #ccc; }

.iLikeThis a { display: inline-block; width: 36px; margin-left: -26px; }

.iLikeThis a:hover { text-decoration: none; }

.iLikeThis a:active { outline: dotted 1px #666; }

.twitter_badge { margin-top: -12px; }

.twitter_badge abbr { border: 0 none; }

li.twitter-item { margin-bottom: 25px; }

/*
.frm_forms input[type=text],
.frm_forms textarea,
.comments #comment-author-info input,
.comments textarea {
 background: #f7f7f7;
 border: 1px solid #ddd;
 font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
 padding: 4px;
}

.frm_forms textarea,
.comments textarea {
 padding: 7px 4px;
 width: 98%;
 font-size: 1.3em;
}

.frm_forms textarea:focus,
.frm_forms input[type=text]:focus,
.comments textarea:focus,
.comments #comment-author-info input:focus {
 border: 2px solid #27d;
 padding: 3px;
}

.frm_forms textarea:focus,
.comments textarea:focus { padding: 6px 3px }
 
.frm_forms .submit {
 text-align: right;
 margin-top: -14px; 
}

.frm_forms .submit input { padding: 3px 1px; }

*/