/* The Google Fonts that we are using are:
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Lato', sans-serif;

	Colors:
	Light Blue: #60B7E6				NOT	#3DACFF as previously thought. Arg.
	Orange: #E5B628 noT DEA921
	Dark Grey: #737373 NOT 5F5F5F
	Blue for Links: #28439B not 233EA2
	Green/Blue in Logo: #65C6BE
*/

html {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#28439B;
	/*background-image:url(/images/background.jpg);*/
    background-image:url(/images/background10.jpg);
	background-position:left top;
	background-repeat:repeat;
}

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	background-image:url(/images/gradiant.png);
	background-position:top;
	background-repeat:repeat-x;
	border-top:5px solid #28439B;
}

a {
	color:#28439B;
	text-decoration:underline;
}

a img {border:0;}

hr {
	background-color:#737373;
	border:0 none;
	clear:right;
	color:#737373;
	height: 1px;
	margin: 10px 0;
}

.red-bold {
	font-weight:bold;
	color:red;
}

.small {
	font-size:9pt;
}

#wrapper {
	margin:0 auto;
	width:970px;
}
#contentwrapper {width:894px; margin:0 auto;}

.alert {font-weight:bold; background-color:#E5B628; margin-bottom:5px; padding:7px; color:#fff;}
.alert a {color:#fff; text-decoration:underline;}

.box-highlight {margin:20px; font-weight:normal; color:#000; background-color:#FFDE79; padding:10px;}
.inline-highlight {display:inline; font-weight:normal; color:#000; background-color:#FFDE79; padding:2px;}
.box-highlight a, .inline-highlight a {color:blue;}

.clear {
	float:none;
	clear:both;
}

/* HEADER *****************************************************/
#header {
	height:267px;
	background:url(../images/header2.png) top center no-repeat;
	margin-top:0;
	color:#fff;
	font-family: 'Lato', sans-serif;
	text-transform:capitalize;
	text-align:center;
}
	#header .left-column, #header .right-column {width:367px; display:inline-block; float:left; margin-top:10px; height:236px;}
	#header #logo {position:relative; top:10px; margin:0 auto; float:left;}

	#header a {
		text-decoration:none;
		color:#fff;
		font-weight:normal;
	}

	#header a:hover {
		text-decoration:underline;
	}

	#header .fundraiser-text {
		font-size:8pt;
		margin:0 auto;
		position:relative;
		top:41px;
	}
		#header .fundraiser-text .left {
			display:inline-block;
			text-align:right;
			margin-right:-10px;
			float:right;
		}
		#header .fundraiser-text .right {
			display:inline-block;
			text-align:left;
			margin-left:-10px;
			float:left;
		}

	#header .top-bar {
		height:18px;
		font-size:12pt;
		margin:0 auto;
		position:relative;
		top:43px;
	}
		#header .top-bar .left, #header .top-bar .right  {
			width:370px;
			display:inline-block;
		}
		#header .top-bar .left {
			width:370px;
			text-align:right;
		}
		#header .top-bar .right {
			text-align:left;
		}

	#header .middle-bar {
		margin:0 auto;
		padding:0;
		font-size:60px;
		font-family: 'Source Sans Pro', sans-serif;
		display:inline-block;
		position:relative;
		top:37px;
		}
		#header .middle-bar .small-numbers {
			display:inline-block;
			margin:0 0 0 5px;
			font-size: 30px;
			text-align:right;
			position:relative;
			top:-17px;
		}
		#header .middle-bar .donation-total {
			display:inline-block;
			width:320px;
			text-align:right;
			margin:0;
		}
		#header .middle-bar .time-counter {
			display:inline-block;
			width:320px;
			text-align:left;
			margin:0;
		}

	#header .bottom-bar {
		display:inline-block;
		position:relative;
		top:40px;
		width:100%;
	}
		#header .bottom-bar .main-donate, #header .bottom-bar .signup-signin {
			display:inline-block;
			width:285px;
			font-size:24px;
			margin-top:-4px;
		}
			#header .bottom-bar .main-donate {
				float:right;
				margin-left:30px;
			}
			#header .bottom-bar .signup-signin {
				float:left;
				width:265px;
				margin-top:-4px;
			}

/* Menu *************************************************************/
#menu {
	height:26px;
	margin:0 auto 5px auto;
	width:896px;
	font-size:14px;
	-webkit-text-size-adjust: none;
	font-family: 'Lato', sans-serif;
}

	#menu ul {
		list-style-type:none;
		margin:0 auto;
		padding:0;
	}

	#menu ul a {text-decoration:none;}
	#menu ul a:hover {text-decoration:underline; color:#fff;}

	#menu li, #menu a li { /* margin css is included in inc_menu.php directly */
		background: none repeat scroll 0 0 #60B7E6;
		display:inline-block;
		color:#fff;
		text-decoration:none;
		border:0;
		/*cursor:pointer;*/
		width: 120px;
		text-align:center;
		height:21px;
		padding-top:5px;
		font-weight:normal;
		float:left;
	}
		#menu li.left {
			margin-left:0;
		}
		#menu li.right {
			margin-right:0;
		}

	#menu ul a:hover li {
		text-decoration:underline;
		color:#fff;
	}


