﻿/** REQUIRED DONT EDIT**/ 
.row
{
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    padding: 0px;
    margin-bottom: 10px;
}

.cols1, .cols2, .cols3, .cols4, .cols5
{
    display: block;
    float: left;
    overflow: hidden;
    vertical-align: top;
}

.cols1 
{
    width: 100%;
    }

.cols2 
{
    width: 49%;
    }

.cols3 
{
    width: 32%;
    }

.cols4 
{
    width: 24%;
    }

.cols5 
{
    width: 19%;
    }

.spacer1,.spacer2,.spacer3,.spacer4,.spacer5
{ 
    margin: 0px;
    padding:0px;
    height: 20px;
    float: left;
    }


.spacer1 {width:0px}
.spacer2 {width:2%}
.spacer3 {width:2%}
.spacer4 {width:1.3%}
.spacer5 {width:1.21%}

/** END REQUIRED DONT EDIT **/

/** REQUIRED EDITABLE/RENAMEABLE **/

/** clearer **/
.clear
{
clear: both;    
    }
/** used for filedset effect (used in combo) **/    
.fs 
{
     margin-top: 5px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid; 
    }
    
/** contaniner for the breadcrumbs **/
.menu_path
{
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: normal;
    font-size: 90%;
}
    
.menu_path  ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
	border: none;
	} 

.menu_path ul li {
	margin-left: 0px;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
	}

/** contaniner SINGLE site links (used in combo and links) **/
.funny_links
{
         padding-top: 0px;
}

/** used to create the fieldset legend effect (used in combo) **/
.title 
{
    background-color: #ffffff;
    display: inline;
    position: relative;
    top: 15px;
    right: -7px;
    padding-right: 4px;
    padding-left: 1px;
    }
    
/**  container for individual dirs (*not used for lite*)**/

.humour_types 
{

    
}
.site_css_site_dirs  p
{

}

/** container for multiple site links (site_css_site_containers)**/
.site_css_multiple_sites_container  
{
    margin-top: 0px;
    clear: both;
    }
    
.sites
{
    
    
    }
.footer 
{
    text-align: center;
   margin-top:10px;
margin-top:20px;
}
p.footer
{
    background-color: #63a0df;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 4px;
    padding-top: 2px;
}  
 

    
/** END REQUIRED EDITABLE/RENAMEABLE **/

#links a:link
{
    color: #0d0e0d;
}

p.footer a:link, p.footer a:visited
{
    
    color: #ffffff;
    text-decoration: underline;
    
}


#links h4, #links h5
{
        border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-color: Transparent;
    }

#links h4 a:link, #links h4 a:visited, #links h5 a:link, #links h5 a:visited
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: #0b70d2;
}

#links h4,#links h5
{
    margin: 0px;
    padding: 0px;
}

#links h4 a:hover, #links a:hover, #links h5 a:hover, #links a:hover  
{
    color: #ff0000;
}
h5
{
    font-size: 100%;
}