/* Level 2 Page CSS */
@import url("level-2-layout.css");

/* page specific classes
home
 - orig
 - contact
qa
dbd
essay
links
news
downloads

*/

/* Colors */
/* 
 Question and Answer purple #B5B5DF rgb: 181,181,223
 Recommended Links green #9EC6B2 rgb: 158,198,178
 Download yellow #F4E289 rgb: 244, 226, 137 
 */
div#content {background-color:#F4E289;color:inherit;}
body.qa #content {background-color:#B5B5DF; color:inherit;}
body.contact #content {}
body.dbd #content {}
body.essay #content {background-color: rgb(161,188,199); color:inherit;}
body.links #content {background-color:#9EC6B2; color:inherit;}
body.news #content {}
body.downloads #content {background-color:#F4E289; color:inherit;}

/*  inner bg rounded corners */
body.links #nav-left-header  {background: url('../styles/green/inner-top_left.png') no-repeat top left;}
body.links #nav-left-header h2 {background: url('../styles/green/inner-top_right.png') no-repeat top right;}
body.links #nav-left-footer {background: url('../styles/green/inner-bot_right.png') no-repeat bottom right;}
body.links #nav-left-footer p { background: url('../styles/green/inner-bot_left.png') no-repeat bottom left;}
body.links #article-header  { background: url('../styles/green/inner-top_left.png') no-repeat top left;}
body.links #article-header h1{background: url('../styles/green/inner-top_right.png') no-repeat top right; }
body.links #article-footer {background: url('../styles/green/inner-bot_right.png') no-repeat bottom right; }
body.links #article-footer p { background: url('../styles/green/inner-bot_left.png') no-repeat bottom left;}

body.qa #nav-left-header {background: url('../styles/purple/inner-top_left.png') no-repeat top left;}
body.qa #nav-left-header h2 {background: url('../styles/purple/inner-top_right.png') no-repeat top right;}
body.qa #nav-left-footer {background: url('../styles/purple/inner-bot_right.png') no-repeat bottom right;}
body.qa #nav-left-footer p { background: url('../styles/purple/inner-bot_left.png') no-repeat bottom left;}
body.qa #article-header { background: url('../styles/purple/inner-top_left.png') no-repeat top left;}
body.qa #article-header h1 {background: url('../styles/purple/inner-top_right.png') no-repeat top right; }
body.qa #article-footer {background: url('../styles/purple/inner-bot_right.png') no-repeat bottom right; }
body.qa #article-footer p { background: url('../styles/purple/inner-bot_left.png') no-repeat bottom left;}

body.essay #nav-left-header {background: url('../styles/blue/inner-top_left.png') no-repeat top left;}
body.essay #nav-left-header h2 {background: url('../styles/blue/inner-top_right.png') no-repeat top right;}
body.essay #nav-left-footer {background: url('../styles/blue/inner-bot_right.png') no-repeat bottom right;}
body.essay #nav-left-footer p { background: url('../styles/blue/inner-bot_left.png') no-repeat bottom left;}
body.essay #article-header { background: url('../styles/blue/inner-top_left.png') no-repeat top left;}
body.essay #article-header h1 {background: url('../styles/blue/inner-top_right.png') no-repeat top right; }
body.essay #article-footer {background: url('../styles/blue/inner-bot_right.png') no-repeat bottom right; }
body.essay #article-footer p { background: url('../styles/blue/inner-bot_left.png') no-repeat bottom left;}

/* Header Images */
div#content-header h1{ background: url('../styles/ja/header.png') no-repeat top left; }
body.qa #content-header h1{ background: url('../styles/ja/qaheaderjp.jpg') no-repeat top left; }
body.contact #content-header h1 { background: url('../styles/ja/contactheader.jpg') no-repeat top left; }
body.dbd #content-header h1 { background: url('../styles/ja/dbdheader.jpg') no-repeat top left;}
body.essay #content-header h1 { background: url('../styles/ja/matsuokaheader.jpg') no-repeat top left;}
body.links #content-header h1 { background: url('../styles/ja/linksheader.jpg') no-repeat top left; }
body.news #content-header h1 { background: url('../styles/ja/newsheader.jpg') no-repeat top left; }
body.downloads #content-header h1 { background: url('../styles/ja/downloadsheader.jpg') no-repeat top left; }


/* Page Tabs set on by body class */
body.qa #newstab , 
body.contact #hometab ,  
body.dbd #dbdtab , 
body.essay #matsuokatab,
body.links #recommendedtab  , 
body.downloads #downloadtab  , 
body.news #newstab 
 { background: transparent url('../styles/default/tab_on.png') no-repeat top center;}
 /* show second level lists */
body.dbd #dbdtab ul , 
body.qa #newstab ul ,  
body.contact #hometab ul ,
body.essay #matsuokatab ul ,
body.links #recommendedtab ul , 
body.downloads #downloadtab ul  , 
body.news #newstab ul
{ display: block;}

/* test nav headers
#article-header h1 {border-bottom:2px solid #FFE373}
#nav-left-header h2 {border-bottom:1px dashed #ccc;}
body.home #article-header {border-bottom:2px solid #f90; background-color:#0cf;}
body.home #article-header h1 {border:0 !important;} 
body.home #nav-left-header {border-bottom:1px dashed #000; background-color:#ccc;}
 */
