/*
Theme Name: The Real New Cereal Central
Theme URI: http://cerealcentral.malt-o-meal.com/
Description: A custom theme for the center of the cereal universe.
Version: 1.0
Author: Brave New Media
Author URI: http://bravenewmedia.net/
*/

.post-title, h1, h2, h3{
		color: #ff6e01;
}

.instructions-list li{
	margin: 0 0 5px 0;
	
}

#wp-admin-bar {
	display: none !important;
}

body.wp-admin, body {
	padding: 0 !important;
	line-height: 1.5em!important;
	
	color:#737272;
}

/* @group Registration/Activation */

#register-page .error {
	color: #c00;
	clear: left;
}

#register-page h4 {
	margin: 30px 0 10px;
	font-size: 20px;
}

#register-page input {
	padding: 5px;
	float: left;
	border: 1px solid #ccc;
	font: 16px 'Trebuchet MS';
	background: #f5f5f5;
	width: 200px;
	margin: 15px 0 0;
	color: #333;
	text-shadow: #fff 0 1px 0;
}

#register-page input:focus {
	background: #fff;
}

#register-page input#signup_submit {
	cursor: pointer;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 20px 0 0 196px;
}

#register-page input#signup_submit:hover {
	background: #ff6e01;
	color: #fff;
	text-shadow: #888 0 -1px 0;
	border-color: #df4e01;
}

#register-page input#signup_submit:active {
	margin-top: 21px;
}

#register-page label {
	width: 170px;
	display: block;
	float: left;
	clear: left;
	margin: 20px 20px 0 0;
	font-weight: bold;
}

#register-page td {
	vertical-align: top;
}

/* @end */

/* @group Core Structure Divs */

html {
	background:#f06800 url(images/bkgd-repeat.gif) repeat-x top;
	margin:0;
	padding:0;
}

body {
	background:url(images/body-bkgd.jpg) no-repeat top center;
	margin:0;
	padding:0;
	font:12px 'Trebuchet MS', Verdana;
}

#container {
	width:900px;
	margin:0;
	padding:0;
}

#content {
	float: right;
	width: 600px;
	margin: 0;
}

#footer {
	width:880px;
	height:125px;
	background:url(images/new-footer.png) no-repeat right top;
	margin:0;
	color: #fff;
	padding: 10px 20px 0 0;
	float:right;
	clear:right;
}
#footer a{
	color: #fff;
}

#header {
	width:900px;
	height:115px;
	margin:0;
	padding:0;
}

#main {
	width:840px;
	overflow:hidden;
	min-height:684px;
	background:url(images/new-main-fade.png) no-repeat right top;
	margin:0;
	padding:0 30px;
}

#main-wrapper {
	float:right;
	width:900px;
	margin:0;
	padding:0;
	background:url(images/new-main-repeat.jpg) repeat-y right;
	overflow:hidden;
}

#main-top {
	float: right;
	width: 900px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(images/new-main-top.png) no-repeat right top;
}

#sidebar {
	width:205px;
	min-height:500px;
	margin:0;
	padding:0 15px 0 0;
	float:left;
	position: relative;
}
.sidebar-img{
	margin-bottom: 30px;
}
#site {
	width:900px;
	margin:0 auto;
	padding:0;
}

/* @end */

/* @group Global Classes & Tags */

.alignleft {
	padding-top: 80px;
	float:left;
}

.alignright {
	float:right;
}

a {
	color:#db0a12;
	text-decoration:none;
	border:none;
}

a img{border:none}

a:hover {
	color:#db0a12;
	text-decoration: underline;
}

