h1 {font-family: Didot, Arial, Helvetica;font-size: 48px; border-bottom: 4px solid #DF0024; text-align: right;margin-right:30px;}

h2 {font-family:Arial, Helvetica;font-size: 30px; text-align: center; color: red;}

evDate {font-size:14.0pt;
	font-family:Helvetica;
	color:blue;
	font-weight:bold;}

h3 {font-family:Didot, Arial, Helvetica; font-size: 42px; text-align: center; color:black;}

body {background: #ececec; font-family: Georgia, Copperplate, Arial, Helvetica; color: #555555; }

p.appversion{font-family:Trebuchet; font-size:16px; color:#0000cc; }

		
p.moviesub{font-family:Arial; font-size:14px; color:#bb0000; text-decoration:bold;font-style:italic;}

span.update{font-size:14px; font-style:italic;}

p.appstore{font-family:Arial; font-size:14px; color:#bb0000; text-decoration:bold;font-style:italic;}

span.appname{font-family: "Arial Black"; font-size:18px; font-weight:bold;text-decoration:none; font-style:normal;}

span.alert{font-family:"Optima"; font-size:18px; color:#9325DD;}

div {clear:both;} /*This somehow clears divisions so that text associated with images sticks with the correct images*/

div.pagetext {margin-left:25px; margin-right:25px; line-height: 1.5; border-top:2px solid #505050;}

div.main {font-size:16px; margin-left:50px; margin-right:50px; line-height:1.8; padding-bottom: 15px;}

div.general {margin-left: 45px; margin-right: 45px; line-height: 2.5; color:black;}

div.description { margin-left:40px; margin-right:40px; padding-top: 5px; line-height:1.5; color:green;border-top:8px solid #3D107B;}

div.alert {margin-left:80px; margin-right:675px; padding-top:20px; padding-left:20px; padding-bottom:20px; line-height:2;border-width:1px;border-style:double solid;border-color:#9325DD;}


img.right {float:right;padding-left:12px; padding-bottom:15px;}

img.left {float:left; padding-right:12px;padding-bottom:15px;}

img.rightlink {float:right;margin-left:20px;}

a:link {text-decoration:none;font-weight:bold;}
a:visited {text-decoration:none;font-weight:bold;color:green;}
a:hover { color: red; text-decoration: underline }


/* This defines the properties of the ringtone list */

ul#list-ring {
	margin: 15px; /*left margin*/
	line-height:2; /*line spacing (vertical)*/
}


/*  this section defines the navigation bar style   In the html file, this denotes the beginning of the list of menu items: <ul id="list-nav">*/

ul#list-nav {
list-style:none;
margin:40px; /*top margin*/
padding:0; /*not sure*/
width:795px; /*total available width of bar*/
}

ul#list-nav li {
display:inline; /*Display the list horizontally, like a nav bar*/
}

ul#list-nav li a {
font-family: Copperplate;
text-decoration:none; /*no underlining*/
padding:3px 0; /*vertical padding*/
width:130px; /*width of each item*/
background:#e7573b; /*"box" color*/
color:#252525; /*font color*/
float:left;  /*don't get this one*/
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover {
background:#DF0024; /*These are the "box" and font colors*/
color:#c2c2c2
}

