adult-layout-sugarplum 2.0.0 - 2.0.3 Changelog

Files operations:
ADD ITEM privacy_policy.html to /templates/
REPLACE ITEM send_msg_friend.html in /templates/
REPLACE ITEM personals.html in /templates/
REPLACE ITEM news_moder.html in /templates/
REPLACE ITEM news_comment.html in /templates/
REPLACE ITEM news.html in /templates/
REPLACE ITEM moder.html in /templates/
REPLACE ITEM mem_mebership_diagram.html in /templates/
REPLACE ITEM mem_home.html in /templates/
REPLACE ITEM get_zip.html in /templates/
REPLACE ITEM get_city.html in /templates/
REPLACE ITEM bl_email.html in /templates/
REPLACE ITEM articles_read.html in /templates/
REPLACE ITEM articles_in.html in /templates/
REPLACE ITEM articles.html in /templates/
REPLACE ITEM article_comment.html in /templates/
REPLACE ITEM art_moder.html in /templates/
REPLACE ITEM _key_usr_search.html in /templates/
REPLACE ITEM _image_console.html in /templates/
REPLACE ITEM _article_v_block.html in /templates/
REPLACE ITEM _article_h_block.html in /templates/
REPLACE ITEM mem_pass_change_popup.html in /templates/
REPLACE ITEM mem_report.html in /templates/
REPLACE ITEM about.html in /templates/
REPLACE ITEM ch_ch.html in /templates/
REPLACE ITEM coming.html in /templates/
REPLACE ITEM contact.html in /templates/
REPLACE ITEM mem_compose.html in /templates/
REPLACE ITEM mem_compose_frame.html in /templates/
REPLACE ITEM mem_email_verification.html in /templates/
REPLACE ITEM mem_folders.html in /templates/
REPLACE ITEM mem_forgot.html in /templates/
REPLACE ITEM mem_im_popup.html in /templates/
REPLACE ITEM mem_inactive.html in /templates/
REPLACE ITEM mem_join.html in /templates/
REPLACE ITEM mem_list.html in /templates/
REPLACE ITEM mem_member_not_found.html in /templates/
REPLACE ITEM mem_membership.html in /templates/
REPLACE ITEM mem_messages.html in /templates/
REPLACE ITEM mem_photos.html in /templates/
REPLACE ITEM mem_predit.html in /templates/
REPLACE ITEM mem_profile.html in /templates/
REPLACE ITEM mem_search.html in /templates/
REPLACE ITEM mem_signin.html in /templates/
REPLACE ITEM mem_unregister.html in /templates/
REPLACE ITEM profile_card.html in /templates/
REPLACE ITEM profile_card_extended.html in /templates/
REPLACE ITEM layout.php in /
REPLACE ITEM terms.html in /templates/
Actions with files:
Show only edited files Show only subjects Show all
Bugfixes:
Subject: HTML validation
FILE: /templates/index.html
FIND
<div class=ads_head>{$_page.advertisement.top}</div>
AND REPLACE WITH
<div class="ads_head">{$_page.advertisement.top}</div>
FILE: /templates/index.html
FIND
{show_units}
AND REPLACE WITH
{show_units}&nbsp;|&nbsp;
FILE: /templates/index.html
FIND
<a class="inv_line" href={$_href.signout}>{$_lang._sign_out}</a>
AND REPLACE WITH
<a class="inv_line" href="{$_href.signout}">{$_lang._sign_out}</a>
FILE: /templates/index.html
FIND
<a class="inv_line" href={$_href.member}>{$_lang._sign_in}</a> | 
				<a class="inv_line" href={$_href.search}>{$_lang._search}</a> | 
				<a class="inv_line" href={$_href.join}><b>{$_lang._sign_up_free}</b></a>
AND REPLACE WITH
<a class="inv_line" href="{$_href.member}">{$_lang._sign_in}</a> | 
				<a class="inv_line" href="{$_href.search}">{$_lang._search}</a> | 
				<a class="inv_line" href="{$_href.join}"><b>{$_lang._sign_up_free}</b></a>
FILE: /templates/index.html
FIND
<div class="sign_in_input"><input class=input_custom name=Username size=21></div>		
				<br class=clearboth>
AND REPLACE WITH
<div class="sign_in_input"><input class="input_custom" name="Username" size="21" /></div>		
				<br class="clearboth" />
FILE: /templates/index.html
FIND
<div class="sign_in_input"><input type=password class=input_custom name=Password size=21></div>
				<br class=clearboth>
				<div class="sign_in_form_btn"><input name=mSubmit type=submit class=input_button value="{$_lang._sign_in}"></div>
				<div class="sign_in_forgot"><a class="sign_in_forgot" href={$_url.member}forgot.php{$get_vars}>{$_lang._forgot_pwd}</a></div>		
AND REPLACE WITH
<div class="sign_in_input"><input type="password" class="input_custom" name="Password" size="21" /></div>
				<br class="clearboth" />
				<div class="sign_in_form_btn"><input name="msubmit" type="submit" class="input_button" value="{$_lang._sign_in}" /></div>
				<div class="sign_in_forgot"><a class="sign_in_forgot" href="{$_url.member}forgot.php{$get_vars}">{$_lang._forgot_pwd}</a></div>	
FILE: /templates/index.html
FIND
<br class=clearboth>
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/index.html
FIND
<input name=mSubmit type=submit class=input_button value="{$_lang._sign_up}">
AND REPLACE WITH
<input name="mSubmit" type="submit" class="input_button" value="{$_lang._sign_up}" />
FILE: /templates/index.html
FIND
<a class=cr href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
		<a class=cr href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.contact}">{$_lang._contact_us}</a>
AND REPLACE WITH
<a class="cr" href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
	<a class="cr" href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.privacy_policy}">{$_lang._privacy_policy}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
	<a class="cr" href="{$_href.contact}">{$_lang._contact_us}</a>
FILE: /templates/index.html
FIND
<div class=ads_footer>{$_page.advertisement.buttom}</div>
AND REPLACE WITH
<div class="ads_footer">{$_page.advertisement.buttom}</div>
FILE: /templates/_quick_search.html
FIND
{$js_features.RestoreDown}
AND REPLACE WITH
<!--	
{$js_features.RestoreDown}
// -->
FILE: /templates/_quick_search.html
FIND
<div id="home_qs" style = '{$search_qs}'>
	{if $smarty.server.LC_PHP_SELF == '/index.php'}
	<div id="index_q_search_pic"></div>
	{else}
	<div id="{$quick_search_pic}">&nbsp;{if $show_one_tab && $tab_open == 'home_tab_open'}{$_lang._quick_search}{elseif $show_one_tab}{$_lang._refine_search}{else}{$_lang._detailed_search}{/if}</div>
	{/if}
<form action={$_href.s_results} method=get name="search" autocomplete="off" OnSubmit="SetCookie('search_method','1');SetRealCookie()">
<input type=hidden name=PLCreate value=1>
<input type=hidden name=_s value="{$data._s}">
AND REPLACE WITH
<form action="{$_href.s_results}" method="get" name="search" onsubmit="SetCookie('search_method','1');SetRealCookie()">
<input type="hidden" name="PLCreate" value="1" />
{get_controls}
<div id="home_qs" style = '{$search_qs}'>
	{if $page_id == 17}
	<div id="index_q_search_pic"></div>
	{else}
	<div id="{$quick_search_pic}">&nbsp;{if $show_one_tab && $tab_open == 'home_tab_open'}{$_lang._quick_search}{elseif $show_one_tab}{$_lang._refine_search}{else}{$_lang._detailed_search}{/if}</div>
	{/if}
FILE: /templates/_quick_search.html
FIND
<div class=&#8243;{$quick_search_tbl}&#8243;>

{search_rows_iam_weare}
	</div>
AND REPLACE WITH
{search_rows_iam_weare}
FILE: /templates/_quick_search.html
FIND
<div id="{$quick_search_pref}">
		<div class=q_search_head>{$_lang._age_preference}:</div>
AND REPLACE WITH
<div class="{$quick_search_pref}">
		<div class="q_search_head">{$_lang._age_preference}:</div>
FILE: /templates/_quick_search.html
FIND
input type=hidden name="active_tab" id="active_tab" value="radius_search_cont">
	<input type=hidden name="search_method" id="search_method" value="1">