a.button {
	display: inline-block;
	height: 16px;
	padding: 5px 15px;
	background: #eee url(images/grad-30.png) no-repeat center bottom;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: 1px solid #ddd;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

a.button:hover, a.button:focus {
	background-color: #fff;
	text-decoration: none !important;
}

a.button:active {
	background-image: url(images/igrad-30.png);
	background-position: center top;
}

.clear {
	clear: both;
}

h1 {
	margin: 0 0 20px;
	font-family: 'Trebuchet MS';
	font-weight: 900;
	font-weight: bold;
}

h1.recipes {
	height: 27px;
	background: url(images/recipes-header.gif) no-repeat left;
	text-indent: -9999px;
}

h2 {
	margin: 10px 0;
	font-size: 2em;
	color:#ff6d01;
	/* text-transform: uppercase; */
	font-family: 'Trebuchet MS';
	font-weight: bold;
}

h3 {
	margin:5px 0;
	padding:0;
	font-size:1.5em;
	font-family: 'Trebuchet MS';
	font-weight: bold;
}

h4 {
	margin:20px 0 10px;
	padding:0;
	color:#ff6d01;
	font-size:1.3em;
	font-family: 'Trebuchet MS';
	font-weight: bold;
}

hr {
	height: 2px;
	border: 0;
	background: #ccc;
}

hr.small {
	width: 220px;
	margin-left: 0;
	margin-right: 0;
}

.label {
	display: inline-block;
	width: 100px;
}

.module {
	float: left;
	margin-right: 10px;
}

.nomargin {
	margin: 0 !important;
}

p {
	margin: 10px 0;
}

.main-tagline {
	margin-top: 0;
	font-size: 1.5em;
	color: #070707;
}

.tagline {
	margin: 5px 0 10px;
	color:#ff6d01;
}

ul.item-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.item-list li {
	display: block;
	clear: left;
}

ul.item-list li img {
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group Public Home Page */

html.public-home {
	background:#f06800 url(images/publichome-bkgd-repeat.gif) repeat-x top;
	margin:0;
	padding:0;
}

.public-home body {
	background:url(images/publichome-body-bkgd.jpg) no-repeat top center;
	margin:0;
	padding:0;
	font:12px 'Trebuchet MS', Verdana;
}

.hero-bowl {
	margin: 50px 0 0;
	min-height: 500px;
	background: transparent url(images/herobowl-chocflakes.png) no-repeat top center;
}

.home-panels {
	padding: 250px 0 0;
	height: 300px;
	background: url(images/public-home-panels.png) no-repeat bottom center;
}

.home-panels .left-side-panel,
.home-panels .main-panel,
.home-panels .right-side-panel {
	float: left;
}

.home-panels .left-side-panel {
	margin: 35px 0 0 78px;
	width: 182px;
	height: 173px;
}

.home-panels .main-panel {
	margin: 14px 0 0 12px;
	padding: 0;
	width: 356px;
	height: 217px;
}

.home-panels .right-side-panel {
	margin: 35px 0 0 12px;
	width: 182px;
	height: 173px;
}

.homepanel {
	width: 346px;
	height: 207px;
	margin: 0;
	padding: 5px;
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 1.3em;
}

.homepanel h2 {
	height: 0;
	margin: 0;
	text-indent: -9999px;
}

.homepanel p {
	margin: 40px 0 0 165px;
}

.panel1,
.panel2 {
	background-image: url(images/panel-bkgd-1.jpg);
}

.panel3 {
	background-image: url(images/panel-bkgd-2.jpg);
}

.panel4 {
	background-image: url(images/panel-bkgd-3.jpg);
}

.panel5 {
	background-image: url(images/panel-bkgd-4.jpg);
}

.panel6 {
	background-image: url(images/panel-bkgd-5.jpg);
}

.panel1 h2,
.panel2 h2 {
	height: 50px;
}

.panel1 p,
.panel2 p {
	margin-top: 10px;
}

/* @end */

/* @group Interior Tabs */

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabs li {
	display: inline;
}

ul.tabs li a {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	background: #bbb;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

ul.tabs li a:hover {
	text-decoration: none;
	background: #ff6d01;
}

ul.tabs li.current a {
	background: #c00;
}

/* @end */

/* @group Interior Tabs */

ul.content-header-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.content-header-nav li {
	display: inline;
}

ul.content-header-nav li a {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	background: #bbb;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

ul.content-header-nav li a:hover {
	text-decoration: none;
	background: #ff6d01;
}

ul.content-header-nav li.current a {
	background: #c00;
}

/* @end */

/* @group Interior Tabs */

ul#options-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
}

ul#options-nav a {
	color:  #ff6d01;
}

/* @end */

/* @group Alphabet link bar */

ul#letter-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul#letter-list li {
	display: inline;
}

ul#letter-list li a {
	display: block;
	float: left;
	margin: 0 1px 0 0;
	padding: 3px 7px;
	background: #aaa;
	color: #fff;
	font-weight: bold;
}

