
body {
  background:url(/images/tile_paper.jpg) #e2e2e2;
  font-family: 'Lucida Grande', Arial, Sans-Serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 { 
  color: #e8e8e8; 
  font-weight:bold;
  font-family: Optima, Helvetica, sans-serif;
  margin-bottom:2px;
  padding-bottom:3px;
}

/* Text Elements  */
a                 { color: #5c5c5c; text-decoration: none; }
a:hover           { color: #0084f7; text-decoration: none; }
blockquote        { color: #666; }

pre {
  background: #232323;
	background-color: #232323;
	color: #e6e6e6;
	padding:2px 5px 2px 5px;
}

tt {
	border: 1px solid #101010;
	font-size: 14px;
	background-color: #232323;
	color: #e6e6e6;
	padding:2px 5px 2px 5px;
}

tt a {
	color: #e6e0d0;
}
tt a:hover {
	color: #fff;
}

hr {
  background: #5c5c5c;
  color:      #5c5c5c;
}

/* Tables */
table {
  border-top:   1px solid #DDD;
  border-left:  1px solid #DDD;
}

th,td {
  border-bottom:  1px solid #DDD;
  border-right:   1px solid #DDD;
}

/* Default Classes  */

.container { 
 background:#000; 
 border:2px inset #e2e2e2;
 /* Do rounding (native in Firefox and Safari, CC in IE) */
 color:#e8e8e8;  
 -webkit-border-bottom-right-radius: 20px;
 -webkit-border-bottom-left-radius: 20px;
 -moz-border-radius-bottomleft: 20px;
 -moz-border-radius-bottomright: 20px;
 box-shadow: 0 0 2px #007dff;
 
}

/*.border { border: 1px solid #202020; }*/

p.quiet { color: #666; }
.alt    { color: #666; }

p, li { font-size: 1.2em; padding-right:0.0em; text-align: left; color:#e2e2e2;}

h2.title {
  color: #0084ff;
  font-size: 2.6em;
	font-weight:bold;
	margin-top: -0.3em;
  margin-bottom: 0.1em;
	letter-spacing:2px;
}

span.command { 
	font:1.2em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
	letter-spacing: 0px;
}

#stripe { position:fixed; margin-top:-2px; height:6px; background:#0084ff;}

#header {
	position:fixed;
	margin-top:0px;
  font-family: Optima, Helvetica, sans-serif;
/*  background: url('/images/header_bg.png') #101010;*/
  background-color: black;
	margin-top:1px;
	-webkit-box-shadow: 0 0 2px #007dff;
  -moz-box-shadow: 0 0 2px #007dff;
  box-shadow: 0 0 2px #007dff;
/*  height: 90px;*/
}

#header h1.site-name { 
	color:white;
	text-align:left;
	font-size:2em;
	padding: 2px 0px;
	margin:4px 0px 0px 0px;
	font-weight:normal;
}

/* Menu */
#menu {
  font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
  overflow:auto;
  float:right;
}

#menu ul { 
  padding:0;
  margin-top:0em;
}

#menu ul li {
  padding-bottom:0em;
  display:inline;
}

#menu ul li a {
  text-decoration:none;
  margin:0px;
  padding-right:6px;
  padding-left:6px;
}

#menu ul li a:hover {
  text-shadow: #5c5c5c 0px 0px 2px;
}

.content {
  background: url(/images/content_bg.png) center;
}

#main-side {
  margin-top:80px;
}

#side-bar {
  margin-top:80px;
}

#side-bar ul li {
list-style-type:none;
font-size:12px;
margin-bottom:6px;
}

#side-bar p { text-align:center; }

#footer {
	margin-top:12px;
	font-weight:bold;
	font-size:10px;
}

#footer a {  color: #0084ff;}

div.box {
	margin-bottom:32px;
	text-align: center;
	color:#a1a1a1;
	font-size:1.2em;
	padding:12px;
	border: 1px solid #202020;
	background: #e0e0e0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  CCborderRadius: 20px;
}

#vcard_link {
	background:transparent url(/images/vcard.png) no-repeat scroll left center;
	font-size:85%;
	padding-left:21px;
}

.highline {
/*FIX*/
}

.post-entry-meta {
  font-size: 11px;
  padding-bottom: 10px!important;
  margin:0px;
}

/* EOF */
