@charset "UTF-8";
/* CSS Document */

.ts * { font-family:"Courier New", Courier, monospace; }
.ts a, b, u { font-family:"Courier New", Courier, monospace; }
/* GLOBAL TEXT STYLES */

.smalltext { font-size:11px; }
.redlink {
	text-decoration: underline;
	color:#e91e1f;
	font-weight:bold;
}
.blacklink {
	text-decoration: underline;
	color:black;
	font-weight:bold;
}
.greentext {
	background-color:#e2f394;
	font-family:"Courier New", Courier, monospace;
}
.leftcontainer {
	font-size:12px;
	line-height:150%;
}
.rightcontainer {
	font-size:14px;
	line-height:140%;
}

/*SOCIAL MEDIA PAGES */

.socialicons ul, li { list-style-type:none; }
.socialicons li {
	display:block !important;
	font-size:15px;
	float:left;
	margin-right:5px;
}
.sharehead {
	font-size:12px;
	font-weight:bold;
}
.emaillink a {
	font-size:15px;
	color:gray;
	text-decoration:underline;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
}

/*EMAIL */
#email input {
	border: 0px;
	background-color:#fafaf2;
}

#email textarea {
	border: 0px !important;
	background-color:#fafaf2;
	resize:none;
}


/*SECRET POSTS*/
.postlist li .current { color:#e91e1f; }
.postheaders li { font-weight:bold; }
.postlist li {
	font-size:13px;
	font-weight:bold;
}
.postheaders .current { color:#e91e1f; text-decoration:none;  /*ADDED BY WCB IT*/}
.post .post-date { font-size:11px; }
.post .post-title { font-weight:bold; }
.post .post-link a {
	color:red;
	font-weight:bold;
	color:#e91e1f;
}
.post-full { border:0 !important; }
/*SUBMIT YOURS */

.fbcontent { margin-left:8px; }
.fb { margin-top:19px; }
/*OUR SECRET */
.our-secret-content .rightcontainer { font-size:13px; }
/*THE PRIZE */
.main-img-container {
	position:relative;
	width:700px;
}
.prev, .main-img, .next { float:left; }
.main-img {
	background:url('../img/lrgimg-bg.jpg') no-repeat 0 -4px;
	height:431px;
	position:relative;
	width:622px;
}
.main-img img {
	display:block;
	margin:13px auto 0;
}
.main-img-link {
	background:#fff;
	background:rgba(255, 255, 255, 0.9);
	padding:5px 10px;
	position:absolute;
	right:0px;
	text-align:right;
	top:2px;
}
.thumb-container {
	left:10px;
	margin:10px auto 0;
	position:relative;
	top:-10px;
	width:725px;
}
.thumb {
	float:left;
	margin-bottom:5px;
	width:131px;
}
.thumb img {
	display:block;
	margin:0 auto;
}
.bottom-copy {
	font-size:12px;
	left:380px;
	position:absolute;
	top:1085px;
	width:600px;
}
.padding {
	font-size:12px;
	margin:20px 0 30px;
	padding-left:20px;
	width:480px; }
ul.flame { padding-left:35px; width:340px; }
ul.flame li {
	list-style-image:url(../img/flame.png);
	margin-bottom:12px; }
/*HOME PAGE */
.home_title {
	position:relative;
	top:279px;
	left:130px;
	font-weight:bold;
}
.home_content {
	position:relative;
	top:310px;
	left:130px;
	font-size:16px;
	width:250px;
}
.home_content ul { width:230px; }
.home_content ul li { list-style:disc; }


/*ADDED BY WCB IT*/
.postheaders .regular{
    color:#000000;
    text-decoration:none; 
    }
    
    
/*ADDED BY WCB IT*/
.postlist li .regular{
    color:#000000;
    text-decoration:none;
    }
    
    .thumbnail { /*padding-left:10px 0 0 10px;*/ }
