/*:::::::::: MAIN STYLES:::::::::::*/
/* PLEASE DO NOT REMOVE COMMENTS */
body {
	background-color:#f7fbf8; /* BODY_BACKGROUND_COLOR */
	background-image:url(http://i18.photobucket.com/albums/b145/jackiereitz/weightbg.jpg); /* BODY_BACKGROUND_IMAGE */
	background-position:top left; /* BODY_BACKGROUND_POSITION */
	background-repeat:repeat; /* BODY_BACKGROUND_REPEAT */
	background-attachment:scroll; /* 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: 10px 0px 20px 0px;
	width: auto;
	height: auto;
*/	
}
.module {
	background-color:#ffffff; /* MODULE_BACKGROUND_COLOR */
	border-width:3px; /* MODULE_BORDERWIDTH */
	border-color:#029edf; /* MODULE_BORDER_COLOR */
	border-style:solid; /* MODULE_BORDER_STYLE */
	margin: 10px 0px 20px 0px;
	width: auto;
	height: auto;
}
.toptitle {
	font-family:"Georgia"; /* HEADER_FONTFAMILY */
	font-size:27px; /* HEADER_FONTSIZE */
	color:#77e200; /* 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;
	}
.topsubtitle {
	font-family:"Georgia"; /* HEADER_SUBTITLE_FONTFAMILY */
	font-size:14px; /* HEADER_SUBTITLE_FONTSIZE */
	color:#151108; /* HEADER_SUBTITLE_COLOR */
	font-weight:normal; /* HEADER_SUBTITLE_FONTWEIGHT */
	font-style:normal; /* HEADER_SUBTITLE_FONTSTYLE */
	text-decoration:none; /* HEADER_SUBTITLE_TEXTDECORATION */
	text-align:right; /* HEADER_SUBTITLE_TEXTALIGN */
	padding:0px 10px 5px 10px;
	}
.posttitle {
	font-family:"Georgia"; /* POST_TITLE_FONTFAMILY */
	font-size:16px; /* POST_TITLE_FONTSIZE */
	color:#77e200; /* 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: 2px 15px 8px 15px;
	}
.postdate {
	font-family:Arial; /* DATES_FONTFAMILY */
	font-size:10px; /* DATES_FONTSIZE */
	color:#22b5c6; /* DATES_COLOR */
	font-weight:bold; /* DATES_FONTWEIGHT */
	font-style:normal; /* DATES_FONTSTYLE */
	text-decoration:none; /* DATES_TEXTDECORATION */
	text-transform: uppercase;
	text-align:left; /* DATES_TEXTALIGN */
	padding: 2px 12px 12px 12px;
	}
.postmain {
	font-family:"Georgia"; /* POST_FONTFAMILY */
	font-size:13px; /* POST_FONTSIZE */
	color:#364235; /* POST_COLOR */
	font-weight:normal; /* POST_FONTWEIGHT */
	font-style:normal; /* POST_FONTSTYLE */
	text-decoration:none; /* POST_TEXTDECORATION */
	text-transform: none;
	text-align:justify; /* POST_TEXTALIGN */
	padding: 8px 12px 0px 12px;
	}
.postlinks {
	font-family:Arial; /* POST_FONTWEIGHT */
	font-size:13px; /* POST_FONTSIZE */
	color:#364235; /* 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:#000000; /* LINKS_COLOR */
	font-weight:bold; /* LINKS_FONTWEIGHT */
	font-style:normal; /* LINKS_FONTSTYLE */
	text-decoration:underline; /* LINKS_TEXTDECORATION */
	text-transform: none;
	}
	/*XXX
.postlinks a:hover{
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	}
	*/
.infotitle {
	font-family:"Arial"; /* INFO_TITLE_FONTFAMILY */
	font-size:14px; /* INFO_TITLE_FONTSIZE */
	color:#77e200; /* 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;
	}
/*
.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:#4c4c4c; /* 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 12px 2px 12px;
	}
.infolinks a
{
	color: #888;
	text-decoration: none;
}
/*::::::::::ZONES::::::::::::::::*/
#holder {
	width: 830px;
	padding: 0px;
	margin: 30px auto 10px auto;
	filter:Alpha(Opacity=84); /* MODULE_OPACITY */
	-moz-opacity:0.84; /* MODULE_OPACITY_DECIMAL */
	opacity:1.00; /* MODULE_OPACITY_DECIMAL */
	-khtml-opacity:1.00; /* MODULE_OPACITY_DECIMAL */
}
#top {
/*	height: 80px; */
	height: auto;
	min-height: 80px;
	width: 800px;
	margin:0px 0px 0px 10px;	
}
#right {
	margin: 0px 0px 0px 0px;
	width: 560px;
	padding: 0px;
	float: right;
