/* Cascading Style Sheets for Piratförlaget. Produced by Arkatay Web Solutions AB. */

/* Linked from main CSS file pirat_main */
@import url("../pirat_main/general.css");

@import url("../pirat_main/forms.css");
@import url("../pirat_main/layout-and-menu.css");
@import url("../pirat_main/modules-general.css");
@import url("../pirat_main/personalpages.css");
@import url("../pirat_main/sectionlayout.css");
@import url("../pirat_main/sectionskin.css");

/* Modules */ 
@import url("../pirat_main/modules/article.css");
@import url("../pirat_main/modules/documents.css");
@import url("../pirat_main/modules/forum.css");
@import url("../pirat_main/modules/multimedia.css");
@import url("../pirat_main/modules/registry.css");
@import url("../pirat_main/modules/shop.css");
@import url("../pirat_main/modules/sitemap.css");

/* Not currently in use for this site */
/* @import url("../pirat_main/modules/photogallery.css");
@import url("../pirat_main/modules/events.css"); */


/* Override pirat_main with these skin specific styles */

/* General */
.backgroundImage {
	background-image:url(images/bkgr_liza.gif);
	background-color:#3a748e;
}
A,A:hover,A:visited {
	color: #156684;
}

/* Forms */
.button,.buttonWide {
	background-color:#156684;
}

/* Layout and menu*/
/*  Not in use from 2008-02-21. The page background shall be the same for all authors and shall therefore be set in the pirat_main CSS file
#main {
	background-color: #d9d7c0;	
}
*/

/* Not in use from 2008-02-21. The headers shall be put in the panel page for authors instead
#flash {
	background-image:url(images/flash_liza.jpg);
}
*/
/******* USE THIS TO OVERIDE THE COLOR SCHEME FOR THE MENU *******
 *******  DO NOT CHANGE THE LAYOUT OR PADDING IN ANY WAY!  *******/
 
/* Background of the menu */
.submenuDrop li {
	background-color:#0f252e;
}

/* Color of the top level items (Start, Författare, Böcker and Förlaget) */
#footer a,
.menuLevel0, .menuLevel0:hover, .menuLevel0:visited, .menuLevel0Selected, .menuLevel0Selected:hover, .menuLevel0Selected:visited,
.menuLevel1, .menuLevel1:hover, .menuLevel1:visited, .menuLevel1Selected, .menuLevel1Selected:hover, .menuLevel1Selected:visited,
.menuLevel2, .menuLevel2:hover, .menuLevel2:visited, 
.menuLevel3, .menuLevel3:hover, .menuLevel3:visited, .menuLevel3Selected, .menuLevel3Selected:hover, .menuLevel3Selected:visited,
.menuTop2 {
		color: #156684;

}

/* Color of the menu items */
.submenuDrop a,.submenuDrop a:visited, .submenuDrop a:hover {
		color: #156684;
		text-transform:uppercase;
} 
