/* CSS for Highlandpipinge */
/* added for menu pull down */
/* Revision History
	8-4-04	btc	Created

*/

   A:link    { color: blue; background-color:Transparent  }							
   /* unvisited link */
/* #000080 - default color */
   A:visited { color: #blue; text-decoration: underline; background-color:transparent} /* visited links  */
   A:active  { color: #red; outline: thick solid blue;background-color:transparent} /* active links   */
   A:hover   { color: #000080; background : #898989;}
@page 
{
        @page { size: A4 portrait; }
	size    : 8.5in 11in;
	margin  : 2cm;
}
body
	{
        background-image: url('http://www.highlandpiping.net/images/mactartan.jpg') no-repeat;
        background-color: white;   /* #FFFAF0;a */
        color           : black;
	}

	/* banner in default-master.adp file */
	DIV.menu_banner
	{
        padding         : 15px;
        border          : 5px solid red;
        margin-bottom   : 15px;
        /* background-image: url('http://www.highlandpiping.net/images/macgtartan.jpg'); */
        background-color: pink ; /* rgb(213, 219, 225);*/  /* #FAEBD7 rgb(213, 219, 225); */
        color           : black ;
        font-size       : 12pt;
	text-align	: center;
	}


	/* container - def as the entire outline of the web page */
        #container
	{
	font-size   	: 10pt;   /* do not use will change the entire page */
      	text-align  	: center; /* do not use will change the entire page */
        width	       	: 760px;  /* 760px;*/
        border	       	: 5px solid green;
        margin      	: 10px;
        margin-left 	: auto;
        margin-right	: auto;
        padding     	: 10px;
        background-color: darkred ; /* #5F9EA0 ; */
        }

	/* banner - def as the banner across the top - Got Bagpipes */
        #topbanner
	{
        padding		: 15px;
        border 		: 5px solid red;
        margin-bottom	: 15px;
        background-image: url('http://www.highlandpiping.net/images/macgtartan.jpg');
        background-color: rgb(213, 219, 225);  /* #FAEBD7 rgb(213, 219, 225); */
        color		: white ;
	text-align	: center;
        font-size	: 15pt;
        }
  
	/* top three columns */
        #leftsidebar-top
	{
        border   	: 12px solid green; /* nothing happens */
        font-size 	: 10pt;
        text-align	: left;
        float     	: left;
        width      	: 250px;
        margin    	: 0;
        margin-right    : 5px;
        /* padding: 5px; */
        padding-bottom  : 5px;
        padding-left    : 5px;
        padding-right   : 5px;
        padding-top     : 5px;
        background-color: white;
        color           : blue;
        }

	#content-top
	{
   	/*not sure what this does */
        font-size   	: 12pt;
        text-align  	: left;
        padding     	: 5px;
        margin-left 	: 160px;
        margin-right	: 190px;
        background-color: yellow ; /* rgb(213, 219, 225) ;*/
        color           : yellow ; /* black; */
        }

       	#rightsidebar-top
	{
        font-size	: 10pt;
        text-align  	: left;
        float       	: right;
        width       	: 180px;
        margin      	: 0;
        margin-left 	: 5px;
        padding     	: 5px;
        color       	: black;
        background-color: white;   /* rgb(235, 235, 235); */
        }

	/* content - def as the center column of layout */
        #content
	{
        border      	: 10px blue;	/* not sure what is does */
        font-size   	: 10pt;
        text-align  	: left;
        padding    	: 5px;
        margin-left 	: 160px;
        margin-right	: 10px;
        background-color: white ; 	/* rgb(213, 219, 225) ;*/
        color           : black ;	/* black; */
        }

	/* leftsidebar - def as the left column of layout */ 
        #leftsidebar
	{
        border     	: 10px blue;
        font-size  	: 10pt; 
        text-align 	: left;
        float      	: left;
        width      	: 150px;
        margin     	: 0;
        margin-right	: 5px;
        /* padding: 5px	; */
        padding-bottom 	: 5px;
        padding-left   	: 5px;
        padding-right  	: 5px;
        padding-top    	: 5px;
        background-color: rgb(213, 219, 225); /* #8FBC8F; rgb(235, 235, 235); */
        color           : black;  
        }

	/* rightsidebar - def as the right column of layout */
        #rightsidebar
	{
        font-size   	: 12pt;
        text-align  	: left;
        float       	: right;
        width       	: 150px;
        margin      	: 0;
        margin-left 	: 5px;
        padding		: 5px;
        background-color: rgb(235, 235, 235); /* */
        }

	/* footer - def as the bottom section of the layout */
	#footer
	{
        /* clear		: both; */
        padding		: 5px;
        margin-top	: 5px;
        background-color: rgb(213, 219, 225);
        }

	DIV.copyright
	{
	background-color:Transparent ;
	font-size     	: 10pt; 
	color         	: black;
	text-align    	: left;
	line-height   	: 50%;
	font-style    	: italic;
	}

	DIV.legal 
	{
	font-size     : 12pt; 
	color         : black;
	text-align    : Center;
	line-height   : 100%;
	font-style    : italic;
	background    : white;
	}

