/* This is the css file for emotionpicturemagic.com */

.Basic {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #361767;
	text-indent: 0.5in;
	text-align: justify;
}

.basic-noindent { 
   font-family: "Comic Sans MS";
   font-size: 1em;
   color: #361767;
   text-align: left;  
 }

.Quotetitle {
	font-family: "Comic Sans MS";
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.tiny {
	font-size: xx-small;
	font-family: "Comic Sans MS";
}
.quotename {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: italic;
	font-variant: normal;
	text-align: right;
	color: #361767;
}
.Linkonwhite {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #9966FF;
}
.Linkonwhite a:link {
	text-decoration: none;
}
.Linkonwhite a:visited {
	text-decoration: none;
}
.Linkonwhite a:hover {
	text-decoration: underline;
}
.Linkslist {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	text-align: left;
	text-indent: 0.25in;
	display: compact;
	color: #333366;
}
.Theorylist {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	color: #361767;
	vertical-align: top;
}
.headingleft {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #361767;
	text-align: right;
	vertical-align: top;
}
.infotext {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	text-align: center;
	line-height: 2em;
}
.topofpage {
	font-family: Papyrus;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #f19824;
}
.hanging {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	text-indent: -0.25in;
	margin-left: 20px;
}
.paper {
	background-image: url(../images/paper.jpg);
	border: 2px solid #AEF1FE;
	padding: 20pt;
	vertical-align: text-top;
}
.numberedlist {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: normal;
	color: #333366;
	list-style-position: inside;
	list-style-type: decimal;
	list-style-image: none;
	text-indent: .5in;
}
.bullets {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: normal;
	color: 333366;
	text-indent: 0in;
	list-style-position: outside;
	list-style-type: disc;
	line-height: normal;
}
.editorialnote {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-style: italic;
	color: 333366;
	text-align: justify;
}
.indentedbullet {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	color: #1D2F5A;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
}
.topofpagesub {
	font-family: Papyrus;
	font-size: 12pt;
	color: #f19824;
	text-align: center;
	font-weight: bold;
}
.marqueelist {
	font-family: "Comic Sans MS";
	font-size: 8pt;
	line-height: 15pt;
	left: 5px;
	letter-spacing: 0.01em;
	margin-left: 10px;
}
.marqueelist a:link {
	text-decoration: none;
}
.marqueelist a:visited {
	text-decoration: none;
}
.marqueelist a:hover {
	text-decoration: underline;
}
.filmlist {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #f19824;
	text-align: left;
	padding-left: 20px;
}
.filmlist a:link {
	text-decoration: none;
}
.filmlist a:visited {
	text-decoration: none;
}
.filmlist a:hover {
	text-decoration: underline;
}
.tinyyellow {
	font-size: xx-small;
	color: #FBE184;
	font-family: "Comic Sans MS";
	margin-left: 10px;
}
.filmsublist {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #333366;
	padding-left: 40px;
	padding-top: 0px;
	text-align: left;
}
.filmsublist a:link {
	text-decoration: none;
}
.filmsublist a:visited {
	text-decoration: none;
}
.filmsublist a:hover {
	text-decoration: underline;
}
.largeyellow {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #FBE184;
	text-align: center;
}
.hugeyellow {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-weight: bolder;
	color: #FBE184;
	text-align: center;
	letter-spacing: .3em;
}
.googlebox {
	margin-left: 10px;
}
.tinyyellowctr {
	font-family: "Comic Sans MS";
	font-size: xx-small;
	color: #FBE184;
	text-align: center;
}

h1 { 
   color: #08a5b3; 
/*   font-family: "Arial, Verdana", san-serif; */
   font-family: "Times New Roman", serif; 
   font-size: 1.8em;
   font-weight: bold;
   letter-spacing: 2px;
   text-align: left;
}

h2 {
   background-color: #eafdff;
   font-family: "Arial, Verdana", san-serif;
   font-size: 1.3em;
   font-style: normal;
   font-weight: bold;
   color: #816d9f;
   padding: 5px;
   text-align: left;
}


h3 { 
   font-family: "Times New Roman", serif; 
   font-size: 1em;   
   color: #e0912a;
}

/* Used on the NEW! text on the index.html page. */
.red { 
   color: #ff0000;
}

