/* TAGS DEFS */

h1 strong {font-weight:normal}

h1 {
   font-size: 40px;
   line-height: normal;
   font-family: Impact, Haettenschweiler, sans-serif;
   font-weight:100;
   color: black;
   margin: 0px;
   }
   
h2 strong {font-weight:normal}
   
h2 {
   font-size: 19px;
   line-height: normal;
   font-family: Arial Black, Arial, Helvetica, sans-serif;
   color: grey;
   margin: 0px;
   }
   
h3 {
   font-size: 19px;
   line-height: normal;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #02B1F4;
   text-transform: uppercase;
   }
   
h4 {
   font-size: 16px;
   line-height: normal;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: grey;
   }
   

/* CLASSES */
   
   
.copynotice {
            font-family:Arial, Helvetica, sans-serif;
			text-align: center; 
            font-size: 9px; 
            color: white;
            }
   
.byline  {
	
      font-size: 12px;
	  letter-spacing: 4px;
      }
	  
.white   {
      color: #ffffff;
      }
	  
.black   {
      color: #000000;
      }
	  
.imagebleed {margin-left:-10px;}
.imageleft {float: left ; padding-right: 5px;}
.imageright {float: right ; padding-left: 5px;}

.caption {
background-color: #E9E9E9;
color: #333333;
padding: 3px 10px 3px 10px;
font-size: 12px;
text-decoration:none;
} 

.justified	{
			text-align: justify;
			}
			
.allcaps {text-transform:uppercase;}

.allcaps-off {text-transform: none;}

.interview   {color: #e20000;
			font-weight: bold;
            }
			
.notedate  {
   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #0048da;
      }
	  
.clearing 	{ 
			clear: both; 
			}
	  

/* BULLETS */

.bulletedlist  {
               margin: 1em 0;
               }

.bulletedlist li  {
                  padding-left: 15px;
                  background-image: url(../../_Assets/bullet.gif);
                  background-repeat: no-repeat;
                  background-position: 0 2px;
                  margin-bottom: 0.3em;
                  }

.bulletedlist li ul  {
                     margin-top: 0.3em;
                     margin-left: 1em;
                     }
                                
.bulletedlist li li  {
                     background-image: url(../../_Assets/bullet_2level.gif);
                     background-position: 0 1px;
                     }
					 
					 

/* STORY TABS */		 

		 
#storytabs {
  float:left;
  width:100%;
  background:#e0e0e0 url("../../_Assets/storytabs/bg.gif") repeat-x bottom;
  font-size:12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height:normal;
  text-decoration:none;
  border-bottom: 0px none #ffffff !important; 
  }
#storytabs ul {
  margin:0;
  padding:40px 10px 0;
  list-style:none;
  }
#storytabs li {
  float:left;
  background:url("../../_Assets/storytabs/off-l.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#storytabs a {
  float:left;
  display:block;
  background:url("../../_Assets/storytabs/off-r.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  border-bottom: 0px none #ffffff !important; 
  font-weight:bold;
  color:#777;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#storytabs a {float:none;}
/* End IE5-Mac hack */
#storytabs a:hover {
  color:#333;
  text-decoration:none;
  }
#storytabs #current {
  background-image:url("../../_Assets/storytabs/on-l.gif");
  }
#storytabs #title {
    position:relative;
	left:5px;
	top:-20px;
	font-size:12px;
	font-weight:bold;
	color:#d1d1d7;
    font-family: Arial, Helvetica, sans-serif;

  }
#storytabs #current a {
  background-image:url("../../_Assets/storytabs/on-r.gif");
  color:#333;
  padding-bottom:5px;
  text-decoration:none;
  border-bottom: 0px none #ffffff !important; 
  }
  
/* MISC */

#photogal div {
	position: absolute;
	background-color:#efefef;
	padding: 4px;
	border: 1px #717171 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#676767;
	font-size: 11px;
}

.floatleft  {
            float: left;
            margin-right: 10px;
            }

.floatright {
            float: right;
            margin-left: 10px;
            }