/*	overflow: hidden; */
	height: auto;	
}
#left {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	width: 230px;
	float: left;
/*	overflow: hidden; */
	height: auto;
}
#footer{
	font: 12px Arial; color: #999; text-align: center;
	clear: both;
	width: 830px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 20px 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 5px;
	border: 1px solid #222;
	float: right;
}
.invisible
{
	display: none;
}
#pagination {
	width: 335px;
	padding: 0px 0px 0px 45px;
	margin: 5px 0px 5px 0px;
}
#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;
}
#spacer {
	width: 630px;
	height: 1px;
	background: transparent;
	overflow: hidden;
	clear: both;
}
#footer .visit
{
	padding: 3px 5px 3px 5px;
	border: 1px solid;
	width: 110px;
	border-color: #ccc;
	margin: 5px 0px 10px 0px;
	font: 11px Arial; color: #6f452d; text-transform: uppercase; text-decoration: none; text-align: center;
}
#footer .visit .counter
{
	color: #6f452d;
	margin-left: 10px;
}
  
/*::::::::::POST::::::::::::::*/
#right .post {
	width: 540px;
	clear: both;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
}
#right .post .gallery_image {
	border: 1px solid #eee;
	margin: 0px 0px 10px 20px;
	float: left;
	max-width: 360px;
}
#right .post .gallery_text {
	font: normal 12px Trebuchet MS; color: #666; text-align: justify;
	margin: 0px 0px 10px 20px;
	clear: both;
}
#right .postlinks a.blog_top
{
	padding: 0px 0px 0px 5px;
	margin-left: 2px;
	text-decoration: none;
	color: #a9a9a9;
}
#right .postlinks a.blog_top:hover
{
	text-decoration: underline;
}

/*:::::::::COMMENTS:::::::*/
#right .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;
}
#right #post_holder {
	background: #fff;
	font: normal 11px Trebuchet MS; color: #333; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
#right #post_holder #add_comment {
	font: bold 12px Trebuchet MS; color: #333; text-transform: uppercase; text-align: right;
	padding: 4px 4px 4px 0px;
	margin: 0px 0px 5px 0px;
}
#right #post_holder form {
	padding: 5px 0px 0px 20px;
	margin: 0px;
}
#right #post_holder form input {
	background: #fff;
	font: normal 11px Arial, Verdana; color: #333; text-align: left;
	padding: 2px; 
	border: 1px solid #333;
	margin: 3px 0px 5px 0px;
	max-width: 240px;
}
#right #post_holder form textarea {
	background: #fff;
	font: normal 10px Arial, Verdana; color: #333; text-align: left;
	padding: 2px; 
	border: 1px solid #333;
	margin: 3px 0px 5px 0px;
	width: 300px;
}
#right #post_holder form #security_number {
	background: transparent;
	font: bold 10px Trebuchet MS, Verdana; color: #C6ACB8; text-align: left;
	padding: 0px 0px 0px 0px;
	clear: both;
}
#right #post_holder form #security_number img {
	width: 92px;
	height: 36px;
	border: 1px solid #333;
	margin: 15px 0px 15px 0px;
}
#right #post_holder form .blue_button { 
	width: 70px;
	height: 22px;
	border: 1px solid #666;
	font: bold 10px Trebuchet MS, Verdana; color: #fff; text-align: center;
	padding: 2px 0px 5px 0px;
	cursor: pointer;
	background: #444;
}
#right #post_holder form .close_button {
	background: transparent url(images/post_commentsbutton.gif) no-repeat; 
	width: 70px;
	height: 20px;
	border: 0px none;
	font: bold 10px Trebuchet MS, Verdana; color: #333; text-align: center;
	padding: 2px 0px 5px 0px;
	margin-left: 20px;
	cursor: pointer;
}

