/*:::::::::: MAIN STYLES:::::::::::*/
/* PLEASE DO NOT REMOVE COMMENTS */
body {
	background-color: #f7fbf8; /* BODY_BACKGROUND_COLOR */
	background-image: url(none); /* BODY_BACKGROUND_IMAGE */
	background-position: top left; /* BODY_BACKGROUND_POSITION */
	background-repeat: repeat; /* BODY_BACKGROUND_REPEAT */
	background-attachment: fixed; /* BODY_BACKGROUND_ATTACHMENT */
}
.module {
    background-color: #ffffff; /* MODULE_BACKGROUND_COLOR */
	border-width: 2px; /* MODULE_BORDERWIDTH */
	border-color: #e5eeaf; /* MODULE_BORDER_COLOR */
	border-style: solid; /* MODULE_BORDER_STYLE */
	margin: 0px 0px 0px 0px;
	width: auto;
	height: auto;
}
.module ul 
{
	font: normal 11px Arial; color: #888; text-decoration: none; text-align: left;
	padding: 0px 10px 10px 10px;
	margin: 0px;
	list-style-type: none;
}
.module ul li
{
	padding: 2px 10px 2px 0px;
	margin: 0px;
}
.module ul li a
{
	color: #888;
	text-decoration: none;
}
.module ul li a:hover
{
	text-decoration: underline;
}
/*::::::::::ZONES::::::::::::::::*/
#holder {
	width: 830px;
	padding: 0px;
	margin: 30px auto 10px auto;
	filter:alpha(100); /* MODULE_OPACITY */
	-moz-opacity:1; /* MODULE_OPACITY_DECIMAL */
	opacity:1; /* MODULE_OPACITY_DECIMAL */
	-khtml-opacity:1; /* MODULE_OPACITY_DECIMAL */
}
#top {
    background-color: #ffffff; /* MODULE_BACKGROUND_COLOR */
	border-width: 2px; /* MODULE_BORDERWIDTH */
	border-color: #e5eeaf; /* MODULE_BORDER_COLOR */
	border-style: solid; /* MODULE_BORDER_STYLE */
	margin: 10px 0px 20px 0px;
	width: 826px;
}
#top h1{
	font-family: Arial; /* HEADER_FONTFAMILY */
	font-size: 24px; /* HEADER_FONTSIZE */
	color: #a2cf75; /* HEADER_COLOR */
	font-weight: bold; /* HEADER_FONTWEIGHT */
	font-style: normal; /* HEADER_FONTSTYLE */
	text-decoration: none; /* HEADER_TEXTDECORATION */
	text-align: center; /* HEADER_TEXTALIGN */
	padding: 10px 10px 5px 10px;
	margin: 0px;
	}
