/* 
	project:   Wolverine Dog Training Club Website
	author:   Julia Forrester 
	title:    global style sheet
	notes:    this is for handheld devices.  notes this hides the larger images from the handheld to save on download time and display
						only affects items listed
*/

body { 
background: #ffffff;
font: 0.92em sans-serif;
color: #000000;
}

*{
font: 0.92em sans-serif;
}

h1, h2, h3, h4, h5, h6, h7	{
	line-height: 1em;
	margin-top: 1.3em;
	color: #806479;
	}

#dog-image {display: none;}
#main_menu, #sub_menu,  #footer_bg, #col2_dog, #col1-dog_left, #col1_box1, #col1_bg, #barmenu-left, #barmenu { display:none;}
#section_logo_wrapper, #section_mainmenu_shadow, #section_submenu_swoop, #footer, #logobg{}
#section_submenu_text, #section_barmenu, #section_shadow_menu_left, #section_shadow_menu_rt, #col1-dog_left, #col1_bg, #body {}

.handheld {display: block; color: #806479;}