/*::::::::::PROFILEDATA::::::::::::*/
#left .profiledata
{
	font: normal 10px Arial; color: #666;
	padding: 0px 0px 15px 8px;
	margin: 8px 0px 10px 0px;
	width: 220px;
}
#left .profiledata img
{
	width: 100px;
	height: 100px;
	border: 1px solid;
	border-color: #e4e4e4;
	margin: 0px 6px 15px 0px;
	float: left;
	overflow: hidden;
}
#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;
	cursor: pointer;
}
#left .profiledata p a.online:hover
{
	text-decoration: underline;
}

/*::::::::::QUICKNAV::::::::::::*/
#quicknav 
{ 
	background: transparent; 
    padding: 0px 6px 5px 6px; 
	margin: 10px 0px 10px 0px;
	width: 215px;
	clear: both;
	font: bold 9px Arial; text-align: left;
	letter-spacing: 0.1em; text-transform: uppercase;
}
#quicknav ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 200px;
}

/*::::::::::LAST POSTS::::::::::::*/
.lastposts
{
	width: 205px;
	padding: -2px 2px 5px -5px;
	margin: 3px 0px 10px 0px;
	background: transparent;
}
.lastposts ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
}
.lastposts ul li
{
	padding: 1px 0px 1px 10px;
	margin: 0px 0px 3px 0px;
	display: block;
}

/*::::::::::WEIGHTLOSS:::::::::::::*/
#left #weightloss {
	width: 220px;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 10px 5px;
	text-align: center;
}
#left #weightloss #graph {
	width: 180px;
	height: 180px;
	font: bold 10px Arial, Verdana; color: #333;
	margin: 0px 0px 0px 0px;
}
#left #weightloss table {
	width: 185px;
	border: 0px none;
	margin: 5px 0px 0px 0px;
}
#left #weightloss table td {
	margin: 1px 0px 0px 0px;
	padding: 0px 1px 0px 1px;
}
#left #weightloss table td.right {
	width: 85px;
	border: 1px solid #ddd;
}

/*::::::::::CALENDAR::::::::::::*/
#calendar {
	width: 210px;
	padding: 0px 5px 5px 5px;
	margin: 10px 0px 10px 5px;
}
#calendar #calendar_header{
	background: #f4f4f4;
	width: 180px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 12px;
	text-align:center;
	font: bold 11px Arial, Verdana;
	height: 50px;
}
#calendar #calendar_header .first_line{
	clear: both;
	font: 16px Arial; color: #666;
	padding: 2px 0px 0px 0px;
}
#calendar #calendar_header .second_line{
	clear: both;
	font: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 0px 0px 12px;
	text-align: center;
}
#calendar #calendar_body .row{
	height: 16px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	text-align: center;
}
#calendar #calendar_body .first_line{
	background: #666666;
	height: 16px;
	padding: 0px;
	text-align: center;
	font: bold 10px Arial, Verdana;
	color: #fff;
}
#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:hover{
	color: #C6ACB8;
}
#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::::::::::::*/
#left #photos {
	background: transparent;
	padding: 0px 0px 5px 5px;
	margin: 10px 0px 10px 10px;
	width: 210px;
}
#left #photos .pic {
	font: normal 11px Arial; color: #999; text-align: left;
}
#left #photos .pic p {
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 0px 10px;
}
#left #photos .pic img {
	width: 190px;
	height: 190px;
	border: 1px solid #eee;
	margin: 2px 0px 5px 0px;
}

/*::::::::::FRIENDS LIST::::::::::::*/
#friends_list {
	background: transparent;
	padding: -5px 5px 5px -8px;
	margin: 0px 0px 5px 0px;
	width: 205px;
	clear: both;
}
#friends_list ul 
{
	font: 11px Arial; color: #888; text-align: left; 
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	border: 0px none;
}
#friends_list ul li 
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#friends_list ul li a 
{
	display: block;
	padding: 0px 0px 2px 8px;
	text-decoration: none;
}

