
/* AustralianPlays.org - over-rides and extras for home page*/

#header{ 
  height:200px !important; 
  background-image:url(images/ausplays_home_banner.jpg) !important; 
} 

#homelink { display:none; }
h1#welcome { display:none; }
img#welcomeimg { margin-top:15px; }

table#bundles td { padding:10px; height:115px; }

.bg { 
  width:100%; height:100%;
  background-image:url(images/homeBundle.jpg);
  background-position:center center;
  background-repeat:no-repeat; 
  }
.bg img { float:left; position:relative; top:0px; left:18px; width:80px; }
.bundname { float:right; position:relative; top:20px; left:-10px; width:80px; height:34px; 
  color:#032447; font-size:13px; font-weight:bold; }
.more { float:right; position:relative; top:40px; left:-10px; width:80px; }

table#bundles td a { text-decoration:none; color:#00A4BE; font-weight:normal; font-size:11px; } /* 2bb4c7 */
table#bundles td a:link { }
table#bundles td a:visited {}
table#bundles td a:hover { color:#008db2; text-decoration:underline; }
table#bundles td a:active { }


/* temp borders.. 
.bg  { border:1px solid green; }
.bundname { border:1px solid yellow; }
.more { border:1px solid blue; }

*/

