
/* AustralianPlays.org - over-rides and extras for pages containing photo on LHS */

#maincol { padding:0 !important; background-image:none; width:688px; /* width = prev padding added to orig width (658+15+15) */ }
#mainleft { display:inline !important; float:left; width:170px; height:350px; 
  background-image:url(images/rounded-tl-blue.gif); 
  background-repeat:no-repeat;
  }
/*
#mainleft img { display:block; position:absolute; top:30px; left:0; }
*/
#photoimg { position:absolute; top:30px; width:170px; height:auto; }

/* #mainright width = 658 - 170 - 1 + 10 (maincol_width - mainleft_width - 1 + LRpadding) */
#mainright { float:left; width:497px; padding:5px; padding-left:10px; } 
div#sidebox { float:right; margin-right:-10px; padding:5px; color:#014783; text-align:center; background-color:#e4edf2; }
div#freescript { color:#014783; text-align:center; background-color:#f9cf74; border:1px solid #fc1; padding-top:6px; }
div#play-awards { border:1px solid #e8f8e8; border-right:0; background-color:#fbffff; padding:5px; margin-right:-10px; margin-bottom:10px; }


#phototitle { position:absolute; top:5px; width:160px; padding-right:10px; 
  text-align:right; color:#fff; font-weight:bold; font-size:13px; }
/*
#photocaption { position:absolute; top:255px; left:0; width:150px; padding:10px; color:#000; font-size:11px; font-style:italic; }
*/
#photocaption { padding-left:10px; padding-top:5px; color:#000; font-size:11px; font-style:italic; }

/* ======================== printer styles ============================================ */ 
 @media print{
#mainleft,#photoimg,#phototitle,#photocaption{display:none;}
#twocols,#maincol,#mainright{width:100%; float:none;}
}


