/*  Author URI: http://raapelsin.com  */
body {
background:#ccc;
margin:0;
padding:20px 10px;
text-align:center;
font:11px/130% Verdana, Arial, Helvetica, sans-serif;
color:#000;
  }
  
h1 {
font:12px Verdana,Arial,Sans-serif;
color:#993300;
}


table {
font:11px/130% Verdana, Arial, Helvetica, sans-serif;
table-layout:fixed;
width:390px;
}

td {
border:1px solid #ccc;
}
  
#header {
	height:130px;
	margin:0 0 0;
	padding:8px 0 0;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-color: #930;
  }
  
#header div {
	margin-bottom:40px;
  }  
  
#rightbox {
  width:240px;
  float:right;
  margin:15px 0 0;
  font-size:97%;
  line-height:1.5em;
  }   
  
  
  

.code {
  font-size: 12px;
  color: #000066;
  background-color: #EFEFEF;
  border: 1px dashed #CCC;
  padding: 10px;
  line-height: 15px;
  padding:10px;
}
   
#content {
  width:740px;
  margin:0 auto;
  text-align:left;
  }
#main {
  width:485px;
  float:left;
  background:#fff url("_images/corners_main_bot.gif") no-repeat left bottom;
  margin:15px 0 0;
  padding:0 0 10px;
  color:#000;
  font-size:97%;
  line-height:1.5em;
  }
#main2 {
  float:left;
  width:100%;
  background:url("_images/corners_main_top.gif") no-repeat left top;
  padding:10px 0 0;
  }  
#main3 {
  background:url("_images/rails_main.gif") repeat-y;
  padding:0;
  }


/* Links
----------------------------------------------- */
a:link {
  color:#c63;
  text-decoration:none;
  }
a:visited {
  color:#666;
  text-decoration:none;
  }
a:hover {
  color:#c63;
  /*text-decoration:underline;*/
  }
a img {
  border-width:0;
  }
  
/* Blog Header
----------------------------------------------- */

  
#blog-title {
  margin:0;
  padding:10px 30px 5px;
  font-size:200%;
  line-height:1.2em;
  }
#blog-title a {
  text-decoration:none;
  color:#000;
  }
.description {
  margin:0;
  padding:0px 30px 10px;
  line-height:1.5em;
  }

/* Posts
----------------------------------------------- */
.date-header {
  margin:0 28px 0 43px;
  font-size:85%;
  line-height:2em;
  letter-spacing:.2em;
  color:#810;
  }
.post {
  margin:.3em 0 25px;
  padding:0 13px;
  border:1px dotted #bbb;
  border-width:1px 0;
  }
.post-title {
  margin:0;
  font-size:135%;
  line-height:1.5em;
  background:url("_images/icon_arrow.gif") no-repeat 10px .5em;
  display:block;
  border:1px dotted #bbb;
  border-width:0 1px 1px;
  padding:2px 14px 2px 29px;
  color:#333;
  }
  
.post-body {
  border:1px dotted #bbb;
  border-width:0 1px 1px;
  border-bottom-color:#fff;
  padding:10px 14px 1px 29px;
  }
html>body .post-body {
  border-bottom-width:0;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
  background:#eee;
  margin:0;
  padding:2px 14px 2px 29px;
  border:1px dotted #bbb;
  border-width:1px;
  border-bottom:1px solid #eee;
  font-size:100%;
  line-height:1.5em;
  color:#666;
  text-align:right;
  }
html>body p.post-footer {
  border-bottom-color:transparent;
  }
p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }

.post img {
  margin:0 0 5px 10px;
  padding:4px;
  border:1px solid #ccc;
  background:#FFF;
  }
blockquote {
  margin:.75em 0;
  border-width:1px 0;
  color:#666;
  }
.post blockquote p {
  margin:.5em 0;
  }
  


/* Sidebar Boxes
----------------------------------------------- */
.box {
  background:#fff url("_images/corners_side_top.gif") no-repeat left top;
  margin:0 0 15px;
  padding:10px 0 0;
  color:#666;
  }
.box2 {
  background:#fff url("_images/corners_side_bot.gif") no-repeat left bottom;
  padding:0 13px 8px;
  }
.menu-title {
  margin:0;
  padding:0 0 .2em;
  border-bottom:1px dotted #930;
  font-size:115%;
  line-height:1.5em;
  color:#993300;
  }
.box ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.box ul li {
  background:url("_images/icon_arrow_sm.gif") no-repeat 2px .25em;
  margin:0;
  padding:0 0 3px 16px;
  margin-bottom:3px;
  border-bottom:1px dotted #eee;
  line-height:1.3em;
  }

/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  margin:0;
  padding:15px 0 0;
  }
#footer div {
  background:#710 url("_images/corners_cap_top.gif") no-repeat left top;
  padding:8px 0 0;
  color:#fff;
  }
#footer div div {
  background:url("_images/corners_cap_bot.gif") no-repeat left bottom;
  padding:0 15px 8px;
  }
#footer hr {display:none;}
#footer p {margin:0;}
#footer a {color:#fff;} 

p.ra {
text-align: right;
}

img {
float: right;
}