#top h2 
{
	font-family: Arial; /* HEADER_SUBTITLE_FONTFAMILY */
	font-size: 12px; /* HEADER_SUBTITLE_FONTSIZE */
	color: #888; /* HEADER_SUBTITLE_COLOR */
	font-weight: normal; /* HEADER_SUBTITLE_FONTWEIGHT */
	font-style: normal; /* HEADER_SUBTITLE_FONTSTYLE */
	text-decoration: none; /* HEADER_SUBTITLE_TEXTDECORATION */
	text-align: center; /* HEADER_SUBTITLE_TEXTALIGN */
	padding:0px 10px 5px 10px;
	margin: 0px;
}
/*::::::::::STYLES FOR COLUMN WITH USER PROFILE, WEIGHTLOSS, PHOTOS, ETC::::::*/
#column {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 230px;
	float: left;
}
#column h1 {
	font-family: "Arial";
	font-size: 14px;
	color: #87695a;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	padding: 5px 0px 10px 10px;
}
/*-------Profiledata Module-------*/
#profiledata img
{
	width: 100px;
	height: 100px;
	border: 1px solid;
	border-color: #e4e4e4;
	margin: 0px 10px 15px 10px;
	float: left;
}
#profiledata p a.online
{
	background: url(images/contact_icon.gif) no-repeat left;
	font: 11px Arial; color: #00a300; 
	padding: 5px 0px 5px 20px;
	margin: 10px 0px 12px 0px;
	text-transform: uppercase;
}
#profiledata p a.online:hover
{
	text-decoration: underline;
}
/*--------Contact User & Add a Friend---------*/
#contactuser 
{
	margin: 0px auto 0px auto;
	padding: 0px 0px 10px 0px;
	text-align: center;
	clear:both;
}
#contactuser a img
{
	display: inline;
	border: 0px none;
	margin: 0px 2px 0px 2px;
	width: auto;
	height: auto;
	float: none;
}
/*--------QUICKNAV--------*/
.postlinks 
{
	font-family: Arial; /* POST_FONTWEIGHT */
	font-size: 10px; /* POST_FONTSIZE */
	color: #888; /* POST_COLOR */
	font-weight: bold; /* POST_FONTWEIGHT */
	font-style: normal; /* POST_FONTSTYLE */
	text-decoration: none; /* POST_TEXTDECORATION */
	text-transform: none;
	text-align: right; /* POST_TEXTALIGN */
	padding: 12px 10px 12px 10px;
}
.postlinks a
{
	font-family: Arial; /* LINKS_FONTFAMILY */
	font-size: 10px; /* LINKS_FONTSIZE */
	color: #888; /* LINKS_COLOR */
    font-weight: bold; /* LINKS_FONTWEIGHT */
	font-style: normal; /* LINKS_FONTSTYLE */
	text-decoration: underline; /* LINKS_TEXTDECORATION */
	text-transform: none;
}
.postlinks a:hover
{
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	cursor: pointer;
}
.infotitle 
{
	font-family: Arial; /* INFO_TITLE_FONTFAMILY */
	font-size: 14px; /* INFO_TITLE_FONTSIZE */
	color: #87695a; /* INFO_TITLE_COLOR */
	font-weight: bold; /* INFO_TITLE_FONTWEIGHT */
	font-style: normal; /* INFO_TITLE_FONTSTYLE */
	text-decoration: none; /* INFO_TITLE_TEXTDECORATION */
	text-transform: uppercase;
	text-align: left; /* INFO_TITLE_TEXTALIGN */
	padding: 5px 10px 10px 10px;
}
.postdate 
{
	font-family: "Arial";
	font-size: 11px;
	color: #ccff66;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	padding: 0px 0px 10px 0px;
}
.infodata 
{
	font-family: Arial;
	font-size: 10px;
	color: #87b956;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	margin: 3px 0px 3px 0px;
	padding: 0px 10px 0px 5px;
}
.infolinks 
{
	font-family: Arial; /* INFO_FONTFAMILY */
	font-size: 11px; /* INFO_FONTSIZE */
	color: #888; /* INFO_COLOR */
	font-weight: normal; /* INFO_FONTWEIGHT */
	font-style: normal; /* INFO_FONTSTYLE */
	text-decoration: none; /* INFO_TEXTDECORATION */
	text-transform: none;
	text-align: left; /* INFO_TEXTALIGN */
	padding: 2px 2px 2px 2px;
}
.infolinks a
{
	color: #888;
	text-decoration: none;
}
#right {
	margin: 0px 0px 0px 0px;
	width: 560px;
	padding: 0px;
	float: right;
	height: auto;	
}
/*::::::::::WEIGHTLOSS:::::::::::::*/
#weightloss {
    background: #ffffff; /* MODULE_BACKGROUND_COLOR */
	border: 2px solid #e5eeaf; /* MODULE_BORDER_COLOR */
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}
#weightloss img {
	width: 180px;
	height: 180px;
	margin: 0px auto 0px 25px;
}
#weightloss table
{
	width: 180px;
	border: 0px none;
	margin: 5px 0px 0px 25px;
	font: normal 11px Arial, Verdana; color: #888;
}
#weightloss table td {
	margin: 1px 0px 0px 0px;
	padding: 0px 1px 0px 1px;
	font: normal 11px Arial, Verdana; color: #888;
}
#weightloss table td.right {
	width: 85px;
	border: 1px solid #ddd;
	text-align: right;
	margin: 0px 0px 0px 4px;
}
/*::::::::::CALENDAR::::::::::::*/
#calendar {
    background: #ffffff; /* MODULE_BACKGROUND_COLOR */
	border: 2px solid #e5eeaf; /* MODULE_BORDER_COLOR */
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	height: auto;
}
#calendar #calendar_header
{
	background: #f4f4f4;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	font: bold 11px Arial, Verdana; text-align:center;
	height: 50px;
}
#calendar #calendar_header .first_line
{
	font: normal 16px Arial; color: #666;
	padding: 2px 0px 0px 0px;
}
#calendar #calendar_header .second_line
{
	font: normal 14px Arial; color: #666;
	padding: 0px 0px 2px 0px;
}
#calendar #calendar_body
{
	background: transparent;
	border: 1px solid #eeeeee;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
#calendar #calendar_body .row
{
	height: 16px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	text-align: center;
}
#calendar #calendar_body .first_line, #calendar #calendar_body .second_line
{
	background: #666666;
	height: 16px;
	padding: 0px;
	text-align: center;
	font: bold 10px Arial, Verdana;
	color: #fff;
}
#calendar #calendar_body .normal
{
	font: bold 10px Arial, Verdana; color: #333; text-align: center;
	background: #eee;
	border: 1px solid #F2EEED;
}
#calendar #calendar_body .normal:hover
{
	color: #C6ACB8;
	background: #F2EEED;
	border: 1px solid #333;
}
#calendar #calendar_body .normal_selected
{
	font: bold 10px Arial, Verdana; color: #C6ACB8; text-align: center;
	background: #fff;
	border: 1px solid #C6ACB8;
}
#calendar #calendar_body .normal_selected:hover
{
	color: #005098;
}
#calendar #calendar_body .event{
	font: bold 10px Arial, Verdana; color: #C6ACB8; text-align: center;
	background: #fff;
}
#calendar #calendar_body .event_selected
{
	font: bold 10px Arial, Verdana; color: #C6ACB8; text-align: center;
	background: #fff;
	border: 1px solid #C6ACB8;
}
#calendar #calendar_body .event_selected:hover
{
	color: #E47F00;
}
/*::::::::::PHOTOS::::::::::::*/
#photos 
{
    background: #ffffff; /* MODULE_BACKGROUND_COLOR */
	border: 2px solid #e5eeaf; /* MODULE_BORDER_COLOR */
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	text-align: center;
}
#photos a {
	font: normal 11px Arial; color: #999;
	padding: 0px;
}
#photos a img {
	width: 190px;
	height: auto;
	border: 1px solid #eee;
	margin: 2px 0px 5px 15px;
	display: block;
}
/*::::::::::FRIENDS LIST::::::::::::*/
#friends_list {
    background: #ffffff; /* MODULE_BACKGROUND_COLOR */
	border: 2px solid #e5eeaf; /* MODULE_BORDER_COLOR */
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
}
/*::::::::::OTHER::::::::::::*/
.rss
{
	width: 160px;
	height: 24px;
	padding: 0px;
	margin: 5px auto 0px auto;
}
.rss a
{
	background: url(images/feed.jpg) no-repeat left;
	padding: 5px 0px 3px 22px;
	display: block;
	font: normal 11px Arial, Verdana; color: #333; text-decoration: none;
}
.login 
{
	width: 195px;
	padding: 0px;
	margin: 10px 10px 10px 0px;
	clear: both;
	border: 2px solid #e5eeaf;
	background: #fff;
	float: left;
}
.login td
{
	font: normal 10px Arial; color: #364235; text-transform: uppercase; text-decoration: none; text-align: right;
	padding: 1px 2px 1px 4px;
	margin: 0px;
	background: #eee;
}
.login td.header
{
	color: #364235;
	background: #fcfcfc;
	border-color: #bbb #fff #fff #bbb;
	font-weight: bold; text-align: left;
	padding: 3px 0px 3px 3px;
}
.login td input 
{
	background: #fff;
	font: normal 9px Arial, Verdana; color: #364235; text-transform: none;
	padding: 1px; 
	border: 1px solid #E7E7E7;
	margin: 2px 2px 0px 2px;
	cursor: default;
}
.login td input.login_button
{
	background: #fcfcfc;
	text-align: center;
	padding: 2px;
	width: 106px;
	height: 20px;
	margin: 2px 8px 0px 0px;
	cursor: pointer;
	border-color: #fff #bbb #bbb #fff;
}
.loginalert
{
	font: bold 13px Arial, Verdana; color: #364235; text-transform: none;
	padding: 0px;
	margin: 0px;
	display: block;
}
/*::::::::::POST::::::::::::::*/
#contentblock {
	width: 550px;
	background: none;
	border: 0px none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}
