/****************************************************
 * RCBlog - css/base.css                            *
 * ------------------------------------------------ *
 * Created by Noah Medling <noah.medling@gmail.com> *
 ****************************************************/

body     { color: #000000; font-size: 12px; line-height: 15px; font-family: "Trebuchet MS", Tahoma, Verdana, arial, helvetica, sans-serif; background-position: center 0; text-align: center; width: auto  ; float: none; margin-top: 40px; margin-left: 60px; }
#frame    { font-size: 11px; line-height: 15px; text-align: center; float: none; border-style: solid; border-width: 4px 1px; border-color: #000000; width: 90%; border-spacing: 0; empty-cells: show      }

#header { color: #ffffff; font-size: 16px; font-weight: bold; background-color: #ffffde; text-align: left; vertical-align: bottom; padding: 4px 9px; border-style: solid; border-width: 0 0 1px; border-color: #000000; width: auto  }

#content { background-color: #c2beba; text-align: left; vertical-align: top; padding: 4px 4px 0; border: solid 0 #000000; width: auto }

#nav { background-color: #aca49e; text-align: center; vertical-align: top; padding: 4px 4px 0; border-style: solid; border-width: 0 0 0 1px; border-color: #000000; width: 140px }

#footer { color: #000; background-color: #c2beba; text-align: left; vertical-align: top; padding: 4px 9px; border-style: solid; border-width: 1px 0 0; border-color: #000000; width: auto }

div.post{ background-color: #ffffd5; color: #000000; font-size: 12px; line-height: 18px; margin: 0 0 4px; padding: 0; text-align: left; border: solid 1px; }

div.post div.title { color: #ffffff; font-weight: bold; font-size: 14px; background-color: #918781; margin: 0; padding: 4px 4px 3px; border-style: solid; border-width: 0 0 1px 0; border-color: #000000 }

div.post div.navtitle{
 border-color: #000000;
 background-color: #918781;
 color: #ffffff;

 border-width: 0 0 1px 0;
 border-style: solid;
 margin: 0;
 padding: 4px 4px 3px 4px;
 font-weight: bold;
}

div.post div.date{
 margin: 0 0 4px;
 padding: 4px 4px 0;
 font-size: 12px;
}

div.post div.text{ font-size: 13px; margin: 0; padding: 4px; }

div.post div.comment{ font-size: 12px; border-color: #000000; margin: 0; padding: 4px; border-width: 1px 0 0; border-style: solid; }

span.mono{
	font-family: monospace;
}

div.code{
 border-color: #918781;
 margin: 2px 0;
 white-space: pre;
 font-family: monospace;
 border-width: 1px;
 border-style: solid;
 padding: 2px 4px;
 overflow: auto;
}

div.quote{
 border-color: #918781;
 margin: 2px 0;
 border-width: 1px;
 border-style: solid;
 padding: 2px 4px;
}

table.filetable{
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
table.filetable td.filename{
	width: 60%;
}

table.filetable td.filesize{
	width: 20%;
}

table.filetable td.fileaction{
	text-align: right;
	width: 30%;
}
a { color: #484340; font-weight: bold; text-decoration: none }
a:link { color: #006c00; font-weight: bold; text-decoration: none }
a:visited{
 color: #484340;
 font-weight: bold;
 text-decoration: none;
}

a:hover { color: #918781; font-weight: bold; text-decoration: underline }

a:active{
 color: #918781;
 font-weight: bold;
 text-decoration: none;
}

#content a:link     { color: #006c00; text-decoration: none }
#content a:visited  { text-decoration: none }
#content a:hover   { text-decoration: underline; }
#content a:active  { text-decoration: underline; }

img{
 border: 0;
}

img.left{
 float: left;
 margin-right: 4px;
}

img.right{
 float: right;
 margin-left: 4px;
}

hr{
 border: 0;
 background-color: #918781;
 color: #918781;
 height: 1px;
}