﻿@charset "utf-8";

body {
	text-align: left;
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 66%;
	background-color: #CCCCCC;
}

p {
	font-size: 1em;
	font-weight: normal;
}

a { 
	color: #FFFFFF;
	outline: none;
}

a:hover { 
	color: #a7cf39;
	outline: none;
}

a:active {
  outline: none;
}

a img { border: 0; }


#container {
	margin: 0 auto;
	width: 950px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #a0231f;
}

#container #header {
	height: 103px;
	width: 950px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

h2 {
	font-size: 1.2em;
	color: #a7cf39;
	padding-top: 6px;
	padding-left: 18px;
	padding-right: 0px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-right: 50px;
}

h2 a {
	text-decoration: none;
	color: #a7cf39;
}

h2 a:hover {
	text-decoration: underline;
	color: #a7cf39;
}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding-left: 18px;
	color: #a7cf39;
	letter-spacing: 0.08em;
	padding-top: 6px;
}

h4 { 
    font-size: 1.2em;
	color: #a7cf39;
	letter-spacing: 0.08em;
}

#content_flash {
	outline: none;
}

#navcontainer {
	padding-right: 14px;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

#navcontainer ul {
	color: white;
	text-align: left;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
	margin-left: -25px;
}

#navcontainer ul li {
	display: inline;
	text-transform: uppercase;
}

#navcontainer ul li a {
	padding: 4px 20px 4px 20px;
	color: white;
	text-decoration: none;
	font-size: 1.1em;
}

#navcontainer ul li a:hover {
	background-color: #531e17;
	color: white;
}

#navcontainer ul li a:active {
	background-color: #000000;
}

#current {
	background-color: #000000;
}

#contentcontainter {
	text-align: left;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-image: url(images/bg_fade.png);
}

#contentholder {
	overflow: auto;
}

#content {
	float: left;
	width: 658px;
	padding-bottom: 20px;
	border: thin solid #cb2524;
	background-image: url(images/bg_boxes.png);
}

	/*text-indent: -9999px;*/
#banner {
	background-repeat: no-repeat;
	background-image: url(images/banner_over.png);
	clear: right;
	float: right;
	height: 63px;
	width: 257px;
	margin-top: 8px;
	color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cb2524;
}

#banner a {
	display:block;
	width:100%;
	height:100%;
	height: 63px;
}

#banner p {
	margin-top: 10px;
	margin-left: 7px;
	font-size: 1.1em;
	line-height: 18px;
}

#banner strong {
	color: #a7cf39;
}


#content p,
#content table {
	padding-right: 118px;
	padding-left: 18px;
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#VideoView {
    margin-left: 8px;
}

#VideoView span {
    margin-left: 10px;
    padding-right: 100px;
}

#content li  {
	font-size: 1.2em;
}
#content ol  {
	margin-right: 60px;
	margin-left: 60px;
}

#contact label {
	font-size: 1.1em;
	font-weight: bold;
}

#contact input {
	border: 2px solid #8F281D;
	background-color: #333333;
	color: #FFFFFF;
	width: 13em;
}

#contact textarea {
	border: 2px solid #8F281D;
	background-color: #333333;
	color: #FFFFFF;
	width: 20em;
}
#contact input {
}
#submit input {
	width: 5em;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 232px;
}


label, label span {
	display: block;
}

label {
	float:left;
	width: 100%
}

label span {
	float:left;
	width: 38%;
	text-align: right;
	padding-bottom: 12px;
	padding-right: 8px;
}

form div {
	text-align: left;
}

#sidecontent,
#sidecontentmore {
	float: right;
	width: 257px;
	padding-bottom: 20px;
	border: thin solid #cb2524;
	background-image: url(images/bg_boxes.png);
}

#sidecontentmore {
	margin-top: 8px;
}

#sidecontent ul,
#sidecontentmore ul {
	list-style: none;
	margin-right: 20px;
	padding-left: 0;
	margin-left: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sidecontent li,
#sidecontentmore li {
	font-size: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
}

#sidecontent li a,
#sidecontentmore li a {
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	padding: 5px;
}

#sidecontent li a:hover,
#sidecontentmore li a:hover {
	background-color: #8F281D;
	color: #FFFFFF;
}

#sidecontent li a img,
#sidecontentmore li a img {
	float: left;
}

.float {
	float: left;
}



#sidecontent h2,
#sidecontentmore h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 18px;
	margin-left: 18px;
	text-shadow: #333333 0px 0px 10px;
}


#sidecontent p,
#sidecontent td,
#sidecontentmore p,
#sidecontentmore td {
	padding-right: 8px;
	font-size: 1.2em;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#sidecontent h3:first-child {
	padding-top: 6px;
	padding-left: 18px;
}

#footer {
	width: 950px;
	height: 36px;
	background-image: url(images/footer.png);
	padding-top: 8px;
	padding-bottom: -5px;
	background-repeat: no-repeat;
	background-position: top;
}

#footer p {
	margin-bottom: 16px;
	margin-left: 10px;
	float: left;
	margin-top: 13px;
}

#footer p:first-child {
	margin-left: 18px;
}

#footer img {
	margin-left: 16px;
	margin-right: 2px;
	margin-top: 12px;
	float: left;
}

#copyright {
	color: #000000;
	font-size: 1em;
	padding-top: -6px;
}

#copyright a {
	color: #000000;
}

.DragHandleClass  {
	width: 42px;
	height: 42px;
	background-color: red;
	cursor:move;
	margin: 2px;
}

.ajaxOrderedList li
{
    list-style:none;
}

.validationError {
    color: Red;
}

.validationSuccess {
    color: #EEEEEE;
    font-weight: bold;
}

.post-body {
	padding-right: 80px;
	padding-left: 18px;
    font-size: 1.2em;
}

.post-footer {
	padding-right: 60px;
	padding-left: 18px;
	padding-top: 8px;
}

.date-header {
	padding-right: 60px;
	padding-left: 18px;
	padding-bottom: 8px;
}

#commentsTxt {
	width: 200px;
}

#comments {
	padding-right: 60px;
	padding-left: 18px;
}

.blogger-labels {
	font-size: 12px;
}

.addthis_button {
	float: right;
	vertical-align: bottom;
}

.post-body ol {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.post-body ol li {
	font-size: 1em;
	padding-bottom: 8px;
}

.more_link {
	color: #a7cf39;
	text-decoration: none;
	text-align: right;
}

.more_link a {
	color: #a7cf39;
	text-decoration: none;
	text-align: right;
}

#content ol {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content li {
	margin-top: 8px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#sidecontent a img {
	border: thin solid #CB2524;
}

.border {
	border: thin solid #CB2524;
	display: block;
	height: 90px;
	width: 220px;
}

.confirm {
	font-weight: bold;
}

.loginbox{
	margin: 0 auto;
}

.loginbox td {
    padding: 3px;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(images/black_arrow.png);
	font-size:1.2em;
	height:20px;
	width:143px;
	padding-bottom:26px;
    padding-top:9px;
    padding-left:14px;
    padding-right:14px;
	color:#fff;
    text-align:center;
}

.loginLnk {
	float: right;
}

#message {
    padding-left: 18px;
    font-size:1.3em;
    color: Red;
}


#mediaVideos {
    padding-left: 8px;
}
.reorderCue {
	border:dashed thin black;
	width:100%;
}