body {
	background: #F4F4EE url(images/pattern.gif) repeat;
	margin: 0px;
	padding: 0px;
}
.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;
	clear: both;
}
.tracker a img
{
	border: 0px none;
	cursor: pointer;
	
}
#holder {
	width: 740px;
	padding: 0px;
	margin: 0px 0px 10px -370px;
	position: absolute;
	left: 50%;
	top: 30px;
	background: #fff;
	border: solid #F4F4EE;
	border-width: 1px;
}
#top {
	background: #fff;
	height: 100px;
	width: 680px;
	margin:20px 0px 0px 30px;
    border:1px solid #F4F4EE;
}
#top h1 {
	margin:0px;
 	padding:28px 0px 6px 20px;
  	font: bold 22px Arial;
  	color:#2D3953;
  	text-transform:uppercase;
  	letter-spacing:.1em;
	text-align: center;
	border-color:#FFFBFD;
	border-width: 1px 1px 0px 1px;
}
#top h2 {
	margin:0px;
  	padding:0px 0px 20px 21px;
  	font:11px Arial;
  	text-transform:uppercase;
  	letter-spacing:.1em;
  	color:#CBB1B1;
	text-align: center;
}
#main {
	background: #fff;
	width: 740px;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
#quicknav 
{ 
	width: 200px;
	padding: 5px 0px 15px 0px;
	margin: 5px 0px 20px 0px;
	border: 0px none;
	clear: both;
	font: normal 10px Arial; text-align: center;
	border-bottom: 1px dotted #ece1e3;
}
#quicknav h1
{ 
	display: none;
}
#quicknav ul 
{
	width: 175px;
	/*height: 14px;*/
	padding: 0px 0px 0px 0px;
	color: #b93292; text-decoration: none;
	margin: 0px 0px 0px 0px;
	background: none;
	display: block;
	text-transform: none;
	list-style: none;
}/*
#quicknav ul li
{
	width: 173px;
	height: 12px;
	padding: 2px 0px 2px 0px;
	color: #999; text-decoration: none;
	border: 1px solid #444;
	margin: 0px 0px 2px 0px;
	background: #111;
	display: block;
	text-transform: none;
	list-style: none;
}*/
#quicknav ul li a 
{
	width: 173px;
	height: 12px;
	padding: 2px 0px 2px 0px;
	color: #b93292; text-decoration: none;
	border: 1px solid #dec6d5;
	margin: 0px 0px 2px 0px;
	background: #FFFBFD;
	display: block;
	text-transform: none;
	list-style: none;
}
#quicknav ul li a:hover
{
	color: #333;
	background: #FFFBFD;
	border-color: #999;
	cursor: pointer;
}

/*:::::::::: ESTILOS PARA RIGHT::::::::::::::::*/
#contentblock {
	background: transparent;
	margin: 20px 0px 10px 0px;
	width: 465px;
	padding: 5px;
	float: right;
	overflow: hidden;
}
.postdate {
	padding: 3px 0px 3px 0px;
	margin: 10px 0px 4px 0px;
	font: bold 10px Arial; color: #6C7B9B; text-transform: uppercase; text-align: left;
	clear: both;
}
.post {
	width: 425px;
	clear: both;
	padding: 10px 0px 0px 15px;
	margin: 0px 0px 30px 0px;
	border: 1px solid #F4F4EE;
	background: #FFF;
	overflow: hidden;
}
.post img {
	font: normal 12px  Arial, Verdana; color: #333; text-align: justify;
	float: none;

}
.post h1 {
	font: bold 16px Arial; text-transform: uppercase; text-align: left;
	color: #B93473;
	padding: 2px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	clear: both;
}
.post p {
	font: normal 12px Trebuchet MS; color: #444; text-align: justify;
	padding: 8px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.post ul {
	font: normal 12px Trebuchet MS; color: #444; text-align: justify;
	padding: 8px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	clear: none;
	list-style: circle;
}
.post ul li {
	font: normal 12px Trebuchet MS; color: #444; text-align: justify;
	padding: 8px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: none;
	list-style: circle;
}
.postauthor {
	padding: 6px 15px 10px 15px;
	margin: 10px 0px 0px 0px;
	font: bold 10px Arial; color: #888; text-align: right;
	clear: both;
	background: #FFFBFD;
	border-top: 1px solid #F4F4EE;
}
.postauthor a {
	color: #6C7B9B;
	font: bold 10px Arial;
	text-decoration: underline;
}
.postauthor a.top
{
	background: url(images/blog_top.gif) no-repeat left top;
	padding: 0px 0px 0px 15px;
	margin-left: 10px;
	text-decoration: none;
	color: #a9a9a9;
}
.postauthor a.top:hover
{
	text-decoration: underline;
}
/*::::::::::ESTILOS PARA COMMENTS EXPANDIDOS:::::::*/
.comments_header
{
	background: #fff;
	font: bold 12px Trebuchet MS; color: #C6ACB8; text-transform: uppercase; text-align: right;
	padding: 4px 4px 4px 0px;
	margin: 0px 0px 0px 0px;
}
#add_comment {
	font: bold 12px Trebuchet MS; color: #333; text-transform: uppercase; text-align: right;
	padding: 4px 4px 4px 0px;
	margin: 20px 0px 20px 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;
}
#pagination {
	width: 335px;
	padding: 0px 0px 0px 45px;
	margin: 15px 0px 15px 0px;
	clear: both;
}
#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{
	font: 12px Arial; color: #999; text-align: center;
	clear: both;
	width: 740px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
}
#footer p
{
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.visit /*BLOG=VISITS COUNTER*/
{
	padding: 3px 5px 3px 5px;
	border: 1px solid;
	width: 120px;
	border-color: #ccc;
	margin: 5px 0px 10px 0px;
	font: 11px Arial; color: #666; text-transform: uppercase; text-decoration: none; text-align: center;
	clear: both;
	display: inline;
}
.visit .counter
{
	color: #6f452d;
	margin-left: 10px;
	border: 0px none;
}
/*::::::::::ESTILOS PARA COLUMN::::::::::::::::*/
#column {
	background: transparent;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	width: 230px;
	float: left;
}
.profiledata
{
	width: 220px;
	padding: 0px 0px 20px 0px;
	margin: 15px 0px 0px 0px;
	float: right;
}
.profiledata h1 {
  margin: 20px 0px 10px 0px;
  font: bold 14px Arial;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#2D3953;
  text-align: left;
  }