ul#letter-list li a:hover {
	background: #ff6d01;
	text-decoration: none;
}

ul#letter-list li a.selected {
	background: #c00;
}

/* @end */

/* @group User Profile */

.profile a {
	color: #333;
}

.profile .vcard .avatar, .wire .left-menu .avatar {
	float: right;
}

.profile h4 {
	clear: both;
}

.profile-fields {
	border-collapse: collapse;
	color: #333;
}

.profile-fields p {
	margin: 0;
}

.profile-fields td {
	margin: 0;
	padding: 5px;
}

.profile-fields td.data {
	width: 450px;
}

.profile-fields td.label {
	width: 150px;
}

.profile-fields tr.alt td {
	background: #ffcba3;
}

.settings #item-nav,
.settings #item-body .item-list-tabs {
	display: none;
}

.settings #message {
	font-weight: bold;
}

.settings #message.error {
	color: #c00;
}

/*.settings #item-body .item-list-tabs ul {
	list-style: none;
	margin: 10px 0 20px;
	padding: 0;
}

.settings #item-body .item-list-tabs ul li {
	display: inline;
	padding: 0 10px;
}

.settings #item-body .item-list-tabs ul li#notifications-personal-li {
	border-left: 1px solid #ccc;
}*/

/* @end */

/* @group Header */

#header #header-main {
	float: left;
}

#header h1 {
	float:left;
	width: 269px;
	height: 23px;
	margin:32px 0 7px;
}

#header h1 a {
	display: block;
	width: 269px;
	height: 23px;
	margin:0;
	background: url(images/logo.png) no-repeat;
	text-indent: -9999px;
}

#header .mom-logo {
	display: block;
	float:left;
	width: 134px;
	height: 49px;
	margin:40px 46px 0 40px;
	background: url(images/mom-logo.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

/* @end */

/* @group Main Div */

#main-content {
	width:300px;
	float:left;
}

#main-sidebar {
	width:300px;
	margin-left:20px;
	float:right;
}

#main #comments, #main #respond {
	margin-top: 30px;
}

#main h1.pagetitle {
	color:#ff6d01;
	font-size: 2.5em;
	text-transform: uppercase;
}

#main img.mainpic {
	margin:0 0 10px 20px;
	float:right;
}

#main p.divider {
	height:1px;
	border-bottom:#e6e6e6 solid 2px;
	margin:9px 40px 10px;
	clear:both;
}

#main p.dividersmall {
	height:1px;
	border-bottom:#e6e6e6 solid 2px;
	margin:9px 420px 10px 40px;
}

/* @end */

/* @group Recipes Landing Page */

#main .featured-recipe {
	display: block;
	float: right;
	width: 360px;
	height: 240px;
	margin: 0 0 10px 10px;
}

#main .featured-recipe img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#main .rated-recipes-div {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 2px solid #ccc;
}

#main .rated-recipes-div h2, #main .rated-recipes-div a {
}

#main .rated-recipes-div a:hover {
	text-decoration: underline;
}

#main .rated-recipes .recipe {
	width: 140px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}

#main .rated-recipes .recipe .recipe-image {
	display: block;
	width: 140px;
	height: 100px;
	margin:0 0 5px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#main .rated-recipes .recipe .recipe-image:hover {
}

.recipe-article-description{
	font-size: 1em;
}

#main .rated-recipes .recipe form {
	padding: 0 0 0 10px;
	float: right;
}

#main .rated-recipes .recipe img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
}

#main .rated-recipes .recipe p {
	margin: 0 0 7px;
	padding: 0 0 0 10px;
	line-height:15px;
}

