/*
Theme Name: WordPress b2 
Theme URI: http://wordpress.org/
Description: - Theme developed for Blindness - The Movie website based on the Classic Wordpress theme by Dave Shea
Version: 1.0
Author: Mark D. THompson
*/

/* set the base font */
body, div, p, th, td, li, dd, label {
  /* redundant selectors to help NS4 remember */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

body { /*, html*/
  color:#999;
  background:#003333;
}


/* background:changed from #231D1D and #241B1B; */
#wrapper {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 760px;
  margin: 5px 0 5px -380px;
  color:#999;
  background:#141619;
} 
#Blindness #wrapper {
  background: transparent url(/wp-content/uploads/blindness_hp.jpg) 0 0 no-repeat;  
 
}

#header h1 {
	width:760px;
	height:316px;
	margin:0;
	color:#000;
}
/* default */
#header h1 {background: #eee url(/wp-content/themes/b2/graphics/header_all.jpg) 0 0 no-repeat;}

/***** headers for About the Film Section *****/
/* About */
#cat8 #header h1 {background: #eee url(/wp-content/uploads/about_header.jpg) 0 0 no-repeat;}
/* Cast */
#cat9 #header h1 {background: #eee url(/wp-content/uploads/cast.jpg) 0 0 no-repeat;}
/* Crew */
#cat10 #header h1 {background: #eee url(/wp-content/uploads/crew.jpg) 0 0 no-repeat;}
/* Clips */
#cat11 #header h1 {background: #eee url(/wp-content/uploads/clips.jpg) 0 0 no-repeat;}
/* Gallery */
#cat15 #header h1 {background: #eee url(/wp-content/uploads/gallery.jpg) 0 0 no-repeat;}
/* Soundtrack */
#cat16 #header h1 {background: #eee url(/wp-content/uploads/soundtrack.jpg) 0 0 no-repeat;}
/* News */
#cat76 #header h1 {background: #eee url(/wp-content/uploads/news.jpg) 0 0 no-repeat;}
/* etc.... */

#Blindness #header h1 {
	width:760px;
	height:316px;
	background:transparent;
}

#header h1 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#header h1 a {
  display:block;
  width:100%;
  height:100%;
}

h2 {
  margin:20px 0 10px 0;
  padding:0;
}
* html h2 { /* for IE<=6 only */
  margin:20px 0 5px 0;
  padding:0;
}

#unav ul {
  width:100%;
  margin:0;
  padding:5px 0;
  color:#eee;
  background:#000;
}
#unav li {
  display:inline;
  padding:0 30px;
}

#content a {
  color:#ccc;
  background:transparent;
  text-decoration:none;
}
#content a:hover {
  text-decoration:underline;
}
#content a:visted {
  color:#CBCED3;
  background:transparent;
}

#unav a {
  color:#666;
  background:#000;
  text-decoration:none;
}
#unav a:hover {
  color:#FFFF33;
  background:#000;
  text-decoration:none;
}

/*text-decoration:dotted;*/
#unav .current-cat a, #unav .cat-parent a  {
  color:#CCC;
  background:#000;
  border-bottom:4px solid #FFFF33;
}

#content {
}

#Blindness #content {
  min-height:400px;
}
* html #Blindness #content { /* for IE<=6 only */
height:400px;
}

#left_col {
  float:left;
  width:209px;
  background: transparent;
  min-height:400px;
}
* html #left_col { /* for IE<=6 only */
height:400px;
}

#right_col {
  float:right;
  width:473px;
  background: transparent;
  min-height:400px;
  border-left: 1px solid #222;
  line-height:1.5em;
  padding:0px 38px;
}
* html #right_col { /* for IE<=6 only */
height:400px;
}
#Blindness #right_col {
  width:473px;
  border-left: 0;
}

#footer {
  clear:both;
  background:transparent;
}

/*changed padding from 15px to 60*/
#subnav ul {
  list-style:none;
  margin:0;
  padding:60px 0 0 20px;
}

#subnav {
  text-align:right;
  padding-right:25px;
}

#subnav li {
  margin:0;

  padding:3px 0;
}

/* white text color:#eee; */
#subnav a {
  margin: 0;
  padding:0;
  color:#666;
  background:transparent;
  text-decoration:none;
}

#subnav a:hover {
  color:#FFFF33;
  background:#transparent;
  text-decoration:none;
}

#subnav .current-cat a {
  color:#999;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height:0; 
    clear: both; 
    visibility: hidden;
    font-size:0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.img_left {
  float:left;
  padding:0;
  margin: 0 10px 0 0;
}
.img_left img {
  padding:5px 0 0 0;
  margin:0;
}

.copy h3, .copy p{
 padding:0;
 margin:0;
}