AND REPLACE WITH
<input type="hidden" name="active_tab" id="active_tab" value="radius_search_cont" />
	<input type="hidden" name="search_method" id="search_method" value="1" />
FILE: /templates/_quick_search.html
FIND
<div class=q_search_head>{$_lang._search_loc_within}:</div>
AND REPLACE WITH
<div class="q_search_head">{$_lang._search_loc_within}:</div>
FILE: /templates/_quick_search.html
FIND
<div id="radius_search" class=search_tab_active OnClick="SetSearchType('firsttype');">
AND REPLACE WITH
<div id="radius_search" class="search_tab_active" onclick="SetSearchType('firsttype');">
FILE: /templates/_quick_search.html
FIND
<div id="select_reg" class=search_tab_passive OnClick="SetSearchType('secondtype');">
AND REPLACE WITH
<div id="select_reg" class="search_tab_passive" onclick="SetSearchType('secondtype');">
FILE: /templates/_quick_search.html
FIND
<div id="ext_search" class=search_tab_passive OnClick="SetSearchType('thirdtype');">
AND REPLACE WITH
<div id="ext_search" class="search_tab_passive" onclick="SetSearchType('thirdtype');">
FILE: /templates/_quick_search.html
FIND
<div id="quick_search_pref">
				<div id="input_zip">
					<table cellpadding="0" cellpadding="0" border=0>
AND REPLACE WITH
<div class="quick_search_pref">
				<div class="input_zip">
					<table cellpadding="0" cellspacing="0" border="0">
FILE: /templates/_quick_search.html
FIND
<input type=text class="input_text" size="3" maxlength="4" name="RadiusSearch" id="RadiusSearch" onChange="SetCookie(this.id+'/4txt',this.value)"> {$_lang._miles} {$_lang._from}
AND REPLACE WITH
<input type="text" class="input_text" size="3" maxlength="4" name="RadiusSearch" id="RadiusSearch" onchange="SetCookie(this.id+'/4txt',this.value)" /> {$_lang._miles} {$_lang._from}
FILE: /templates/_quick_search.html
FIND
<div id="input_zip">
				<table cellpadding="0" cellpadding="0" border=0>
					<tr><td valign=top><input type=text class="input_text" size="20" name="ZIP" id="ZIP" onChange="SetCookie(this.id+'/4txt',this.value)"></td></tr>
					<tr><td class="td_zip" valign=top>{$_lang._us_zip} / {$_lang._city_worldwide}</td></tr>
AND REPLACE WITH
<div class="input_zip">
				<table cellpadding="0" cellspacing="0" border="0">
					<tr><td valign="top"><input type="text" class="input_text" size="20" name="ZIP" id="ZIP" onchange="SetCookie(this.id+'/4txt',this.value)" /></td></tr>
					<tr><td class="td_zip" valign="top">{$_lang._us_zip} / {$_lang._city_worldwide}</td></tr>
FILE: /templates/_quick_search.html
FIND
<br class=clearboth>
AND REPLACE WITH
<br class="clearboth" />
FILE: /templates/_quick_search.html
FIND
<div id="select_reg_cont" class=search_tab_close>
AND REPLACE WITH
<div id="select_reg_cont" class="search_tab_close">
FILE: /templates/_quick_search.html
FIND
<select name="Country" id="Country" style="{$country_input}" class=input_select onchange="LoadRegion('http://{$_sock.domain}/get_region.php','1','1');SetCookie(this.id+'/4sel',this.value);SetCookie('Region/4sel','STUB');" >
AND REPLACE WITH
<select name="Country" id="Country" style="{$country_input}" class="input_select" onchange="LoadRegion('http://{$_sock.domain}/get_region.php','1','1');SetCookie(this.id+'/4sel',this.value);SetCookie('Region/4sel','STUB');" >
FILE: /templates/_quick_search.html
FIND
<select name="Region" id="Region"  style="{$country_input}" OnChange="ShowCity('noZIP');SetCookie(this.id+'/4sel',this.value);">
AND REPLACE WITH
<select name="Region" id="Region"  style="{$country_input}" onchange="ShowCity('noZIP');SetCookie(this.id+'/4sel',this.value);">
FILE: /templates/_quick_search.html
FIND
<input class=input_text name="City" id="City" OnChange="SetCookie(this.id+'/4txt',this.value);" disabled><br/><span name='lookupcity' id='lookupcity'><a href="javascript:;" onclick="OpenLookUpCity('get_city.php?set_cookie=1&')">{$_lang.txt_lookup_city}</a></span>
AND REPLACE WITH
<input class="input_text" name="City" id="City" onchange="SetCookie(this.id+'/4txt',this.value);" disabled="disabled" /><br /><span id="lookupcity" ><a href="javascript:;" onclick="OpenLookUpCity('get_city.php?set_cookie=1&amp;')">{$_lang.txt_lookup_city}</a></span>
FILE: /templates/_quick_search.html
FIND
<div id="ext_search_cont" class=search_tab_close>
AND REPLACE WITH
<div id="ext_search_cont" class="search_tab_close">
FILE: /templates/_quick_search.html
FIND
<div id="cel{$cont_count}" class=search_adv_bar onclick="RestoreDown( this.id, 'block{$cont_count}','Country');">&nbsp;{if $show_one_tab}{$key|truncate:18:""}{else}{$key}{/if}</div>
		<input type=hidden name="count{$key}" id = "count{$key}" value=0>
AND REPLACE WITH
<div id="cel{$cont_count}" class="search_adv_bar" onclick="RestoreDown( this.id, 'block{$cont_count}','Country');">&nbsp;{if $show_one_tab}{$key|truncate:18:""}{else}{$key}{/if}</div>
		<input type="hidden" name="count{$key}" id = "count{$key}" value="0" />
FILE: /templates/_quick_search.html
FIND
<div class="{$quick_search_btn}" style = '{$search_q_btn}'><input type="submit" class="input_button" value="{$_lang._search}"></div>
	<div class="{$quick_search_adv}" style = '{$search_q_adv}'><a class=adv_q_search href={$_href.search}>{$_lang._advanced_search}</a></div>
AND REPLACE WITH
<div class="{$quick_search_btn}" style = '{$search_q_btn}'><input type="submit" class="input_button" value="{$_lang._search}" /></div>
	<div class="{$quick_search_adv}" style = '{$search_q_adv}'><a class="adv_q_search" href="{$_href.search}">{$_lang._advanced_search}</a></div>
FILE: /templates/_quick_search.html
FIND
<div id="cel{$key}" class=search_adv_bar onclick="RestoreDown( this.id, 'block{$key}','{$value}')">&nbsp;{php}global $_lang; echo $_lang['_sl'.$this->_tpl_vars['value']];{/php}</div>
	<input type=hidden name="count{$value}" id ="count{$value}" value=0>
AND REPLACE WITH
<div id="cel{$key}" class="search_adv_bar" onclick="RestoreDown( this.id, 'block{$key}','{$value}')">&nbsp;{php}global $_lang; echo $_lang['_sl'.$this->_tpl_vars['value']];{/php}</div>
	<input type="hidden" name="count{$value}" id ="count{$value}" value="0" />
FILE: /templates/_quick_search.html
FIND
<div id=search_adv_bottom>
AND REPLACE WITH
<div id="search_adv_bottom">
FILE: /templates/_quick_search.html
FIND
<a href="javascript:void(0);" onClick="CheckSearchCond('1','{$_url.img}');SetRealCookie();document.search.reset();">{$_lang._txt_clearcookie}</a>
AND REPLACE WITH
<a href="javascript:void(0);" onclick="CheckSearchCond('1','{$_url.img}');SetRealCookie();document.search.reset();">{$_lang._txt_clearcookie}</a>
FILE: /templates/_quick_search.html
FIND
&nbsp;<input type="submit" class="input_button" value="{$_lang._search}" >
AND REPLACE WITH
<input type="submit" class="input_button" value="{$_lang._search}" />
FILE: /templates/_quick_search.html
FIND
{if $show_one_tab}
		<div id="back_to_search">
			<a class="mod" href="{$_href.search}">{$_lang._advanced_search}</a>
		</div>
		{/if}
