/*-- Color Codes

light gray = #dedfde
medium gray = #bababa
med-dark gray = #808080;
dark gray = #565656

light blue = #d5f6fe
medium turquoise = #8be6fe
dark turquoise = #0f96ba
extra dark turquoise = #007392

light pink = #fed8eb
medium pink = #fdb9db
hot pink = #F71484
dark magenta = #b1075b

light green = #89cdaa
medium green = #369c67
dark green = #086635

--*/

@import url("reset.css");
@import url("topnav.css");
@import url("rightside.css");
@import url("leftnav.css");
@import url("foot.css");

body {
	background: url(images/tlc_body_bg_wider2.gif) center top no-repeat #dedfde fixed;
	color: #000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 22px;
}

a {
	text-decoration: none;
	color: #007392;
}

a:hover {
	text-decoration: underline;
	color: #F71484;
}

em {
	font-style: italic;
}

	em a {
		font-weight: bold;
	}

#main {
	background: url(images/tlc_main_bg_wider.png) repeat-y;
	width: 1060px;
	margin: auto;
}

#inner {
	width: 960px;
	padding: 0 50px;
	position: relative;
}

#head {
	background: url(images/tlc_head_wider.gif) no-repeat;
	width: 960px;
	height: 159px;
	border-bottom: 1px dashed #565656;
}

	#head h1 {
		display: none;
	}

#content {
	text-align: left;
	margin: 16px 48px 90px 220px;
	width: 460px;
}
	
	#content h2 {
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		font-size: 21px;
		text-transform: uppercase;
		color: #369c67;
		padding: 40px 0 8px;
		margin-bottom: 18px;
		border-bottom: 1px solid #bababa;
	}
	
	#content h3 {
		font-family: Verdana, Geneva, sans-serif;
		color: #565656;
		font-size: 15px;
		font-weight: bold;
	}
	
	#content h4 {
		font-weight: bold;
		font-size: 13px;
		padding-bottom: 8px;
		color: #F71484;
	}

	#content p {
		font-size: 12px;
		padding-bottom: 16px;
	}
	
		#content p.date {
			color: #565656;
			font-style: italic;
			line-height: 28px;
			padding-left: 16px;
		}
		
		#collages h3 {
			padding: 12px 0;
		}
		
		#collages img {
			padding-right: 4px;
		}
		
		#newsletter {
			text-align: center;
			margin: 48px;
		}
		
			#newsletter a, #newsletter p {
				width: 180px;
				margin: 0 auto;
				padding: 0;
				line-height: 15px;
			}
		
			#newsletter p {
				padding: 9px 0 3px 0;
			}
			
			#newsletter a {
				background: url(images/rightside/right_newsletter2.gif) 0 0 no-repeat;
				width: 180px;
				height: 59px;
				display: block;
			}
			
			#newsletter a:hover {
				background-position: -180px 0;
			}
			
			#newsletter a span {
				display: none;
			}
			
			#newsletter h4 {
				font-size: 12px;
				font-weight: bold;
			}
	
		#news {
			text-align: left;
		}
		
			#news hr {
				border: none;
				height: 1px;
				background: #fdb9db;
				margin: 8px 0 20px 0;
				width: 150px;
			}
		
		#content table {
			padding: 8px 0;
		}
		
			#content table td {
				vertical-align: top;
			}
		
			#content table img{
				padding: 0 16px 16px 0;
			}



/*--- FeedBurner Blog Feed ---*/

.feedburnerFeedBlock {
		font-size: 16px;
}

	.feedburnerFeedBlock .headline a {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

	.feedburnerFeedBlock .headline a:hover {
		text-decoration: underline;
	}
	
	.feedburnerFeedBlock .date {
		color: #565656 !important;
	}
	
	.feedburnerFeedBlock li div {
		font-size: 12px;
		padding-bottom: 16px;
	}

	#creditfooter { display: none; }


/*--- Custom Classes ---*/

.floatright {
	float: right;
	margin-left: 16px;
}

div.newsletter {
	text-align: center;
	padding: 32px 0 0 0;
	font-size: 12px;
}

.newsletter form {
	padding: 24px 28px 28px 24px;
	margin: 0 96px 0 64px;
}

	.newsletter strong {
		display: block;
		width: 180px;
		background: url(images/rightside/right_newsletter.gif) -180px 0 no-repeat;
		height: 59px;
		position: relative;
		left: 84px;
	}

	.newsletter span {
		display: none;
	}
	
	.newsletter input {
		margin: 4px 0 12px;
	}
	
	.newsletter p {
		line-height: 20px;
		padding: 8px 12px;
	}

.fineprint {
	font-style: italic;
	color: #565656;
}
	
ul.calendar {
	font-size: 12px;
	padding: 16px 0 16px 16px;}

	ul.calendar a {
		font-weight: bold;
		text-transform: uppercase;
		font-family: Verdana, Geneva, sans-serif;
	}
	
	ul.calendar .date {
		font-style: italic;
	}
	
ul.contact {
	margin: 0 0 16px 32px;
}

dl.qs {
	font-size: 12px;
}

	dl.qs dt {
		background: url(images/qq.gif) no-repeat 0 0;
		padding: 5px 0 11px 44px;
		margin-top: 32px;
	}

	dl.qs dd {
		background: url(images/qa.gif) no-repeat 0 0;
		padding: 5px 0 11px 44px;
		margin: -8px 0 0 24px;
	}
	
.border {
	border: 1px solid #565656;
}

.contestq {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #565656;
}

.boldhotpink {
	font-weight: bold;
	font-size: 18px;
	color: #F71484;
}

strong.blue {
	color: #0f96ba;
	font-weight: bold;
}

strong.pink {
	color: #F71484;
	font-weight: bold;
}

strong.gray {
	color: #565656;
	font-weight: bold;
}

.right {
	text-align: right;
}

.bottom {
	vertical-align: bottom;
}

ul.visits {
	padding: 16px;
}

ul.media, ul.career {
	margin: 16px;
	list-style-type: square;
}

ul.career li {
	padding-bottom: 12px;
}

.photos td {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0 15px 18px 15px;
	margin: 0;
}

	#content table.photos img{
				padding: 0;
				margin-bottom: 10px;
				border: 1px solid #565656;
			}
			
h2.problem {
	font-weight: bold;
	text-transform: uppercase;
}