/* © Copyright 2007 Kevin Finlayson. All Rights Reserved. */
 

/* global
------------------------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0px;
	padding: 0px; 
}

ul, li { 
	list-style-type: none;
}

body {
	color:#555;
	background-color: #fff;
	font:small/1.6em "lucida grande", verdana, sans-serif; 
}

hr {
	clear:both;      
	color: #d2dade;     
	margin: 20px 0px 0px;  
	
}

.clear {
	clear:both;
}

.centered, p.centered {
	text-align:center;
}

.right {
	text-align:right;
}		

img {
	border:0;
}

h1, h2, h3, h4, h5, h6 {                                         
	color: #555;
	margin: 10px 0px;
	font-family: helvetica, arial, sans-serif;  
	width: 100%;
}

h1 {
	font-size: 400%;
	font-family: "helvetica", arial, sans-serif;  
	line-height: 1em;    
	margin: 0px;     
	color: #fff;
}

h2 {
	font-size: 164%;
}

h3 {
	font-size: 145%;
}

h4 {
	font-size: 118%;
}

h5 {
	font-size: 100%;              
}

h6 {
	font-size: 85%;
	text-transform: uppercase;    
	line-height: 1em;
	margin-bottom:0px; 
	float: left;
	padding: 5px;           
	width: auto;
}


p, ul {
	margin: 10px 0px;
	
}

a, a:visited {
	color: #222;    
	text-decoration: none;            
}

a:hover {                
	text-decoration: underline
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #222;                     
}                            

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {   
}

/*page structure
------------------------------------------------------------------*/

#wrapper {
	width: 1000px;
	height:auto;
	min-height: 600px;
	margin: 0px auto;        
}

#leader {          
	height: auto;      
	min-height: 240px;
	width: 650px;
	background-color: #ccc;       
	float:left; 
	position: relative;
	margin-bottom: 5px;         
}

#logo {
	width:50px;
	height: 50px;
	position:absolute;
	top: 15px;
	left: 10px;
}

#content {
	margin-bottom: 30px;   
	position:relative;
	padding: 0px 10px 50px 10px;
	width: 980px; 
	float: left;                     
	margin-bottom: 3px;  
	height: auto;
	min-height: 500px;               
	
}    
 
#raw_markup_wrapper {
	width: 980px;
	height: auto;
	float:left;
	min-height: 500px;   
}

#main {
	width: 650px;
	height: auto;
	min-height: 400px; 
	float:left;  
	font-family: "georgia", times, "times new roman", serif;
}             

#sidebar {
	width: 320px;
	height: auto;
	min-height: 600px;   
	float: right;           
	font-family: "georgia", times, "times new roman", serif;	
}

#footer {              
	clear:both;  
	float:left; 
	font-size: 80%;
	width: 980px;     
	color: #555;
	padding: 3px 10px 3px 10px;             
	letter-spacing: 0.1em;
	font-size: 80%;	              
}                     
       
#sponsor_block {
	float:left;
	height: auto;
	min-height: 40px;
	width: 980px;
	clear:left;           
	padding: 15px 0px 0px 0px	;
	margin: 0px 10px;                
}           

#sponsor_block a {
   margin-right: 20px;
   height: 40px;
   width: auto;
   min-width: 10px; 
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

#notice {    
	position: absolute;
	top: 57px;
	right: 10px;
	color: #222;                  
	background-color: #f9f468;
	padding: 5px;
	margin: 0px 0px 30px 0px;
	width: auto;       
}                

/* Montage
------------------------------------------------------------------*/
           
#imageContainer {
	height: 325px;
	width: 650px;  
	position:relative;   
}                       

#imageContainer img {
	height: 325px;
	width: 650px;         
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}           



/* Leader
------------------------------------------------------------------*/


#leader h1 {                       
    margin: 20px 20px 10px 20px;  
    width: 610px;  
}                  

#leader p {
	font-size: 128%;
	font-family: georgia, 'times new roman', times, serif;
	margin: 10px 20px 20px 20px;      
	line-height: 1.5em;         
}        
                              

#media_body #leader p {
	width: 610px;                      
	margin-top: 0px;
}

/*#leader.front {   
	height: 600px;
}*/

#leader .praise {
	position: absolute;
	top: 10px;
	font-weight: bold;
	right: 10px;
	width: 200px;
	height: auto;
	z-index:2;
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-size: 100%; 
	color: #061115; 
}                  

#leader .praiser {
	float:right;
}     

#leader .credits {
	font-size: 90%; 
	font-family: "lucida grande", verdana, arial, sans-serif; 
	margin: 15px 20px 20px 20px;                          
	width: 300px;
} 