AND AFTER IT INSERT
<br class="clearboth" />
FILE: /templates/_member_console.html
FIND
{if $console_mem_upgrade}(<a class=&#8243;console&#8243; href={$_href.membership}>{$_lang._upgrade}</a>){/if}
{if $console_mem_extend}(<a class=&#8243;console&#8243; href={$_href.membership}>{$_lang._extend}</a>){/if}
AND REPLACE WITH
{if $console_mem_upgrade}(<a class=&#8243;console&#8243; href=&#8243;{$_href.membership}&#8243;>{$_lang._upgrade}</a>){/if}
{if $console_mem_extend}(<a class=&#8243;console&#8243; href=&#8243;{$_href.membership}&#8243;>{$_lang._extend}</a>){/if}
FILE: /templates/_member_console.html
FIND
{*<div class=&#8243;console_my_match&#8243;><a class=&#8243;console&#8243; href={$_href.matches}>{$_lang._my_matches}</a></div>
	<div class=&#8243;console_my_bookmarks&#8243;><a class=&#8243;console&#8243; href={$_href.bookmarks}>{$_lang._bookmarks}</a></div>
	<div class=&#8243;console_my_blocked&#8243;><a class=&#8243;console&#8243; href={$_href.blocked}>{$_lang._blocked_members}</a></div>
AND REPLACE WITH
{*<div class=&#8243;console_my_match&#8243;><a class=&#8243;console&#8243; href=&#8243;{$_href.matches}&#8243;>{$_lang._my_matches}</a></div>
	<div class=&#8243;console_my_bookmarks&#8243;><a class=&#8243;console&#8243; href=&#8243;{$_href.bookmarks}&#8243;>{$_lang._bookmarks}</a></div>
	<div class=&#8243;console_my_blocked&#8243;><a class=&#8243;console&#8243; href=&#8243;{$_href.blocked}&#8243;>{$_lang._blocked_members}</a></div>
FILE: /templates/_member_console.html
FIND
<div id=&#8243;contr_console&#8243;>
AND REPLACE WITH
<div class=&#8243;contr_console&#8243;>
FILE: /templates/_member_console.html
FIND
<br class=&#8243;clearboth&#8243;>
AND REPLACE WITH
<br class=&#8243;clearboth&#8243; />
FILE: /templates/_member_console.html
FIND
<input type=submit class=&#8243;input_button&#8243; value=&#8243;{$_lang._sign_up}&#8243;>
AND REPLACE WITH
<input type=&#8243;submit&#8243; class=&#8243;input_button&#8243; value=&#8243;{$_lang._sign_up}&#8243; />
FILE: /templates/_member_console.html
FIND
<div id=&#8243;contr_console&#8243;>
AND REPLACE WITH
<div class=&#8243;contr_console&#8243;>
FILE: /templates/_member_console.html
FIND
<div class=&#8243;console_input&#8243;><input class=&#8243;input_text&#8243; name=Username size=21></div>
	<br class=&#8243;clearboth&#8243;>
AND REPLACE WITH
<div class=&#8243;console_input&#8243;><input class=&#8243;input_text&#8243; name=&#8243;Username&#8243; size=&#8243;21&#8243; /></div>
	<br class=&#8243;clearboth&#8243; />
FILE: /templates/_member_console.html
FIND
<div class=&#8243;console_input&#8243;><input class=&#8243;input_text&#8243; type=password name=Password size=21></div>
	<br class=clearboth>
	<input name=&#8243;mSubmit&#8243; type=&#8243;submit&#8243; class=&#8243;input_button&#8243; value=&#8243;{$_lang._sign_in}&#8243;>
AND REPLACE WITH
<div class=&#8243;console_input&#8243;><input class=&#8243;input_text&#8243; type=&#8243;password&#8243; name=&#8243;Password&#8243; size=&#8243;21&#8243;/></div>
	<br class=&#8243;clearboth&#8243; />
	<input name=&#8243;mSubmit&#8243; type=&#8243;submit&#8243; class=&#8243;input_button&#8243; value=&#8243;{$_lang._sign_in}&#8243; />
FILE: /templates/_member_console.html
FIND
<a class="sign_in_forgot" href={$_href.forgot}>{$_lang._forgot_pwd}</a>
AND REPLACE WITH
<a class="sign_in_forgot" href="{$_href.forgot}">{$_lang._forgot_pwd}</a>
FILE: /templates/_member_console.html
FIND
<a class=console_new_msg href="{$_href.mailbox}">&nbsp; {$_lang._new_msgs}! &nbsp;&nbsp;</a>
AND REPLACE WITH
<a class="console_new_msg" href="{$_href.mailbox}">&nbsp; {$_lang._new_msgs}! &nbsp;&nbsp;</a>
FILE: /templates/_member_console.html
FIND
<div id=console_q_search>
AND REPLACE WITH
<div id="console_q_search">
FILE: /templates/_member_console.html
FIND
<div id=console_search_ku>
AND REPLACE WITH
<div id="console_search_ku">
FILE: /templates/_header.html
FIND
{show_units}
AND REPLACE WITH
{show_units} | 
FILE: /templates/_header.html
FIND
<a class=&#8243;inv_line&#8243; href={$_href.signout}>{$_lang._sign_out}</a>
AND REPLACE WITH
<a class=&#8243;inv_line&#8243; href=&#8243;{$_href.signout}&#8243;>{$_lang._sign_out}</a>
FILE: /templates/_header.html
FIND
<a class=&#8243;inv_line&#8243; href={$_href.member}>{$_lang._sign_in}</a> | 
				<a class=&#8243;inv_line&#8243; href={$_href.search}>{$_lang._search}</a> | 
					<a class=&#8243;inv_line&#8243; href={$_href.join}><b>{$_lang._sign_up_free}</b></a>
AND REPLACE WITH
<a class=&#8243;inv_line&#8243; href=&#8243;{$_href.member}&#8243;>{$_lang._sign_in}</a> | 
				<a class=&#8243;inv_line&#8243; href=&#8243;{$_href.search}&#8243;>{$_lang._search}</a> | 
					<a class=&#8243;inv_line&#8243; href=&#8243;{$_href.join}&#8243;><b>{$_lang._sign_up_free}</b></a>
FILE: /templates/_header.html
FIND
<div class=ads_head>{$_page.advertisement.top}</div>
AND REPLACE WITH
<div class="ads_head">{$_page.advertisement.top}</div>
FILE: /templates/_footer.html
FIND
<div class=ads_footer>{$_page.advertisement.buttom}</div>
AND REPLACE WITH
<div class="ads_footer">{$_page.advertisement.buttom}</div>
FILE: /templates/_footer.html
FIND
<div id="footer">{text c="copy_stuff"}
		<a class=cr href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
		<a class=cr href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
		<a class=cr href="{$_href.contact}">{$_lang._contact_us}</a>
AND REPLACE WITH
<div id="footer">{text c="copy_stuff"}&nbsp;
		<a class="cr" href="http://www.dotsilver.com/" title="Powered by dotSilver Dating Software">dotSilver Member</a>.<br />
		<a class="cr" href="{$_href.personals}">{$_lang._link_personals}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.privacy_policy}">{$_lang._privacy_policy}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.about}">{$_lang._about_us}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.terms}">{$_lang._terms_of_use}</a>&nbsp;|&nbsp;
		<a class="cr" href="{$_href.contact}">{$_lang._contact_us}</a>
FILE: /templates/_body-pre.html
FIND
{* Smarty *}
AND AFTER IT INSERT
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
FILE: /templates/_body-pre.html
FIND
<title>{$title|default:$_lang.T_DEFAULT}</title>
AND REPLACE WITH
<title>{$title|default:$_lang.T_DEFAULT|replace:"&":"&amp;"}</title>
FILE: /templates/_body-pre.html
FIND
<meta name=description content="{$meta_description|default:"`$_site.bizname` - Personals & Dating"}">
AND REPLACE WITH
{if $meta_description}<meta name="description" content="{$meta_description}" />{/if}
	{if $meta_keywords}<meta name="keywords" content="{$meta_keywords}" />{/if}
FILE: /templates/_body-pre.html
FIND
<meta name="{$meta_entry.name}" content="{$meta_entry.content}">
AND REPLACE WITH
<meta name="{$meta_entry.name}" content="{$meta_entry.content}" />
FILE: /templates/_body-pre.html
FIND
<meta http-equiv=Content-Type content="text/html;charset={$_site.charset}">
	<link type=text/css rel=stylesheet href={$_url.layouts}{$_site.layout}/themes/{$_site.theme}/layout.css>
AND REPLACE WITH
<meta http-equiv="content-type" content="{$meta_entry.content|escape:"html"}"/>
	<link type="text/css" rel="stylesheet" href="{$_url.layouts}{$_site.layout}/themes/{$_site.theme}/layout.css"/>
FILE: /templates/_body-pre.html
FIND
{section name=js_modules loop=$js}<script src={$_url.js}{$js[js_modules]}.js type=text/javascript></script>{/section}
AND REPLACE WITH
{section name=js_modules loop=$js}<script src="{$_url.js}{$js[js_modules]}.js" type="text/javascript" ></script>{/section}
FILE: /templates/_body-pre.html
FIND
<body marginheight=0 marginwidth=0 topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 {if $onLoad}onLoad="{$onLoad}"{/if} {if $body_class}class="{$body_class}"{/if} >
AND REPLACE WITH
<body {if $onLoad}onload="{$onLoad}"{/if} {if $body_class} class="{$body_class}"{/if} >
Subject: CSS Validation
FILE: /themes/main/layout.css
FIND
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('img/bg.gif');
	color: #767676;
	font-family: Verdana;
	font-size: 12px;
	scrollbar-face-color: #E49DB7;
}
AND REPLACE WITH
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('img/bg.gif');
	color: #767676;
	font-family: Verdana;
	font-size: 12px;
}
FILE: /themes/main/layout.css
FIND
#input_zip { 
	
	float:left;
	color:#fff;

}
AND REPLACE WITH
.input_zip { 
	
	float:left;
	color:#fff;

}
FILE: /themes/main/layout.css
FIND
.input_text {
	background-color:#fff;
	font-family:Tahoma;
	font-size:11px;
	padding:1px;
	height:19px;
	color:#336; 
	border:1px solid #93abd2;

}
AND REPLACE WITH
.input_text {
	background-color:#fff;
	font-family:Tahoma;
	font-size:11px;
	padding:1px;
	color:#336; 
	border:1px solid #93abd2;

}
FILE: /themes/main/layout.css
FIND
#level_1
{
	height: 20px;
	width: 610px;
	padding-left:2px;
	padding-right:1px;
	margin:0;
	padding-top:0;
	padding-bottom:0;
	position: relative;
	background-color: #fff;
}
AND REPLACE WITH
#level_1
{
	height: 20px;
	width: 607px;
	padding-left:2px;
	padding-right:1px;
	margin:0;
	padding-top:0;
	padding-bottom:0;
	position: relative;
	background-color: #fff;
}
FILE: /themes/main/layout.css
FIND
#level_2
{
	height: 18px;
	width: 610px;
	margin-top:12px;
	position: relative;
	background-color: #CA698C;
	text-align: center;
}
AND REPLACE WITH
#level_2
{
	height: 18px;
	width: 610px;
	margin-top:13px;
	position: relative;
	background-color: #CA698C;
	text-align: center;
}
FILE: /themes/main/layout.css
FIND
.menu_active
{
	float:left; 
	margin-left:1px; 
	margin-right:1px; 
	padding-top:3px; 
	text-align:center; 
	background-image: url('img/main_tab_active.gif');
   	background-repeat:no-repeat;
   	height: 20px; 
	width:119px;
	font-size:11px; 
	font-family:Verdana; 
	color:#FFF; 
	font-weight:bold;
}
AND REPLACE WITH
.menu_active
{
	float:left; 
	margin-left:1px; 
	margin-right:1px; 
	padding-top:3px; 
	text-align:center; 
	background-image: url('img/main_tab_active.gif');
   	background-repeat:no-repeat;
   	height: 18px; 
	width:119px;
	margin-bottom:-1px;
	font-size:11px; 
	font-family:Verdana; 
	color:#FFF; 
	font-weight:bold;
}
FILE: /themes/main/layout.css
FIND
.menu_passive
{
	float:left;
	height: 20px;  
	margin-left:1px; 
	margin-right:1px; 
	width:119px; 
	padding-top:3px;  
	text-align:center; 
	background-image: url('img/main_tab_passive.gif');
	background-repeat:no-repeat;
	margin-bottom:0;
}
AND REPLACE WITH
.menu_passive
{
	float:left;
	height: 18px;  
	margin-left:1px; 
	margin-right:1px; 
	width:119px; 
	padding-top:3px;  
	text-align:center; 
	background-image: url('img/main_tab_passive.gif');
	background-repeat:no-repeat;
	margin-bottom:-1px;
}
FILE: /themes/main/layout.css
FIND
.sub_menu_active
{

	padding-left:30px;
	padding-bottom:7px;
	padding-top:8px;
	padding-right:30px;
   	margin-left: 1px; 
	margin-right: 1px; 
	background-color:transparent;
	background-image: url('img/tab2.gif'); 
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center;	
	height: 20px; 
	width:196px;
	font-size:10px; 
	font-family:Tahoma; 
	font-weight:bold;
	display:inline;
}
AND REPLACE WITH
.sub_menu_active
{

	padding-left:35px;
	padding-bottom:8px;
	padding-top:8px;
	padding-right:35px;
   	margin-left: 1px; 
	margin-right: 1px; 
	background-color:transparent;
	background-image: url('img/tab2.gif'); 
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:center;	
	height: 20px; 
	width:196px;
	font-size:10px; 
	font-family:Tahoma; 
	font-weight:bold;
	display:inline;
}
FILE: /themes/main/layout.css
FIND
.sub_menu_passive
{

	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:7px;
   	margin-left: 2px; 
	margin-right: 2px; 
	font-size:10px; 
	height: 20px; 
	font-family:Tahoma; 
	color: #FCC; 
	text-decoration: none;
	display:inline;
	
}
AND REPLACE WITH
.sub_menu_passive
{

	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
   	margin-left: 2px; 
	margin-right: 2px; 
	font-size:10px; 
	height: 20px; 
	font-family:Tahoma; 
	color: #FCC; 
	text-decoration: none;
	display:inline;
	
}
FILE: /themes/main/layout.css
FIND
#search_form_pic {
	position:absolute;
	left:8;top:-12;
	background-image: url('img/cap_quick_search.gif'); 
	background-repeat:no-repeat; 
	width:129px;
	height:26px;
}
AND REPLACE WITH
#search_form_pic {
	position:absolute;
	left:8px;
	top:-12px;
	background-image: url('img/cap_quick_search.gif'); 
	background-repeat:no-repeat; 
	width:129px;
	height:26px;
}
FILE: /themes/main/layout.css
FIND
.search_tabs {

	margin-top:10px;
	font-size:11px;
	margin-bottom:0px;
	clear:both;
	position:relative;
}
AND REPLACE WITH
.search_tabs {

	margin-top:10px;
	font-size:11px;
	margin-bottom:0px;
	width:160px;
	clear:both;
	position:relative;
}
FILE: /themes/main/layout.css
FIND
.search_tab_open {

	clear:both;
	width:350px;
	padding:5px;
	display:normal;
	background:#dd85a5;

}
AND REPLACE WITH
.search_tab_open {

	clear:both;
	width:350px;
	padding:5px;
	background:#dd85a5;

}
FILE: /themes/main/layout.css
FIND
.home_tab_open {

	clear:both;
	width:200px;
	display:normal;

}
AND REPLACE WITH
.home_tab_open {

	clear:both;
	width:200px;

}
FILE: /themes/main/layout.css
FIND
.console_tab_open {
	width:100%;
	clear:both;
	padding-bottom:2px;
	display:normal;

}
AND REPLACE WITH
.console_tab_open {
	width:100%;
	clear:both;
	padding-bottom:2px;

}
FILE: /themes/main/layout.css
FIND
.index_tab_open {

	clear:both;
	width:250px;
	display:normal;

}
AND REPLACE WITH
.index_tab_open {

	clear:both;
	width:250px;

}
FILE: /themes/main/layout.css
FIND
#home_menu_pic {
	background-color:#d6e9f6;
        position:relative;
	padding-top:6px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ac466b;
	font-size:11px;
	font-family:Verdana;
	margin-top:10px;

}
AND REPLACE WITH
.home_menu_pic {
	background-color:#d6e9f6;
        position:relative;
	padding-top:6px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ac466b;
	font-size:11px;
	font-family:Verdana;
	margin-top:10px;

}
FILE: /themes/main/layout.css
FIND
#icon {

	background:url('img/icon.gif') no-repeat;
	width:20px;
	height:20px;
	margin:auto;

}
AND REPLACE WITH
.icon {

	background:url('img/icon.gif') no-repeat;
	width:20px;
	height:20px;
	margin:auto;

}
FILE: /themes/main/layout.css
FIND
.join_tbl {
	width:580px;
	border-spacing:3px;	
	border-padding:5px;

}
AND REPLACE WITH
.join_tbl {
	width:580px;
	border-spacing:3px;	
	
}
FILE: /themes/main/layout.css
FIND
#art_cat {
	
	float:left;
	width:150px;
	border:1px none #eee;
	font-size:10px;
	margin-bottom:10px;
}

