/*
   File:        mobility.css
   Description: Stylesheet for cospdiversityforum.org mobile access
   Author:      Sharon Rosenberger, Black Forest Frost
   Created:     October 2009
   Language:    Cascading Stylesheet (CSS)

   Copyright © 2009 Black Forest Frost,  All rights reserved
*/

/*  Setup default text in cases where one is not declared */

body {
	font-family: Verdona, Arial, Helvetica, sans-serif;
	font-size:small;
}

/*  Selectors  */

h1 {  /*  Headers  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}

img {  /*  Mobile Images */
    visibility:hidden;
	display:none;
}

h2 {  /*  Alternate Text for Mobile Device */
    font-family:Verdona, Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:#FFF;
}