body
{
	cursor: default;
	background: #625E55;
	font: normal 11px Trebuchet MS;
	margin: 0px;
	padding: 0px;
}
#no_post
{
	text-align: center;
	padding: 20px;
	width: 300px;
	border:1px solid #000;
	font: 13px Arial; 
}
#holder 
{
	width: 900px;
	margin: 0px auto 0px auto;
}
#preview_layer {
	background: transparent url(images/transparent.gif) repeat;
	width: 900px;
	min-height: 1500px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	z-index: 120;
}

/*:::::::::::: Quicknav :::::::::::::::*/
#quicknav 
{ 
	width: 210px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 13px 15px 0px;
	border: 0px none;
	background: transparent;
	float: right;
	font: normal 10px Arial color: #fff; text-align: center;
}
#quicknav h1
{ 
	display: none;
}
#quicknav  ul
{ 
	width: 210px;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px none;
	background: transparent;
	float: right;
	font: normal 10px Arial color: #625e55; text-align: center;
}
#quicknav ul li
{
	width: 210px;
	height: 15px;
	padding: 2px;
	color: #625e55; text-decoration: none; text-align: center;
	margin: 1px 0px 1px 5px;
	border: 1px solid #C3BEBC;
	background: #f2e9cc;
	float: left;
	display: block;
}
#quicknav ul li a
{
	width: 210px;
	height: 15px;
	color: #625e55; text-decoration: none; text-align: center;
	background: #f2e9cc;
	float: left;
	display: block;
}
#quicknav a:hover 
{
	color: #000;
	cursor: pointer;
}/*
#quicknav a 
{
	width: 114px;
	height: 15px;
	padding: 2px;
	color: #D7D6D3; text-decoration: none;
	margin: 10px 0px 10px 5px;
	border: 1px solid #C3BEBC;
	background: #86827A;
	float: left;
	display: block;
}
#quicknav a:hover 
{
	border: 1px solid;
	border-color: #fff;
	color: #fff;
}*/

/*:::::::::::: TOP :::::::::::::::*/
#top{
	background: transparent url(images/top.jpg) no-repeat left top;
	width: 900px; 
	height: 219px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#top h1
{
	font: 26px Impact; text-transform: uppercase; color: #222;
	padding: 40px 0px 5px 400px;
	margin: 0px;
	text-align:left;
}
#top h2
{
	font: 13px Arial; text-transform: uppercase; color: #666;
	padding: 0px 0px 5px 400px;
	margin: 0px;
	text-align:left;
}
#main
{
	background: transparent url(images/middle.gif) repeat-y;
	width: 900px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	clear: both;
	float: left;
}

/*:::::::::::: CONTENTBLOCK :::::::::::::::*/
#contentblock
{
	width: 560px;
	float: left;
	padding: 10px 0px 30px 25px;
	margin: 0px 0px 0px 0px;
}
.postdate
{
	font: bold 10px Arial; text-transform: uppercase; color: #666;
}
.post h1 
{
	font: bold 17px Trebuchet MS; text-transform: uppercase; color: #333;
	margin: 4px 0px 15px 0px;
	padding: 0px;
}
.post {
	font: normal 13px Trebuchet MS;
	color: #333;
	clear: both;
	text-align: left;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	width: 540px;
}
.post p {
	font: normal 13px Trebuchet MS; color: #333; text-align: left;
}
.post img {
	float: none;
}
.post ul {
	font: normal 13px Trebuchet MS; color: #333; text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	list-style: circle;
}
.post ul li {
	font: normal 13px Trebuchet MS; color: #333; text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style: circle;
}
.postauthor
{
	padding: 10px 0px 3px 0px;
	margin: 5px 0px 45px 0px;
	font: bold 10px Arial; color: #666; text-align: left;
	clear: both;
	background: transparent url(images/bottom_dot.gif) repeat-x left top;
}
.postauthor a {
	color: #333;
	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;
	cursor: pointer;
}

