/*
Theme Name: WCBC
*/

h2 {
	margin:0 0 10px;
	font-size:25px;
	color:#091C5A;
}
h3 {
	margin:0 0 10px;
	font-size:15px;
	color:#346995;
}

.post .post-title a{
	text-decoration: none;
	color: #000;
}
.post .post-title a:hover{text-decoration: underline;}
#commentform fieldset {
	border: none;
}
#commentform dl{margin:0;}
#commentform dd{margin:0 0 10px;}
#commentform textarea {
	width:350px;
	max-width:350px;
	height:200px;
}
.links{
	float: right;
}
.links a{
	font-size: 14px;
}
/*
Added Designer Styles
*/

.divider {
	height:10px;
	margin:5px 0 0 50px;
	padding-bottom:5px;
	background:url(../img/divider-orange.png) no-repeat scroll left top;
}
.sidebar {
	position:relative;
	float:left;
	width:218px;
}
.sidebar-item {
	background:#fbdc89;
	border:1px solid #e58e0d;
	padding:8px 8px;
	overflow:hidden;
	margin-bottom:20px;
}
.sidebar-item p {
	margin:0px;
	color:#091C5A;
}
.sidebar-item img {
	vertical-align:top;
	margin:0 0 20px;
}
.sidebar-item label,
.sidebar-item h2{
    display:block;
	font-size:12px;
	font-weight:bold;
	color:#091C5A;
	margin-bottom:5px;
	text-transform:uppercase;
}
.sidebar-item select {
	width:100%;
	margin-bottom:5px;
}
.sidebar-item .button {
	float:right;
	background:#091C5A;
	color:#FFF;
	padding:3px 10px;
	text-transform:uppercase;
	margin-top:5px;
}
a.button {
	float:right;
	background:#091C5A;
	color:#FFF;
	padding:3px 10px;
	text-transform:uppercase;
	margin-top:5px;
	border: 2px outset;
	text-decoration: none;
}
.content-right {
	position:relative;
	float:right;
	width:658px;
}
table.blue { width:100%; }
table.inner tr td {
	padding:0 10px;
	font-weight:bold;
}
table.blue thead {
	background:#091C5A;
	color:#FFF;
	font-weight:bold;
}
table.blue tbody {
	background:#cce7f8;
	color:#091C5A;
}
table.blue tbody td.title {
	padding-top:20px;
	padding-bottom:10px;
	color:#346995;
	font-size:16px;
}
span.company { font-weight:bold; }
table.blue td { padding:5px 10px; }
table.blue tbody td {
	vertical-align:top;
}
table td.right {
	text-align:right;
}
table.blue button {
	float:right;
	background:#091C5A;
	color:#FFF;
}
table.blue tbody.seperator {
	background:#FFF;
}
.button {
	float:right;
	background:#091C5A;
	color:#FFF;
	padding:3px 10px;
	margin-top:15px;
}
button {
	float:right;
	background:#091C5A;
	color:#FFF;
}
div.select {
	display:inline;
}


.contentblock {
	padding: 0px 15px 0px 20px;
	vertical-align:top;
	width:460px;
}
.adblock {
	background:#fbdc89;
	border:1px solid #e58e0d;
	width:208px;
	padding:8px 5px 0px;
	overflow:hidden;
	text-align:center;
}
.adblock p {
	margin:0px;
}
.adblock img {
	vertical-align:top;
	margin:0 0 20px;
}
.adbutton {
background:url(../img/divider-orange.png) no-repeat top;
	padding:15px 0 0px;
}
.contentblock img{
margin:0px 0px 10px 0px}
.contentblock h1 {
	font: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:0px;
}
.contentblock h2 {
	color:#091C5A;
	font-size:18px;
	line-height:20px;
	margin:0px 0px 8px;
	font-weight:bold;
}
.contentblock h3 {
	color:#224578;
	font-size:18px;
	line-height:20px;
	margin:0px 0px 5px;
	font-weight:bold;
}
.contentblock h4 {
	font-size:15px;
	line-height:20px;
	margin:0px;
	color:#224578;
	font-weight:bold;
}
.contentblock h5 {
	font-size:13px;
	line-height:18px;
	margin:0px;
	font-weight:bold;
}
.sepln {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.sepln hr {
    background-color: #CBE7F8;
    color: #CBE7F8;
}

.key{
	border: 1px solid #3060a7;
	width: 200px;
	background-color: #d8e2f3;
	margin: 10px 0;
	padding: 10px;
	color: #142745;
}

#view_coupon_form{
	text-align: center;
	margin: auto;
}
.purchased_form {
	padding:8px 8px;
	overflow:hidden;
	margin-bottom:20px;
	float: right;
	width: 658px;
}
.purchased_form p {
	margin:0px;
	color:#091C5A;
}
.purchased_form img {
	vertical-align:top;
	margin:0 0 20px;
}
.purchased_form label{
    display:block;
	font-size:12px;
	font-weight:bold;
	color:#091C5A;
	margin-bottom:5px;
	text-transform:uppercase;
}
.purchased_form select {
	width:100%;
	margin-bottom:5px;
}
.purchased_form .button {
	float:right;
	background:#091C5A;
	color:#FFF;
	padding:3px 10px;
	text-transform:uppercase;
	margin-top:5px;
}

#flashMessage{
	width: 655px;
	float: right;
	border: 2px solid #f2f810;
	background-color: #fbfdb0;
	color: #a9ad05;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	margin: 5px auto;
}
#flashMessage.error{
	border: 2px solid #f42b2b;
	background-color: #fea9a9;
	color: #b60a0a;
}
#flashMessage.success{
	border: 2px solid #1dba01;
	background-color: #beffb3;
	color: #158701;
}

#big_ticket_item{
	margin: 20px auto 10px;
	font-size: 14px;
}
#bid_form{
	margin-top: 10px;
}
.label{
	font-weight: bold;
	color: #091C5A;
}
.big_ticket_item {
	padding:8px 8px;
	overflow:hidden;
	margin-bottom:20px;
}
.big_ticket_item p {
	margin:0px;
	color:#091C5A;
}
.big_ticket_item img {
	vertical-align:top;
	margin:0 0 20px;
}
.big_ticket_item label{
    display:block;
	font-size:12px;
	font-weight:bold;
	color:#091C5A;
	margin-bottom:5px;
	text-transform:uppercase;
}
.big_ticket_item select {
	margin-bottom:5px;
}
.big_ticket_item .button {
	background:#091C5A;
	color:#FFF;
	padding:3px 10px;
	text-transform:uppercase;
	margin-top:5px;
	margin-left: 65px;
	float: left;
}