/*
Theme Name: MPC Theme
Theme URI: http://www.motionpicturescomics.com
Description: Theme for MotionPicturesComics.com.
Version: 3
Author: AJM
Author URI: http://www.motionpicturescomics.com

*/

@import url("blog.css");
@import url("post.css");

body {
	background-color: #002E63;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.blog {
	color: #FFFFFF;
}
.blog-heading {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.blog-subheading {
	font-style: italic;
	color: #FFFFFF;
	font-size: 12px;
}

.blog a:link {
	color: #C2D1E7;
	text-decoration: underline;
}
.blog a:visited {
	color: #C2D1E7;
	text-decoration: underline;
}
.blog a:active {
	color: #C2D1E7;
	text-decoration: underline;
}
.blog a:hover {
	color: #002E63;
}

.blog h1{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.blog h2 {
	font-style: italic;
	color: #FFFFFF;
	font-size: 12px;
}

.reverse {font-size: 24px}


.reverse a:link { color: #FFFFFF; }
.reverse a:visited { color: #FFFFFF; }
.reverse a:active { color: #FFFFFF; }
.reverse a:hover { color: #406AA1; }

#mpcCover {
  display:none;
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:gray;
  filter: alpha(opacity = 50);
  opacity:0.5;
  moz-opacity:0.5;
  khtml-opacity:0.5;
  z-index:100;
  zoom: 1;
}

.mpcPopup {
display:none;
/* left:100px;
top:100px;
width:500px;
height:500px; */
position:fixed;
z-index:200;
background:#002E63;
padding:2px;
font:10pt tahoma;
border:3px solid gray
}

ul
{
  list-style-type: none;
}

.wp-tag-cloud { 
  padding:0;
  margin:0;
 }
#bottombar { 
  border-collapse: collapse;
 }

#bottombar #colL { 
  border-right: 1px solid #002E63;
}

#bottombar #colR { 
  border-left: 1px solid #002E63;
}

h2 { 
  font-style: italic;
  font-size: 14px;
 }