/*
Theme Name: Strong Consultants
Theme URI: http://www.strong-consultants.com/
Description: Theme for integrating with the Strong Consultants website.
Version: 0.1
Author: Nathan Strong
Author URI: http://www.strong-consultants.com/
Tags: strong, consultants
*/


html {
	background-color: #303030;
	height: 101%;
}

body, td {
	font-family: Garamond Pro, Garamond, Times;
}

h1,h2,h3,h4,h5,h6,p,blockquote,div,ol,ul,li,td {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
	padding-bottom: 15px;
}

img {
	border: 0;
}

a {
	color: #00AAAA;
}

a:visited {
	color: #333;
}

blockquote {
  margin: 15px;
  padding: 8px;
  border: 1px solid black;
  background-color: #dee;
}

#blog-content ul {
  margin-left: 1em;
}

textarea {
	width: 100%;
}

#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 700px;
	height: 108px;
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
}

#footer {
	width: 700px;
	height: 53px;
	background-image: url('/images/footer.gif');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 8px;
	font-family: Verdana, Helvetica, Arial;
	font-size: small;
	color: white;
}

#footer a {
	color: white;
}

#body {
	width: 700px;
	background-image: url('/images/body.gif');
	background-repeat: repeat-y;
	padding-top: 8px;
}

#blog-content {
	padding: 0px 12px 10px 10px;
}

#blog-content td {
	padding: 3px;
}

#blog-content fieldset {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

#menu {
	width: 172px;
}

#menu ul {
	list-style-type: none;
	width: 172px;
	padding-top: 12px;
	height: 186px;
	background-image: url('/images/menu_bg.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

#menu li {
	width: 172px;
	text-align: right;
}

#captcha_block {
	display: none;
}

.required {
	color: #00AAAA;
}

.input {
	width: 100%;
}

.label {
	text-align: right;
	white-space: nowrap;
}

.smallcaps {
	font-variant: small-caps;
}

.post h2 {
  font-family: Adobe Garamond, Garamond, Times;
  font-size: 18pt;
  font-weight: normal;
}