/************************ box titles *************************/
#Categories{
    background-image: url(../images/categories.gif)
}



/**************************** buttons ****************************/
.button{ /* <input /> buttons with background-image */
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    border: 0;
}
    .button:hover{ background-position: bottom left;}

#postformsub{
    background-image: url('../images/buttons/sendpost.gif');
    width: 88px;
    height: 23px;
}

 
.login_button{
    border: 0;
    width: 88px;
    height: 23px;
    background: url('../images/buttons/login.gif') no-repeat center;
}




/* dark brown box title*/
.italic_box_title{
    background-position: top right;
    background-repeat: no-repeat;
    height: 19px;
}
    .italic_box_title span{ visibility: hidden;}







/*** category list **/
.catlist .bh_content{
    padding: 0 8px 8px;
}

.category_list{ padding: 8px 10px 0;}
    .category_list li{
        background: url('../images/bullet_on.gif') no-repeat left ;
        list-style: none;
        padding-left: 15px;
        display: inline;
        margin-right: 15px;
        font-size: .75em;
    }
 
    .category_list li a:link, .category_list li a:visited{ color: #ffc;}
    .category_list li a:hover{ color: #fc6;}
    
    
    
    
/************************* tborder *****************************/    
.tborder{}
    .tborder td{
        border-bottom: 1px solid #f7cf60;
        padding: 4px 8px;
    }
/**** tcat ****/
.tcat{
    font-size: 14pt;
    font-style: italic;
    color: #6e5c3d;
    
    padding-bottom: 3px;
}

.tcat_desc{
    font-size: 11px;
    font-style: normal;
    
    color: #333;
}
/**** thead ****/    
.thead{
    font-size: 11px;
    border-bottom: 1px solid #f7cf60 !important;
    padding: 4px !important;
    font-weight: bold;
    color: #333;
}
    .thead a:link, .thead a:visited{ color: #2e6e15;}
    .thead a:hover{ color: #333}

/**** tfoot ***/
.tfoot{
    font-size: .75em;
    border-bottom-width: 0 !important;
}
    .tfoot a:link, .tfoot a:visited{ color: #333}
    .tfoot a:hover{ color: #f63;}

    

.ticon{
    /* background: #cfc2a2; */
    background: #ffc;
    padding: 3px 3px 0 !important;
    text-align: center;
}
    .ticon img{
        
    }
    
.ttitle{
    font-size: 11pt;
}
    .ttitle a:link, .ttitle a:visited{
            color: #f63;
            font-weight: bold;
    }
    .ttitle a:hover{ color: #333;}
   
.tdesc{
    font-size: .7em;
}
    .tdesc a:link, .tdesc a:visited{ color: #2e6e15; text-decoration: underline;}
    .tdesc a:hover{ color: #333; text-decoration: none}
   
.tlastpost{
    font-size: .75em;
    width: 135px;
}
    .tlastpost a:link, .tlastpost a:visited{ color: #f63; text-decoration: underline;}
    .tlastpost a:hover{ color: #333; text-decoration: none;}

.tcountpost{
    font-size: 11pt;
    font-weight: bold;
}







.forum_cat{
    font-size: 15pt;
}
    .forum_cat a:link, .forum_cat a:visited{
        color: #f63;
        font-weight: bold;
        font-style: italic;
    }
	.forum_cat a:hover{ color: #333;}
    
.forum_title{
    font-size: 11pt;
}
    .forum_title a:link, .forum_title a:visited{
        color: #f63;
        font-weight: bold;
    }
    .forum_title a:hover{ color: #333;}
    
.rss-link{
    background: url('../images/icons/feed-icon-16x16.gif') no-repeat left;
    padding-left: 20px;
    float: right;
}






/***************************** post-forms *******************************/
.post-form{
    font-size: 12px;
    margin-top: 10px;
}
    
    .post_form_title{
        font-size: 13pt;
        font-style: italic;
        color: #5f4c2e;
        border-bottom: 1px solid #5f4c2e;
        padding-bottom: 3px;
        margin-bottom: 10px;
    }
    
    .post-form .row{
        padding: 2px 0;
    }
    
    
    
/*********************************  topic page ***********************************/
/** first post in the thread/topic */
    .topic_title{
        font-size: 16pt;
        color: #c96;
    }
        .topic_title .smallfont{
            font-weight: normal;
            color: #333;
        }

       
    #topicinfo{
        padding-top: 10px;
        padding-left: 250px;
        font-size: 11px;
    }
        #topicinfo .topicmeta{
            float: left;
            margin-left: -250px;
        }
            * html #topicinfo .topicmeta{ margin-left: -125px;}
        .topicmeta li{
            list-style: none;
            background: url('../images/bullet_off.gif') no-repeat left;
            padding-left:15px;
        }
            .topicmeta li a:link, .topicmeta li a:visited{ color: #f63; text-decoration: underline;}
            .topicmeta li a:hover{ color: #333; text-decoration: none;}
        
        
        #topic-tags{
            border-left: 1px solid #996;
            padding: 5px 0;
            padding-left: 20px;
        }
        #topic-tags h3{
            float: left;
            height: 20px;
            padding-right: 10px;
        }
        .tags-list{}
            .tags-list li{
                list-style: none;
                display: inline;
                padding-right: 20px;
            }
            .tags-list li a:link, .tags-list li a:visited{ color: #f73;}
            .tags-list li a:hover{ color: #333;}
        
        #tag-form{
            display: block;
        }


.post_text{
    font-size: 10pt;
}

.post{
    background: url('../images/border_Hdotted.gif') repeat-x left bottom;
    padding-bottom: 10px;
}

li.post{
    list-style: none;
    padding-left: 70px;
}

    .postavatar{
        width: 8%;
        float: left;
        margin-top: 10px;
        text-align: center;
    }
        .postavatar img{ border: 1px solid #cc9;}
        
        
    .post_content{
        float: left;
        width: 90%;
        padding-left: 10px;
    }
    .postauthor{
        background: #ffffb4;
        padding: 5px 10px;
        float: left;
        font-size: 11px;
    }
        .postauthor a:link, .postauthor a:visited{ color: #f60; text-decoration: underline;}
        .postauthor a:hover{ color: #333; text-decoration: none;}
    
    
    .threadpost{
        clear: both;
        float: left;
        padding: 5px 0;
    }
        * html .threadpost{ clear: left; width: 100%;}
        *:first-child+html .threadpost{ clear: left; width: 100%;}
        
    
.post_admin{
    float: right;
    padding-top: 10px;
}
    .post_admin li{
        display: inline;
    }
        .post_admin li a:link, .post_admin li a:visited{
            background-repeat: no-repeat;
            background-position: left top;
            display: block;            
            float: left;
            font-size: 0;
            
        }
        .post_admin li a:hover{ background-position: 0% -23px;}
    
        .iplink a{            
            width: 35px;
            height: 23px;
            background-image: url('../images/buttons/ip.gif');
            margin-right: 7px;
        }
        .editlink a{
            width: 83px;
            height: 23px;
            background-image: url('../images/buttons/edit.gif');
        }
        .deletelink a.delete-post{
            width: 83px;
            height: 23px;
            background-image: url('../images/buttons/delete.gif');
        }
        .deletelink a.undelete-post{
            width: 83px;
            height: 23px;
            background-image: url('../images/buttons/undelete.gif');
        }
        
        #thread{
            margin: 0;
            padding: 0;
        }
        #thread li{
            clear: both;
            list-style: none;
            margin: 0;
            padding: 0;
            background: url(../images/border_Hdotted2.gif) repeat-x left bottom;
        }
        
        #thread li .undelete-post, #thread li.deleted .delete-post { display: none; }
        #thread li.deleted .undelete-post { display: inline; }

.topic_admin{
    margin-top: 10px;
    font-size: 12px;
}
    .topic_admin li{
        list-style: none;
        display: inline;
    }
        .topic_admin li a:link, .topic_admin li a:visited{ color: #f63; text-decoration: underline;}
        .topic_admin li a:hover{ color: #333; text-decoration: none;}
    
        
        
        
        


/******************************* sidebar *********************************/
.latest_blog{ font-size: 10pt}
    
    .blog_content_wrapper{
        padding-left: 50px;
    }
    
        .latest_blog .avatar{
            float: left;
            margin-left: -50px;
        }
            * html .latest_blog .avatar{ margin-left: -25px;}
            .latest_blog .avatar img{ border: 1px solid #cc9;}
       
       
        .sidebar-posts{
            margin-top: 5px;
            background: url(../images/border_Hdotted2.gif) repeat-x top left;
        }
        
        .sidebar-posts div{
            background: url(../images/border_Hdotted2.gif) repeat-x bottom left;
            font-size: 11px;
            line-height: 15px;
            padding: 4px 0 5px;
        }
        
        .latest_blog a:link, .latest_blog a:visited{
            display: block;
            color: #f60;
            font-style: italic;
            font-weight: bold;
            font-size: 13px;
        }
        .latest_blog a:hover{ color: #333;}
        
        
        
/** new members list */
.avlist{ text-align: right;}
    .avlist img{
        border: 1px solid #cc9;
        margin: 1px;
    }

.dashed_label{
    background: url(../images/border_Hdotted.gif) repeat-x bottom left;
    margin-bottom: 3px;
}

.newslist{ margin-bottom: 10px;}
.newslist li{
    background: url(../images/border_Hdotted.gif) repeat-x bottom left;
    padding: 3px 0 5px ;
    
    list-style: none;
    font-size: .75em;
    line-height: 15px;
    color: #fff;
}
       
    .newslist li a:link, .newslist li a:visited{
        background: url('../images/bullet_on.gif') no-repeat left 5px;
        padding-left: 15px;
                
        color: #f4f0c1;
        font-size: 9pt;
        line-height: 14px;
                
    }
    .newslist li a:hover{ color: #fff;} 
    
    
    
    
    
    
/**************************** profile ********************************/
/************ profile menu ************/
.profile-menu{
	padding: 5px 0;
}
	
.profile-menu li{
	list-style: none;
	display: inline-block;
	float: left;
	
	
	font-size: .75em;
	margin-right: 3px;
}

.profile-menu li a:link, .profile-menu li a:visited{
	color: #fff;
	display: block;
	float: left;
	height: 20px;
	width: 76px;
	background: url('../images/buttons/button2.gif') no-repeat left top;
	text-align: center;
	padding-top: 3px;
	
}
.profile-menu li.current a,
.profile-menu li a:hover{ background-position: left bottom;}


/******************************** edit profile *************************/
.bigusername{
    font-size: 16pt;
    padding: 10px 0 5px;
    margin-bottom: 10px;
    color: #f63;
}





#profiledit-page-box{}
	
        #profile-edit-form{
		font-size: .8em;
		text-align: left;
	}
		
		#profile-edit-form td{ padding: 3px;}
		
		#profile-edit-form th{	
			width: 200px;
			font-size: 10pt;
			color: #f63;
			text-align: left;
			vertical-align: top;
		}
		
		#profile-edit-form input{
			padding: 3px;
		}
		
		.pass-strength td{
			background: #ccc;
			color: #c00;
			font-size: 11pt;
		}
		
	.update-profile-button{
		border: 0;
		width: 83px;
		height: 23px;
		background: url('../images/buttons/updateprofile.gif') no-repeat left top;
	}
	
	.update-profile-button:hover{ background-position: 0% -23px;}
	
	#profile-delete-user-form input.delete{
		font-size: 0;
		border: 0;
		width: 83px;
		height: 23px;
		background: url('../images/buttons/deleteuser.gif') no-repeat left top;
	}
		* html #profile-delete-user-form input.delete{ padding-left: 1000px;}
		*:first-child+html #profile-delete-user-form input.delete{ padding-left: 1000px;}
		
		
		
		
/** login **/
#password-recovery-box,
#login-page-box{
	width: 300px;
	float: left;
	color: #fff;
	margin-right: 10px;
}

#loginform{
	font-size: .8em;
	text-align: left;
	color: #fff;
}
	

	#loginform .bginput,
	#password-recovery-form .bginput{ width: 150px;}
	
	.smallFormBox{
		width: 300px;
		color: #fff;
	}

	#password-recovery-form{
		font-size: .8em;
	}
	
	#loginform th, #password-recovery-form th{
		width: 100px;
		text-align: left;
		color: #fff;
	}






/**************************** profile favorites ************************************/
#favorites-page-box{}

	#currentfavorites{
		font-size: 10pt;
		color: #555;
		padding: 0px 0;
	}
	
		.page_text{
			font-size: .8em;
			padding: 5px 0;
		}
		
	
	.fav-remove a{
		display: block;
		width: 16px;
		height: 15px;
		background: url('../images/icons/close.gif') no-repeat center;
	}
        
        
        
        
/*************************** user profile ************************************************/
#profile-page-box{}
	
	
	/** profile two column */
	#profile_content_wrapper{
		
	}
	
		.pfleft{
			width: 20%;
			vertical-align: top;
		}
			
		.pfright{ float: left; width: 100%}
	
	
	#useravatar img{
		border: 1px solid #cc9;
		padding: 3px;
		background: #fff;
	}
	
	
	.profile_update{
		font-size: .8em;
		font-weight: bold;
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
		.profile_update a:link, .profile_update a:visited{ color: #f63; font-style: italic}
		.profile_update a:hover{ color: #333;}

	
	
	.block_header{
		background: #5e4c2e;
		color: #fff;
		font-family: "Trebuchet MS";
		font-size: 1em;
		font-style: italic;		
		padding: 5px;
	}
		
	dl#userinfo{
		font-size: .8em;
		padding-top: 10px;
	}
		#userinfo dt{
			font-weight:bold;
			color: #f63;
		}
		#userinfo dd{ padding-left: 150px;}
			
			#userinfo dd a:link, #userinfo dd a:visited{ text-decoration: underline; color: #090}
			#userinfo dd a:hover{ text-decoration: none;}
	
	.user-recent{
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	
	.act_head{
		font-size: 10pt;
		color: #333;
		padding: 3px 0 0;
		border-bottom: 2px solid #f8ce63;
		margin-bottom: 3px;
	}
		
		ol.pf_rectlist{
			list-style: none;
		}
		
		.pf_rectlist li{
			background: url('../images/bullet_off.gif') no-repeat left 5px;
			padding-left: 15px;
			font-size: .8em;
		}
        
        
        
/********************* login ********************/
#password-recovery-box,
#login-page-box{
	width: 300px;
	float: left;
	color: #fff;
	margin-right: 10px;
}

.login_header{
    font-size: 14pt;
    border-bottom: 2px solid #face0b;
    padding-bottom: 5px;
    color: #cc9;
}

#loginform{
	font-size: .8em;
	text-align: left;
	color: #fff;
}
	

	#loginform .bginput,
	#password-recovery-form .bginput{ width: 150px;}
	
	.smallFormBox{
		width: 300px;
		color: #fff;
	}

	#password-recovery-form{
		font-size: .8em;
	}
	
	#loginform th, #password-recovery-form th{
		width: 100px;
		text-align: left;
		color: #fff;
	}
        
        
        
      
      
        
        
        
        
#registration-form{
	font-size: .8em;
}
	#registration-form input[type=text]{
		border: 1px solid #cc9;
		background: #fff url('images/bginput.gif') repeat-x left bottom;
		padding: 4px;		
	}
	
		
	.register_button{ background: url('../images/buttons/register.gif') no-repeat left top;}
	.login_button2{ background-image: url('../images/buttons/login2.gif');}
	
		
	.button_small{
		border: 0 !important;
		width: 83px;
		height: 23px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.button_small:hover{ background-position: left bottom;}
	
	.recover_password_button{
		width: 109px;
		background-image: url('../images/buttons/recover_password.gif');
	}

ul#manage-tags{
	list-style: none;
}

	#manage-tags li{
		font-size: .8em;
		font-weight: bold;
		padding: 3px 0;
	}
	
	
	
div.topic_search_form{ margin-bottom: 10px;}
#topic-search-form{}

#topic-search-form fieldset{
	display: block;
	float: left;
	font-size: .8em;
	padding-right: 10px;
}
	#topic-search-form fieldset legend{ font-weight: bold;}
	#topic-search-form p{ margin: 0; padding: 0;}

	#topic-search-form-submit{
		border: 0;
		width: 83px;
		height: 23px;
		background: url('../images/buttons/search.gif') no-repeat top left;
		font-size: 0;
		margin-top: 15px;
	}
	
	* html #topic-search-form-submit{ padding-left: 1000px;}
	*:first-child+html #topic-search-form-submit{ padding-left: 1000px;}
	
	
	
/*** Search Results : search page **/
.searchResult{
	font-size: 1.1em;
}

	.searchResult .thead{
		margin-bottom: 10px;
	}
	
	.searchResult ol.results{
		list-style: none;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	
	.searchResult .results li a{
		background: url('images/bullet_on.gif') no-repeat left;
		padding-left: 15px;
	}
	