/*File:			custom.cssDescription:	Custom styles for ThesisBASIC USAGE:If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag will be appended with the "custom" class, like so: <body class="custom">. You can use the "custom" class to override *any* CSS declarations contained in the style.css file.For example, if you wish to change the default link color to green, you would add the following declarations to this file:	.custom a, .custom a:visited { color: #090; }	<--- This makes links green	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over themWHY THIS WORKS:By using the "custom" class, you are creating more specific CSS declarations for HTMLelements. CSS styling is applied through rules of specificity, and because declarationsprepended with .custom are more specific, they get applied when the page is rendered!More information about styling your Thesis installation using this file can be foundin the User's Guide:	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/*//* Metabolic Map */#headertext {	text-align:center;	font-family: Rockwell, Arial, sans-serif;	font-size:25px;	color:#333;}#info1 p {	text-align:center;	font-family: Rockwell, Arial, sans-serif;	font-size:20px;	color:#333;}#mcontainer {	width: 510px;	margin: 0 auto;}.fullw {	width: 100%;	padding: 0 0 35px 0;}#intro {	background: url(http://treatmetabolicsyndrome.com/wp-content/uploads/2010/08/bookcover.png) no-repeat;	min-height: 385px;}#intro p {	text-align:center;	font-family: Rockwell, Arial, sans-serif;	font-size:15px;	font-weight:bold;	color:#333;	width: 200px;	float: right;}#meds {	padding: 140px 0 0 205px;	float: left;}/* abilities list */.alist {	width: 250px;	float: left;}#abilities ul {	font-family: Rockwell, Arial, sans-serif;	font-size:20px;	line-height: 40px;	list-style-image:url(http://treatmetabolicsyndrome.com/wp-content/uploads/2010/08/listbutton.png);}#abilities li {	}/* info and list */#info1 {	min-height:250px;}#info1 ul {	font-family: Rockwell, Arial, sans-serif;	font-size:20px;	line-height: 40px;	list-style:none;}.ohno {	font-family: Rockwell, Arial, sans-serif;	font-weight:bold;	text-transform:uppercase;	font-size: 25px;	line-height: 47px;	color:#F00;}/* 5 part program */#parts5 p {	font-family: Rockwell, Arial, sans-serif;	font-size:35px;	color:#06C;}#parts5 ul {	font-family: Rockwell, Arial, sans-serif;	font-size:20px;	line-height: 40px;}#parts5 ul li{	list-style:none;	padding: 0 0 0 80px;	line-height: 75px;	margin-left: 75px;}#img1 { background: url(http://treatmetabolicsyndrome.com/wp-content/uploads/2010/08/1.png) no-repeat;}#img2 { background: url(http://treatmetabolicsyndrome.com/wp-content/uploads/2010/08/2.png) no-repeat;}#img3 { background: url(http://treatmetabolicsyndrome.com/wp-content/uploads/2010/08/3.png) no-repeat;}#img4 { background: url(http://treatmetabolicsyndrome.com/wp-content/uploads/2010/08/4.png) no-repeat;}#img5 { background: url(http://treatmetabolicsyndrome.com/wp-content/uploads/2010/08/5.png) no-repeat;}/* seal cost */#seal {	background: url(http://treatmetabolicsyndrome.com/wp-content/uploads/2010/08/seal.png) no-repeat;	width: 215px;	height: 215px;	float: left;}#seal p {	text-indent: -99999px;	font-family: Rockwell, Arial, sans-serif;}#sale1 {	float: left;	width: 290px;}#sale1 p{	font-family: Rockwell, Arial, sans-serif;	font-weight:bold;	font-size: 25px;	line-height: 30px;	color:#000;}#rest p{	font-family: Rockwell, Arial, sans-serif;	font-weight:bold;	font-size: 25px;	line-height: 30px;	color:#333;	text-align:center;}#restp2{	float: left;	font-family: Rockwell, Arial, sans-serif;	font-size: 30px;	line-height: 30px;	color:#333;	text-align:center;}#bold {	font-size:30px;	color:#333;}	#comingsoon { font-size: 35px; font-family: Rockwell, Arial, sans-serif;  color:#FF760D;	text-align:center;