#art_cat_pic {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#3a6280;
	border-bottom:1px solid #eee;
	color:#fff;
	font-weight:bold;
	font-family:verdana;
	font-size:10px;
	padding-left:3px;
	text-transform:uppercase;
}
AND REPLACE WITH
.art_cat {
	
	float:left;
	width:150px;
	border:1px none #eee;
	font-size:10px;
	margin-bottom:10px;
}

.art_cat_pic {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#3a6280;
	border-bottom:1px solid #eee;
	color:#fff;
	font-weight:bold;
	font-family:verdana;
	font-size:10px;
	padding-left:3px;
	text-transform:uppercase;
}
FILE: /themes/main/layout.css
FIND
#art_cat_txt {
	text-align:justify;
	font-size:11px;
	width:95%;
	clear:both;
	float:left;
	margin-top:5px;
	padding-left:5%;
	font-weight:normal;
}
AND REPLACE WITH
.art_cat_txt {
	text-align:justify;
	font-size:11px;
	width:95%;
	clear:both;
	float:left;
	margin-top:5px;
	padding-left:5%;
	font-weight:normal;
}
FILE: /themes/main/layout.css
FIND
#art_new_item {
	
	width:395px;
	height:107px;
	float:left;
	text-align:right;
	font-size:10px;
	background:#fff;
	font-weight:bold;
	position:relative;
	clear:both;
}

