﻿body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Copperplate Gothic Light";
	font-size: 12px;
	color: #BFBFBF;
}

h3 {
	font-family: "Copperplate Gothic Light";
	font-size: 18px;
	color: #d4360c;
}

h2 {
	font-family: "Copperplate Gothic Light";
	color: #d4360c;
}

h1 {
	font-family: "Copperplate Gothic Light";
	color: #d4360c;
}

blockquote {
	line-height: 22px;
}

ul {
	line-height: 22px;
}

ol {
	line-height: 22px;
}

p {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #FFC98B;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */
.silogo {
	border-width: 0;
}

.content {
	margin-bottom: 9px;
	padding: 20px 40px 20px 60px;
	background: #000000;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
}

.content h3 {
	margin-left: -40px;
}

.content h2 {
	margin-left: -40px;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;

}

img.right {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;

}


/* Header */

#header {
	width: 700px;
	height: 430px;
	margin: 0 auto;
	background: url("images/header.jpg");
}

#header h1 {
	margin: 0;
	padding: 40px 0 0 40px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 425px;
	font-size: 16px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #BFBFBF;
}

/* Content */

#menu {
	margin: 0;
	font-size: 20px;
}

#content {
	width: 680px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 180px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 490px;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	height: 36px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 10px;
}

#footer * {
	color: #BFBFBF;
}

/* form */
form
{ margin: 3px 0px 0px 0px; 
  padding: 0; 
}

form#contact{height: 220px;}

div.row1
{ width: 390px; 
  clear: both;
}

div.row1 span.formlabel 
{ float: left;
  width: 100px;
  text-align: left;
}

div.row1 span.forminput
{ float: right;
  text-align: right;
} 

#contact input, #contact textarea
{ width: 275px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid;
  overflow: auto;
  margin: 2px;
}

#contact input.submit
{ width: 99px;
  margin: 8px 0px 0px 220px;
  height: 22px;
  cursor: pointer;
}

#contact input, #contact textarea, #contact input.submit
{ background: #2C2C2A; 
  color: #FFC98B;
  border-color: #40403E;
}

