﻿/* THEME STYLE SHEET =====================================
This supplements/overwrites main.css, which should be included on all theme site pages along with this sheet.
*/

/*
@media print {

body { display: none }

}
*/
/* Standard styles ============================================================*/
/* Pick up from main.css. Specify here if any on Theme pages are different. */
body { font: normal 400 11px/14px Arial, Helvetica, Sans-serif; }
#navLinks { margin-left:0; }
#navLinks .navTopic { margin-bottom:5px; }
#navLinks li { list-style-image: none; }
#leftNavTop { width: 160px; height: 84px; margin: 0px; }
#main { height: 700px; }
#content {height: 472px;  margin-top: 20px;}
h1, h2, h3, h4 { margin-top: 0px; font-weight:700; color:black }
h3 { font-size:1.1em }

/* THEME HOME SECTION STYLES/DIFFERENCES -----------------------------------*/
/* THEME SECTION STYLES -----------------------------------*/
/* See theme.css */
/* ----- These are for only the theme main page ------------------------- */
.thememain #main { background: url(/images/theme_home_main_bg.jpg) no-repeat top left; }

/* OTHER THEME SECTION STYLES -----------------------------------*/
.themeDaisies #main { background: url(/images/theme_daisies_bg.jpg) no-repeat top left; }
.themeDaisies #themeDaisiesButton { background:url(/theme/images/theme_button_bg.jpg) no-repeat top left; }
.themeBrownies #main { background: url(/images/theme_brownies_bg.jpg) no-repeat top left; }
.themeBrownies #themeBrowniesButton { background:url(/theme/images/theme_button_bg.jpg) no-repeat top left; }
.themeJuniors #main { background: url(/images/theme_juniors_bg.jpg) no-repeat top left; }
.themeJuniors #themeJuniorsButton { background:url(/theme/images/theme_button_bg.jpg) no-repeat top left; }
.themeCadettes #main { background: url(/images/theme_cadettes_bg.jpg) no-repeat top left; }
.themeCadettes #themeCadettesButton { background:url(/theme/images/theme_button_bg.jpg) no-repeat top left; }
.themeSeniors #main { background: url(/images/theme_seniors_bg.jpg) no-repeat top left; }
.themeSeniors #themeSeniorsButton { background:url(/theme/images/theme_button_bg.jpg) no-repeat top left; }
.themeAmbassadors #main { background: url(/images/theme_ambassadors_bg.jpg) no-repeat top left; }
.themeAmbassadors #themeAmbassadorsButton { background:url(/theme/images/theme_button_bg.jpg) no-repeat top left; }
.theme #themeClipart { background:url(/theme/images/theme_button_bg.jpg) no-repeat top left; }

.themeDaisies #main a { color:#e96c23; font-size:1.1em; font-weight:700; }
.themeBrownies #main a { color:#4cae3b; font-size:1.1em; font-weight:700; }
.themeJuniors #main a { color:#21a1df; font-size:1.1em; font-weight:700; }
.themeCadettes #main a { color:#672d85; font-size:1.1em; font-weight:700; }
.themeSeniors #main a { color:#df007b; font-size:1.1em; font-weight:700; }
.themeAmbassadors #main a { color:#335eaa; font-size:1.1em; font-weight:700; }

.themeMiranda #main { height:562px; background: url(/images/theme_miranda_bg.jpg) no-repeat top left; }
.themeMiranda #main em { font-size:1.1em; font-weight:700; font-style:normal }
.themeMiranda #main a { color:black; }

.theme #contentFrame { width: 580px; float: right; }
.theme #main { background: url(/images/theme_plain_bg.jpg) no-repeat top left; }
.theme #contentTop { height: 84px;}