.comments_header 
{
	font: bold 14px Trebuchet MS; color: #666;
	border: 0px none;
	margin: 5px 0px 10px 0px;
}
#add_comment 
{
	font: bold 12px Trebuchet MS; text-transform: uppercase; color: #D97E32;
	border: 0px none;
	margin: 20px 0px 20px 0px;
}
#security_number 
{
	background: transparent;
	font: bold 10px Trebuchet MS, Verdana; color: #333; text-align: left; vertical-align: top;
	padding: 10px 0px 10px 0px;
	clear: both;
}
#security_number img 
{
	width: 92px;
	height: 36px;
	border: 1px solid #fff;
	margin: 10px 0px 0px 0px;
}
.tracker
{
	border: 1px solid #999;
	margin: 20px 0px 20px 0px;
	clear: both;
	float: left;
}
.tracker a img
{
	border: 0px none;
	cursor: pointer;
	
}
#pagination 
{
	width: 430px;
	padding: 0px;
	margin: 20px 0px 20px 10px;
	clear: both;
}
#pagination ul 
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#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;
}

/*:::::::::::: COLUMN :::::::::::::::*/
#column
{
	width: 225px; 
	margin: 5px 0px 0px 0px;
	padding: 0px 20px 20px 15px;
	float: right;
	background: transparent url(images/right_dot.gif) repeat-y left top;
}

/*:::::::::::: Profile :::::::::::::::*/
.profiledata
{
	width: 220px;
	padding: 5px 0px 30px 0px;
	margin: 0px 0px 10px 0px;
	clear: both;
	background: transparent url(images/bottom_dot.gif) repeat-x left bottom;
}
.profiledata  h1
{
	font: bold 15px Trebuchet MS; color: #333; text-align: left;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
}
.profiledata img
{
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	margin: 0px 5px 10px 0px;
	padding: 4px;
	background: #FBF9F2;
	float: left;
	display: block;
}
.profiledata ul
{
	font: normal 11px Arial; color: #333; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
.profiledata ul li
{
	font: normal 11px Arial; color: #333; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	list-style: none;
}
.profiledata ul li span
{
	font: normal 11px Arial; color: #CC9900; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
.profiledata ul li a
{
	font: normal 11px Arial; color: #333; text-align: left; text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	list-style: none;
}
.profiledata ul li a:hover
{
	cursor: pointer;
}
.profiledata ul li a.profilecontact
{
	background: transparent url(images/mail.gif) no-repeat left;
	font: 11px Arial; color: #666; 
	padding: 10px 0px 4px 20px;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}
.profiledata ul li a.profilecontact:hover
{
	background: transparent url(images/mail_open.gif) no-repeat left;
	cursor: pointer;
}
.profiledata p
{
	font: normal 11px Arial; color: #333; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
.profiledata p a
{
	font: normal 11px Arial; color: #333; text-align: left; text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}
.profiledata p a:hover
{
	cursor: pointer;
}
.profiledata p a.online
{
	font: 11px Arial; color: #00a300; 
	padding: 5px 0px 5px 20px;
	margin: 10px 0px 12px 0px;
	text-transform: uppercase;
	cursor: pointer;
}
.profiledata p a.online:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/*:::::::::::: Last Posts :::::::::::::::*/
#lastposts
{
	width: 210px;
	padding: 15px 0px 10px 0px;
	margin: 30px 0px 20px 5px;
	background: transparent url(images/bottom_dot.gif) repeat-x left bottom;
	float: left;
}
#lastposts h1
{
	font: bold 15px Trebuchet MS; color: #333; text-align: left;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
}
#lastposts ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 8px 3px 8px 0px;
	width: 208px;
}
#lastposts ul li
{
	font: normal 11px Arial, Verdana; color: #777; text-align: left;
	padding: 2px 5px 3px 15px;
	margin: 0px 0px 3px 5px;
	line-height: 13px;
	display: block;
	background: url(images/icon_post.gif) no-repeat left top;
}
#lastposts ul li a
{
	color: #666;
	text-decoration: none;
	margin: 0px 0px 0px 0px; 

}
#lastposts ul li a:hover
{
	text-decoration: underline;
	color: #444;
	cursor: pointer;
}
#lastposts ul li a.counts
{
	color: #444;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
}
#lastposts ul li a.counts:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/*:::::::::::: Weightloss :::::::::::::::*/
#weightloss
{
	margin: 15px 0px 15px 0px;
}
#weightloss h1
{
	font: bold 15px Trebuchet MS; color: #333; text-align: left;
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 5px;
}
#weightloss p
{
	margin: 0px;
	padding: 0px;
}
#weightloss img {
	width: 190px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 20px 10px;
	font: bold 10px Arial, Verdana; color: #555;
	background: transparent url(images/bottom_dot.gif) repeat-x left bottom;
	border: 1px solid #CC9900;
}
table#weightloss  {
	width: 175px;
	border: 0px none;
	margin: 5px 0px 0px 15px;
}
table#weightloss td {
	font: normal 10px Verdana; color: #555; vertical-align: middle;
	margin: 3px 0px 0px 0px;
	padding: 0px 5px 2px 0px;
}
table#weightloss td.right {
	text-align: right;
	width: 70px;
	border: 1px solid #d8d8d8;
	margin: 0px 0px 0px 4px;
	background: #FBF9F2;
	color: #444;
	float: left;
}

