/*
Theme Name: Legoguy's Blog
Theme URI: http://turbogfx.homelinux.org
Description: Legoguy's blog theme, based on his earlier work
Version: 1.5
Author: Andrew Keyser

*/

a {
	color: #bdbec6;
	/*text-decoration: none;*/
}

a img {
	border: none;
}

a:visited {
	color: #8A8C98;
}

a:hover {
	color: white;
}

acronym, abbr {
	border-bottom: 1px dotted #454A57;
}

acronym, abbr, span.caps {
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #22262F;
	/*border: solid 2px #565;
	border-bottom: solid 1px #565;
	border-top: solid 3px #565;*/
	color: #919293;
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h3 {
	border-bottom: 1px dotted #454A57;
	font-family: 'Palatino Linotype', Garamond, Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-size: 150%;
	font-weight: bold;
}

h2 {
	border-bottom: dotted 1px #454A57;
	font-family: 'Palatino Linotype', Garamond, Georgia, 'Times New Roman', Times, serif;
	margin-top: 5px;
	font-size: 170%;
}

#header {
	background: #303642;
	color: white;
	border-bottom: double 3px #454A57;
	/*border-left: solid 1px #9a9;
	border-right: solid 1px #565;
	border-top: solid 1px #9a9;*/
	font: italic normal 240% 'Palatino Linotype', Garamond, Georgia, 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	border-bottom: 1px dotted #454A57;
}


table {
	background-color: #454A57;
	font-size: 14px;
}
table tr th {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #3e434f;
}
table tr th.empty {
	background-color: #454a57;
}
table tr td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #22262F;
}
table tr td.color {
	padding-left: 5px;
	padding-right: 5px;
}
code, pre {
	padding: 3px;
	font-family: 'ProFont', 'Monaco', 'Courier New', monospace;
	font-size: 11px;
	border: 1px dotted #454A57;
}
#padding {
	margin: 2em;
}

.orange {
	background-color: OrangeRed;
	color: white;
}
.red {
	background-color: #af0000;
	color: white;
}
.green {
	background-color: green;
	color: white;
}
