/*
About components.css
--------------
This stylesheet contains styles for modulular html items. Such as p, h2, a, dl, etc.
Components.css should -not- contain styles for block elements that determine the layout, such as headers, main navigation, wrappers, etc. For design structure, use style.css.
*/

body {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px;	
}
h1, h2, h3, h4, h5, h6 {
	padding: 5px 0 10px 0;
	margin: 0;
}
h2 {
	color: #5ca9a9;
	background: #fff;
	line-height: 25px;
	height: 25px;
	padding: 0;
	font-size: 18px;
	clear: both;
}
h3 {
	color: #005A5A;
	font-size: 14px;
}
p {
	padding: 5px 0 8px 0;
	margin: 0;
}
a {
	/**/
}
a:hover {
	/**/
}
.submitted {
	display: none;
}
.form-required {
	display: none;			
}
.tiny {
	font-size: 10px;
	font-weight: normal;
}
/*take share link off private pages*/
#center .links .addthis {
	display: none;
}
.green1 {
	color: #9CBD11;
}
.green2 {
	color: #5C7012;
}

/*sytem messeges*/
.messages {
	background:	#E0FFAF;
	padding: 3px 50px;
	border: 1px solid #ACCF74;
	margin: 0 30px;
}

/*fieldset {
	-moz-border-radius: 8px; border-radius: px;
}*/
input, select {
	border: 1px solid #aeb57d;
}
input.form-submit, input.teaser-button, #save_exercise_questions, #nutrition-add-other {
	background: #d0d6a6 url(images/button.gif) top left no-repeat;
	border: 1px solid #727a33;
	color: #371E5C;
	font-size: 13px;
	height: 26px;
	padding: 0 10px;
	font-weight: bold;
}
textarea {
	/*border: 2px solid #aeb57d;*/
}
textarea.form-textarea {
	border: 1px solid #AEB57D!important;
}
label {
  color: #005A5A;	
	font-size: 13px;
	line-height: 15px;
	padding-bottom: 2px;
}

/*tables*/
table, table tr, table thead, table tbody, table tr th, table tr td {
	border: 0;
}
table tr th, table tr td {
	vertical-align: top;
}
table tr.odd, table tr.even {
	border: 0;
}
table tr.odd td {
	background: #EFFEFF;
}
table tr.even td {
	background: #fff;
}

/*navigation*/
ul.icon-nav {
	height: 95px;	
}
ul.icon-nav, ul.icon-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, Sans-Serif;
	/*border: 1px solid red;*/
}
ul.icon-nav {
	margin-left: 130px;
}
ul.icon-nav li {
	float: left;
	margin-right: 5px;
}
.icon-nav li a {
	/*border: 1px solid red;*/
	display: block;
	text-align: center;
	height: 95px;
	width: 75px;
	text-decoration: none;
	font-weight: bold;
	color: #5d761c;
	font-size: 12px;
}
.icon-nav li a.active {
	background: #E9EFC2;
}
.icon-nav li a:hover {
	background: #A5AF62;
	color: #fff;
}
.icon-nav .img-wrap {
	height: 55px;
	padding-top: 5px;
	/*border: 1px solid red;*/
}

/*welcome messege*/
.welcome-messege {
		/*border: 1px solid red;*/
		text-align: right;
		padding: 0 5px 3px 5px;
		color: #5D761C;
}
.welcome-messege a {
		color: #34205B;
		text-decoration: none;
		font-style: italic;
}
.welcome-messege .welcome-actions {
	font-size: 9px;
	color: #5D761C;
	padding-top: 2px;
}
.welcome-messege .welcome-actions a {
	color: #5D761C;
	text-decoration: none;
	font-style: normal;
}

/*user picture printed on journal page*/
#user-image-block {
	text-align: center;
	padding: 10px 0 0 0;
}
#user-image-block img {
	border: 3px solid #aeb57d;			
}
.edit-my-picture {
	width: 220px;	
	text-align: left;
	padding: 0 20px 20px 20px;
	font-size: 9px;
}

/*goals list on the journal page*/
#block-goals-0 {
	padding: 0 20px;			
}
#block-goals-0 .edit-goals-link {
	font-size: 9px;
}
#block-goals-0 h2 {		
	font-size: 14px;
	background: transparent;
	color: #005A5A;
	padding-bottom: 10px;
}
#block-goals-0 ul, #block-goals-0 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#block-goals-0 ul li {
	margin-bottom: 8px;
	background: #E9EFC2;
	color: #515F2F;
	padding: 5px 8px;
	font-size: 10px;
	line-height: 12px;	
}
#block-goals-0 .status-mark {
		font-size: 9px;
		color: #666;
		text-align: right;
		line-height: 12px;
		margin-top: 5px;
		padding: 2px;
}
#block-goals-0 .status-0 .status-mark {
	background: #BFE8FF;			
}
#block-goals-0 .status-1 .status-mark {
	background: #C1EFB3;			
}
#block-goals-0 .status-2 .status-mark {
	background: #DDDFD1;
}

/*forums*/
/*reply form*/
.box h2 {
	font-size: 14px;
	background: transparent;
	color: #005A5A;
	border-bottom: 1px solid #9FAF78;
}
.box #comment-form {
	/*border: 1px solid red;*/
}

/*Kelly fixing drupal's lame styles*/
/***********************************/
#tabs-wrapper {
	display: inline;
}
.profile {
	clear: none;
}
.node-form .standard {
  clear: none;
}
div.meta {
	display: none;
}
form div.container-inline-date {
	display: block;
	height: 60px;
}
.date-clear-block {
	clear: none;
}
/*disable annoying teaser checkbox*/
.teaser-checkbox {
  padding-top: 1px;
  display: none; /* ADD THIS */
}