#main .rated-recipes .recipe .recipe-name {
	font-size: 1em;
	font-weight: bold;
}

#main .recent-recipes .recipe {
	clear: left;
	margin: 0 0 10px;
	padding: 0;
}

#main .recent-recipes .recipe .recipe-image {
	display: block;
	float: left;
	width: 170px;
	height: 120px;
	margin: 0 10px 10px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#main .recent-recipes .recipe img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#main .recent-recipes .recipe .recipe-name {
	margin: 0 0 10px;
	font-size: 1.3em;
	font-weight: bold;
}

#main .recipe .rating {
	width: 100%;
	height: 16px;
	margin: 0 0 6px;
}
.recipe-list li.recipe a img{
	height: 60px;
	width: auto;
}
/* @end */

/* @group Recipe Listings */

.recipe-image img {
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.recipe-rating {
	display: block;
	float: left;
	margin: 0 0 10px;
}

.recipe-list, .category-list {
	font-size: 1.2em;
	line-height: 1.5em;
}

.recipe-list, ul li  {
	margin: 0;
	padding: 0;
	list-style: none;
}
.category-list {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding: 0 40px 0 0;
}
.category-list a{
	color:#737171;
	line-height:10px;
}	
.category-list li{
	padding-bottom: 5px;
}	

.recipe-list li {
	display: block;
	clear: both;
}

.recipe-list li p {
	margin: 5px 0 0;
	clear: right;
}

.recipe-print-links {
	float: right;
	padding: 0;
	font-size: 0.9em;
}

.recipe-print-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.recipe-print-links #add-to-box, .recipe-print-links #remove-from-box {
	display: block;
	width: 110px;
	cursor: pointer;
	line-height: 16px;
}

.recipe-print-links #add-to-box img, .recipe-print-links #remove-from-box img {
	margin: 0 3px 0 0;
}

.recipe-listings {
	margin-bottom: 40px;
}

.recipe-listing-header-row {
	margin: 10px 0;
	font-size: 0.8em;
	border-bottom: 1px solid #999;
	color: #999;
}

.recipe-listing {
	height: 20px;
	line-height: 20px;
}

.recipe-listing:hover {
	background: #f5f5f5;
}

.recipe-listing img {
	vertical-align: text-bottom;
}

.recipe-listing .tools {
	float: right;
	margin: 0;
}

.recipe-listing tools a {
	cursor: pointer;
}

#recipes-public-toolbar {
	margin: 10px 0 30px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	background: #fff url(images/grad-50.png) no-repeat center center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.landing-toolbar #recipes-public-toolbar {
	margin: 10px 0;
}

#recipes-public-toolbar a {
	margin-right: 15px;
	text-decoration: none;
	color: #555;
}

#recipes-public-toolbar a:hover {
	color: #db0a12;
}
.r-category-header{
	height: 27px;
	background: url(images/browse-recipes.jpg) no-repeat left;
	text-indent: -9999px;	
}

/* @end */

/* @group Home page profile */

#main .home-profile {
	margin: 10px 0;
	padding: 1px 10px 10px;
	background: #c00 url(images/igrad-200.png) no-repeat center top;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
}

#main .home-profile a {
	color: #fff;
	font-weight: bold;
}

#main .home-profile a:hover {
	color: #fff;
	text-decoration: underline;
}

#main .home-profile a.button {
	color: #000;
	text-decoration: none;
}

#main .home-profile .avatar {
	float: left;
	margin: 0 5px 0 0;
}

#main .home-profile h2 {
	color: #fff;
}

/* @end */

/* @group Sidebar */

/*
#sidebar form {
	height:25px;
	margin:0;
	padding:0;
}

#sidebar form input {
	margin:2px 0 0;
}

#sidebar .submit {
	margin:0 5px 0 0;
	float:right;
}
*/

#sidebar #welcome {
	width:206px;
	height:224px;
	background:url(images/welcome-bkgd.png) no-repeat;
	margin:0 0 15px;
	padding:20px 0 0;
}

#sidebar #welcome .black {
	color:#000;
}

