body 	{ 
    width:100%;
    margin: 2px 0 0 0;
    background-color: #ffffff;        
    background-image: url("images/budaback.gif");
}

#heading {
    height: 60px;
    text-align: center;
    width: 100%; 
    border: none; 
    overflow: hidden;
}

#menu-history, #menu-philosophy, #menu-practice, #menu-shop, #menu-footer    {
    width: 100%; 
    border: none; 
    overflow: hidden;
}

#menu-history   {
    height: 300px;
}

#menu-philosophy   {
    height: 280px;
}

#menu-practice   {
    height: 360px;
}

#menu-shop   {
    height: 300px;
}

#menu-footer   {
    height: 500px;
}

#start-image {
    display: inline-block;
}

#start-image_small {
    display: none;
}

#rule  {
    background-color: #ffffcc;
    height: 3px;
    margin: 0 0 0 0;
    border: 2px #cccccc outset;
}

td 	{
	font-style: normal;
	font-size: 18px;
    border: 1px #888888 inset; 
    padding: 4px;
}
    

/****	Typography	****/
body	{
    font-family: "Book Antiqua", "Bookman Old Style", "Tmsrmn", "Times", "Roman", "serif";
	color: maroon; 
	font-size: 18px;
	font-style: normal;
}

p, li 	{
	color: maroon;
	font-style: normal;
}


a:link, a:visited, a:active {
    text-decoration: none; 
    color: maroon;
}

a:hover {
    text-decoration: none; 
    color: blue;
}
h1 	{ 
    font-size: 50px;
    font-style: italic;
    font-weight: 500;
    line-height: 50px;
}

h2 	{ 
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
}

h3 	{ 
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
}

small {
    font-size: 14px;
}

.title  {
    margin-top: "0";
	font-weight: 800;
   	font-size: 28px;
	font-style: italic;
    text-align: center;
    }

.head  {
	font-weight: 600;
	font-size: 18px;
	font-style: italic;
}

blockquote {
    font-style: italic;
}

abbr {
    border-bottom: 1px dotted #666;
	cursor: help;
}

.tooltip {
	position: absolute;
    margin-top: -80px;
	background-color: #eeeefe;
	border: 1px solid #aaaaca;
	font-size: smaller;
	padding: 4px;
	width: 300px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/****	Special Cases	****/
#ebay {
    width: 80%;
    margin: auto;
    padding: 0 0 0 10px;
    border: 3px #888888 inset;
}

#ebay .item {
    padding: 0;
    margin: 0 10px 0 0;
    border-bottom: 2px solid #999;
    text-align: left;
}

#ebay .item_title {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

#ebay td {
    border: none;
}

#amazon {
    width: 100%;
    height: 900px;
    margin: auto;
    text-align: center;
    padding: 0;
    border: none;
}

/*****************************************************************************/

/***	Responsive	***/

@media only screen and (min-width: 1212px){

	#content { 
	   width: 780px;
	   min-height: 180px;
	   margin: 0 auto 20px auto;
	   padding: 15px 20px 5px 20px;
	}
	
}


/***	Landscape Tablet	***/
	
@media only screen and (max-width: 1211px) and (min-width: 768px) {
	
	#content {
	   width: 780px;
	   -webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	   margin: 0 auto 20px auto;
	   padding: 15px 10px 5px 10px;
	}

}

/*** 	*****	*/


/***	Tablet or Portrait Smartphone	***/

@media only screen and (max-width: 767px) and (min-width: 480px) {

	#menu {
	    height: 50px;
	}

	#content {
	    width: 100%;
	    -webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	    min-height: 180px;
	    margin: auto;
	    padding: 15px 5px 5px 5px;
	}

	img {
	    max-width: 90%;
	    height: auto;
	}
	
	iframe {
	    max-width: 98%;
	}
    
    #heading {
        height: 100px;
    }

    h1 {
        font-size: 36px;
        line-height: 40px;
    }
        
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    
    h3, h3:a {
        font-size: 24px;
        line-height: 26px;
    }
}

/*** 	*****	*/

/***	Smartphone	***/
	
@media only screen and (max-width: 479px) {
	
	#menu {
	    height: 65px;
	}

	#content {
	    width: 95%;
	    -webkit-text-size-adjust: 100%; /* Prevents Mobile Safari from bumping up font sizes in landscape */
	    min-height: 180px;
	    margin: auto;
	    padding: 15px 3px 5px 3px;
	}

	img {
	    max-width: 95%;
	    height: auto;
	}

	iframe {
	    max-width: 95%;
	}
    
    #start-image {
        display: none;
    }
    
     #start-image_small {
        display: inline-block;
    }

    #heading {
        height: 120px;
    }
    
    h1 {
        font-size: 36px;
        line-height: 40px;
    }
        
    h2 {
        font-size: 26px;
        line-height: 30px;
    }
    
    h3, h3:a {
        color: green;
        font-size: 24px;
        line-height: 28px;
    }
    
    #menu-history, #menu-philosophy, #menu-practice, #menu-shop  {
        height: 420px;
    }

}