/*::::::::::OTHER::::::::::::*/
.rss
{
	width: 160px;
	height: 24px;
	padding: 0px;
	margin: 5px 0px 5px 20px;
}
.rss a
{
	background: url(images/feed.jpg) no-repeat left;
	padding: 5px 0px 3px 22px;
	height: 12px;
	font: normal 11px Arial, Verdana; color: #555; text-decoration: none;
}
.login 
{
	width: 200px;
	padding: 0px;
	margin: 10px 0px 10px 8px;
	clear: both;
	border: 1px solid #eee;
	background: #fff;
}
.login td
{
	font: normal 10px Arial; color: #888; text-transform: uppercase; text-decoration: none; text-align: right;
	padding: 1px 2px 1px 4px;
	margin: 0px;
	background: #eee;
}
.login td.header
{
	color: #666;
	background: #fcfcfc;
	border-color: #bbb #fff #fff #bbb;
	font-weight: bold; text-align: center;
	padding: 3px;
}
.login td input 
{
	background: #fff;
	font: normal 9px Arial, Verdana; color: #333; text-transform: uppercase;
	padding: 1px; 
	border: 1px solid #E7E7E7;
	margin: 2px 8px 0px 10px;
	cursor: default;
}
.login td input.login_button
{
	background: #fcfcfc;
	text-align: center;
	padding: 2px;
	width: 180px;
	height: 20px;
	margin: 2px 8px 0px 0px;
	cursor: pointer;
	border-color: #fff #bbb #bbb #fff;
}

/*::::::::::HOLDERCONTACT::::::::::::*/
#contact 
{
	padding: 0px 15px 0px 15px;
	margin: 20px 15px 10px 15px;
	width: 540px;
	height: 380px;
}
#holdercontact 
{
	width: 520px;
	height: 360px;
	padding: 0px 10px 0px 10px;
	margin: 10px 10px 10px 10px;
	
}
#holdercontact form 
{
	float: right;
	width: 310px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#holdercontact form input 
{
	background: #fff;
	font: normal 11px Trebuchet MS, Trebuchet MS; color: #333; text-align: left;
	padding: 2px; 
	border: 1px solid #ccc;
	margin: 3px 0px 5px 0px;
}
#holdercontact form textarea 
{
	background: #fff;
	font: normal 11px Trebuchet MS, Trebuchet MS; color: #333; text-align: left;
	padding: 2px; 
	border: 1px solid #ccc;
	margin: 3px 0px 5px 0px;
	width: 280px;
}
#holdercontact form #security_number 
{
	background: transparent;
	font: bold 10px Trebuchet MS; color: #617A9D; text-align: left; vertical-align: top;
	padding: 0px 0px 10px 0px;
	height: 40px;
	clear: both;
}
#holdercontact form #security_number img 
{
	width: 92px;
	height: 36px;
	border: 1px solid #617A9D;
	margin: 5px 0px 0px 15px;
}
#holdercontact form .send, #holdercontact form .close  
{
	width: 50px;
	height: 25px;
	border: 1px solid #ccc;
	font: normal 10px Trebuchet MS; color: #666; text-align: center;
	padding: 2px 3px 5px 2px;
	margin-right: 15px;
	background: #eee; 
	cursor: pointer;
	float: left;
}
#holdercontact form .message 
{
	font: bold 11px Trebuchet MS; color: #333; text-align: left;
	margin: 10px 0px 0px 0px;
}
#contact_error
{
	color: #E21E23;
	font-weight: bolder;
	padding-left: 10px;
}
#contact_sent
{
	color: #5186DE;
	font-weight: bolder;
	padding-left: 20px;
}
#profile_info 
{ 
	width: 155px;
	height: 260px;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	padding: 0px 5px 0px 10px;
	border: 1px solid #F4F4EE;
	float: left;
}
#profile_info #foto 
{
	border: 1px solid #ddd;
	width: 100px;
	height: 100px;
	padding: 0px;
	margin: 15px 0px 10px 25px;
}

/*::::::::::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: 2px 0px 2px 0px;
}
#banner_right
{
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#banner_bottom
{
	padding: 2px 0px 2px 0px;
	text-align: center;
}
#music
{
	padding: 0px 0px 10px 0px;
	text-align: center;
}