#sidebar #welcome h2 {
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#sidebar #welcome p {
	margin:47px 15px 3px;
	padding:0;
	color:#727272;
	font-size:12px;
	line-height:15px;
}

/* @end */

/* @group Search box */

#search input#s {
	width: 164px;
	height: 16px;
	padding: 4px 6px;
	background: url(images/search-box.png) no-repeat;
	border: none;
	color: #999;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

#search #searchsubmit {
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background: url(images/search-go-btn.png) no-repeat;
	border: none;
	cursor: pointer;
	padding: 0;
}

/* @end */

/* @group Primary Nav */

#nav {
	display:block;
	list-style:none;
	height:39px;
	margin: 3px 0 0;
	padding:0;
	float:left;
}

#nav li {
	width:111px;
	height:39px;
	margin:0 1px 0 0;
	padding:0;
	float:left;
}

#nav li a {
	width:111px;
	height:28px;
	background:url(images/button.png) no-repeat center top;
	margin:0;
	padding:11px 0 0;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	line-height:14px;
	text-decoration:none;
	text-align:center;
	display:block;
	text-shadow: 0 -1px 0 #666;
}

#nav li a:hover {
	background-position-y: center;
}

#nav li a:active {
	background-position-y: bottom;
}

/* @end */
	
/* @group Sidebar Elements  */

#mini-profile, #userbar {
	margin-top:20px;
	width: 100%;
	overflow: hidden;
	color: #333;
}

#mini-profile a, #userbar a {
	color: #333;
}

#mini-profile a strong, #userbar a strong {
	color: #db0a12;
}

#mini-profile div.avatar, #userbar .avatar {
	float:left;
	width:42px;
	height:42px;
	margin:0;
	border:1px solid #ccc;
}

#mini-profile img.avatar, #userbar img.avatar {
	width:42px;
	height:42px;
}

#mini-profile .info, #userbar ul {
	float:left;
	width:150px;
	margin:0 0 0 10px;
}

#mini-profile .info h3, #userbar h3 {
	margin:0;
	padding:0 0 5px;
	text-transform: none;
	font-size: 1.3em;
}

#mini-profile .info h3 a, #userbar h3 a {
	padding-left: 22px;
	background: url(images/sun-icon.png) no-repeat left center;
	color: #db0a12;
}

ul.info-list, #userbar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.info-list li, #userbar ul li {
	display:block;
	height:14px;
	margin:5px 0;
	padding:0 0 0 22px;
	line-height:14px;
}

ul.sidenav {
	margin: 20px 0 30px;
	padding: 0;
	list-style: none;
}

ul.sidenav li {
	margin: 10px 0;
}

ul.sidenav li a {
	display: block;
	width: 205px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: url(images/sidebar-nav-button.jpg) no-repeat center top;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 0 #666;
}

ul.sidenav li a:hover, ul.sidenav li a:focus {
	background-position: center center;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px 0 #600;
}

ul.sidenav li a:active {
	background-position: center bottom;
}

ul.sidenav li a img {
	vertical-align: text-bottom;
}

ul#utility-links {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

ul#utility-links li a {
	color: #ff6d01;
	font-size:.8em;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
}

/* @end */
	
/* @group Site Activity List  */

ul.activity-list {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size: 1em;
}