.post {
	font: normal 13px Trebuchet MS; color: #364235; text-transform: none;text-align: justify;
	background-color: #ffffff; /* MODULE_BACKGROUND_COLOR */
	border-width: 2px; /* MODULE_BORDERWIDTH */
	border-color: #e5eeaf; /* MODULE_BORDER_COLOR */
	border-style: solid; /* MODULE_BORDER_STYLE */
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
.post h1 {
	font-family: Arial; /* POST_TITLE_FONTFAMILY */
	font-size: 16px; /* POST_TITLE_FONTSIZE */
	color: #87695a; /* POST_TITLE_COLOR */
	font-weight: bold; /* POST_TITLE_FONTWEIGHT */
	font-style: normal; /* POST_TITLE_FONTSTYLE */
	text-decoration: none; /* POST_TITLE_TEXTDECORATION */
	text-align: left; /* POST_TITLE_TEXTALIGN */
	padding: 0px;
	margin: 0px;
}
.post img
{
	margin: 0px;
}
.post a img.edit
{
	margin: 0px -10px 0px 0px;
	padding: 0px;
	border: 0px none;
	width: 20px;
	height: 20px;
}
.post ul li
{
	list-style-type:disc;
	margin: 5px 0px 0px 15px;
}
.postdate 
{
	font: bold 10px Arial; color: #c97d1a; text-decoration: none; text-transform: uppercase;
	text-align: left; /* DATES_TEXTALIGN */
}
.post .gallery_image {
	border: 1px solid #eee;
	margin: 0px 0px 10px 20px;
	float: left;
	max-width: 360px;
}
.post .gallery_text {
	font: normal 12px Trebuchet MS; color: #666; text-align: justify;
	margin: 0px 0px 10px 20px;
	clear: both;
}
.postauthor 
{
	font-family: Arial; /* POST_FONTWEIGHT */
	font-size: 10px; /* POST_FONTSIZE */
	color: #888; /* POST_COLOR */
	font-weight: bold; /* POST_FONTWEIGHT */
	font-style: normal; /* POST_FONTSTYLE */
	text-decoration: none; /* POST_TEXTDECORATION */
	text-transform: none;
	text-align: right; /* POST_TEXTALIGN */
	padding: 12px 10px 12px 10px;
}
.postauthor a
{
	font-family: Arial; /* LINKS_FONTFAMILY */
	font-size: 10px; /* LINKS_FONTSIZE */
	color: #888; /* LINKS_COLOR */
    font-weight: bold; /* LINKS_FONTWEIGHT */
	font-style: normal; /* LINKS_FONTSTYLE */
	text-decoration: underline; /* LINKS_TEXTDECORATION */
	text-transform: none;
}
.postauthor a.top
{
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	color: #333;
}
.postauthor a.top:hover
{
	text-decoration: underline;
}
#form_comment p
{
	font-family: Arial; /* POST_FONTWEIGHT */
	font-size: 11px; /* POST_FONTSIZE */
	color: #888; /* POST_COLOR */
	font-weight: bold; /* POST_FONTWEIGHT */
	font-style: normal; /* POST_FONTSTYLE */
	text-decoration: none; /* POST_TEXTDECORATION */
	text-transform: none;
	text-align: left; /* POST_TEXTALIGN */
	padding: 0px;
}
/*::::::::::DETAILS::::::::::::*/
.error
{
	font: bold 11px Trebuchet MS; 
	color: #ff0000;
}
.error input{
	background: #FFCFCF;
	border: 1px solid #FF7272;
}
.error select
{
	background: #FFCFCF;
	margin-top: 2px; 
	padding: 0px;
}
.error textarea
{
	background: #FFCFCF;
	border: 1px solid #A5ACB2;
	padding: 0px 0px 0px 5px;
}
.tracker
{
	margin: 15px 0px 20px 0px;
	padding: 0px;
	border: 2px solid #E5EEAF;
	float: right;
}
.tracker a img
{
	border: 0px none;
	padding: 0px;
}
.invisible
{
	display: none;
}
#pagination 
{
	width: 335px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
	float: right;
}
#pagination ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#pagination ul li 
{
	float: left;
	margin: 0px 2px 0px 2px;
	font: bold 9px Arial, Verdana; color: #333; text-align: center;
	border: 1px solid #333;
	background: #fff;
	width: 16px;
}
#pagination ul li.current 
{
	float: left;
	margin: 0px 2px 0px 2px;
	font: bold 9px Arial, Verdana; color: #333; text-align: center;
	border: 1px solid #333;
	background: #ddd;
	width: 16px;
}
#pagination ul li a 
{
	color: #333;
	text-decoration: none;
	padding: 1px;	
	display: block;
}
#pagination ul li a:hover 
{
	color: #fff;
	background: #333;
	border-color: #fff;
}
#footer
{
	font: 12px Arial; color: #999; text-align: center;
    background-color: #ffffff; /* MODULE_BACKGROUND_COLOR */
	border-width: 2px; /* MODULE_BORDERWIDTH */
	border-color: #e5eeaf; /* MODULE_BORDER_COLOR */
	border-style: solid; /* MODULE_BORDER_STYLE */
	margin: 30px auto 10px auto;
	padding: 5px 0px 5px 0px;
	width: 826px;
	height: 90px;
	clear: both;
}
.visit
{
	padding: 5px 5px 5px 5px;
	border: 1px solid;
	width: 110px;
	border-color: #ccc;
	margin: 15px auto 10px auto;
	font: 11px Arial; color: #6f452d; text-transform: uppercase; text-decoration: none; text-align: center;
	clear: both;
}
.visit .counter
{
	color: #6f452d;
	margin-left: 10px;
	border: 0px none;
}
#footer p
{
	padding: 0px;
}
/*:::::::::COMMENTS:::::::*/
.comments_header
{
	font: bold 12px Trebuchet MS; color: #C6ACB8; text-transform: uppercase; text-align: right;
	padding: 4px 4px 4px 0px;
	margin: 0px 0px 0px 0px;
}
/*::::::::::PHOTO ALBUM::::::::::::*/
.photo_album h1
{
	display: none;
}
ul.photo_album 
{
	list-style-type: none;
	margin: 12px 0px 30px 0px;
	padding: 8px 4px 6px 4px;
	width: 472px;
	background: #fff;
}
 ul.photo_album li
{
	font: normal 12px Arial, Verdana; color: #777; text-align: left; 
	padding: 1px 5px 2px 20px;
	margin: 0px 0px 3px 5px;
	line-height: 18px;
	display: block;
	background: url(images/album.gif) no-repeat left top;
	text-transform: uppercase;
}
 ul.photo_album li a
{
	color: #333;
	text-decoration: none;
	margin: 0px 0px 0px 0px; 

}
 ul.photo_album li a:hover
{
	text-decoration: underline;
	color: #111;
}
.gallery_image
{
	margin-right: 15px;
}

/*::::::::::BANNER::::::::::::*/
#banner_top
{
	padding: 0px 0px 0px 0px;
	margin: 10px auto 10px auto;
	text-align: center;
}
#banner_right
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border: 0px none;
}
#banner_bottom
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#music
{
	padding: 0px 0px 10px 0px;
	text-align: center;
}
#wysiwyg_textarea
{
	width: 480px;
}
.clearbar
{
	width: 100%;
	height:5px;
	clear: both;
	display: block;
}