#art_n_item_tn{
	margin-right:8px;
	border-width:1px;
}

#art_n_item_txt {
	text-align:justify;
	font-size:10px;
	margin-top:5px;
	font-weight:normal;
}
AND REPLACE WITH
.art_new_item {
	
	width:395px;
	height:107px;
	float:left;
	text-align:right;
	font-size:10px;
	background:#fff;
	font-weight:bold;
	position:relative;
	clear:both;
}

.art_n_item_tn{
	margin-right:8px;
	border-width:1px;
}

.art_n_item_txt {
	text-align:justify;
	font-size:10px;
	margin-top:5px;
	font-weight:normal;
}
FILE: /themes/main/layout.css
FIND
#art_sep {
	width:1px;
	height:236px;
	border-left:1px solid #ccc;
	margin-left:8px;
	margin-right:5px;
	margin-top:5px;
	float:left;
}

#art_sep_new {
	width:395px;
	height:1px;
	border-top:1px solid #eee;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	clear:both;
}
AND REPLACE WITH
.art_sep {
	width:1px;
	height:236px;
	border-left:1px solid #ccc;
	margin-left:8px;
	margin-right:5px;
	margin-top:5px;
	float:left;
}

.art_sep_new {
	width:395px;
	height:1px;
	border-top:1px solid #eee;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	clear:both;
}
FILE: /themes/main/layout.css
FIND
#art_read {
	margin-bottom:4px;
	margin-right:0;
}
AND REPLACE WITH
.art_read {
	margin-bottom:4px;
	margin-right:0;
}
FILE: /themes/main/layout.css
FIND
#art_read_main{
	width:586px;
	margin:auto;
}
AND REPLACE WITH
#art_read_main{
	width:580px;
	margin:auto;
}
FILE: /themes/main/layout.css
FIND
#msg_messages {

	background:#fff;
        width:380px;
	float:left:
}

#msg_messages p {
	font-size:10px;
	padding:0;
	margin-left:3;
	margin-top:0;
	margin-bottom:0px;
}
AND REPLACE WITH
#msg_messages {

	background:#fff;
        width:380px;
	float:left;
}

#msg_messages p {
	font-size:10px;
	padding:0;
	margin-left:3px;
	margin-top:0;
	margin-bottom:0px;
}
FILE: /themes/main/layout.css
FIND
#upload_desc {
	width:250px;
	display:left;
	padding:10px;
}
AND REPLACE WITH
.upload_desc {
	width:250px;
	padding:10px;
}
FILE: /themes/main/layout.css
FIND
#upload_pic_none {
	
	float:left;
	width:260px;
	height:170px;
	background:#F9EAF7;

	
}
AND REPLACE WITH
.upload_pic_none {
	
	float:left;
	width:260px;
	height:170px;
	background:#F9EAF7;

	
}
FILE: /themes/main/layout.css
FIND
.prof_edit_tbl {
	border-spacing:3px;	
	border-padding:5px;

}
AND REPLACE WITH
.prof_edit_tbl {
	border-spacing:3px;	

}
FILE: /themes/main/layout.css
FIND
#list_main {
	
		min-height:315px;

}
AND REPLACE WITH
#list_main {
	border:1px solid #fff;	
}
FILE: /themes/main/layout.css
FIND
#list_gallery {

	float:left;
	margin:4px;
}


#list_details {

	float:left;
	margin:0 0 0px 0;

}
AND REPLACE WITH
#list_gallery {

	float:left;
	margin:2px;
}


.list_details {

	float:left;
	margin:0 0 0px 0;

}
FILE: /themes/main/layout.css
FIND
#prof_ext {

	height:135px; 
	width:580px; 
	background:#fff;
	margin-bottom:10px;

	
}

#prof_ext_left {

	width:183px; 
	height:135px;
	float:left;
	background-image: url('img/prof_left_bg.gif');
	background-repeat:no-repeat;
	background-position:bottom;

}

#prof_ext_pic {

	height:105px; 
	width:183px;
	text-align:left;
	clear:both;
	float:left;
	background:transparent;


}
AND REPLACE WITH
.prof_ext {

	height:135px; 
	width:580px; 
	background:#fff;
	margin-bottom:10px;

	
}

.prof_ext_left {

	width:183px; 
	height:135px;
	float:left;
	background-image: url('img/prof_left_bg.gif');
	background-repeat:no-repeat;
	background-position:bottom;

}

.prof_ext_pic {

	height:105px; 
	width:183px;
	text-align:left;
	clear:both;
	float:left;
	background:transparent;


}
FILE: /themes/main/layout.css
FIND
#prof_ext_usr {	
	
	width:183px;
	height:15px;
	float:left;
	padding-left:5px;
	color:#BAFF00;
	background-image: url('img/prof_left.gif');
	background-repeat:no-repeat;
}
AND REPLACE WITH
.prof_ext_usr {	
	
	width:183px;
	height:15px;
	float:left;
	color:#BAFF00;
	background-image: url('img/prof_left.gif');
	background-repeat:no-repeat;
}
FILE: /themes/main/layout.css
FIND
a.prof_ext_usr:link, a.prof_ext_usr:visited { color:#ffffff; font-size:12px; font-weight:bold; text-decoration: underline; }
a.prof_ext_usr:active, a.prof_ext_usr:hover { color:#BAFF00; font-size:12px; font-weight:bold; text-decoration: underline; }
AND REPLACE WITH
a.ext_usr:link, a.ext_usr:visited { color:#ffffff; font-size:12px; font-weight:bold; text-decoration: underline; }
a.ext_usr:active, a.ext_usr:hover { color:#BAFF00; font-size:12px; font-weight:bold; text-decoration: underline; }
FILE: /themes/main/layout.css
FIND
#prof_ext_loc {
	
	background:#fef1f6;
	clear:both;
	height:13px;
	text-align:center;
	width:180px;
	margin-left:1px;
	margin-right:1px;
	border-top:1px solid #e79bb7;

}

#prof_ext_thumb {
	
	width:100px;
	height:100px;
	float:left;
	text-align:right;
	padding-left:3px;
	padding-top:1px;
}


#prof_ext_act {

	float:right;
	width:65px;
	margin-left:3px;
	margin-right:3px;
	height:104px;
	color:#444;
	background-image: url('img/act_bg.gif');
	background-repeat:repeat-x;
	text-align:center;

}


#prof_ext_right {

	width:394px;
	float:right;
	height:135px;
	background-image: url('img/prof.gif');
	background-repeat:no-repeat;
	background-position:bottom;


}

