/* Copyright Kevin Finlayson 2007
------------------------------------------------------------------*/

/* reset reloaded 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
------------------------------------------------------------------*/          

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}
      
body {
	color:#777;
	background-color: #000;
	font:small/1.5em "lucida grande", "lucida sans", verdana, sans-serif; 
}

ol, ul {
	list-style: none;
}   

hr {
	width: 100%;
	color: #000;
}          

#content {
	width:600px;
	height: auto;
	min-height: 200px;
	margin: 0px auto 0px auto;
	position: relative;     
	padding: 20px;
}                            

#footer {
	font-size: 70%; 
	height: auto;
	min-height: 20px;
	width: 500px;
	clear: both;    
	margin-top: 30px;
}      

#footer a {
	padding-left: 3px;
	padding-right: 3px;
}

a, a:visited {
	color: #bbb;   
	text-decoration:none;          
}              

a:hover {
	color: #ffffff;
}                   
                    


h4 {
	margin-left: 120px;
	font-size: 118%;     
	margin-top: 7px;
	color: #bbb;
}

h3 span.action_links, li span.action_links {
	font-size: 85% !important; 
	color: #777 !important; 
	text-transform: none;
	font-weight: normal;  
	display: block;      
	margin-top: 7px;                                      
}        

li span.action_links {
	display: inline;
}

h3 span.action_links a, #h3 span.action_links a:visited {        
}
                
.small {
	font-size: 70%;
}                     

a.green, a.green:visited {
	color: #0FDAFF;
}                 

.red, a.red, a.red:visited {
	color: #FF0B6A;
}

h1 {
	font-size: 300%;
	font-weight: bold;    
	color: #bbb;                
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	text-transform: capitalize;   
	margin-top: 120px;   
	padding-bottom: 15px;   
	line-height: 1em;
}

h3 {
	font-size: 127%;
	color: #bbb;
	margin-left: 120px;
	padding:0px 0px 7px 0px;   
	font-weight: bold;                                              
	font-family: "lucida grande", "lucida sans", verdana, sans-serif;   
	text-transform: capitalize;  
}             

p {  
	font-size: 145%;  
	line-height: 1.5em;
	margin: 15px 0px 15px 0px; 
	
}   

li {
	font-size: 118%;
	line-height: 1.5em;
	margin: 10px 0px;     
	height: auto;
	min-height: 10px;
}

#twitter_div {  
	margin-top: 20px;
	height: 60px;
	padding: 44px 0px 0px 0px;
	width: 450px;
	background: #000 url('/graphics/twitter_bg.gif') no-repeat left top;   
 }           
ul#twitter_update_list {
	height: auto;                                                                    
	padding: 0px 0px 17px 0px;
	background: #000 url("/graphics/twitter_bg_bottom.gif") no-repeat left bottom;    
	width: 450px;
}

ul#twitter_update_list li{
	width: 420px;
	padding-left: 15px;
	padding-right: 15px; 
	height: auto;    
	margin: 0px;
	min-height: 24px;
	background-color: #222;
	font-size:100%;   
}        

ul#twitter_update_list li a {
	white-space: nowrap;
}      

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}                    

#notice {    
	position: absolute;
	top: 70px;
	left: 20px;
	color: #0FDAFF;
	z-index: 2;   
	background-color: black;             
}             

input#password, input#login, textarea#misc_blurb, input#misc_title, input#post_title, textarea#post_body, input#post_permalink, input#post_created_at, input#post_updated_at {        
	background-color: #333;
	color: #aaa;      
	font-size: 80%;
	line-height: 1.5em;
	border: 1px solid #333;       
	padding: 4px;                    
	font-family: verdana, sans-serif;      	
	width: 200px; 
	margin-top: 5px;        
}        


input#password, input#login, input#misc_title, input#post_title, input#post_permalink, input#post_created_at, input#post_updated_at {
	height: auto;
	min-height: 10px;
}                 

input#misc_title, input#post_permalink, input#post_title, input#post_created_at, input#post_updated_at {
	width: 400px;
}

textarea#misc_blurb, textarea#post_body {
	height:200px;     
	width: 400px;
} 

p#submit input {     
	color: #fff;     
	background-color: #777;     
	border: none;
	font-size: 90%;
	padding: 5px;
	font-weight: bold;  
	margin-top: 20px;
}                   

#content form {
	margin-bottom: 35px;
	float: left;
}

#session_shunt {
	margin-top: 100px;
}         

.show_shunt {
   margin-top: 5px !important;   
}       

#content label {        
	line-height: 1.5em; 
}             

#post {
	margin: 40px 0px 0px 0px;   
	height: auto;
	min-height: 100px;
	float: left;
}

#post p {
	font-size: 118%;
	color: #777;          
	width: 500px;   
	margin-left: 120px;
	margin-top: 0px;   
}
    

#post p.date {
/*	color: #aaa;*/ 
	width: 100px;      
	float: left;     
	font-size: 90%;
	margin-left: 0px;      
	line-height: 1.4em;
 
}   

.nugget {
	float: left;
	margin: 15px 0px 30px 0px;
}   
   
#archive {
	float: left;
	height: auto;
	min-height: 100px;
	margin: 15px 0px 40px 0px;
}

.archive_date, .archive_title {
	margin-right: 15px;
}                      

.archive_title {
	margin-left: 5px;
}

#post p.new {
	margin-left: 0px;
	font-size: 145%;   
	margin-bottom: 0px;
}    

h1 .small {
	font-family: "lucida grande", "lucida sans", verdana, sans-serif;
	font-size: 55%;
}             

#post p.new a, #post p.new a:visited {
	font-weight: bold;
}         

strong {
	color: #aaa;
	font-weight: bold;
}  

#post img {
	border: 15px solid #0f0f0f;         
	margin: 5px 15px 15px 0px;         
	float: left;     
	
}                      

/* code, pre, ruby styles ripped off from softies on rails what up!
------------------------------------------------------------------*/  

#post code { 
  font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
}

#post pre {
  color: #fff;
  background: #000;
  overflow: auto;
  font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;   
  margin: 0px 0px 15px 120px;  
  padding: 0px;
  width: 440px;

  /* http://longren.org/2006/09/27/wrapping-text-inside-pre-tags */
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/** RUBY / JAVASCRIPT **/
#post code span.comment {
	color: #BD48B3;
}

#post code span.string {
	color: #99FF00;
}

#post code span.brackets {
	
}

#post code span.symbol {
	color: #6BCFF7;
}

#post code span.keywords {
	color: #FF8400;
}

#post code span.erb {
	background: #333;
}

#post code span.symbol {
      color: #07DFFC;
}

#post code span.instvar {
      color: #69FCFF;
}

#post code span.defname { 
      color: yellow; 
}
