/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet style.css ****/

/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet style.css ****/

/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet style.css ****/

/* 
Theme Name: 3c-Black-LetterHead
Theme URI: http://aydin.net/blog/2006/02/13/wordpress-theme-three-column-black-letterhead/
Description: Based on Robin Hastings' Letterhead, and modifications by Ulysses Ronquillo, but with a three column layout.
Author: Hakan Aydin
Author URI: http://www.aydin.net/blog
Version: 1.0

.
CSS colors modified by Ulysses Ronquillo located at http://ulyssesonline.com.
.
This theme was originally designed and built by Robin Hastings, whose blog you will find at 
http://www.rhasting.net. It uses the default Kubrick theme as a base. 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
.
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #101010;
	color: #B0B0B0;
	text-align: center;
	}

#page {
	background-color: black;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: black;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: black;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: black;
	border-right: 1px solid #959596;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	color: silver;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
#sidebar {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	}
#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar2 {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	}
#sidebar2 h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, {
	text-decoration: none;
	color: #990000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: silver;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #990000;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}
#sidebar2 {
	font: 1em Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font-family:Fixed;
    color: #eee;
    font-size: small;
}

pre {
    font-size: small;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #111;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
        color: #990000;
	text-decoration: none;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: black;
	margin: 20px auto;
	padding: 0;
	width: 900px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: black;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 25px;
	margin: 0px 0 0;
	width: 460px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px;
	width: 550px;
	}

.pagepost {
	margin: 0 0 40px;
	border-top: 1px solid grey;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	border-top: 1px solid grey;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 899px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
#sidebar2 h2 {
	margin: 5px 0 0;
	padding: 0;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before, #sidebar2 ul ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select,#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol,#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol,#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li{
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

/*  Overridden at end
#sidebar #searchform #s, #sidebar2 #searchform #s {
	width: 115px;
	padding: 2px;
        background-color: #909090;
        border-style: ridge;
	}

#sidebar #searchsubmit, #sidebar2 #searchsubmit {
	padding: 1px;
	background-color: #909090;
	}
*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin-top: 5px;
    margin-bottom: 5px;
        background-color: #111;
		color: silver;
        border: 1px solid #222;
	}

#commentform select {
    width: 100%;
	margin: 5px 5px 1px 0;
    background-color: #111;
	color: silver;
    border: 1px solid #222;
}
    

#commentform textarea {
	width: 100%;
	padding: 2px;
        background-color: #111;
        border: 1px solid #222;
		color: silver;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {

	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 710px;
	width: 160px;
        background-color: #111111;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Sidebar2 */
#sidebar2
{
	padding: 20px 0 10px 0;
	margin-left: 20px;
	width: 160px;
        float: left;



	}

#sidebar2 form {
	margin: 0;
	}