#prof_ext_desc {
	
	height:80px;
	width:374px;
	overflow:hidden;
	clear:both;
	background:#fff;
	margin-left:10px;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
	color:#343434;
	font-size:12px;
	background:transparent;
	background-repeat:no-repeat;
}

#prof_ext_menu {

	height:25px;
	background:transparent;
	margin-bottom:3px;
	width:394px;
	text-align:center;
	clear:both;

}

#prof_ext_headline {

	height:15px;
	background:#fff;
	background-image: url('img/prof_ext_panel.gif');
	background-repeat:no-repeat;
	width:394px;
	font-size:11px;
	padding-right:2px;
	color:#fff;
	text-align:center;

}
AND REPLACE WITH
.prof_ext_loc {
	
	background:#fef1f6;
	clear:both;
	height:13px;
	text-align:center;
	width:180px;
	margin-left:1px;
	margin-right:1px;
	border-top:1px solid #e79bb7;

}

.prof_ext_thumb {
	
	width:100px;
	height:100px;
	float:left;
	text-align:right;
	padding-left:3px;
	padding-top:1px;
}


.prof_ext_act {

	float:right;
	width:65px;
	margin-left:3px;
	margin-right:3px;
	height:104px;
	color:#444;
	background-image: url('img/act_bg.gif');
	background-repeat:repeat-x;
	text-align:center;

}


.prof_ext_right {

	width:394px;
	float:right;
	height:135px;
	background-image: url('img/prof.gif');
	background-repeat:no-repeat;
	background-position:bottom;


}

.prof_ext_desc {
	
	height:80px;
	width:374px;
	overflow:hidden;
	clear:both;
	background:#fff;
	margin-left:10px;
	margin-right:10px;
	margin-top:8px;
	margin-bottom:4px;
	color:#343434;
	font-size:12px;
	background:transparent;
	background-repeat:no-repeat;
}

.prof_ext_menu {

	height:25px;
	background:transparent;
	margin-bottom:2px;
	padding-top:2px;
	width:394px;
	text-align:center;
	clear:both;

}

.prof_ext_headline {

	height:15px;
	background:#fff;
	background-image: url('img/prof_ext_panel.gif');
	background-repeat:no-repeat;
	width:394px;
	font-size:11px;
	padding-right:2px;
	color:#fff;
	text-align:center;

}
FILE: /themes/main/layout.css
FIND
#membership {
	
	min-height:350px;
	height:350px;
	color:#264B66;
	text-align:left;
	font-size:11px;
}
AND REPLACE WITH
#membership {
	
	color:#264B66;
	text-align:left;
	font-size:11px;
}
FILE: /themes/main/layout.css
FIND
.search_looking {

	float:left;
}
AND REPLACE WITH
.search_looking {

	float:left;
	margin-left:2px;
}
FILE: /themes/main/layout.css
FIND
#home_search_pic {

	background-color:#d6e9f6;
        position:relative;
	padding-top:6px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ac466b;
	font-size:11px;
	font-family:Verdana;
	margin-top:10px;
}
AND REPLACE WITH
.home_search_pic {

	background-color:#d6e9f6;
        position:relative;
	padding-top:6px;
	padding-bottom:6px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ac466b;
	font-size:11px;
	font-family:Verdana;
	margin-top:10px;
}
FILE: /themes/main/layout.css
FIND
#home_q_search_cont {
		
	margin-left:4px;
	margin-right:4px;
	margin-top:3px;
	padding-bottom:0px;
	text-align:left;


}
AND REPLACE WITH
#home_q_search_cont {

	margin-left:0px;
	margin-right:0px;
	margin-top:3px;
	padding-bottom:0px;
	text-align:left;
}
FILE: /themes/main/layout.css
FIND
#home_search_cont {
	margin-left:6px;
	margin-right:5px;
	margin-top:7px;
	margin-bottom:8px;
	font-size:11px;
	text-align:left;
}
AND REPLACE WITH
.home_search_cont {
	margin-left:6px;
	margin-right:5px;
	margin-top:7px;
	margin-bottom:8px;
	font-size:11px;
	text-align:left;
}
FILE: /themes/main/layout.css
FIND
#quick_search_pref {

	padding-top:7px;
	color:#fff;
	clear:both;
	
}
AND REPLACE WITH
.quick_search_pref {

	padding-top:7px;
        margin-left:4px;
	color:#fff;
	clear:both;
	
}
FILE: /themes/main/layout.css
FIND
#quick_search_pref_index {

	padding-top:0px;
    font-size:11px;
	color:#fff;
	padding-bottom:0px;
	float:left;	
	margin-left:7px;
}
AND REPLACE WITH
.quick_search_pref_index {

	padding-top:0px;
    font-size:11px;
	color:#fff;
	padding-bottom:0px;
	float:left;	
	margin-left:7px;
}
FILE: /themes/main/layout.css
FIND
#sign_in_up {

	background: #C0879B;
	margin-top:80px;
	margin-left:25px;
	margin-right:10px;
	height:370px;
	color:#fff;
	width:300px;
	float:left;
	text-align:center;
	padding:15px;
	
}
AND REPLACE WITH
#sign_in_up {

	background: #C0879B;
	margin-top:80px;
	margin-left:10px;
	margin-right:10px;
	height:370px;
	color:#fff;
	width:300px;
	float:left;
	text-align:center;
	padding:15px;
	
}
FILE: /themes/main/layout.css
FIND
#sign_usr_name {
	
	float:left;
	width:130px;
	text-align:left;

}

#sign_usr_input {

	float:left;
	width:127px;
	text-align:right;
	padding-right:3px;
	margin-bottom:3px;
}
AND REPLACE WITH
.sign_usr_name {
	
	float:left;
	width:130px;
	text-align:left;

}

.sign_usr_input {

	float:left;
	width:127px;
	text-align:right;
	padding-right:3px;
	margin-bottom:3px;
}
FILE: /themes/main/layout.css
FIND
#sign_in {

	width:260px;
	background:transparent;
	margin:5px;

}

#sign_up {
	
	width:260px;
	background:transparent;
	margin:5px;
	text-align:center;

}
AND REPLACE WITH
.sign_in {

	width:260px;
	background:transparent;
	margin:5px;

}

.sign_up {
	
	width:260px;
	background:transparent;
	margin:5px;
	text-align:center;

}
FILE: /themes/main/layout.css
FIND
#contr_console

{
	width: 160px;
	position: relative;
	clear:both;
	background-color: #AC466B;
	text-align:center;
	clear:both;
	margin:auto;
	padding:auto;
	color:#fff; 
   	font-size:11px;
}
AND REPLACE WITH
.contr_console

{
	width: 160px;
	position: relative;
	clear:both;
	background-color: #AC466B;
	text-align:center;
	clear:both;
	margin:auto;
	color:#fff; 
   	font-size:11px;
}
FILE: /themes/main/layout.css
FIND
a.console_new_msg:link, a.console_new_msg:visited { 
	font-size:11px;
	font-family:Verdana;
   	color:#325c7b; 
	text-decoration:none;
}

a.console_new_msg:active, a.console_new_msg:hover { f
	font-size:10px; 
	font-family:Verdana;
	color:#325c7b; 
	text-decoration:none;
}
AND REPLACE WITH
a.console_new_msg:link, a.console_new_msg:visited { 
	font-size:11px;
	font-family:Verdana;
   	color:#325c7b; 
	text-decoration:none;
}

a.console_new_msg:active, a.console_new_msg:hover { 
	font-size:10px; 
	font-family:Verdana;
	color:#325c7b; 
	text-decoration:none;
}
FILE: /themes/main/layout.css
FIND
#contr_mem_signed_in
{
	width: 160px;
	position: relative;
	clear:both;
	background-color: #AC466B;
	text-align:center;
	clear:both;
	margin:auto;
	padding:auto;
	color:#fff; 
   	font-size:11px;


}
AND REPLACE WITH
#contr_mem_signed_in
{
	width: 160px;
	position: relative;
	clear:both;
	background-color: #AC466B;
	text-align:center;
	clear:both;
	margin:auto;
	color:#fff; 
   	font-size:11px;


}
FILE: /themes/main/layout.css
FIND
a.cr:active, a.cr:hover { f
	ont-size:10px; 
	font-family:Verdana;
	color:#AC466B; 
	text-decoration:underline;
}
AND REPLACE WITH
a.cr:active, a.cr:hover { 
	font-size:10px; 
	font-family:Verdana;
	color:#AC466B; 
	text-decoration:underline;
}
FILE: /themes/main/layout.css
FIND
#mod_form{
	border:1px solid #4B6BA0;
	width:240px;
	text-align:left;
	color:#999;
	border-spacing:1px;
}