ul.activity-list li {
	display:block;
	margin: 10px 0;
	padding:10px;
	overflow:hidden;
	background-color: #fff !important;
	background-position: 5px 17px !important;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

ul.activity-list li.achievements {
	background-color: #ffc !important;
	border-color: #ee9;
}

ul.activity-list li.profile {
	background-color: #f8ffef !important;
}

ul.activity-list li .time-since {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #999;
}

ul.activity-list li blockquote {
	margin-top: 0;
}

ul.activity-list li .activity-delete-link {
	display: block;
	text-align: right;
	margin: 5px 0 0;
}

ul.activity-list li .activity-delete-link a {
	color: #ccc !important;
	font-size: 0.9em;
}

ul.activity-list li .activity-delete-link a:hover, ul.activity-list li .activity-delete-link a:focus {
	color: #c00 !important;
}

ul.activity-list li .activity-avatar {
	float:left;
	width:20px;
	margin:5px 10px 5px 15px;
	border: 1px solid #d5d5d5;
}

ul.activity-list li p {
	display:block;
	margin:0;
	padding: 0;
}

/* @end */

/* @group Forums */

div.group-forum {
	display:block;
	margin: 10px 0;
	padding:10px;
	overflow:hidden;
	background-color: #fff !important;
	background-position: 5px 17px !important;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.group-forum .item-avatar {
	float: left;
	margin: 0 10px 10px 0;
}

/* @end */

/* @group Directory Listings */

.directory-listing {
	clear: both;
}

.directory-listing table {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

.directory-listing table th {
	padding: 5px;
	background: #c00 url(images/igrad-30.png) no-repeat center top;
	color: #fff;
}

.directory-listing table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.directory-listing table td.td-title {
	text-align: left;
}

/* @end */

/* @group Achievements */

#dpa .caption p {
	margin: 5px 0;
	line-height: 1em;
}

/* @end */


/* @group My CC */

h1.member {
	height: 27px;
	background: url(images/member.jpg) no-repeat left;
	text-indent: -9999px;
	padding-top: 10px;
}

#mycc-avatar {
	width: 220px;
	clear: both;
	color: #ff6d01;
	font-size: 18px;
}

#mycc-avatar a {
	font-size: 12px;
}

#mycc-avatar img {
	float: left;
	margin: 0 10px 10px 0;
	width: 64px;
	height: 64px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#mycc-avatar p {
	margin-left: 74px;
}

/* @end */

/* @group Fun Page */

h1.fun {
	height: 27px;
	width: 100px;
	background: url(images/header-fun.gif) no-repeat left;
	text-indent: -9999px;
	padding-top: 10px;
}

#main .featured-fun {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#main .featured-fun img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main .featured-fun-article img {
	border-radius: 10px;
	float: left;
	margin: 0 0 0 0;
}

.fun-content-blurb{
	float: left;
	width: 370px;
}

.fun-col-right, .home-col-right{
	float: right;
	width: 370px;
	color:#737272;
	vertical-align: top;
}
.fun-col-right h2{
	margin: 0;

}
.fun-col-left{
	float: left;
	width: 200px;
	color:#737272;

}
.fun-col-left p{
	width: inherit;

}
.fun-page-bottom{
	float: left;
	margin-top:20px;
}


.fun-box1 h3, .fun-box2 h3, .fun-box3 h3{	
	font-size: 1em;
}
.fun-box1{
	width:174px;
	float: left;
	padding: 0 0 0 10px;
}
.fun-box2{
	width:195px;
	float: left;
	margin: 40px 0 0 5px;
}
.fun-box3{
	width:208px;
	float: left;
	margin: 45px 0 0 0;
}
.fun-box3 img{
	margin-top: -10px;
}
.fun-box1 img{
	margin-top: 40px;
}
/* @end */
/* @group Money Page */

h1.money {
	height: 27px;
	width: 213px;
	background: url(images/money.png) no-repeat left;
	text-indent: -9999px;
	padding-top: 10px;
}
.tagline-money{
	font-size: 1.2em;
	
}
.fun-box1 h3, .fun-box2 h3, .fun-box3 h3{	
	font-size: 1em;
}
.coupon-box1{
	float: left;
	width:  138px;
	padding: 0 10px 0 0;
	color: #f11e02;
	font-size: 1em;
}
.coupon-box2{
	float: left;
	width:  138px;
	padding: 0 10px 0 0;
	color: #f11e02;
	font-size: 1em;
}
.coupon-box3{
	float: left;
	width:  138px;
	padding: 0 10px 0 0;
	color: #f11e02;
	font-size: 1em;
}
.coupon-box4{
	float: left;
	width:  138px;
	padding: 0 10px 0 0;
	color: #f11e02;
	font-size: 1em;
}
/* @end */