.profiledata img
{
	width: 100px;
	height: 100px;
	border: 1px solid;
	border-color: #ddd;
	margin: 0px 12px 15px 0px;
	float: left;
	clear: both;
}
.profiledata ul
{
	font: 11px Arial; color: #6f3f5d;  text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	float: left;
	clear: both;
}
.profiledata ul li
{
	font: 11px Arial; color: #6f3f5d;  text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.profiledata ul li span
{
	font: 11px Arial; color: #b9188a;   text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.profiledata ul li a
{
	text-decoration: none;
	background: none;
}
.profiledata ul li a.profilecontact
{
	background: transparent url(images/contact_icon.gif) no-repeat top left;
	font: 11px Arial; color: #aaa; 
	padding: 4px 0px 4px 34px;
	margin: 10px 0px 15px 0px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	top: 5px;
}
.profiledata ul li a.profilecontact:hover
{
	color: #777;
	text-decoration: underline;
}
.profiledata p
{
	font: 11px Arial; color: #6f3f5d;  text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}
.profiledata p a
{
	text-decoration: none;
	background: none;
}
.profiledata p a:hover
{
	color: #777;
	text-decoration: underline;
}
.profiledata ul li a.online
{
	background: url(images/online1.gif) no-repeat left;
	font: 11px Arial; color: #00a300; 
	padding: 5px 0px 5px 20px;
	margin: 10px 0px 12px 0px;
	text-transform: uppercase;
	cursor: pointer;
}
.profiledata ul li a.online:hover
{
	text-decoration: underline;
}
/*:::::::::: ESTILOS PARA WEIGHTLOSS::::::::::::::::*/
#weightloss {
	margin: 20px 0px 20px 0px;
	width: 180px;
	border-bottom: 1px solid #E6ECF7;
	padding: 0px 0px 15px 0px;
}
#weightloss p
{
	padding: 0px;
	margin: 0px;
}
#weightloss h1 {
  margin: 20px 0px 10px 0px;
  font: bold 14px Arial;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#2D3953;
  text-align: left;
  }
#weightloss img {
	width: 180px;
	height: 180px;
	font: bold 10px Arial, Verdana; color: #333;
}
table#weightloss  {
	width: 180px;
	border: 0px none;
	margin-top: 5px;
}
table#weightloss td {
	font: bold 10px Arial; color: #555; vertical-align: top;
	margin: 1px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
}
table#weightloss td.right {
	text-align: right;
	width: 80px;
	border: 1px solid #ddd;
	background: #fff;
	color: #98A7C9;
}

/*::::::::::ESTILOS PARA EL CALENDARIO::::::::::::::::*/
#calendar {
	width: 180px;
	height: 220px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #E6ECF7;
	padding: 0px 0px 5px 0px;
}
#calendar h1 {
  margin: 20px 0px 10px 0px;
  font: bold 14px Arial;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#2D3953;
  text-align: left;
  }