#mod_form_cap{
	background:#AC466B;
	border-bottom:2px solid #fff;
	padding:2px;
	height:16px;
	font-size:10px;
	font-weight:bold;
	color:#ffebf2;
	text-transform:uppercase;
}

#mod_form_label{
	border:1px solid #AC466B;
	border-right:none;
	background:#ffebf2;
	width:110px;
	font-size:10px;
	font-weight:bold;
	color:#AC466B;
	padding:2px;
}

#mod_form_input{
	width:130px;
	text-align:center;
	background:#ffebf2;
	border-right:1px solid #AC466B;
	padding-right:1px;
}

#mod_form_input input{
	width:130px;
	border:1px solid #3a6280;
	background:#fff;
	color:#3a6280;
}

#mod_form_btn{
	background:#fff;
}

/* --- Moder News --- */

#mn_main{
	margin:auto;
	width:556px;
	border:1px solid #9cf;
	padding:10px;
	background:#fff;
}

#mn_title{
	font-size:10px;
	font-weight:bold;
}

#mn_text_body{
	margin-top:6px;
	font-size:10px;
	font-weight:bold;
}

#mn_input_body textarea{
	width:554px;
	margin:auto;
}

#mn_back_btn{
	float:left;
	margin-top:6px;
}

#mn_2sub_btn{
	float:right;
	margin-top:6px;
}

#mn_preview_block{
	margin:auto;

}

#mn_auth_date{
	margin-top:1px;
	text-align:right;
}

#mn_upd_comment{
	margin:auto;
	padding:1px;
	font-weight:bold;
}

#mn_upd_comment small{
	color:#999;
	font-weight:normal;
}

#mn_upd_comment textarea{
	width:320px;
}

/* --- Moder Articler ---*/

#artm_main{
	width:570px;
	margin:12px auto;
	border:1px none #69c;
	background:#transparent;
	padding:4px;
}

#artm_main textarea{
	width:458px;
	margin:1px auto 3px auto;
}

#artm_HL_content{
	width:420px;
	margin:16px auto 0px auto;
	border:1px solid #69c;
	background:#fff3f3;
	padding:4px;
}

#artm_HL_label{
	float:left;
	font-weight:bold;
	color:#600;
	margin-bottom:2px;
}

#artm_HL_input{
	float:right;
	margin-bottom:4px;
	width:290px;
}

#artm_HL_input select{
	float:left;
	width:160px;
}

#artm_HL_input input{
	width:284px;
}

#artm_HL_img{
	float:left;
	margin-bottom:1px;
	width:123px;
	height:100px;
	border:1px solid #ccf;
}

#artm_HL_textarea{
	float:right;
	margin-bottom:4px;
	width:288px;
	height:100px;
}

#artm_HL_textarea textarea{
	 width:288px;
	 height:97px;
	 float:right;
}

#artm_HL_upload{
	float:left;
	margin-bottom:4px;
	width:125px;
	height:20px;
	text-align:center;
}

#artm_HL_btn{
	float:right;
	margin-bottom:4px;
	width:120px;
	height:20px;
	text-align:right;
}

#artm_HL_back{
	clear:both;
	float:right;
	margin-top:4px;
}


#artm_EP_headline{
	border:none;
	width:400px;
	margin:auto;
	margin-top:6px;
}
AND REPLACE WITH
.mod_form{
	border:1px solid #4B6BA0;
	width:240px;
	text-align:left;
	color:#999;
	border-spacing:1px;
}

.mod_form_cap{
	background:#AC466B;
	border-bottom:2px solid #fff;
	padding:2px;
	height:16px;
	font-size:10px;
	font-weight:bold;
	color:#ffebf2;
	text-transform:uppercase;
}

.mod_form_label{
	border:1px solid #AC466B;
	border-right:none;
	background:#ffebf2;
	width:110px;
	font-size:10px;
	font-weight:bold;
	color:#AC466B;
	padding:2px;
}

.mod_form_input{
	width:130px;
	text-align:center;
	background:#ffebf2;
	border-right:1px solid #AC466B;
	padding-right:1px;
}

.mod_form_input input{
	width:130px;
	border:1px solid #3a6280;
	background:#fff;
	color:#3a6280;
}

.mod_form_btn{
	background:#fff;
}

/* --- Moder News --- */

.mn_main{
	margin:auto;
	width:556px;
	border:1px solid #9cf;
	padding:10px;
	background:#fff;
}

.mn_title{
	font-size:10px;
	font-weight:bold;
}

.mn_text_body{
	margin-top:6px;
	font-size:10px;
	font-weight:bold;
}

.mn_input_body textarea{
	width:554px;
	margin:auto;
}

.mn_back_btn{
	float:left;
	margin-top:6px;
}

.mn_2sub_btn{
	float:right;
	margin-top:6px;
}

.mn_preview_block{
	margin:auto;

}

.mn_auth_date{
	margin-top:1px;
	text-align:right;
}

.mn_upd_comment{
	margin:auto;
	padding:1px;
	font-weight:bold;
}

.mn_upd_comment small{
	color:#999;
	font-weight:normal;
}

.mn_upd_comment textarea{
	width:320px;
}

/* --- Moder Articler ---*/

.artm_main{
	width:570px;
	margin:12px auto;
	border:1px none #69c;
	background:transparent;
	padding:4px;
}

.artm_main textarea{
	width:458px;
	margin:1px auto 3px auto;
}

.artm_HL_content{
	width:420px;
	margin:16px auto 0px auto;
	border:1px solid #69c;
	background:#fff3f3;
	padding:4px;
}

.artm_HL_label{
	float:left;
	font-weight:bold;
	color:#600;
	margin-bottom:2px;
}

.artm_HL_input{
	float:right;
	margin-bottom:4px;
	width:290px;
}

.artm_HL_input select{
	float:left;
	width:160px;
}

.artm_HL_input input{
	width:284px;
}

.artm_HL_img{
	float:left;
	margin-bottom:1px;
	width:123px;
	height:100px;
	border:1px solid #ccf;
}

.artm_HL_textarea{
	float:right;
	margin-bottom:4px;
	width:288px;
	height:100px;
}

.artm_HL_textarea textarea{
	 width:288px;
	 height:97px;
	 float:right;
}

.artm_HL_upload{
	float:left;
	margin-bottom:4px;
	width:125px;
	height:20px;
	text-align:center;
}

.artm_HL_btn{
	float:right;
	margin-bottom:4px;
	width:120px;
	height:20px;
	text-align:right;
}

.artm_HL_back{
	clear:both;
	float:right;
	margin-top:4px;
}


.artm_EP_headline{
	border:none;
	width:400px;
	margin:auto;
	margin-top:6px;
}
FILE: /themes/main/layout.css
FIND
DIV#upl_img_l{
	float:left;
	margin-left:2px;
	margin-bottom:2px;
}

DIV#upl_img_r{
	float:right;
	margin-right:2px;
	margin-bottom:2px;
}

#upl_img_form{
	width:156px;
}

#upl_img_input input{
	width:158px;
	font-size:10px;
	background:transparent;
}

#upl_img_btn{
	clear:both;
	margin:2px 1px;
	text-align:right;
}

/* -- Article Edit -- */

.art_mod_page_head{
	float:left;
	background:#d7e8e8 url('img/arr_right.gif') no-repeat scroll center right;
	width:100%;
	height:16px;
	padding-top:4px;
	text-align:center;
	font-size:10px;
	color:black;
	letter-spacing:3px;
	cursor:pointer;
}
AND REPLACE WITH
.upl_img_l{
	float:left;
	margin-left:2px;
	margin-bottom:2px;
}

.upl_img_r{
	float:right;
	margin-right:2px;
	margin-bottom:2px;
}

.upl_img_form{
	width:156px;
}

.upl_img_input input{
	width:158px;
	font-size:10px;
	background:transparent;
}

.upl_img_btn{
	clear:both;
	margin:2px 1px;
	text-align:right;
}

/* -- Article Edit -- */