#media_body #leader .credits {
	margin-bottom: 10px;
}

#leader img {
	height: auto;
	min-height: 325px;
	width: 650px;
}          

#main #leader p.pullquote {
	font-size: 148%;
	font-style: italic;         
	float: left;   
	line-height: 1.3em;  
	margin: 5px 20px 0px 20px;
	width: 610px;       
	color: #777;
}    


#small_leader {
	width: 980px;
	height: auto;
	min-height: 50px; 
	margin-bottom: 10px;
	float: left;
	
}       

#small_leader h1  {
	display: inline; 
	padding: 10px;
	line-height: 1em;  
	float: left;          
}

/* Navigation
------------------------------------------------------------------*/

ul#nav {
   width: 730px;
   height: 60px;
   padding-left: 70px;     
}            

ul#nav li {
	display: block;
	float: left;
	width: auto;    
	height: 30px;
	margin: 15px 20px 0px 0px;
	
}  

ul#nav li a, ul#nav li a:visited {
	height: 18px;
	text-transform: uppercase;
	display:block;
	padding-top: 7px; 
	font-size: 100%;  
	font-weight: bold;
	font-family: verdana, sans-serif;  
	float:left;
}                      

ul#nav li a:hover {
	text-decoration: none;
}                

.skip_to {
	position: absolute;
	top: 23px;
	right: 8px;
	font-size: 85%;
	color: #222;
}                 

.skip_to a {
	margin: 0px 2px;
}

/* logo
------------------------------------------------------------------*/

#logo a, #logo a:visited {
	text-indent: -19999px;
	display:block;
	height: 50px;
	width: 50px;  
	background: transparent url('/graphics/food_logo.gif') no-repeat left top;
}
                    

/* Submission
------------------------------------------------------------------*/

#submission {             
	color: #999;
	background-color: #eee;
	height: auto;
	padding: 10px;
	width: 290px;         
	font-size: 90%;    
	width: 960px;         
	display: none;
	
}               

#submission p {
	margin:0px;
	line-height: 1.4em;
}    

#submission a, #submission a:visited {
	color: #47565b;
	border-bottom: 1px solid #87a5b0;             
	background-color: transparent;
	height: 20px;
	width: auto;
}

#submission a:hover {
	color: #242d30;
	border-bottom: 1px solid #74818a;          
}                

      
/* Ads
------------------------------------------------------------------*/


#open_letter {
	width: 320px;
	height: 90px;
	margin: 10px 0px 0px 0px;                                                   
	background: transparent url('/graphics/open_letter.jpg') no-repeat left top;
}

#open_letter a {
	height: 90px;
	width: 320px;
	display: block;
    text-indent: -19999px;
}



#related_ad {
	width: 320px;
	height: 100px;
	background: transparent url('/graphics/related_ad_promo.jpg') no-repeat left bottom;
	margin: 10px 0px 0px 0px;   
}      


#festival_ad {
	margin: 10px 0px 0px 0px;   
	background: transparent url('/graphics/festival_ad_3.jpg') no-repeat left top;  
	height: 256px;
	width: 320px;
}         

#print_sale_ad {
	margin: 10px 0px 0px 0px;
	height: 78px;
	width: 320px;
	background: transparent url('/graphics/print_sale_sidebar_ad.jpg') no-repeat left top;
}

#festival_ad a {
	height: 256px;
	width: 320px;
	display: block;
    text-indent: -19999px;
}             

#print_sale_ad a {
	height: 78px;
	width: 320px;
	display: block;
	text-indent: -19999px;
}

#purchase_capsule {   
	width: 320px;
	height: 240px;    
	position:relative;                                                                                           
}                                             

#purchase_capsule img {
	z-index: 0;        
	position: absolute;
	top: 0px;
	left: 0px;
}

#capsule_nav a, #capsule_purchase_nav a {
	display: block;
	text-indent: -19999px !important;
	position: absolute;
	z-index: 2;    
}             

#capsule_nav {
	height: 210px;
	width: 320px;
	position: absolute;
	top: 0px;
	left: 0px;  
	z-index: 1;
}       

#capsule_nav a.left {
	top: 80px;
	left: 15px;
	height: 110px;
	width: 80px;      
	
}        

#capsule_nav a.middle {
	top: 50px;
	left: 105px;
	height: 150px;
	width: 110px;
}

#capsule_nav a.right {
	top: 80px;
	left: 230px;
	height: 110px;
	width: 80px;      
	text-align: left;
}             

#capsule_purchase_nav {
	top: 210px;
	height: 30px;
	width: 320px;                                                               
	left: 0px;    
	position: absolute;   
	z-index: 1;
}