#calendar #calendar_header{
	background: #FFFBFD;
	width: 160px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 10px;
	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: 158px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 11px;
	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 {
	background: transparent;
	padding: 20px 0px 15px 0px;
	margin: 20px 0px 10px 0px;
	width: 182px;
	border-bottom: 1px solid #E6ECF7;
}
#photos h1 {
  margin: 20px 0px 10px 0px;
  font: bold 14px Arial;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#2D3953;
  text-align: left;
  }
#photos a {
	font: normal 11px Arial; color: #999; text-align: left;
	padding: 2px;
	background: #fff;
	border: 1px solid #eee;
	margin: 0px 0px 10px 0px;
	display: block;
	width: 182px;
}
#photos img {
	width: 180px;
	height: 180px;
	border: 1px solid #eee;
	margin: 2px 0px 10px 0px;
	display: block;
}
/*friends list*/
#friends_list {
	background: transparent;
	border-bottom: 1px solid #E6ECF7;
	padding: 0px 0px 10px 0px;
	margin: 20px 5px 15px 0px;
	width: 180px;
	clear: both;
}
#friends_list h1 {
  margin: 20px 0px 10px 0px;
  font: bold 14px Arial;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#2D3953;
  text-align: left;
  }
#friends_list ul 
{
	font: 11px Arial; color: #888; text-align: left; 
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#friends_list ul li 
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#friends_list ul li a 
{
	background: transparent url(images/friendlink2.gif) no-repeat left top;
	display: block;
	padding: 0px 0px 2px 8px;
	color: #98A7C9;
	text-decoration: none;
}
#friends_list ul li a:hover 
{
	background: transparent url(images/friendlink2.gif) no-repeat left top;
	color: #5F4D63;
	text-decoration: underline;
}
/*NEW OPTIONS*/
#lastposts
{
	width: 180px;
	padding: 0px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
	background: transparent;
	border-bottom: 1px solid #E6ECF7;
}
#lastposts h1 {
  margin: 20px 0px 10px 0px;
  font: bold 14px Arial;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#2D3953;
  text-align: left;
  }
#lastposts ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	width: 180px;
}
#lastposts ul li
{
	font: normal 11px Arial, Verdana; color: #AABAD0; text-align: left;
	padding: 1px 0px 1px 10px;
	margin: 0px 0px 3px 0px;
	line-height: 15px;
	display: block;
	background: url(images/friendlink2.gif) no-repeat left top;
}
#lastposts ul li a
{
	color: #98A7C9;
	text-decoration: none;
	margin: 0px 0px 0px 0px; 
}
#lastposts ul li a:hover
{
	text-decoration: underline;
	color: #5F4D63;
}
#lastposts ul li a.counts
{
	color: #AABAD0;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
}
#lastposts ul li a.counts:hover
{
	text-decoration: underline;
}
.rss
{
	width: 160px;
	height: 24px;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}
.rss a
{
	background: url(images/rss_icon.gif) no-repeat left;
	padding: 7px 0px 5px 37px;
	height: 12px;
	font: normal 11px Arial, Verdana; color: #777; text-decoration: none;
}
.login 
{
	width: 100px;
	padding: 0px;
	margin: 5px 0px 10px 0px;
	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 7px 0px 10px;
	cursor: default;
}
.login td input.login_button
{
	background: #fcfcfc;
	text-align: center;
	padding: 2px;
	width: 80px;
	height: 20px;
	margin: 2px 7px 0px 0px;
	cursor: pointer;
	border-color: #fff #bbb #bbb #fff;
}
.login td input.login_button{
	background: #bbb;
	text-align: center;
	padding: 2px;
	width: 90px;
	height: 20px;
	margin: 2px 8px 0px 0px;
	cursor: pointer;
	border-color: #fff #bbb #bbb #fff;
	text-transform: uppercase;
}
.loginalert
{
	font: bold 13px Arial, Verdana; color: #fff; text-transform: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	display: block;
}
#banner_top
{
	padding: 0px 0px 14px 0px;
	margin: 10px 0px 10px 0px;
}
#banner_right
{
	padding: 8px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
#banner_bottom
{
	padding: 2px 0px 6px 0px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.photo_album h1
{
	display: none;
}
ul.photo_album 
{
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 8px 4px 6px 4px;
	width: 440px;
	border: 1px solid #eee;
	background: #fff;
}
 ul.photo_album li
{
	font: normal 12px Arial, Verdana; color: #999; 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;
}
#music
{
	padding: 0px 0px 10px 0px;
	text-align: center;
}
#wysiwyg_textarea
{
	width: 380px;
}