/* End Sidebar2 */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
 display: none;
 }
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */
.abap .de1, .abap .de2, .actionscript .de1, .actionscript .de2, .ada .de1, .ada .de2, .apache .de1, .apache .de2, .applescript .de1, .applescript .de2, .asm .de1, .asm .de2, .asp .de1, .asp .de2, .autoit .de1, .autoit .de2, .bash .de1, .bash .de2, .basic4gl .de1, .basic4gl .de2, .blitzbasic .de1, .blitzbasic .de2, .bnf .de1, .bnf .de2, .c .de1, .c .de2, .c_mac .de1, .c_mac .de2, .caddcl .de1, .caddcl .de2, .cadlisp .de1, .cadlisp .de2, .cfdg .de1, .cfdg .de2, .cfm .de1, .cfm .de2, .cpp-qt .de1, .cpp-qt .de2, .cpp .de1, .cpp .de2, .csharp .de1, .csharp .de2, .css .de1, .css .de2, .d .de1, .d .de2, .delphi .de1, .delphi .de2, .diff .de1, .diff .de2, .div .de1, .div .de2, .dos .de1, .dos .de2, .dot .de1, .dot .de2, .eiffel .de1, .eiffel .de2, .fortran .de1, .fortran .de2, .freebasic .de1, .freebasic .de2, .genero .de1, .genero .de2, .gml .de1, .gml .de2, .groovy .de1, .groovy .de2, .haskell .de1, .haskell .de2, .html4strict .de1, .html4strict .de2, .idl .de1, .idl .de2, .ini .de1, .ini .de2, .inno .de1, .inno .de2, .io .de1, .io .de2, .java .de1, .java .de2, .java5 .de1, .java5 .de2, .javascript .de1, .javascript .de2, .latex .de1, .latex .de2, .lisp .de1, .lisp .de2, .lua .de1, .lua .de2, .m68k .de1, .m68k .de2, .matlab .de1, .matlab .de2, .mirc .de1, .mirc .de2, .mpasm .de1, .mpasm .de2, .mysql .de1, .mysql .de2, .nsis .de1, .nsis .de2, .objc .de1, .objc .de2, .ocaml-brief .de1, .ocaml-brief .de2, .ocaml .de1, .ocaml .de2, .oobas .de1, .oobas .de2, .oracle8 .de1, .oracle8 .de2, .pascal .de1, .pascal .de2, .per .de1, .per .de2, .perl .de1, .perl .de2, .php-brief .de1, .php-brief .de2, .php .de1, .php .de2, .plsql .de1, .plsql .de2, .python .de1, .python .de2, .qbasic .de1, .qbasic .de2, .rails .de1, .rails .de2, .reg .de1, .reg .de2, .robots .de1, .robots .de2, .ruby .de1, .ruby .de2, .sas .de1, .sas .de2, .scheme .de1, .scheme .de2, .sdlbasic .de1, .sdlbasic .de2, .smalltalk .de1, .smalltalk .de2, .smarty .de1, .smarty .de2, .sql .de1, .sql .de2, .tcl .de1, .tcl .de2, .text .de1, .text .de2, .thinbasic .de1, .thinbasic .de2, .tsql .de1, .tsql .de2, .vb .de1, .vb .de2, .vbnet .de1, .vbnet .de2, .vhdl .de1, .vhdl .de2, .visualfoxpro .de1, .visualfoxpro .de2, .winbatch .de1, .winbatch .de2, .xml .de1, .xml .de2, .xpp .de1, .xpp .de2, .z80 .de1, .z80 .de2 
{font-weight:normal;background:none;color:silver !important; padding-left: 5px;}
.abap .kw1, .actionscript .kw1, .ada .kw1, .apache .kw1, .applescript .kw1, .asm .kw1, .asp .kw1, .autoit .kw1, .bash .kw1, .basic4gl .kw1, .blitzbasic .kw1, .bnf .kw1, .c .kw1, .c_mac .kw1, .caddcl .kw1, .cadlisp .kw1, .cfdg .kw1, .cfm .kw1, .cpp-qt .kw1, .cpp .kw1, .csharp .kw1, .css .kw1, .d .kw1, .delphi .kw1, .diff .kw1, .div .kw1, .dos .kw1, .dot .kw1, .eiffel .kw1, .fortran .kw1, .freebasic .kw1, .genero .kw1, .gml .kw1, .groovy .kw1, .haskell .kw1, .html4strict .kw1, .idl .kw1, .ini .kw1, .inno .kw1, .io .kw1, .java .kw1, .java5 .kw1, .javascript .kw1, .latex .kw1, .lisp .kw1, .lua .kw1, .m68k .kw1, .matlab .kw1, .mirc .kw1, .mpasm .kw1, .mysql .kw1, .nsis .kw1, .objc .kw1, .ocaml-brief .kw1, .ocaml .kw1, .oobas .kw1, .oracle8 .kw1, .pascal .kw1, .per .kw1, .perl .kw1, .php-brief .kw1, .php .kw1, .plsql .kw1, .python .kw1, .qbasic .kw1, .rails .kw1, .reg .kw1, .robots .kw1, .ruby .kw1, .sas .kw1, .scheme .kw1, .sdlbasic .kw1, .smalltalk .kw1, .smarty .kw1, .sql .kw1, .tcl .kw1, .text .kw1, .thinbasic .kw1, .tsql .kw1, .vb .kw1, .vbnet .kw1, .vhdl .kw1, .visualfoxpro .kw1, .winbatch .kw1, .xml .kw1, .xpp .kw1, .z80 .kw1 
{color: #a1a100;}
.abap .kw2, .actionscript .kw2, .ada .kw2, .apache .kw2, .applescript .kw2, .asm .kw2, .asp .kw2, .autoit .kw2, .bash .kw2, .basic4gl .kw2, .blitzbasic .kw2, .bnf .kw2, .c .kw2, .c_mac .kw2, .caddcl .kw2, .cadlisp .kw2, .cfdg .kw2, .cfm .kw2, .cpp-qt .kw2, .cpp .kw2, .csharp .kw2, .css .kw2, .d .kw2, .delphi .kw2, .diff .kw2, .div .kw2, .dos .kw2, .dot .kw2, .eiffel .kw2, .fortran .kw2, .freebasic .kw2, .genero .kw2, .gml .kw2, .groovy .kw2, .haskell .kw2, .html4strict .kw2, .idl .kw2, .ini .kw2, .inno .kw2, .io .kw2, .java .kw2, .java5 .kw2, .javascript .kw2, .latex .kw2, .lisp .kw2, .lua .kw2, .m68k .kw2, .matlab .kw2, .mirc .kw2, .mpasm .kw2, .mysql .kw2, .nsis .kw2, .objc .kw2, .ocaml-brief .kw2, .ocaml .kw2, .oobas .kw2, .oracle8 .kw2, .pascal .kw2, .per .kw2, .perl .kw2, .php-brief .kw2, .php .kw2, .plsql .kw2, .python .kw2, .qbasic .kw2, .rails .kw2, .reg .kw2, .robots .kw2, .ruby .kw2, .sas .kw2, .scheme .kw2, .sdlbasic .kw2, .smalltalk .kw2, .smarty .kw2, .sql .kw2, .tcl .kw2, .text .kw2, .thinbasic .kw2, .tsql .kw2, .vb .kw2, .vbnet .kw2, .vhdl .kw2, .visualfoxpro .kw2, .winbatch .kw2, .xml .kw2, .xpp .kw2, .z80 .kw2 
{color: silver !important; font-weight: bold;}
.abap .kw3, .actionscript .kw3, .ada .kw3, .apache .kw3, .applescript .kw3, .asm .kw3, .asp .kw3, .autoit .kw3, .bash .kw3, .basic4gl .kw3, .blitzbasic .kw3, .bnf .kw3, .c .kw3, .c_mac .kw3, .caddcl .kw3, .cadlisp .kw3, .cfdg .kw3, .cfm .kw3, .cpp-qt .kw3, .cpp .kw3, .csharp .kw3, .css .kw3, .d .kw3, .delphi .kw3, .diff .kw3, .div .kw3, .dos .kw3, .dot .kw3, .eiffel .kw3, .fortran .kw3, .freebasic .kw3, .genero .kw3, .gml .kw3, .groovy .kw3, .haskell .kw3, .html4strict .kw3, .idl .kw3, .ini .kw3, .inno .kw3, .io .kw3, .java .kw3, .java5 .kw3, .javascript .kw3, .latex .kw3, .lisp .kw3, .lua .kw3, .m68k .kw3, .matlab .kw3, .mirc .kw3, .mpasm .kw3, .mysql .kw3, .nsis .kw3, .objc .kw3, .ocaml-brief .kw3, .ocaml .kw3, .oobas .kw3, .oracle8 .kw3, .pascal .kw3, .per .kw3, .perl .kw3, .php-brief .kw3, .php .kw3, .plsql .kw3, .python .kw3, .qbasic .kw3, .rails .kw3, .reg .kw3, .robots .kw3, .ruby .kw3, .sas .kw3, .scheme .kw3, .sdlbasic .kw3, .smalltalk .kw3, .smarty .kw3, .sql .kw3, .tcl .kw3, .text .kw3, .thinbasic .kw3, .tsql .kw3, .vb .kw3, .vbnet .kw3, .vhdl .kw3, .visualfoxpro .kw3, .winbatch .kw3, .xml .kw3, .xpp .kw3, .z80 .kw3 
{color: #0000cc; }
.abap .kw4, .actionscript .kw4, .ada .kw4, .apache .kw4, .applescript .kw4, .asm .kw4, .asp .kw4, .autoit .kw4, .bash .kw4, .basic4gl .kw4, .blitzbasic .kw4, .bnf .kw4, .c .kw4, .c_mac .kw4, .caddcl .kw4, .cadlisp .kw4, .cfdg .kw4, .cfm .kw4, .cpp-qt .kw4, .cpp .kw4, .csharp .kw4, .css .kw4, .d .kw4, .delphi .kw4, .diff .kw4, .div .kw4, .dos .kw4, .dot .kw4, .eiffel .kw4, .fortran .kw4, .freebasic .kw4, .genero .kw4, .gml .kw4, .groovy .kw4, .haskell .kw4, .html4strict .kw4, .idl .kw4, .ini .kw4, .inno .kw4, .io .kw4, .java .kw4, .java5 .kw4, .javascript .kw4, .latex .kw4, .lisp .kw4, .lua .kw4, .m68k .kw4, .matlab .kw4, .mirc .kw4, .mpasm .kw4, .mysql .kw4, .nsis .kw4, .objc .kw4, .ocaml-brief .kw4, .ocaml .kw4, .oobas .kw4, .oracle8 .kw4, .pascal .kw4, .per .kw4, .perl .kw4, .php-brief .kw4, .php .kw4, .plsql .kw4, .python .kw4, .qbasic .kw4, .rails .kw4, .reg .kw4, .robots .kw4, .ruby .kw4, .sas .kw4, .scheme .kw4, .sdlbasic .kw4, .smalltalk .kw4, .smarty .kw4, .sql .kw4, .tcl .kw4, .text .kw4, .thinbasic .kw4, .tsql .kw4, .vb .kw4, .vbnet .kw4, .vhdl .kw4, .visualfoxpro .kw4, .winbatch .kw4, .xml .kw4, .xpp .kw4, .z80 .kw4 
{color: #f63333;}
.abap .co1, .abap .co2, .abap .coMULTI, .actionscript .co1, .actionscript .co2, .actionscript .coMULTI, .ada .co1, .ada .co2, .ada .coMULTI, .apache .co1, .apache .co2, .apache .coMULTI, .applescript .co1, .applescript .co2, .applescript .coMULTI, .asm .co1, .asm .co2, .asm .coMULTI, .asp .co1, .asp .co2, .asp .coMULTI, .autoit .co1, .autoit .co2, .autoit .coMULTI, .bash .co1, .bash .co2, .bash .coMULTI, .basic4gl .co1, .basic4gl .co2, .basic4gl .coMULTI, .blitzbasic .co1, .blitzbasic .co2, .blitzbasic .coMULTI, .bnf .co1, .bnf .co2, .bnf .coMULTI, .c .co1, .c .co2, .c .coMULTI, .c_mac .co1, .c_mac .co2, .c_mac .coMULTI, .caddcl .co1, .caddcl .co2, .caddcl .coMULTI, .cadlisp .co1, .cadlisp .co2, .cadlisp .coMULTI, .cfdg .co1, .cfdg .co2, .cfdg .coMULTI, .cfm .co1, .cfm .co2, .cfm .coMULTI, .cpp-qt .co1, .cpp-qt .co2, .cpp-qt .coMULTI, .cpp .co1, .cpp .co2, .cpp .coMULTI, .csharp .co1, .csharp .co2, .csharp .coMULTI, .css .co1, .css .co2, .css .coMULTI, .d .co1, .d .co2, .d .coMULTI, .delphi .co1, .delphi .co2, .delphi .coMULTI, .diff .co1, .diff .co2, .diff .coMULTI, .div .co1, .div .co2, .div .coMULTI, .dos .co1, .dos .co2, .dos .coMULTI, .dot .co1, .dot .co2, .dot .coMULTI, .eiffel .co1, .eiffel .co2, .eiffel .coMULTI, .fortran .co1, .fortran .co2, .fortran .coMULTI, .freebasic .co1, .freebasic .co2, .freebasic .coMULTI, .genero .co1, .genero .co2, .genero .coMULTI, .gml .co1, .gml .co2, .gml .coMULTI, .groovy .co1, .groovy .co2, .groovy .coMULTI, .haskell .co1, .haskell .co2, .haskell .coMULTI, .html4strict .co1, .html4strict .co2, .html4strict .coMULTI, .idl .co1, .idl .co2, .idl .coMULTI, .ini .co1, .ini .co2, .ini .coMULTI, .inno .co1, .inno .co2, .inno .coMULTI, .io .co1, .io .co2, .io .coMULTI, .java .co1, .java .co2, .java .coMULTI, .java5 .co1, .java5 .co2, .java5 .coMULTI, .javascript .co1, .javascript .co2, .javascript .coMULTI, .latex .co1, .latex .co2, .latex .coMULTI, .lisp .co1, .lisp .co2, .lisp .coMULTI, .lua .co1, .lua .co2, .lua .coMULTI, .m68k .co1, .m68k .co2, .m68k .coMULTI, .matlab .co1, .matlab .co2, .matlab .coMULTI, .mirc .co1, .mirc .co2, .mirc .coMULTI, .mpasm .co1, .mpasm .co2, .mpasm .coMULTI, .mysql .co1, .mysql .co2, .mysql .coMULTI, .nsis .co1, .nsis .co2, .nsis .coMULTI, .objc .co1, .objc .co2, .objc .coMULTI, .ocaml-brief .co1, .ocaml-brief .co2, .ocaml-brief .coMULTI, .ocaml .co1, .ocaml .co2, .ocaml .coMULTI, .oobas .co1, .oobas .co2, .oobas .coMULTI, .oracle8 .co1, .oracle8 .co2, .oracle8 .coMULTI, .pascal .co1, .pascal .co2, .pascal .coMULTI, .per .co1, .per .co2, .per .coMULTI, .perl .co1, .perl .co2, .perl .coMULTI, .php-brief .co1, .php-brief .co2, .php-brief .coMULTI, .php .co1, .php .co2, .php .coMULTI, .plsql .co1, .plsql .co2, .plsql .coMULTI, .python .co1, .python .co2, .python .coMULTI, .qbasic .co1, .qbasic .co2, .qbasic .coMULTI, .rails .co1, .rails .co2, .rails .coMULTI, .reg .co1, .reg .co2, .reg .coMULTI, .robots .co1, .robots .co2, .robots .coMULTI, .ruby .co1, .ruby .co2, .ruby .coMULTI, .sas .co1, .sas .co2, .sas .coMULTI, .scheme .co1, .scheme .co2, .scheme .coMULTI, .sdlbasic .co1, .sdlbasic .co2, .sdlbasic .coMULTI, .smalltalk .co1, .smalltalk .co2, .smalltalk .coMULTI, .smarty .co1, .smarty .co2, .smarty .coMULTI, .sql .co1, .sql .co2, .sql .coMULTI, .tcl .co1, .tcl .co2, .tcl .coMULTI, .text .co1, .text .co2, .text .coMULTI, .thinbasic .co1, .thinbasic .co2, .thinbasic .coMULTI, .tsql .co1, .tsql .co2, .tsql .coMULTI, .vb .co1, .vb .co2, .vb .coMULTI, .vbnet .co1, .vbnet .co2, .vbnet .coMULTI, .vhdl .co1, .vhdl .co2, .vhdl .coMULTI, .visualfoxpro .co1, .visualfoxpro .co2, .visualfoxpro .coMULTI, .winbatch .co1, .winbatch .co2, .winbatch .coMULTI, .xml .co1, .xml .co2, .xml .coMULTI, .xpp .co1, .xpp .co2, .xpp .coMULTI, .z80 .co1, .z80 .co2, .z80 .coMULTI 
{color: #808080;}
.abap .es0, .actionscript .es0, .ada .es0, .apache .es0, .applescript .es0, .asm .es0, .asp .es0, .autoit .es0, .bash .es0, .basic4gl .es0, .blitzbasic .es0, .bnf .es0, .c .es0, .c_mac .es0, .caddcl .es0, .cadlisp .es0, .cfdg .es0, .cfm .es0, .cpp-qt .es0, .cpp .es0, .csharp .es0, .css .es0, .d .es0, .delphi .es0, .diff .es0, .div .es0, .dos .es0, .dot .es0, .eiffel .es0, .fortran .es0, .freebasic .es0, .genero .es0, .gml .es0, .groovy .es0, .haskell .es0, .html4strict .es0, .idl .es0, .ini .es0, .inno .es0, .io .es0, .java .es0, .java5 .es0, .javascript .es0, .latex .es0, .lisp .es0, .lua .es0, .m68k .es0, .matlab .es0, .mirc .es0, .mpasm .es0, .mysql .es0, .nsis .es0, .objc .es0, .ocaml-brief .es0, .ocaml .es0, .oobas .es0, .oracle8 .es0, .pascal .es0, .per .es0, .perl .es0, .php-brief .es0, .php .es0, .plsql .es0, .python .es0, .qbasic .es0, .rails .es0, .reg .es0, .robots .es0, .ruby .es0, .sas .es0, .scheme .es0, .sdlbasic .es0, .smalltalk .es0, .smarty .es0, .sql .es0, .tcl .es0, .text .es0, .thinbasic .es0, .tsql .es0, .vb .es0, .vbnet .es0, .vhdl .es0, .visualfoxpro .es0, .winbatch .es0, .xml .es0, .xpp .es0, .z80 .es0 
{color: #000033; font-weight: bold;}
.abap .br0, .actionscript .br0, .ada .br0, .apache .br0, .applescript .br0, .asm .br0, .asp .br0, .autoit .br0, .bash .br0, .basic4gl .br0, .blitzbasic .br0, .bnf .br0, .c .br0, .c_mac .br0, .caddcl .br0, .cadlisp .br0, .cfdg .br0, .cfm .br0, .cpp-qt .br0, .cpp .br0, .csharp .br0, .css .br0, .d .br0, .delphi .br0, .diff .br0, .div .br0, .dos .br0, .dot .br0, .eiffel .br0, .fortran .br0, .freebasic .br0, .genero .br0, .gml .br0, .groovy .br0, .haskell .br0, .html4strict .br0, .idl .br0, .ini .br0, .inno .br0, .io .br0, .java .br0, .java5 .br0, .javascript .br0, .latex .br0, .lisp .br0, .lua .br0, .m68k .br0, .matlab .br0, .mirc .br0, .mpasm .br0, .mysql .br0, .nsis .br0, .objc .br0, .ocaml-brief .br0, .ocaml .br0, .oobas .br0, .oracle8 .br0, .pascal .br0, .per .br0, .perl .br0, .php-brief .br0, .php .br0, .plsql .br0, .python .br0, .qbasic .br0, .rails .br0, .reg .br0, .robots .br0, .ruby .br0, .sas .br0, .scheme .br0, .sdlbasic .br0, .smalltalk .br0, .smarty .br0, .sql .br0, .tcl .br0, .text .br0, .thinbasic .br0, .tsql .br0, .vb .br0, .vbnet .br0, .vhdl .br0, .visualfoxpro .br0, .winbatch .br0, .xml .br0, .xpp .br0, .z80 .br0 
{color: #66cc66;}
.abap .st0, .actionscript .st0, .ada .st0, .apache .st0, .applescript .st0, .asm .st0, .asp .st0, .autoit .st0, .bash .st0, .basic4gl .st0, .blitzbasic .st0, .bnf .st0, .c .st0, .c_mac .st0, .caddcl .st0, .cadlisp .st0, .cfdg .st0, .cfm .st0, .cpp-qt .st0, .cpp .st0, .csharp .st0, .css .st0, .d .st0, .delphi .st0, .diff .st0, .div .st0, .dos .st0, .dot .st0, .eiffel .st0, .fortran .st0, .freebasic .st0, .genero .st0, .gml .st0, .groovy .st0, .haskell .st0, .html4strict .st0, .idl .st0, .ini .st0, .inno .st0, .io .st0, .java .st0, .java5 .st0, .javascript .st0, .latex .st0, .lisp .st0, .lua .st0, .m68k .st0, .matlab .st0, .mirc .st0, .mpasm .st0, .mysql .st0, .nsis .st0, .objc .st0, .ocaml-brief .st0, .ocaml .st0, .oobas .st0, .oracle8 .st0, .pascal .st0, .per .st0, .perl .st0, .php-brief .st0, .php .st0, .plsql .st0, .python .st0, .qbasic .st0, .rails .st0, .reg .st0, .robots .st0, .ruby .st0, .sas .st0, .scheme .st0, .sdlbasic .st0, .smalltalk .st0, .smarty .st0, .sql .st0, .tcl .st0, .text .st0, .thinbasic .st0, .tsql .st0, .vb .st0, .vbnet .st0, .vhdl .st0, .visualfoxpro .st0, .winbatch .st0, .xml .st0, .xpp .st0, .z80 .st0 
{color: #ff0000;}
.abap .nu0, .actionscript .nu0, .ada .nu0, .apache .nu0, .applescript .nu0, .asm .nu0, .asp .nu0, .autoit .nu0, .bash .nu0, .basic4gl .nu0, .blitzbasic .nu0, .bnf .nu0, .c .nu0, .c_mac .nu0, .caddcl .nu0, .cadlisp .nu0, .cfdg .nu0, .cfm .nu0, .cpp-qt .nu0, .cpp .nu0, .csharp .nu0, .css .nu0, .d .nu0, .delphi .nu0, .diff .nu0, .div .nu0, .dos .nu0, .dot .nu0, .eiffel .nu0, .fortran .nu0, .freebasic .nu0, .genero .nu0, .gml .nu0, .groovy .nu0, .haskell .nu0, .html4strict .nu0, .idl .nu0, .ini .nu0, .inno .nu0, .io .nu0, .java .nu0, .java5 .nu0, .javascript .nu0, .latex .nu0, .lisp .nu0, .lua .nu0, .m68k .nu0, .matlab .nu0, .mirc .nu0, .mpasm .nu0, .mysql .nu0, .nsis .nu0, .objc .nu0, .ocaml-brief .nu0, .ocaml .nu0, .oobas .nu0, .oracle8 .nu0, .pascal .nu0, .per .nu0, .perl .nu0, .php-brief .nu0, .php .nu0, .plsql .nu0, .python .nu0, .qbasic .nu0, .rails .nu0, .reg .nu0, .robots .nu0, .ruby .nu0, .sas .nu0, .scheme .nu0, .sdlbasic .nu0, .smalltalk .nu0, .smarty .nu0, .sql .nu0, .tcl .nu0, .text .nu0, .thinbasic .nu0, .tsql .nu0, .vb .nu0, .vbnet .nu0, .vhdl .nu0, .visualfoxpro .nu0, .winbatch .nu0, .xml .nu0, .xpp .nu0, .z80 .nu0 
{color: #ff33ff;}
.abap .me0, .actionscript .me0, .ada .me0, .apache .me0, .applescript .me0, .asm .me0, .asp .me0, .autoit .me0, .bash .me0, .basic4gl .me0, .blitzbasic .me0, .bnf .me0, .c .me0, .c_mac .me0, .caddcl .me0, .cadlisp .me0, .cfdg .me0, .cfm .me0, .cpp-qt .me0, .cpp .me0, .csharp .me0, .css .me0, .d .me0, .delphi .me0, .diff .me0, .div .me0, .dos .me0, .dot .me0, .eiffel .me0, .fortran .me0, .freebasic .me0, .genero .me0, .gml .me0, .groovy .me0, .haskell .me0, .html4strict .me0, .idl .me0, .ini .me0, .inno .me0, .io .me0, .java .me0, .java5 .me0, .javascript .me0, .latex .me0, .lisp .me0, .lua .me0, .m68k .me0, .matlab .me0, .mirc .me0, .mpasm .me0, .mysql .me0, .nsis .me0, .objc .me0, .ocaml-brief .me0, .ocaml .me0, .oobas .me0, .oracle8 .me0, .pascal .me0, .per .me0, .perl .me0, .php-brief .me0, .php .me0, .plsql .me0, .python .me0, .qbasic .me0, .rails .me0, .reg .me0, .robots .me0, .ruby .me0, .sas .me0, .scheme .me0, .sdlbasic .me0, .smalltalk .me0, .smarty .me0, .sql .me0, .tcl .me0, .text .me0, .thinbasic .me0, .tsql .me0, .vb .me0, .vbnet .me0, .vhdl .me0, .visualfoxpro .me0, .winbatch .me0, .xml .me0, .xpp .me0, .z80 .me0 
{color: #006600;}
.geshi { 
    background:#111 !important;
    color: silver !important; 
    border:1px dotted #666; 
    overflow:auto; 
    padding:2px !important;
    white-space:nowrap; 
    margin-bottom:1em; 
    position:relative; 
    font-family: monospace; 
}
/**
 *  WARNING: If you want to restyle those lines below KEEP THEM IN THIS EXACT ORDER, otherwise
 *  things will start to break in IE5.5+ and IE/Mac. This order works. Apply the rules for
 *  everything WITH line numbers in the first three lines, then override everything you want to
 *  be different in non-numbered listings AFTERWARDS. Keep the order ".geshi.no", or IE/Mac
 *  will go all weird!
*/
.geshi ol { margin:0; padding: 0 0 0.5em 0; border-left:4em solid #ddd; }
.geshi ol, .geshi ol li { list-style-type:decimal; }
.geshi .head { font-style:italic; color:#666; border-left:4em solid #ddd; padding:0.5em 0 0 0.5em; }
.geshi.no ol { border-left:none; padding-left:1em; }
.geshi.no .head { border-left:none; padding-left:1em; }
.geshi.no ol, .geshi.no li { list-style-type:none; }

.sidebar select, .sidebar input[type="text"], .sidebar input[type="password"], .sidebar input[type="submit"] {
    border: 1px solid #222;
    background-color: #111 !important;
	color: silver;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.sidebar input[type="checkbox"] {
    border: 1px solid #222;
    background-color: #111 !important;
	color: silver;
}

#sidebar select, #sidebar input[type="text"], #sidebar input[type="password"], #sidebar input[type="submit"] {
    background-color: #000 !important;
}

.sidebar #openid_url {
    padding-left: 18px;
    width: 142px;
}

#sidebar #searchform #s {
    width: 152px;
}

.widget_tag_cloud {
    text-indent: -8px;
    margin-left: 8px;
}