/* @group Health Page */
.health-image {
	float: left;
	margin: 0 10px 10px 0;
	padding-bottom: 30px;
}
.health-article-name{
	font-size: 1.5em;
	font-weight: bold;
	color: #ff6e01;
}
.health{
	margin-top: 40px;
	height:30px;
	background:url(images/health-header.png) no-repeat;
	text-indent: -9999px;
}
.tagline-health-descrip{
	color: #737272;
	text-transform: uppercase;
	font-size: 1.2em;
}
/* @end */
/* @group Member Hub */
.hello{
	background: url(images/hello-header.jpg) no-repeat;
	height: 40px;
	text-indent: -9999px;
}
.home-col-left{
	float: left;
	width: 200px;
	color:#737272;
	}
.profile-update{
	width: 567px;
	height: 51px;
	color: #fff;
	background: url(images/dark-grey-gradient.jpg) no-repeat;
	font-size: 1.3em;
	line-height: 51px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
}
.profile-update a{
	text-decoration: none;
} 
.fpo-banner{
	float: left;
	margin-top: 10px;
}

.go-button{
	width:111px;
	height:28px;
	background:url(images/go-button.png) no-repeat center top;
	margin:5px 0 0 3px;
	padding:11px 0 0;
	color:#737272;
	font-size:.9em;
	line-height:15px;
	text-decoration:none;
	text-align:center;
	display:block;
	float: right;
}

.go-button:hover {
	text-decoration:none;
}

.go-button:active {
	background-position-y: bottom;
}

/* @end */
/* @group Member Home*/
ul.member-nav li a{
	display: block;
	width: 205px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: url(images/sidebar-nav-button.jpg) no-repeat center top;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 0 #666;
	margin:  0 0 5px 0;
}
ul.member-nav li a:hover, ul.member-nav li a:focus {
	background-position: center center;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px 0 #600;
}

ul.member-nav li a:active {
	background-position: center bottom;
}

ul.member-nav li a img {
	vertical-align: text-bottom;
}

ul.member-nav{
	padding: 0 0 0 10px;
}


fieldset
{
	float: left;
	display: block;
	width: 17em;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
}

.radio label{
	width: 30px;
	float: left;
	font-weight: normal;
	margin: 0;
}
 .label{
 	margin-bottom: 10px;
 	font-weight: bold;
 	float: left;
 	clear: right;
 	width: 400px;
 }
 

.radio .label{
	float: left;
	padding-right: 5px;
	width: 300px;
}

.checkbox{
	float: left;
	width: 600px;
	margin: 30px 0 30px 0;
}

.checkbox label{
	width: 300px;
	float: left;
	font-weight: normal;
	margin: 0 0 .5em 0;
}
.checkbox label input{
	margin:0;
}

label{
	width: 250px;
	display: block;
	float: left;
	margin: 0 50px 0 0;
	font-weight: bold;
}


fieldset.radio input{width: 20px;}

fieldset.radio label{font-weight: normal;}

select{display: block;}
.description{clear: both;}

#avatar-upload input{
	margin-bottom:10px
}

.button-nav{
	padding: 0;
}

.button-nav li.current a{
	font-weight: bold;
}

ul.button-nav li a{
	padding: 0 15px 0 15px;
	float: left;
	margin-bottom: 30px;
	border-left: solid 1px #dadada;
	border-right: solid 1px #dadada;
	height: 15px;
	margin-right: -1px;
}

#footer-public{
	width:915px;
	text-align: center;
	margin: -20px 0 30px;
	padding: 0;
}

#footer-public p a {
	color: #fff;
	margin: 0 10px;
}

.home-button{
	background: url('images/public-button-bg.png') no-repeat;
	width: 171px;
	height: 33px;
	color: #fff;
	display: inline-block;
	padding-right: 15px;
	line-height: 33px;
	font-size: 1em;
}
/* @end */
.page-id-42 #content{
	float: none;
	padding-left: 70px;
	
}
#rememberme{
	float:none;
	width:10px;
	margin: 5px;
}
#clnav li{
	float: left;
	margin: 0 10px 0 0;
}
form.loginform p.submit{
	width: 100px;
	margin: 0 100px 0 0;
	float: left;
}