#capsule_purchase_nav a.left {
	top: 0px;
	left: 15px;
	height: 30px;
	width: 80px;
}        

#capsule_purchase_nav a.middle {
	top: 0px;
	left: 105px;
	height: 30px;
	width: 110px;
}

#capsule_purchase_nav a.right {
	top: 0px;
	left: 230px;
	height: 30px;
	width: 80px;      
	text-align: left;
}


/* sidebar
------------------------------------------------------------------*/     

#sidebar h6 {
	margin-top: 20px;        
}                 

.sidebar_list {
	width: 314px;
	padding: 0px 3px;  
	height: auto;
	min-height: 200px;
	float: left;
}  

#sidebar_list {
	width: 314px;
	padding: 0px 3px;  
	height: auto;
	min-height: 200px;
	float: left;
}          

.endlist {
	float:left;
	font-size: 118%;
	font-style:italic; 
	margin: 20px 0px;
}
                            
/* Introduction
------------------------------------------------------------------*/

#introduction {
	height: auto;
	width: 650px;
	float: left;                       
	padding-bottom: 10px;  
	padding-top: 5px; 
}   

#introduction h3 {
	margin-bottom: 0px;
}                  

#introduction p {
	margin: 0px;     
}

/* Excerpts
------------------------------------------------------------------*/

#main .excerpt_wrapper, #main .media_excerpt_wrapper {
	float: left;
	height: auto;
	min-height: 200px;
	width: 650px;
}

#main .excerpt, #sidebar .excerpt {
	height: 125px;
	width: 315px;
	float:left;         
/*	border-bottom: 1px solid #ccc;   */ 	
	position: relative; 
	padding-top:10px; 
	line-height: 1.4em; 
	position:relative;
} 

#main .media_excerpt_wrapper .excerpt {
	width: 650px;
	height: auto;
	min-height: 100px;
	float:left;
	padding-top:10px; 
	line-height: 1.4em;
	position: relative;
}

.excerpt p, .media_excerpt p {
	margin: 0px;                     
}         



#media_body .media_excerpt_wrapper .excerpt p {
	float: left; 
	width: 390px;
}

#sidebar .excerpt {
	border-bottom: none;
}

.excerpt h3 {
	margin-bottom: 0px;    
	line-height: 1.4em;
}
          

.excerpt h3, .excerpt h4, .media_excerpt h3, .media_excerpt h4 {
	margin-bottom: 0px;	    
	float: left;
	width: 150px;
}                              

.media_excerpt h4 {
	display: inline;  
}                  

.excerpt h4{
	width: 210px;
}          

.excerpt h3 {
	width: 390px;
}

.excerpt_credits {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 1px 0px;
	font-size: 75%;
	color: #999;
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	line-height: 1.4em; 
} 

#app #main .odd {
	margin-right: 20px;
}

.excerpt p.permalink, #description p.permalink, .media_excerpt p.permalink {
/*	background: transparent url('/graphics/page_white_text.png') no-repeat left 1px;   */
	font-size: 85%;
	padding-left: 20px;
	margin-top: 5px;
	position:absolute;
	top: 110px;
	right: 0px;     
	display:none;
}      

#introduction p.permalink {
	font-size: 90%;
	margin: 10px 0px;
	line-height: 1em;
	float: left;         
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-weight: bold;
}

.media_excerpt {
	height: 125px;
	width: 320px;
	float:left;  
/*	border-bottom: 1px solid #ccc;   */  
	padding-bottom: 5px;
	position: relative; 
	padding:10px 0px 5px 0px;   
	line-height: 1.4em;
	  
}     

 .slideshow a {
	padding-left: 20px;
	background:transparent url('/graphics/pictures.png') no-repeat left 1px;
	
}        

 .video a {
	padding-left: 20px;
	background:transparent url('/graphics/film.png') no-repeat left 1px;
	
}

/* Images general
------------------------------------------------------------------*/

.thumbnail {
   width: 87px;
   height: 116px;
   float: left;
   margin: 10px 10px 2px 0px;
}                 

.media_excerpt .media_image {
  width: 160px;
  height: 120px;
  float: left;
  margin: 10px 10px 10px 0px;
}    

.media_excerpt_wrapper .excerpt .media_image {
  width: 240px;
  height: 180px;
  float: left;
  margin: 10px 10px 2px 0px;
}         


/* Footer
------------------------------------------------------------------*/

#footer a, #footer a:visited {
	color: #777;
	border-bottom: 1px solid #999;             
	background-color: transparent;
}                            

#footer a:hover {
	color: #333;
	border-bottom: 1px solid #555;
	text-decoration: none;
}     

/* Articles & Media
------------------------------------------------------------------*/