/*:::::::::::: Calendar :::::::::::::::*/
#calendar 
{
	width: 190px;
	padding: 10px 5px 10px 10px;
	margin: 15px 0px 15px 10px;
	clear: both;
	background: transparent url(images/bottom_dot.gif) repeat-x left bottom;
}
#calendar h1
{
	font: bold 15px Trebuchet MS; color: #333; text-align: left;
	margin: 0px 0px 15px 5px;
	padding: 0px 0px 0px 5px;
}
#calendar #calendar_header
{
	width: 185px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee;
}
#calendar #calendar_header .first_line
{
	clear: both;
	font: normal 14px Arial; text-align: center;
	padding: 0px;
	color: #666;
}
#calendar #calendar_header .second_line
{
	clear: both;
	font: normal 12px Arial; text-align: center;
	padding: 0px;
	color: #666;
}
#calendar #calendar_body{
	background: transparent;
	border: 1px solid #eeeeee;
	width: 183px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#calendar #calendar_body .row{
	height: 18px;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	text-align: center;
}
#calendar #calendar_body .first_line
{
	background: #888;
	height: 18px;
	padding: 0px;
	text-align: center;
	font: bold 10px Arial, Verdana;
	color: #fff;
}
#calendar #calendar_body .second_line
{
	background: #888;
	height: 18px;
	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: #D97E32;
	background: #F2EEED;
	border: 1px solid #333;
}
#calendar #calendar_body .normal_selected
{
	font: bold 10px Arial, Verdana; color: #D97E32; text-align: center;
	background: #fff;
	border: 1px solid #D97E32;
}
#calendar #calendar_body .normal_selected:hover
{
	color: #005098;
}
#calendar #calendar_body .event
{
	font: bold 10px Arial, Verdana; color: #D97E32; text-align: center;
	background: #fff;
}
#calendar #calendar_body .event:hover
{
	color: #D97E32;
}
#calendar #calendar_body .event_selected
{
	font: bold 10px Arial, Verdana; color: #D97E32; text-align: center;
	background: #fff;
	border: 1px solid #D97E32;
}
#calendar #calendar_body .event_selected:hover
{
	color: #E47F00;
}

/*:::::::::::: Friends List :::::::::::::::*/
#friends_list
{
	width: 205px;
	padding: 1px;
	margin: 20px 0px 20px 10px;
	background: transparent url(images/bottom_dot.gif) repeat-x left bottom;
}
#friends_list h1
{
	font: bold 15px Trebuchet MS; color: #333; text-align: left;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 0px 5px;
}
#friends_list ul
{
    font: normal 11px Arial, Verdana; color: #777; text-align: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 8px 3px 8px 0px;
}
#friends_list ul li
{
	padding: 0px;
	margin: 2px 0px 2px 5px;
	display: compact;
}
#friends_list ul li a
{
	background: transparent url(images/icon_friend.gif) no-repeat left top;
	display: block;
	padding: 2px 5px 2px 15px;
	color: #666;
	text-decoration: none;
	display: compact;
}
#friends_list ul li a:hover
{
	text-decoration: underline;
	color: #444;
	cursor: pointer;
}

/*:::::::::::: Photos :::::::::::::::*/
#photos {
	width: 192px;
	clear: both;
	padding: 5px 0px 10px 0px;
	margin: 15px 0px 15px 10px;
	background: transparent url(images/bottom_dot.gif) repeat-x left bottom;
}
#photos h1
{
	font: bold 15px Trebuchet MS; color: #333; text-align: left;
	margin: 0px 0px 15px 5px;
	padding: 0px 0px 0px 5px;
}
#photos a {
	font: normal 12px Arial; color: #444; text-align: left;
	padding: 2px 1px 2px 1px;
	border: 1px solid #f8f8f8;
	margin: 2px 0px 10px 0px;
	width: 192px;
	display: block;
	cursor: pointer;
}
#photos img {
	width: 190px;
	height: 190px;
	border: 1px solid #d8d8d8;
	cursor: pointer;
	display: block;
}