.art_mod_page_head{
	float:left;
	background:#d7e8e8 url('img/arr_right.gif') no-repeat scroll center right;
	width:100%;
	height:16px;
	padding-top:4px;
	text-align:center;
	font-size:10px;
	color:black;
	letter-spacing:3px;
	cursor:pointer;
}
FILE: /themes/main/layout.css
FIND
DIV#art_mod_uhl{
	float:left;
	width:474;
	height:18px
}
AND REPLACE WITH
.art_mod_uhl{
	float:left;
	width:474px;
	height:18px
}
FILE: /themes/main/layout.css
FIND
DIV#art_mod_uhr{
	float:right;
	border:1px none #69C;
	border-top:none;
	background:#d7e8e8;
	width:92px;
	height:17px;
	text-align:center
}
AND REPLACE WITH
.art_mod_uhr{
	float:right;
	border:1px none #69C;
	border-top:none;
	background:#d7e8e8;
	width:92px;
	height:17px;
	text-align:center
}
FILE: /themes/main/layout.css
FIND
#f_pannel {
	background:#d7e8e8;
	padding:2px;
}

#art_mod_textarea_div{
	width:100%;
}

#art_mod_textarea_div textarea{
	width:570px;
	background:#fff;
	margin:auto;
	color:#767676;
}

#art_mod_btn{
	padding:3px;
	padding-top:2px;
	text-align:right;
}

DIV#art_mod_page_sep{
	float:left;
	border-bottom:1px solid #cfdbf1;
	width:100%;
	margin-bottom:2px;
}
AND REPLACE WITH
.f_pannel {
	background:#d7e8e8;
	padding:2px;
}

.art_mod_textarea_div{
	width:100%;
}

.art_mod_textarea_div textarea{
	width:570px;
	background:#fff;
	margin:auto;
	color:#767676;
}

.art_mod_btn{
	padding:3px;
	padding-top:2px;
	text-align:right;
}

.art_mod_page_sep{
	float:left;
	border-bottom:1px solid #cfdbf1;
	width:100%;
	margin-bottom:2px;
}
FILE: /themes/main/layout.css
FIND
DIV#mod_add_new{
	margin-bottom:6px;
	text-align:right;
}

DIV#news_main{
	font-size:11px;
	width:100%;
}

#npages{
	margin:0px 1px;
	background: #cae5f4;
	border-top:1px solid #97b2d1;
	border-bottom:1px solid #97b2d1;
	padding:1px;
}

#npages a:hover{
	color:#ac466b;
}

DIV#nb_head{
	float:left;
	border:1px solid #97b2d1;
	border-bottom:none;
	background:#325c7b;
	padding:2px;
	color:#fff;
}

DIV#nb_title{ float:left; padding:1px; font-weight:bold; color:#fff }

SPAN#nb_susp{ float:left; padding:1px; color:#930 }

DIV#nb_mod_links{
	float:right;
}

DIV#news_body{
	padding-top:30px;
	padding-bottom:6px;
	border:1px solid #97b2d1;
}

DIV#nb_upd_comment{
	margin-top:6px;
	border:1px solid #fedee1;
	font-size:10px;
	color:#C66;
	padding:2px;
}

DIV#nb_upd_time{
	margin-top:2px;
	padding:1px;
	padding-bottom:0px;
	border-top:1px solid #ddd;
	font-size:10px;
	color:#933;
}
AND REPLACE WITH
.mod_add_new{
	margin-bottom:6px;
	text-align:right;
}

.news_main{
	font-size:11px;
	width:100%;
}

.npages{
	margin:0px 1px;
	background: #cae5f4;
	border-top:1px solid #97b2d1;
	border-bottom:1px solid #97b2d1;
	padding:1px;
}

.npages a:hover{
	color:#ac466b;
}

.nb_head{
	float:left;
	border:1px solid #97b2d1;
	border-bottom:none;
	background:#325c7b;
	padding:2px;
	color:#fff;
}

.nb_title{ float:left; padding:1px; font-weight:bold; color:#fff }

.nb_susp{ float:left; padding:1px; color:#930 }

.nb_mod_links{
	float:right;
}

.news_body{
	padding-top:30px;
	padding-bottom:6px;
	border:1px solid #97b2d1;
}

.nb_upd_comment{
	margin-top:6px;
	border:1px solid #fedee1;
	font-size:10px;
	color:#C66;
	padding:2px;
}

.nb_upd_time{
	margin-top:2px;
	padding:1px;
	padding-bottom:0px;
	border-top:1px solid #ddd;
	font-size:10px;
	color:#933;
}
FILE: /themes/main/layout.css
FIND
DIV#nb_comments_num{
	float:left;
	margin-left:2px;
	margin-bottom:16px;
	font_size:10px;
	color:#930;
}
AND REPLACE WITH
.nb_comments_num{
	float:left;
	margin-left:2px;
	margin-bottom:16px;
	font-size:10px;
	color:#930;
}
FILE: /themes/main/layout.css
FIND
DIV#nb_auth_date{
	float:right;
	margin-right:2px;
	font-size:10px;
	color:#999;
}
AND REPLACE WITH
.nb_auth_date{
	float:right;
	margin-right:2px;
	font-size:10px;
	color:#999;
}
FILE: /themes/main/layout.css
FIND
#news_no_comments{
	font-family:Verdana;
	font-size:13px;
	letter-spacing:1px;
	color:#633;

}

/*------ COMMENTS ------*/

#cmm_main{
	width:300px;
	margin:10px;
	font-size:10px;
}

#cmm_info{
	color:#933;
}

#cmm_h3{
	font-size:13px;
	padding-bottom:4px;
}

#cmm_head{
	float:left;
}

#cmm_del{
	float:right;
}

#cmm_body{
	margin:2px;
	padding:2px;
	border-bottom:1px solid #CCC;
}

#cmm_form{
	color:#999;
}

#cmm_form_cap{
	font-size:11px;
	font-weight:bold;
	color:#F99;
}

#cmm_form_label{
	width:136px;
	font-size:10px;
	font-weight:bold;
}

#cmm_form_input{

}

#cnn_form_textarea{
	font-size:10px;
	font-weight:bold;
}
AND REPLACE WITH
.news_no_comments{
	font-family:Verdana;
	font-size:13px;
	letter-spacing:1px;
	color:#633;

}

/*------ COMMENTS ------*/

.cmm_main{
	width:300px;
	margin:10px;
	font-size:10px;
}

.cmm_info{
	color:#933;
}

.cmm_h3{
	font-size:13px;
	padding-bottom:4px;
}

.cmm_head{
	float:left;
}

.cmm_del{
	float:right;
}

.cmm_body{
	margin:2px;
	padding:2px;
	border-bottom:1px solid #CCC;
}

.cmm_form{
	color:#999;
}

.cmm_form_cap{
	font-size:11px;
	font-weight:bold;
	color:#F99;
}

.cmm_form_label{
	width:136px;
	font-size:10px;
	font-weight:bold;
}

.cmm_form_input{

}

.cnn_form_textarea{
	font-size:10px;
	font-weight:bold;
}
FILE: /themes/main/layout.css
FIND
#cat_table{
	border-top:1px solid #C99;
	border-left:1px solid #C99;
	color:#a74530;
}

#cat_td{
	border-bottom:1px solid #C99;
	border-right:1px solid #C99;
	font-size:10px;
	padding:2px;
	color:#a74530;
}
AND REPLACE WITH
.cat_table{
	border-top:1px solid #C99;
	border-left:1px solid #C99;
	color:#a74530;
}

.cat_td{
	border-bottom:1px solid #C99;
	border-right:1px solid #C99;
	font-size:10px;
	padding:2px;
	color:#a74530;
}
FILE: /themes/main/layout.css
FIND
#cat_td_n, #p1{
	border-bottom:1px solid #C99;
	border-right:1px solid #C99;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	color:#a74530;
}
AND REPLACE WITH
.cat_td_n, .p1{
	border-bottom:1px solid #C99;
	border-right:1px solid #C99;
	font-size:10px;
	font-weight:bold;
	padding:2px;
	color:#a74530;
}
FILE: /themes/main/layout.css
FIND
#p1{padding:1px}
AND REPLACE WITH
.p1{padding:1px}
FILE: /themes/main/layout.css
FIND
#pers_pic{
	float:left;
	margin:6px;
	text-align:center;
AND REPLACE WITH
#pers_pic{
	float:left;
	margin:6px;
	text-align:center;
}