html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  text-align: center;
  padding: 0;
  font: normal 12px/1.5em Verdana, Arial, sans-serif;
  background: #fff url(bg_body_line.gif) repeat-x;
  color: #555;
}

ul, li, form, dt, dl, dd, ol, div, p, 
blockquote, h1, h2, h3, h4, h5, h6, a, 
pre, code {
  margin: 0;
  padding: 0;
}

a { color: #555; outline: none;}
a:hover { color: #000; }

h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
}

#container {
  margin:  0 auto;
  border-right: none;
  width: 800px;
}

#main {
	width: 800px;
	font-size: 110%;
}

#header {
	width: 100%;
	height: 180px;
	margin-top: 60px;
}

#col1 {
  width: 400px;
  padding: 0 10px;
  vertical-align: top;
}

#col2 {
  width: 400px;
  vertical-align: top;
}
#col2 a {
  text-decoration: none;
}

#footer {
  margin-top: 20px;
  color: #555;
  padding: 10px;
  border-top: 1px dotted #ccc;
  position: relative;
  text-align: left;
}

h2 {
  border-bottom: none !important;
}

#top {
  padding: 5px;
  height: 20px;
  text-align: right;
}

#header .name {
	width: 300px;
	vertical-align: top;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
}
#header .tagline {
  width: 500px;
  text-align: right;
  vertical-align: top;
}
#header .tagline .div1 {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: -1px;
}
#header .tagline .div2 {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: -1px;
}

.code_table {
	width: 100%;
	border-collapse: collapse;
	border-width: 0px;
	border-spacing: 0px; 
	margin-top: 10px;
}
.code_table .tl {
	width: 7px;
	height: 7px;
	background-image: url(table_tl.gif);
	background-repeat: no-repeat;
}
.code_table .tr {
	width: 7px;
	height: 7px;
	background-image: url(table_tr.gif);
	background-repeat: no-repeat;
}
.code_table .t {
	height: 7px;
	background-image: url(table_t.gif);
	background-repeat: repeat-x;
}
.code_table .bl {
	width: 7px;
	height: 7px;
	background-image: url(table_bl.gif);
	background-repeat: no-repeat;
}
.code_table .br {
	width: 7px;
	height: 7px;
	background-image: url(table_br.gif);
	background-repeat: no-repeat;
}
.code_table .b {
	height: 7px;
	background-image: url(table_b.gif);
	background-repeat: repeat-x;
}
.code_table .l {
	width: 7px;
	background-image: url(table_l.gif);
	background-repeat: repeat-y;
}
.code_table .r {
	width: 7px;
	background-image: url(table_r.gif);
	background-repeat: repeat-y;
}
.code_table .c {
	background-color: #000000;
	color: #ffffff;
	font-size: 11px;
	padding: 10px;
}


#col2 h2 {
  font-family: Arial, sans-serif;
  font-weight: lighter;
  font-size: 20px;
  margin-bottom: 4px;
  color: #444;
}

ul#actions {
  list-style: none;
}

ul#actions li {
  padding: 10px 0 15px 0;
  margin-bottom: 5px;
}

#sel1 h3 {
	font-size: 18px;
}

#sell p {
  margin-bottom: 10px;
}

#nav-more {
  list-style: none;
  margin: 0 0 0 0;
}

#nav-more li a {
  display: block;
  padding: 2px 0;
  color: #888;
}


#footer {
  clear: both;
}

#footer abbr {
  border: none;
}

#footer a {
  text-decoration: underline;
}

#badge {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
}

#badge img {
  border: none;
}

#badge a {
  text-decoration: none;
}

pre {
  background: #f7f7f7;
  padding: 10px;
  font-size: 90%;
  line-height: 130%;
}

pre code {
    font-family: Monaco, Consolas, "Lucida Console", monospace;
    font-size: 92%;
}

.keywords { color: #f71; }
.comment { color: #517; }
.string { color: #392; }

#excerpt pre  {
  background: transparent;
  padding: 2px;
  font-size: 100% !important;
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  margin: 5px 0;
  font-weight: normal;
  border-bottom: 1px dotted #fff;
  color: #34a;
}

#abody pre {
  margin: 10px;
}

#excerpt ul, #excerpt ol, #abody ul, #abody ol {
  margin: 10px 40px;
}

#blog-excerpt {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: -10px;
  padding: 10px;
  background-color: #e9eff8;
}

#blog-excerpt h3 {
  margin-bottom: 10px;
  line-height: 20px;
}

#link-to-blog {
  text-align: right;
  margin-top: 10px;
}

#link-to-blog a  {
  text-decoration: underline;
}