#article_body #leader + p:first-letter, #media_body #leader + p:first-letter {
	font-size: 333%;
	display: inline;
	float:left;
	font-weight: bold;  
	margin-right: 7px;    
	line-height: 0.7em;
	margin-top:5px;              
	padding: 11px;   
}    

#article_body p, #media_body p {
	float: left;                     
	width: 650px;
	
}         

#article_body, #media_body {
	width: 650px;    
	height: auto;               
	min-height: 500px;
	float:left;
}         

.more_in {
	font-size: 118%;
	font-style: italic;
}

#article_body h5 {
    margin-top: 20px;
margin-bottom: 0px;	  
float: left;
}

/* shared toc rules
------------------------------------------------------------------*/
       
.toc_column {
 width: 180px;
height: auto;
 min-height: 600px;
 margin-right: 20px;
 float: left;         
margin-top: 15px;
}

/* shared bio rules
------------------------------------------------------------------*/
                   
#raw_markup_wrapper h2, #raw_body_wrapper h2 {   
	margin-top: 20px;  
}                         



/*intro
------------------------------------------------------------------*/

#raw_body_wrapper p {
	float:none;
	font-family: georgia, "times new roman", times, serif;         
	
}         

#raw_body_wrapper {        
	float: left;
}      

.intro_image {
	float:left;
	margin: 15px 20px 10px 0px;
}    

#raw_body_wrapper img + p {
	margin-top: 20px;
}                           


/*masthead    & about
------------------------------------------------------------------*/

.masthead_column {
	width: 313px;
	float: left;
	height: auto;
	min-height: 400px; 
		font-family: georgia, "times new roman", times, serif; 
}                       

.masthead_column p, .about_column p {
	margin-top: 0px;
}   

.masthead_column h5, .about_column h5, #sidebar.about h5 {
	margin-bottom: 0px;
}    

#raw_markup_wrapper hr {
	margin: 15px 0px 10px 0px;
}

#masthead_wide, #about_wide {
	float :left;              
	width: 700px;   
		font-family: georgia, "times new roman", times, serif;   
}                                                                
                   
#about_wide {
	width: 650px;
}

.about_column {
	
width: 320px;
float: left;
height: auto;
margin-right: 10px;
min-height: 400px; 
	font-family: georgia, "times new roman", times, serif;

     } 

#sidebar.about p {
	margin-top: 0px;
	font-family: 'helvetica', arial, sans-serif;
	font-size: 90%;
}        

#sidebar.about {
	width: 310px;
}

#sidebar.about strong {
	margin-right: 10px;  
	font-size: 100%;
}

a.list_issues, a.list_issues:visited {
/*	color: #c7041d;     */
	font-weight: bold;
}           

.about_column h5, #sidebar.about h5, #raw_body_wrapper.open_letter h5 {
	color: #333;
}                    
   
#raw_markup_wrapper.media_resources h5 {
color: #333;
margin-top: 10px;     
margin-bottom: 0px;                       
}


#sidebar.about h5 {
	margin-top: 20px;
}
                  
#main.about h2, #sidebar.about h2, #masthead_wide h2 {
	text-transform: lowercase;
}

#raw_body_wrapper.open_letter {
	width: 700px;
}                

#raw_body_wrapper.open_letter ol li {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 90%;
}            

.chinese {
	display:none;
}
                    
/* Exclusive 
------------------------------------------------------------------*/

.exclusive {
	z-index: 2;
    top: 20px;
	left: 0px;
	position:absolute;
	height: 60px;
	width: 60px;
	display: block;
	background: transparent url('/graphics/exclusive.gif') no-repeat left top;
}       

/* Misc
------------------------------------------------------------------*/

.pdf {                                                                                      
	height: 20px;  
	display: block;    	
   
}   

.pdf a {
    height: 20px;
    padding: 3px 0px;
	background: transparent url("/graphics/page_white_acrobat.png") no-repeat 0px 2px;            
	padding-left: 20px;    
	margin-left: 10px;        
}                                           

/* issues index page
------------------------------------------------------------------*/
                    
.issue_index_capsule {
    width: 186px;
	float: left;        
	margin: 10px 10px 10px 0px;
	background-color: #f1f1f1;
	text-align: center;
}       

.issue_index_capsule a {
	width: 126px;
	padding: 30px 30px 15px 30px;
	display:block;  
	background-color: #f1f1f1;
}

.issue_index_capsule a:hover {
	background-color: #ddd;
	text-decoration: none;
}

.issue_index_capsule a img {
	width: 126px;     
	height: 164px;
	margin-bottom: 10px;    
}                          

h1#issues_index {
	margin: 20px 0px 12px 0px;
}

