/*  LCComputers 2006  */

html, body {
	background: #333;
	color: #fff;
	font: 100%/150% "Arial", "Helvetica", sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}

body {
	font-size: 0.9em;
	padding: 1em 0;
}

html * {
	margin: 0;
}

ul, ol {
	padding-left: 0;
	margin-left: 2em;
}

p, h2, ul, ol {
	padding-bottom: 1em;
}

h3 {
	padding-bottom: 1em;
}

a {
	color: #06c;
}

a:visited {
	color: #000;
}

a:hover {
	color: #f90;
}

.wrapper {
	width: 680px;
	margin: 0 auto;
	text-align: left;
}

#content {
	clear: both;
	width: 100%;
	background: #fff;
	color: #333;
	padding-bottom: 1em;
}

#content2 {
	clear: both;
	width: 100%;
	background: #fff;
	color: #333;
	padding-bottom: 1em;
}

h2, h3, h6, h1 {
	font: 2.5em "Tahoma", "Geneva", sans-serif;
	letter-spacing: -1px;	
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 1.5em;
}

.post h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font: 85% "Arial", "Helvetica", sans-serif;
}

.post h3, .post h2, h1 {
	padding-bottom: 0.5em;
}

h6 {
	letter-spacing: 0;
	font-size: 0.8em;
	color: #666;
	padding-bottom: 1.2em;
}

h6 a, h6 a:visited {
	color: #666;
	text-decoration: none;
}

.section {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 0px solid #ccc;
	clear: both;
}

.section h2 {
	width: 200px;
	float: right;	
}

.section h2 {
	text-transform: lowercase;
}

.section hr {
	border:hidden;
	border-bottom: 1px solid #ccc;
}

.section div {
	width: 450px;
	float: left;
}

.section a img {
	border:hidden;
}

.section:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.footer {
	font-size:11px;
	color:#fff;
}

.footer a {
	font-size:11px;
	color:#fff;
}

.footer img {
	border:none;
}

.nav a {
	text-decoration:none;
	background:#515151;
	color:#fff;
	border:1px #333 solid;
	padding:5px;
}

.nav a:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
	border:1px #444 solid;
	padding:5px;
}

.quote {
	border:1px solid #ffffcc;
	background-color:#ffffcc;
	padding-left:5px;
}

.quote a {
	text-decoration:none;
}

.red {
	color:#e00000;
}
.alert {
	color:rgb(0,255,0);
	font-size: 1.8em;
      letter-spacing: 6px;
}

