﻿/*CSS for Diggers Pages*/
h1{font-size: large;}
h2{font-size: medium;}
h3{font-size: small;margin-top:5px;margin-bottom:5px;}
h4{font-size: x-small;}

body{
    font-family: Verdana;
    font-size: medium;
    margin: 5px;
    font-size: x-small;
    background-color: #FFFFFF;
}

p{
    text-align: justify;
    text-indent: 10px;
    line-height: 1.5;
}

/*MasterPage_Diggers Top Banner */
#topContent 
{
    text-align: left;
    background-color: #808080;
    color: #582404;
    font-size: large;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    height: 30px;
    border-style:solid;
    border-width:1px;
    border-color: #582404;
    letter-spacing: 0.4em;
    font-variant: normal; 
    text-transform: lowercase;
    background-color: #EACB93;
    background-image: url(graphics/pot.gif); 
    background-repeat: repeat-x;    
}

/*MasterPage_Diggers Menu Col*/
#leftContent 
{
    width: 150px;
    margin: 5px;
    padding: 5px;
    text-align: left;
    position: absolute;
    top: 60px;
    left: 0px;
    
    border-style:solid;
    border-width:1px;
    border-color: #582404;    
    
    font-family: Arial, Helvetca, sans-serif; 
    color: #582404; 
    background-color: #EACB93;

    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
}


/*Specific CSS for contents pages*/
#rightContent /* Right far col */
{
    width: 150px;
    padding: 10px;
    font-size: 90%;
    text-align: left;   
    float:right;
    border-style:solid;
    border-width:1px;
    border-color: #582404;
    margin-top: 10px;
}

 #leftcol{
 float:left;
 top: 0px; 
 left:0px; 
 background:#fff;  
 width:70%;
 margin-right:5px;
 margin-left:5px; 
 margin-top:10px; 
 margin-bottom:5px;
 /*border-width: 1px;
 border-color:green;
 border-style:dotted;*/
 }

#Content2
{
width: 100%;
}

#pageContent
{
    clear: both;
    width: 100%;  
}

#mainContent {
    text-align: left;
    margin-left: 180px;
    font-size:x-small;
}


#footerContent {
    text-align: center;
    padding: 5px;
}
#breadcrumb
{
    right: 100px;
    position: absolute;
    height: 20px;
 }  
 	
#thumb
	{
	border-style:solid;
    border-width:1px;
    border-color: #582404;   
	    }
	    
	    
/*
#leftContent h3
{
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
}
*/

/*
#leftContent div
{

}
*/

 
/*
	#middlecol{position: absolute; top: 1% ; right: 1%; width:60%; height:50%;padding:0px; border:0px solid; border-color: #582404; margin-right:5px; margin-left:5px; margin-top:0px; margin-bottom:5px;}
	
	
	#rightcol{position: absolute; bottom: 1% ; right: 1%; width:60%;padding:0px; border:1px solid; border-color: #582404; margin-right:5px; margin-left:5px; margin-top:0px; margin-bottom:5px;}
*/


/*
#rightContent h5 {
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;  
}
*/


