/*
* Planeta Ruby on Rails Brasil <http://www.rubyonrails.com.br/planeta>
* Baseado em / Based in:
*   - http://weblog.rubyonrails.com/stylesheets/rails.css
* Autores / Authors:
*   - Julio Santos Monteiro <julio@monteiro.eti.br>
*/

body {
  margin: 10px 0 0 0; padding: 0;
	font-family: georgia, "Lucida Grande", arial, helvetica, sans-serif;
  color: #333;
  background: #fff url('http://asset2.rubyonrails.pro.br/images/css-topbluefade.gif') repeat-x;
  text-align: center;
}

a:link, a:visited { color: #000; text-decoration: underline; }
#Header a:hover, div.copyright a:hover { color: #fff; background-color: #333; text-decoration: none; }
#sidebar a:hover, div.post-contents a:hover { background-color:#F4DDA6 !important; }

a.attention:link, a.attention:visited { color: #900; }
a.attention:hover { color: #fff; }

a img { border: 0; }

a.no_link_hover:hover { background: none !important; }

.highlight {
	background-color: #ffc;
}

div.message {
	margin: 50px -30px 50px -30px;
}

pre code, p code {
  font-size: 12px;
}

pre { width: 100%; padding-bottom: 24px; overflow:auto; }

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

div#Header {
  text-align: center;
  margin: 15px 0 10px 0;
}

div#Header, div#Header p, div#Header div, #container .copyright, #container .copyright p {
  font-family: verdana, "Lucida Grande", arial, helvetica, sans-serif;
}

div#Header img {
  float: right;
  margin: 0 0 0 0;
  vertical-align: middle;
  border: none;
}

div#Header div#Nav img {
  float:none;
  margin-right:5px;
}

div#Header div#Nav {
  font-size: 10px;
  color: #999;
}

/*-------------------------------------------------
CONTAINER
-------------------------------------------------*/

#container a, #container a:visited {
  color:#369;
}

#container .copyright a:link,
#container .copyright a:visited,
div#Header div#Nav a:link,
div#Header div#Nav a:visited {
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

#container .copyright a:link,
#container .copyright a:visited {
  font-weight:normal;
}

#container .copyright a:hover,
div#Header div#Nav a:hover {
  color: #fff;
  background:#333;
}

#container {
  margin:0 auto;
  padding:0 30px;
  text-align:left;
}

#container div.copyright, #container div.copyright p {
  text-align:center;
  font-size: 11px;
  color: #666;
}

#container div.copyright table {
  margin:auto;
}

#container div.copyright img {
  border:none;
}

/*+-------------------------------------------+
|   			CONTENT   						               |
+-------------------------------------------+*/

#content {
  float: left;
  width: 80%;
  padding: 0;
  margin: 0;
}

/*+-------------------------------------------+
|   			SIDEBAR 						               |
+-------------------------------------------+*/

#sidebar {
  width: 19%;
  font-size: 12px;
  float: right;
  text-align: center;
  padding: 0;
  margin: 0;
}

#sidebar h3 {
  color: #900;
  font-size: 13px;
}

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

#sidebar li {
  margin-bottom:4px;
}
  
 /*+-------------------------------------------+
   |   		          	MISC 						         |
   +-------------------------------------------+*/
   
 /* Hides from IE-mac \*/
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */

#categories li em, #archives li em
{
  color: #98B4D1;
  font-size: smaller;
}

/* Syntax highlighting */
.typocode_ruby .normal {}
.typocode_ruby .comment { color: #005; font-style: italic; }
.typocode_ruby .keyword { color: #A00; font-weight: bold; }
.typocode_ruby .method { color: #077; }
.typocode_ruby .class { color: #074; }
.typocode_ruby .module { color: #050; }
.typocode_ruby .punct { color: #447; font-weight: bold; }
.typocode_ruby .symbol { color: #099; }
.typocode_ruby .string { color: #944; background: #FFE; }
.typocode_ruby .char { color: #F07; }
.typocode_ruby .ident { color: #004; }
.typocode_ruby .constant { color: #07F; }
.typocode_ruby .regex { color: #B66; background: #FEF; }
.typocode_ruby .number { color: #F99; }
.typocode_ruby .attribute { color: #7BB; }
.typocode_ruby .global { color: #7FB; }
.typocode_ruby .expr { color: #227; }
.typocode_ruby .escape { color: #277; }
.typocode_xml .normal {}
.typocode_xml .namespace { color: #B66; font-weight: bold; }
.typocode_xml .tag { color: #F88; }
.typocode_xml .comment { color: #005; font-style: italic; }
.typocode_xml .punct { color: #447; font-weight: bold; }
.typocode_xml .string { color: #944; }
.typocode_xml .number { color: #F99; }
.typocode_xml .attribute { color: #BB7; }
.typocode_yaml .normal {}
.typocode_yaml .document { font-weight: bold; color: #07F; }
.typocode_yaml .type { font-weight: bold; color: #05C; }
.typocode_yaml .key { color: #F88; }
.typocode_yaml .comment { color: #005; font-style: italic; }
.typocode_yaml .punct { color: #447; font-weight: bold; }
.typocode_yaml .string { color: #944; }
.typocode_yaml .number { color: #F99; }
.typocode_yaml .time { color: #F99; }
.typocode_yaml .date { color: #F99; }
.typocode_yaml .ref { color: #944; }
.typocode_yaml .anchor { color: #944; }

.typocode {
  background-color:#eee;
  padding:2px;
  margin:5px;
  margin-left:1em;
  margin-bottom:1em;
}

.typocode pre {
  padding: 0px;
  margin: 0px;
  background: transparent;
  font-family: monospace;
  overflow:auto;
}

.typocode .lineno {
  text-align: right;
/*  color: #B00;*/
  font-family: monospace;
  padding-right: 1em;
}

/* my float clearing technique is unstoppable */
.c:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* .c {display: inline-table;} */

/* Hides from IE-mac \*/
* html .c {height: 1%;}
.c {display: block;}
/* End hide from IE-mac */