li#account  {
	width:146px;
	text-align:center;
	background:#fff;
	color:#000;
	font-weight:normal;
	font-size:10pt;
	padding:0 0 0 0;
	margin:0;
}

li#account:hover, li#account:active  {
	background:#fff;
}

li#account img {
	margin:0 0 0 5px;
	height:16px;
	width:16px;
	position:relative;
	top:3px;
}

li#account {
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

#forgot {margin:0 5px; padding:7px;}
#forgot form, #newpass form {margin:0; width:260px;}
#forgot form .label {float:left; width:55px; margin-top:7px; padding-top:3px; font-weight:bold;}
#forgot form input {margin-bottom:20px;}
#forgot form .submit, #newpass form .submit {margin:5px 0 10px 0; text-align:center; width:75px; float:right;}

#newpass {margin:0 20px;}
#newpass p {text-align:center;}
#newpass p.small {margin-top:25px;}

#signup {margin:0 5px;}
#signup form {background:#737373; padding:5px 15px; float:left; width:175px; margin:0 15px 0 0; color:#fff;}
#signup form a {color:#fff;text-decoration:underline;}
#signup form h4 {color:#fff;width:100%;	text-align:center; font-size:16pt; font-weight:bold; margin:5px 0 0 0; padding:0;}
#signup form input {margin:0 0 5px 0;}
#signup #alert {margin:3px 0;}
#signup form .reset, #signup form .submit {margin:7px 0 15px 0;}
#signup form .reset {float:right;}


/* Main Content ********************************************************************************************************/
#main {
		width:649px;
		float:left;
	}

	.return-link {
		width:200px;
		margin:0;
		float:right;
		text-align:right;
		font-size:10pt;
		margin-top:-15px;
	}

/* DISCLAIMER *********************************************************************/
.disclaimer, .prize-disclaimer {background:#737373; color:#fff; text-align:center; font-weight:bold; padding:15px; margin:0;}
.disclaimer .title {font-size:20px; margin:0 0 10px 0;}
.disclaimer a {color:#fff;}

.prize-disclaimer {margin:0 5px 0 5px; padding:10px;}
.auc-list .disclaimer {margin:0 0 10px 0; padding:10px;}


	.explain {margin:0 20px 25px 20px;}

	.section-header {
		margin:0 20px;
		float:none;
		clear:both;
		font-size:12pt;
	}
	.section-header h3 {
		padding:0;
		margin:10px 0;
	}

.notice {background:#737373; color:#fff; text-align:left; padding:5px 15px; margin:0 0 10px 0;}
.notice a {color:#fff; font-weight:bold;}

/* LIVE AUCTIONS, SILENT AUCTIONS, and GIVEAWAYS ************************************/
	#bidnow {
		margin:20px auto;
		float:none;
		clear:both;
		height:120px;
	}

	#bidnow h3 {
		padding:0;
		margin:0 0 15px 0;
	}

	#bidnow input {
		margin-bottom:15px;
	}

	#bidnow .submit {
		margin-bottom:0;
	}



/*COUNTER*/

#counter {
	width:100%;
	height:100px;
	background:#95562B;
	color:#FFF;
	font-weight:bold;
	position:relative;
	margin:4px 0 4px 0;
}

#counter .caption {
	width:150px;
	text-align:center;
	position:absolute;
	left:20px;
}

#counter .caption.before-start {
    font-size:14pt;
    top:25px;
}

#counter .caption.after-start {
    font-size:12pt;
    top:20px;
}

#counter .caption.end {
    font-size:12pt;
    top:30px;
}

#counter #timer {
	height:50px;
	font-size:60pt;
	position:absolute;
	right:20px;
}

#counter #timer.before-start {
    top:-10px;
}

#counter #timer.after-start {
    top:0;
}

#counter #timer.after-start {
    top:0;
}

#counter .start {
	font-size:15pt;
	font-style:italic;
	position:absolute;
	bottom:0;
	right:100px;
}

#counter #end-time {
	font-size:15pt;
	color:#fff;
	float:right;
	width:525px;
}

#counter #end-time span.big {
	font-size:60pt;
}

#endtime {margin-left:-60px;}

/* LIVE FEED ******************************************************/
.live-feed {
	width: 100%;
	background: #E5B628;
	font-family: 'Lato', sans-serif;
	margin-bottom: 5px;
}
	.live-feed .twitch {
		margin: 5px 5px 0 5px;
	}

.live-feed a {
	height: 30px;
	width: 639px;
	font-weight: normal;
	text-decoration: none;
	}

.live-feed a:hover {
	text-decoration:underline;
}

.live-feed .chat {
	height: 30px;
	width: 639px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #737373;
	padding-top: 10px;
	margin: 2px 5px 5px 0;
	font-weight: normal;
	float: right;
}

.live-feed a .chat:hover {
	text-decoration: underline;
}

