body {
	margin: 0;
	padding: 0;
	background: #171111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BDBDBD;
}

h1, h2, h3 {
	margin: 0 0 10px;
	<!--text-transform: uppercase;-->
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #BDBDBD;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
	line-height: 100%;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 175%;
	text-align: justify;
}

pre {
	line-height: normal;
}

ul, ol {
}

blockquote {
}

a {
	color: #DEDEDE;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	border-bottom: 1px dotted #949494;
	height: 1px;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display: none;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/customary/img01.jpg) no-repeat left top;
}

/* Menu */

#menu {
	float: right;
	/*width: 620px;*/
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	margin-right: 3px;
	padding: 16px 30px 0px 30px;
	background: url(../images/customary/img04.jpg) no-repeat left top;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6A69;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

#menu .first {
	background: none;
}

/* Search */

#search {
	float: left;
	/*width: 280px; */
	height: 45px;
	padding: 16px 0px 0 30px;
}

#search form {
	margin: 0;
	padding: 16px 0px 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

.SearchTextBox {
	width: 125px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

.SearchCommand {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/customary/img02.jpg) repeat-y left top;
}

#page-bgtop {
	padding-top: 30px;
}

/** LOGO */

#logo {
	width: 860px;
	height: 134px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	text-transform: lowercase;
	font-size: 10px;
}

#logo h1 {
	padding-top: 54px;
	font-size: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 660px;
	padding-right: 30px;
}

/* Post */

.post {
	margin-bottom: 30px;
	border-bottom: 1px dotted #949494;
}

.post .entry-title {
	color: #D6D6D6;
	line-height: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}

.post .entry-title a {
	text-decoration: none;
	color: #D6D6D6;
}

.post .entry-title a:hover {
	text-decoration: underline;
}

.post .entry-date {
}

.post .published {
	border-bottom: 1px dotted #BDBDBD;
}

.post .entry-meta {
	/*margin-top: -10px;*/
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #949494;
}

.post .entry-meta a {
	color: #949494;
}

.post .entry-meta a {
}

.post .entry-content {
	padding: 10px 0 0 0;
	margin: 0;
}

.post .nav-below {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .nav-below .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

.post .entry-meta .published {
	font-weight: bold;
	border-style: none;
}

.post .author {
	font-weight: bold;
}

.page-title {
	border-top: solid 1px #BDBDBD;
	border-bottom: solid 1px #BDBDBD;
	margin-bottom: 20px;
	padding: 3px 5px 3px 5px;
}

.postFooter {
	margin-top: -25px;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
	color: #949494;
	text-align: right;
}

.postFooter span {
	font-weight: bold;
}

/* Comment Form */

.input-text {
	width: 275px;
}

.form-input textarea {
	width: 400px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6c6a69;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 15px 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	padding: 3px 3px 3px 3px;
	border-bottom: 1px dotted #6c6a69;
}

#sidebar p {
	margin: 0;
	padding: 0px 0px;
}

#sidebar h2 {
	margin: 0 0 10px 0px;
	padding: 0 0 2px 0px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #D6D6D6;
}

#sidebar h3 {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #6c6a69;
}

#sidebar img {
	float: left;
	padding: 0 3px 0 0;
	margin: 0;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #6c6a69;
}

#sidebar a:hover {
	color: #D6D6D6;
}

#sidebar .tagcloud {
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #6c6a69;
}

#sidebar .tagcloud p {
	padding: 3px 0 3px 0;
	line-height: normal;
}

/* Comments */

#comments {
	margin-top: 30px;
}

#comments li {
	border: solid 1px #6c6a69;
	margin-bottom: 10px;
	list-style: none;
}

#comments li .comment-author {
	margin: 5px 5px 0 5px;
	font-weight: bold;
	font-size: 14px;
}

#comments li .comment-author img {
	float: left;
	margin: 5px 5px 5px 5px;
}

#comments li .comment-meta {
	padding-bottom: 10px;
	border-bottom: solid 1px #6c6a69;
	line-height: normal;
}

#comments li p {
	margin: 10px;
	clear: left;
}

/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0px 20px 0px;
	background: url(../images/customary/img03.jpg) no-repeat left top;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	line-height: normal;
	text-transform: uppercase;
	font-size: 11px;
	color: #6C6A69;
}

#footer a {
	color: #6C6A69;
}

#footer #leftFooter {
	text-align: left;
	padding-left: 25px;
	float: left;
}

#footer #rightFooter {
	padding-right: 15px;
	float: right;
}

#footer #leftFooter img {
	float:left;
	padding-right: 7px;
}

#footer #bottomFooter {
	margin: auto;
}

#footer #bottomFooter p {
	text-align: center;
}

/* Downloads Table */

.DownloadsTable
{
}

.DownloadsTable th
{
	margin-top: 6px;
	padding: 6px;
	border-bottom: 1px dotted #949494;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.DownloadsTable td
{
	padding: 6px;
}

.DownloadsTable td span
{
	margin-left: 6px;
}

/* Showcase List */

#ShowcaseContainer {
	border: 1px dotted #949494;
	padding: 12px 12px 6px 12px;
	margin-bottom: 10px;
}

#ShowcaseContainer img {
	float: left;
	margin: 0px 8px 4px 0px;
}





















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
p {
margin-top: 0;
margin-bottom: 8px;
line-height: 175%;
text-align: justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #BDBDBD;
}

h2 {
margin: 0 0 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #BDBDBD;
font-size: 18px;
line-height: 100%;
}

h3 {
margin: 0 0 10px;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #BDBDBD;
font-size: 14px;
font-weight: bold;
}

.imageLeft {
float: left;
margin: 0px 10px 5px 0px;
}

.imageRight {
float: right;
margin: 10px 0px 5px 0px;
}