/*:::::::::::: Other :::::::::::::::*/
.rss
{
	width: 160px;
	height: 24px;
	padding: 0px;
	margin: 10px 0px 5px 10px;
}
.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  #CC9900;
	background: #fff;
}
.login td
{
	font: normal 10px Arial; color: #888; text-transform: uppercase; text-decoration: none; text-align: right;
	padding: 1px 2px 1px 10px;
	margin: 0px;
	background: #eee;
}
.login td.header
{
	color: #666;
	background: #fcfcfc;
	border-color: #bbb #fff #fff #bbb;
	font-weight: bold; text-align: left;
	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 5px 0px 5px;
	cursor: default;
	width: 95px;
}
.login td input.login_button
{
	background: #fcfcfc;
	text-align: center;
	padding: 2px;
	width: 80px;
	height: 20px;
	margin: 2px 5px 0px 0px;
	cursor: pointer;
	border-color: #fff #bbb #bbb #fff;
}
.loginalert
{
	font: bold 13px Verdana, Arial; color: #000; text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 10px 0px;
	display: block;
	float: left;
}
#form_comment p
{
	font: normal 13px Verdana, Arial; color: #333; text-align: left;
	margin: 0px 0px 0px 0px;
	text-decoration: none; /* POST_TEXTDECORATION */
	text-transform: none;
	text-align: left; /* POST_TEXTALIGN */
	padding: 12px 10px 5px 0px;
}
#clearbar
{
	background: transparent;
	width: 900px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*:::::::::::: FOOTER :::::::::::::::*/
#footer
{
	background: transparent url(images/footer.gif) no-repeat left top;
	color: #666;
	clear: both;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 900px;
	height: 70px;
}
#footer p
{
	color: #666;
	text-align: center;
	margin: 5px 0px 5px 0px;

}
.visit /*BLOG=VISITS COUNTER*/
{
	padding: 2px 10px 2px 10px;
	border: 1px solid;
	width: 120px;
	border-color: #ccc;
	margin: 0px 0px 5px 0px;
	font: 11px Arial; color: #666; text-transform: uppercase; text-decoration: none; text-align: center;
	clear: both;
	display: inline;
}
.visit .counter
{
	color: #444;
	margin-left: 10px;
	border: 0px none;
}
.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;
}

/*:::::::::::: CONTACT :::::::::::::::*/
body.contact 
{
	background: transparent url(images/contact.gif) no-repeat;
}
#holdercontact 
{
	width: 560px;
	height: 390px;
	padding: 0px 30px 0px 30px;
	margin: 10px 20px 0px 20px;
	font: normal 11px Trebuchet MS; color: #000;
}
#holdercontact #header h1 
{
	font: bold 16px Trebuchet MS;
	padding: 18px 0px 5px 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
}
#holdercontact form 
{
	float: left;
	width: 300px;
	padding: 0px 0px 0px 10px;
	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 #333;
	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 #333;
	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 #333;
	font: normal 10px Trebuchet MS; color: #333; text-align: center;
	padding: 2px 3px 5px 2px;
	margin-right: 15px;
	background: #fff; 
	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;
}
#holdercontact #right
{
	float: right;
	width: 220px;
}
#profile_info 
{ 
	width: 180px;
	height: 270px;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	padding: 2px 0px 0px 20px;
}
#profile_info #foto 
{
	border: 1px solid #bbb;
	width: 100px;
	height: 100px;
	padding: 5px;
	background: #FBF9F2;
	margin: 15px 10px 15px 15px;
}
#profile_info p 
{
	font: normal 12px Arial; color: #333; text-align: left;
	padding: 2px 3px 3px 15px;
	margin: 0px;
}

/*:::::::::::: Banner :::::::::::::::*/
#banner_top
{
	padding: 3px 0px 15px 0px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
#banner_right
{
	padding: 0px 0px 6px 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 :::::::::::::::*/
.photo_album h1
{
	display: none;
}
ul.photo_album 
{
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 12px 5px 8px 5px;
	width: 455px;
	border: 1px solid #eee;
	background: #fcfae9;
}
 ul.photo_album li
{
	font: normal 13px 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: 500px;
}