/* Main Content Area Template Styles ********************************************/
.large-container {background:#E5B628; margin:0 0 5px 0; padding:0 0 5px 0;}
.large-container .container-title {height:30px; font-family: 'Lato', sans-serif; color:#fff; font-size:24px; margin:0 5px;}
.large-container .container-title a {color:#fff; text-decoration:none;}
.large-container .container-title a:hover {text-decoration:underline;}
.large-container .container-subtitle {float:left; font-size:16px; font-weight:bold; color:#fff; background:#737373; margin:0 5px 10px 5px; min-height:35px; width:639px;}
.large-container .container-subtitle p {margin:7px 5px 0 5px;}
.large-container .container-subtitle p a {color:#fff; text-decoration:none;}

.text-container {margin:0 5px; background:#fff; padding:5px;}
.text-container h4 {margin:20px 0 0 0; padding:0;}
.text-container p {margin:0 0 10px 0; padding:0;}
.text-container p a {text-decoration:underline;}

.text-container ol li {margin-bottom:5px;}

.text-container ul.none {list-style:none; margin-bottom:0; padding:0; text-align:left; font-size:14px;}
.text-container ul.none li {margin-bottom:3px;}


/* GUEST BIOS ************************************************************/
/* LIVE AUCTIONS LIST ****************************************************/
/* SILENT AUCTIONS LIST **************************************************/
/* GIVEAWAY LIST *********************************************************/
/* LIVE AUCTION INDIVIDUAL ***********************************************/
/* SILENT AUCTION INDIVIDUAL *********************************************/
/* INDIVIDUAL CONTRIBUTOR PAGE *******************************************/
/* DRIVERS ***************************************************************/
#bios, .auc-list, .auc-single {margin:0 5px; background:#fff;}
.auc-single {position:relative;}
.bio-entry, .auc-list-entry {margin:0; padding-bottom:10px;}
.bio-entry img, .auc-list-entry img, .auc-single img {float:left; margin:10px 10px 10px 10px;}
.bio-entry .data-container, .auc-list-entry .data-container, .auc-single .data-container {
	float:right;
	width:408px;
	margin:10px 10px auto auto;
	}
.auc-list-entry .data-container {min-height:170px; padding-bottom:30px; position:relative;}
.auc-single .data-container {min-height:170px; margin-bottom:70px;}
.bio-entry .name, .auc-list-entry .name, .auc-single .name {float:left; font-size:16px; font-weight:bold; color:#fff; background:#737373; margin:0 0 0 0; min-height:35px; width:100%;}
.bio-entry .name p, .auc-list-entry .name p, .auc-single .name p {margin:7px 10px 3px 10px;}
.bio-entry .name a, .auc-list-entry .name a {color:#fff; text-decoration:none;}
.auc-list-entry .name a:hover {text-decoration:underline;}
.bio-entry .title {font-weight:bold; font-size:14px; margin:0; width:100%;}
.bio-entry .desc p, .auc-list-entry .desc p, .auc-single .desc p {margin:10px 0 0 0;}
.auc-list-entry .desc p, .auc-single .desc p {margin:0 0 10px 0; clear:both;}
.bio-entry .date, .auc-list-entry .date, .auc-single .date {margin:40px 0 0 0; background:#60B7E6; color:#fff; font-family: 'Lato', sans-serif; padding:5px 0; }

.bio-entry .desc-container {min-height:133px;}

.auc-list-entry .date {margin:10px 0 0 0; position:absolute; bottom:0; width:100%; clear:both; float:none; display:block;}
	.bio-entry .date .type, .auc-list-entry .date .type, .auc-single .date .type {display:inline-block; float:left; margin:0 0 0 10px;}
	.bio-entry .date .time, .auc-list-entry .date .time, .auc-single .date .time {display:inline-block; float:right; margin:0 10px 0 0;}
.auc-single .date {margin:40px 0 0 0; position:absolute; bottom:10px; left:215px; clear:both; float:none; display:block; width:418px;}
.sold-wrapper {width:200px; position:relative; top:0; left:0; float:left;}
.sold-wrapper img {position:absolute; top:0; left:0; z-index:1;}
.auc-single .sold-wrapper img {position:relative;}
.sold-wrapper img.sold {position:absolute;top:0;left:0; z-index:3;}
.auc-list .container-subtitle {margin-left:0;}
.active .data-container {padding-bottom:65px; position:relative;}
.active .current-info, .auc-single .current-info {margin:5px 0 0 0; position:absolute; bottom:40px; width:100%; height:30px; background:#737373; color:#fff; }
	.active .current-info .left-col {display:inline-block; float:left; width:48%;}
	.active .current-info .right-col {display:inline-block; float:right; width:48%;}
		.active .current-info .label, .auc-single .current-info .label {display:inline-block; float:left; margin:7px 5px 0 5px; width:auto;}
		.active .current-info .data, .auc-single .current-info .data{display:inline-block; float:right; margin:7px 5px 0 5px; width:auto;}
.auc-list .active .bid, .auc-single .active .bid {color:#fff; font-family: 'Lato', sans-serif; text-align:center; margin:5px 0 0 0; position:absolute; bottom:5px; width:100%; height:30px;}
.auc-list .active .bid p, .auc-list .active .bid p {margin:0; padding:5px 0;}
.auc-list .active .bid p a {text-decoration:none; color:#fff; padding:6px 105px;}
.auc-single .contribs { margin:30px 0 15px 0; }
#bidform {background:#60B7E6;}
.auc-type {margin-bottom:20px;}
.pending .data-container {min-height:200px; padding-bottom: 65px; position:relative;}
.pending .current-info {position:absolute; bottom:35px; left:0; width:413px; clear:both; height:30px;}
.pending .date {position:absolute; bottom:0; left:0; clear:both; width:413px;}
.active .data-container .bid { color:#fff; font-family: 'Lato', sans-serif; text-align:center; margin:5px 0 0 0; position:absolute; bottom:5px; width:100%; height:30px;}
.closed .data-container {position:relative; padding-bottom:30px; }
.closed .date {position:absolute; bottom:0; left:0;}

#bios .quest {font-weight:bold; margin:0;}
#bios .ans {margin:0 0 10px 0;}
#bios .summary {margin-bottom:10px;}
#bios .summary p {margin:0;}
#bios .expanding { margin:0;}

/* BLOG POSTS ******************************************************/
.blog-post {
  margin: 0 5px 0 5px;
  padding: 0 0 15px 0;
  background: #fff;
  overflow: hidden; /*clearfix*/
}

.blog-post .date,
.blog-post .author {
  float: right;
  clear: right;
  color: #737373;
  font-size: 10pt;
  font-weight: bold;
  margin: 3px 5px 0 15px;
  text-align: right;
}

.blog-post .author {
  margin-bottom: 15px;
 }

.blog-post .title {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #737373;
  margin: 0;
  min-height: 35px;
  width: 100%;
 }

.blog-post .title p {
  margin: 9px 5px 0 5px;
}

.blog-post .title p a {
  color: #fff;
  text-decoration: none;
}

.blog-post .title p a:hover {
  text-decoration: underline;
}

.blog-post h1 {
  font-size: 36px;
  margin: 15px 0 10px 0;

}

.blog-post h2 {
  font-size: 28px;
  margin: 15px 0 10px 0;
}

.blog-post h3 {
  font-size: 24px;
  margin: 15px 0 10px 0;
}

.blog-post h4 {
  font-size: 20px;
  margin: 15px 0 0 0;

}

.blog-post h5 {
  font-size: 17px;
  margin: 15px 0 0 0;

}

.blog-post h6 {
  font-size: 15px;
  margin: 15px 0 0 0;
}

.blog-post .image {
  float: left;
  margin: 0 10px 10px 20px;
  width: 250px;
  height: 175px;
}

.blog-post .alignleft {
  float: left;
  clear: left;
  margin: 10px 10px 10px 0;
}

.blog-post .alignright {
  float: right;
  clear: right;
  margin: 10px 0 10px 10px;
}

.blog-post .aligncenter {
  display: block;
  margin: 10px auto;
  text-align: center;
}

.blog-post .wp-caption {
  max-width: 609px;
}

.blog-post .wp-caption-text {
  padding-top: 5px;
  text-align: left;
  font-style: italic;
  font-size: 13px;
  line-height: 16px;
  color: #737373;
}

.blog-post blockquote {
  margin-left: 30px;
  border-left: 5px solid #60B7E6;
  padding-left: 10px;
  overflow: hidden;
  font-size: 24px;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  color: #60B7E6;
}

.blog-post blockquote p {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  color: #60B7E6;
}

.blog-post blockquote:before {
  content: open-quote;
  color: #60B7E6;
  font-size: 60px;
  font-family: 'Source Sans Pro', sans-serif;
  float: left;
  padding: 10px 10px 10px 0;
}

.blog-post img {
  max-width: 609px;
  height: auto;
}

.blog-post .post {
  float: none;
  clear: both;
  margin: 0 10px;
  overflow: hidden;
}

.text-container .blog-post .post {
  /* Blog post on its own page doesn't need addl. margin. */
  margin: 0;
}

.blog-post .post ul,
.blog-post .post li {
  margin: 0;
}

.blog-post p {
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 20px;
}

.blog-post .more {
  margin: 0 5px 10px 5px;
  text-align: right;
  float:none;
  clear:both;
}

.blog-post .tags {
  text-align:right;
  font-size:9pt;
}

.blog-post .comments {
  margin:5px;
  text-align:right;
  float:none;
  clear:both;
}

#comment-area {
  margin: 0 5px;
}

#comment-area textarea {
  width:575px;
}

#comment-area #submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #60B7E6;
  border: none;
  padding: 10px;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  color: #FFF;
  cursor: pointer;
}

.navigation {
  background:#737373;
  margin:5px 5px 0 5px;
  height:27px;
}

.navigation div {
  width:200px;
  display:inline-block;
}

.navigation .right {
  float:right;
  text-align:right;
}

.navigation .left {
  float:left;
  text-align:left;
}

.navigation p a {
  color:#fff;
  font-size:14px;
}

.navigation p {
  margin:5px;
  padding:0;
}

.blog .small-container ul {
  margin: 4px 0 5px 0;
  list-style: none;
  padding: 0;
}

.blog .small-container ul li {
  margin: 0 0 2px 10px;
}

.blog .text-container {
  border-bottom: 3px solid #E5B628;
}

img.aligncenter {
  margin:0 175px;
  text-align:center;
}

.olderposts {
  text-align: center;
  margin-top: 10px;
}

.olderposts a {
  color: #fff;
}

/* INDIVIDUAL BLOG POSTS ***********************************************/
h3 {
  font-size: 16pt;
}

.blog-post .commentlist {
  list-style-type: none;
  padding: 0;
}

.blog-post .commentlist ol li {
  margin-bottom: 0;
  padding: 5px;
}

.commentlist li {
  background-color: #F6f0e6;
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px dotted #000;
}

.comment-meta {
  font-style:italic;
  font-size:10pt;
}

.commentlist li.alt {
  background-color:#fff;
}

/* BLOG POST GALLERIES *****************************************************/
/* We're making the foolish assumption that the thumbnail size is 150px.
 * Should this change, the dimentions below should change.
 */

.gallery .gallery-item {
  float: left;
  margin-top: 10px;
}

.gallery .gallery-item img {
  border: 2px solid #CFCFCF;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}

/* Galleries with more than 4 columns will look terrible. Force to 4 columns. */
.gallery.gallery-columns-4 .gallery-item,
.gallery.gallery-columns-5 .gallery-item,
.gallery.gallery-columns-6 .gallery-item,
.gallery.gallery-columns-7 .gallery-item,
.gallery.gallery-columns-8 .gallery-item {
  width: 25%;
}

.gallery.gallery-size-thumbnail img {
  width: 150px;
  height: 150px;
}

.gallery.gallery-size-thumbnail .wp-caption-text {
  width: 150px;
  margin: 0 auto;
}

.gallery .gallery-item .gallery-icon {
    text-align: center;
}

.blog-post h1 {}
.blog-post h2 {

}


/* SIDEBAR *****************************************************************/
#sidebar {
	float:right;
	width:240px;
	color:#fff;
	font-size:11pt;
}

.small-container {background:#E5B628; width:240px; margin-bottom:5px;}
.small-container .container-title {height:30px; font-family: 'Lato', sans-serif; color:#fff; font-size:18px; margin:0 0 0 5px; padding:0;}
.small-container .container-title p {padding:3px 0; margin:0;}
.small-container .container-title p a {padding:3px 0; margin:0; color:#fff; text-decoration: none;}
.small-container .container-title p a:hover {color:#fff;}
.small-container .container-title p a:visited {color:#fff;}
.small-container .container-title p a:active {color:#fff;}
.small-container .container-title p a:link {color:#fff;}
.small-container .grey {background:#737373; color:#fff;}
.small-container #donate_hour {font-size:40px; font-family: 'Source Sans Pro', sans-serif; text-align:center;}
.small-container .donate {text-align:center; background:#60B7E6; color:#fff; margin:5px; border-bottom:5px solid #E5B628;}
.small-container .donate p {padding:5px 0; margin:0;}
.small-container .donate p a {height:30px; padding:5px 85px; width:240px; text-decoration:none; color:#fff;}
.small-container .donate a:hover {text-decoration:underline;}
.small-container .pubnub {margin:0; padding:0; font-size:10px; text-align:right;}
.small-container .pubnub a {color:#fff;}
.small-container .hours {background:#737373; color:#fff; font-family: 'Source Sans Pro', sans-serif; text-align:center;border-bottom:5px solid #E5B628;}
.small-container .hours #donate_time {font-size:40px; display:inline-block;}
.small-container .hours p {font-size:24px;  display:inline-block; margin:0; padding:0;}

/* DONATE ********************************************************************/
#donate-wrapper {
	background:#95562B;
}

#donate-wrapper .pubnub {
	display:block;
	padding:0;
	margin:0 5px 5px 10px;
	color:#fff;
	font-size:9pt;
	text-align:right;
}

#donate-wrapper .pubnub a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

ul#donate {
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
	padding: 10px 8px 0 8px;
	margin:0;
}

#donate dl {
	height:220px;
}

a#donate_now {
	display:block;
	width:150px;
	height:25px;
	background-color:#46d1bc;
	border:2px #FFF solid;
	color:#222;
	text-decoration:none;
	margin:0 auto;
	margin-bottom:10px;
	padding:7px 0 0 0;
	text-align:center;
}

a#donate_now:hover {
	background-color:#69dfcd;
}

ul#donate dl {
	margin:20px 0 0 0;
}

ul#donate dd {
	font-size:28pt;
	line-height:1.0;
	margin:0 0 20px 0;
}

/* AUCTION CAROUSELS ****************************************************************/

#current-auctions, #upcoming-auctions, #special-guests {
	background:#eaddd5;
	margin:0 0 5px 0;
	padding-top:10px;
}

#current-auctions h4, #upcoming-auctions h4, #special-guests h4 {
	margin:0 0 10px 0;
	float:none;
	clear:both;
}

.carousel-item {
	margin:0 auto;
}

.carousel-img {
	margin:0 auto;
	width:167px;
}

.auction_title {
	overflow:hidden;
	text-align:left;
	margin:5px 10px;
	float:none;
	clear:both;
}

.guest-name {
	max-height:60px;
	overflow:hidden;
	text-align:left;
	margin:5px 10px 0 10px;
	font-weight:bold;
	float:none;
	clear:both;
}

.guest-desc {
	max-height:60px;
	font-size:10pt;
	overflow:hidden;
	text-align:left;
	margin:0 10px 5px 10px;
	float:none;
	clear:both;
	font-style:italic;
}

.guest-time {
	font-size:10pt;
	margin:0 0 10px 10px;
	float:none;
	clear:left;
	font-weight:bold;
	padding-bottom:10px;
}

.auction_time {
	font-size:12pt;
	font-weight:bold;
	margin:0 0 10px 10px;
	float:left;
	clear:left;
}

.auction_price {
	font-size:12pt;
	font-weight:bold;
	margin:0 10px 10px 0;
	float:right;
	clear:right;
}

.prev-item {
	float:left;
	width:12px;
	margin:35px 0 0 10px;
}

.next-item {
	float:right;
	width:12px;
	margin:35px 10px 0 0;
}

/* FOOTER *****************************************************************************/
#footer {
	padding:10px;
	font-size:12px;
	height:53px;
	color:#fff;
}

.servint {
	margin:10px auto 0 auto;
	width:560px;
}

.servint-thanks {
	float:left;
	margin:5px 0 0 0;
}

.servint-img {
	float:left;
}

/* ALERT ******************************************************************************/
#alert {padding:10px 5px;background:#E5B628;text-align:center;font-size:12pt;color:#fff;}
#alert h2 {margin:10px 0 5px 0;}
#alert p {margin:0 0 10px 0;padding:0;}

/* CONTRIBUTORS **********************************************************************/
.bid-now input {font-weight:bold;}

/* PROFILE */
#profile, #donatepage {
	background:#fff;
	text-align:left;
	margin:5px 5px 0;
}
	#profile p {margin:0 0;font-size:14px;}
	#profile p a { color:#333; }

.leftColumn {width:45%;float:left;}
.rightColumn {width:55%;float:left;}

#profile h4 {margin-bottom:0;}
#profile .submit {display:block;font-size:16px;margin:0 55% 15px 45%;width:100px;float:none;clear:both;}
#profile .error {
		width:500px;
		padding:3px 0;
		margin:0 auto 10px auto;
		background:#737373;
		font-weight:bold;
		text-align:center;
		float:none;
		clear:both;
		font-size:10pt;
		color:#fff;
}

#profile .label {margin:0 5px 0 0; }

div.label {width:115px; display:inline-block;}
input { margin:5px 0 10px 0; }
.change-pass {margin:0 0 25px 0;}
.change-pass input {margin:5px 0 0 0;}
.change-pass .label {width:160px;}
.address { margin:15px 0 0 0; }
#nickname-holder {margin:10px 0 0 0;}
#nickname-holder div.input {margin:0;width:216px; float:right;}
#nickname-holder input {margin:0 0 10px 0;}
.twitch-account, .twitch-delete, .email-account, .email-delete, .email-primary {float:left; margin-top:5px;}
.email-delete {margin-right:5px;}
.twitch-account input, .email-account input {margin-top:-3px;}

/* Donor Pages ***************************************************/
.history, .challenges, .profile, .password, .enterAddress, .addEmail, .auctions, .submit_challenge{
	margin:5px;
	padding-top:5px;
}

/* ACHIEVEMENTS ***************************************************/
.ach-list {width:125px; margin:0 16px 7px 16px; float:left;}
.ach-list img {float:left; width:125px; height:125px; margin:0;}
.ach-list div.name {width:125px; display:inline-block; font-size:14px; color:#fff; background:#737373; margin:0 0 5px 0; min-height:42px;}
.ach-list div.name p {margin:5px 5px 5px 5px;}
.ach-list div.desc {margin:0; width:125px; display:inline-block; font-size:12px; font-style:italic;}


.auctions h3 { margin:0; float:none; padding:0;}

.password .homebox {
	width:400px;
	margin:15px 125px;
}

.password .homebox form {
	margin:15px;
	float:none;
}

	.password form input { padding:3px; margin:0 0 5px 0; width:195px; }

.password div.label {
	display:inline-block;
	margin:3px 0 0 0;
	width:150px;
}

.password .submit {
	float:left;
	font-size:14px;
	margin:5px 0 0 0;
	width:90px;
	cursor:pointer;
}

.password .reset {
	float:right;
	margin:5px 0 0 0;
	width:90px;
	cursor:pointer;
}

/* CHALLENGES ***************************************/

.challenges .padding, .auctions .padding, .history .padding, .submit_challenge .padding { padding:0; float:none; clear:both; }

.auctions .padding, .history .padding {
	margin:15px 0 0 0;
}

.challenges table, .auctions table, .history table, #challenge table, #auction table, .submit_challenge table {
	border-collapse:collapse;
	font-size:14px;
	float:none;
	clear:both;
	color:#111;
}

.challenges table .dark, .auctions table .dark, .history table .dark, .submit_challenge table .dark { background:#737373; padding:3px; border:none; color:#fff;}
#challenge .dark, #auction .dark { background:#737373;color:#fff; padding:7px; border:none; }
.challenges table th, .auctions table th, .history table th, #challenge table th, #auction table th, .submit_challenge table th { padding:7px; }
.challenges table td, .auctions table td, .history table td, .submit_challenge table td { padding:3px 5px; border:none; text-align:left;}
#challenge table td, #auction table td { padding:3px 5px; border:none; }
.challenges table .radio, .auctions table .radio { border:0; }
.challenges p, .auctions p, .history p { text-align:center; margin-bottom:5px; }
.challenges .negative p { margin:15px 0 0 0;}

.auctions table td.img, #auction table td.img { padding:0; margin:0; }

.enterAddress { border:1px solid magenta;}
.enterAddress form { margin:15px 15px 15px 0; background:#eaddd5; width:378px; float:left;}
.enterAddress form div.title {margin:15px 15px 0 15px; width:348px; }
.enterAddress form textarea { margin:0 15px; }
.enterAddress .submit, .submit_challenge .submit { float:right; clear:both; margin:10px 15px 15px 0; display:block; font-size:14px; width:80px; }
 .submit_challenge .submit {margin-bottom:0;}


.enterAddress .leftColumn {width:285px; float:left; margin:15px 0;}
.enterAddress h3 { margin:15px 0 0 0}

.enterAddress p {margin:10px 0;}

.enterAddress p.top {margin:0 0 25px 0; width:285px;}

.right { text-align:right; }

.centre { text-align:center; }

.add {
	margin:5px 0 5px 0;
	text-align:right;
	float:right;
}

.none {
	font-size:14pt;
	font-weight:normal;
	text-align:center;
}

.history .none .small {text-align:left;}


/* Graphs *******************************************************************/
#graph-container {height: 399px; margin:15px auto 0 auto;}
#graphs > div {height: 600px;}

/* DONOR LOGIN **********************************/
#donor_login { padding:20px 10px 10px 10px; margin:0 20px; width:300px; }
#donor_login .label { width:75px; float:left; padding-top:5px; margin-top:3px; }
#donor_login .submit {float:right; clear:both; margin:0 10px 0 0; width:75px; font-size:12pt;}
#donor_login .error {width:300px; padding:3px 0; margin:0 auto; background:#737373; font-weight:bold; text-align:center; float:none; clear:both; font-size:10pt;color:#fff;}

/* MESSAGE CENTRE **********************************************************/
.messageCentreWrapper .inner {background:#fff; padding:10px;}
.messageCentreWrapper .title {font-weight:bold; font-size:16pt;}
.messageCentreWrapper .item {margin:10px 0 0 0;}
.messageCentreWrapper .item img {margin:0 10px 0 0;}
.messageCentreWrapper .item p {margin:0; padding:0;}
.messageCentreWrapper .bottom {border-top:3px dashed #fce121; height:3px; margin-top:15px;}

/* DONATE *****************************************************************/
#donatepage fieldset {background:#EFEFEF; margin:0 0 15px 0; border:none; padding:10px;}
#donatepage fieldset legend {background:#dfdfdf; padding:5px 15px; font-weight:bold;}
#donatepage .submit, #donatepage .reset {font-size:10pt; font-weight:bold; padding:3px 10px;}
#donatepage .reset { float:right; font-weight:normal;}
#donatepage .marker input, #donatepage #donation input, #donatepage #marker select {margin:5px 0 10px 10px;}
#donatepage #auction table {margin:0 0 0 10px;}
#donatepage #auction p {margin:15px 0 0 10px;}

.failcansuc {margin:20px;}

/* PLACEHOLDER PAGES *****************************************************/
.nothere {margin:30px; text-align:center;}
.nothere h1 {font-size:18pt;}
.nothere p a {color:#28439B; text-decoration:underline;}

/* SPONSORS **************************************************************/
#sponsors .two150 {float:left; width:150px; margin:25px 10px 0 110px;} /* 2 at 150px */
#sponsors .two200 {float:left; width:200px; margin:25px 10px 0 70px;} /* 2 at 200px */
#sponsors .two250 {float:left; width:250px; margin:25px 10px 0 35px;} /* 2 at 250px */

#sponsors .three100 {float:left; width:100px; margin:20px 10px 0 75px;} /* 3 at 100px */
#sponsors .three125 {float:left; width:125px; margin:20px 10px 0 57px;} /* 3 at 125px */
#sponsors .three150h {float:left; width:150px; margin:20px 10px 0 40px;} /* 3 at 150px horizontal */
#sponsors .three150v {float:left; width:150px; margin:10px 10px 0 37px;} /* 3 at 150px vertical */
#sponsors .three200 {float:left; width:200px; margin:20px 4px 0 5px;} /* 3 at 200px */

#sponsors .four100 {float:left; width:100px; margin:20px 27px 0 27px;} /* 4 at 100px */

#sponsors .corptext3 {float:left; width:205px; font-size:16pt; margin:25px 0 10px 0; text-align:center;}
#sponsors .corptext2 {float:left; width:205px; font-size:16pt; margin:25px 10px 10px 65px; text-align:center;}
#sponsors .corptext1 {float:left; width:620px; margin:25px 0; font-size:16pt; text-align:center;}

/* ABOUT ****************************************************************/
#about {margin:0 20px;}
#about h4 {margin:25px 0 5px 0; padding:0;}
#about p {margin:0 0 15px 0; padding:0;}
#about ul {list-style:none;}
#about li {margin:0 0 3px 0;}

/* MEDIA-KIT *************************************************************/
/*.mediakitItems {margin:20px;}*/
.kit-left {float:left; margin:0 5px 5px 0; max-width:635px;}

/* CRAFTERS LIST *********************************************************/
#crafters {margin:0 20px;}
#crafters .drop {margin:0 5px 0 0; cursor: pointer;}
#crafters ul {list-style-type:none; margin:0 0 20px 0; padding-left:20px;}
#crafters ul li {margin:0 0 5px 0; padding:0;}
#crafters ul li a {font-weight:normal; }
#crafters ul li a.name {font-weight:normal; color:#000; text-decoration:none; }
#crafters ul li a.name:hover {text-decoration:underline; }
	.item-list {margin:0 0 10px 0; padding:0 0 0 50px; list-style-type:circle; display:none;}
	#crafters ul li .item-list p {margin:0;padding:0; font-weight:bold;}
	#crafters ul li .item-list p a  { text-decoration:none; color:#000;}
	#crafters ul li .item-list p a:hover, #crafters ul li .item-list p a:active {text-decoration:underline;}
	.shade {background:#eee;}
	.bullet {margin:0 3px 0 0;}

/* DONOR HOMEPAGE ********************************************************/
#donor-splash {margin:0 20px;}
#donor-splash ul li {padding:3px 0;}

/* Schedule *************************************************************/
#schedule {margin:0 5px;color:#fff;}
#schedule h3 {color:#000;}
#schedule a {color:#fff;}
#schedule form select {padding:0 0 0 5px;}
#schedule form input {margin:3px 3px 0 0;}
#schedule form .dr, #schedule form .vi, #schedule form .ca, #schedule form .li, #schedule form .ot {display:inline; padding:3px 5px;}
#schedule #schedulebg {background-image:url(../images/schedule-bg.png); background-position:top left; background-repeat:no-repeat; width:625px; height:1000px;}
#days {margin:20px 0 0 50px;}
#schedule table {float:left;font-size:10pt;text-align:right; border-collapse:collapse;}
#schedule tr {border-top:1px solid #000; border-bottom:1px solid #000;}
#schedule td {height:40px; margin:0; padding:0;}

#schedule .driver { width:60px; float:left; clear:left; z-index:1; text-align:center; margin:0; padding:0; margin-right:10px;}

#schedule .callin, #schedule .la, #schedule .other {
	float:left;
	text-align:left;
	padding-left:10px;
	width:240px;
	padding-top:2px;
}

#schedule .visit { width:85px; z-index:2; float:left; text-align:left; padding-left:7px; padding-top:2px; margin-right:10px;}

#schedule .driver, #schedule form .dr {background:#28439B;}
#schedule .visit, #schedule form .vi {background:#60B7E6;}
#schedule .callin, #schedule form .ca {background:#737373; z-index:3;}
#schedule .la, #schedule form .li {background:#65C6BE;; z-index:3;}
#schedule .other, #schedule form .ot {background:#E5B628; z-index:2;}

#schedule .driver a {text-decoration:none;}

#saturday, #friday1, #sunday, #monday, #tuesday, #wednesday, #thursday, #friday2 {float:left; margin:8px 10px 10px 10px;padding:0 10px;}
#saturday tr, #friday1 tr, #sunday tr, #monday tr, #tuesday tr, #wednesday tr, #thursday tr, #friday2 tr {border:none;}
#schedule #saturday td, #schedule #friday1 td, #schedule #sunday td, #schedule #monday td, #schedule #tuesday td, #schedule #wednesday td, #schedule #thursday td, #schedule #friday2 td {height:20px; margin:0; padding:0;}
#schedule .big {font-size:14pt;}
#schedule .small {font-size:12pt;}

.schedwrap {margin:0 0 0 75px;max-width:600px; padding:8px 0 20px 0;}
.schedwrap .dr {height:360px;}
.spacer1 {float:left; clear:right; width:300px;}
.spacer2 {float:left; clear:right; width:470px;}
.rowspace {height:20px; float:left;}

.bidnow input {margin-right:10px;}

#popup_message { color: #000; }

/* FAQS *********************************************************************/
.faqs {margin:0 3px;}
.faqs dl {margin:0 0 30px 0;}
.faqs dt {font-weight:bold; margin:0;}
.faqs dd {margin:0 0 15px 20px;}

/* TEAM *********************************************************************/
.team h3 {margin:15px 0 0 0;}
.team p {margin-top:0; padding-top:0;}
.person {float:left; width:209px; margin:0 0 15px 0;}
.person img {margin:0 5px 5px 0;}
.team .person h3, .person div.title, .person div.contact, .person div.twitter {margin:0; font-size:13px;}
.person h3 a {text-decoration:none; color:#000;}
.person h3 a:hover {text-decoration:underline;}
.person div.title, .person div.contact, .person div.twitter {font-size:12px;}
.person div.twitter {margin:0;}
.person div.twitter a {text-decoration:none;}
.person div.contact {font-size:10px;}

.volunteers img {float:left; margin:0 10px 0 0;}

/* SOCIAL *******************************************************************/
.social {background:#5F5F5F; font-size:12px; margin:5px; border-bottom:5px solid #E5B628;}
.social a {color:#fff; text-decoration:none;}
.social a:hover {text-decoration:underline;}
.social .twitter-img {display:inline-block; float:left; margin:6px 5px;}
.social .twitter-link {display:inline-block;  float:left; margin:12px 20px 0 0;}
.social .facebook-img {display:inline-block; float:left; margin:6px 5px 0 0;}
.social .facebook-link {display:inline-block; float:left; margin-top:12px;}

/* NOTE *********************************************************************/
.note {margin:5px 5px 0 5px; border:1px solid #fff;}
.note p {margin:10px 0 5px 0;}

/* PRE-SHOW *********************************************************************/
.preshow .image {float:left; margin:10px 10px 10px 0;}
.preshow .image .caption {margin:0;padding:0;font-size:10px;}
.preshow .name {margin:10px 0 3px 0; font-size:16px; font-weight:bold;}
