/* ------ GPC 2010 ------ */


body {
background-color: #f0f5fb; /* aqua color for browser window background color and footer top border */
margin: 0;
padding: 0;
}

body, table, tr, td {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 80%;
}


/* -- General Link Styling -- */

a:link {
color:blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
height: 120px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#RightColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
/* padding: 10px 10px */
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 1px solid #F0F0F0;   /* dark sea blue, headlines and borders */
margin: 0 auto 0 auto;
background-image: url(../image-files/gpc-background-z.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/printable-calendar-header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/gpc-background-z.gif);
background-repeat: repeat-y;
}

#LeftColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
border-right: 1px solid #C8C8C8;
}

#CenterColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #abc4e3;   
border-top: 1px solid #C8C8C8;
}



/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
font-size: 95%;
/* I added font-size: 95%; */
}


/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 114%;
text-align: left;
color: #1d487e;
border-bottom: 1px solid #d3e4fb;
margin: 6px 0 12px 0;
}



/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 0;
/* padding: 0 0 8px 5px; */
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #e9fod1;       /* #ffc    tan, for button and RSS box backgrounds -- */
border: 0px solid #8f8fb3;
margin-bottom: 3px;
}


/* -- Navigation Link styles -- */

.Navigation a {
color: blue;
display: inline;     /*       
     this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 0;
/* padding: 3px 0 3px 4px; */
text-decoration: none;
}

.Navigation a:visited {
color: purple;
text-decoration: none;
}

.Navigation a:hover {
color: red;
background-color: #abc4e3;   /* light sea blue used in center column of anguilla-background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}




/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 12px auto 12px auto;
background-color: #abc4e3;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #ffc;
text-align: center;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}


/* --- Page Top Text NavBar ---- */

.pagetop-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size:87%;
margin: 0;
float:right;
background-color: transparent;
/* this is the blue used #abc4e3; */
}

.pagetop-NavBar ul {
list-style-type: none;
padding:0;
}

.pagetop-NavBar ul li {
display: inline;
background-color: #ffc;
text-align: center;
}

.pagetop-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding:0 4px;
}

.pagetop-NavBar a:visited {
color: purple;
text-decoration: none;
}

.pagetop-NavBar a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}




/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
font-size: 90%;
color: white;
}

#RightColumn {
font-size: 90%;
}

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #000000;
/*  color: #1d487e;  */
clear: both;
}

h2, h3, h4, h5, h6 {
margin: 24px 0 25px 0;
/*  margin-top: 24px;  */
}


h1 {
margin-top: 5px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #000;
padding:8px 0; 
text-align: center;
font-size: 21px;
/* font-family: 'Palatino Linotype', Palatino, 'Times New Roman', Georgia, serif; */
}


h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #8f8fb3;
margin:18px 0;
text-align: center;
font-size: 19px;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #C0C0C0;
font-size: 17px;
margin:18px 0 18px 0;
text-align: center;
}

h4 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin:23px 0;
border-bottom: 1 solid #8f8fb3;
font-size: 14px;
text-align: center;
}

#LeftColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#RightColumn h3 {
padding: 0;
font-size: 110%;
color: gray;              
border-bottom: 1px solid gray;
margin: 12px 0;
}


#RightColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 40px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

blockquote2 {
margin: 12px 30px 12px 30px;
color: #006;
font-size: 100%;
line-height: 18px;
font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
}

.BuggerIt {
width: 85%;
border: 0px dotted #f0f5fb;
background-color: #F0F0F0;
margin: 12px auto 12px auto;
padding: 1px 8px 1px 8px;
color: #006;
font-size: 104%;
line-height: 18px;
font-family: Courier, 'Courier New', monospace;
}



/* ------ Section 7 - Boxes ------ */


.CalloutBox {
background-color: #fff;
width: 85%;
border: 0px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 5px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}

.AmazonBox {
background-color: #fff;
width: 85%;
border: 0px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 1px auto 1px auto;
color: black;
}

.ReminderBox {           /* the container box */
background-color: #ddd;
width: 29%;
border: 0px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}

/* the super box */

.SuperBox {           
background-color: #ddd;
width: 75%;
border: 0px solid #8f8fb3;
margin: 10px auto 12px auto;
color: #006;
}
/* padding: 0 0 0 0;  */        

.SuperBox h4 {
margin: 0;
padding: 10px;
text-align: center;
background-color: #fff;
}

.SuperBox p {
font-size: 90%;
padding: 10px 4px 7px 25px;
line-height: 15px;
}

.SuperBox ul {
list-style-type: none;
padding: 12px 14px 10px 24px;
line-height: 18px;
}



.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 2px;
background-color: #D3E4FB;
border: 0px;
}
.AdSenseBoxLeft {
margin: 5px 18px 12px 4px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.CallOutSearch {
background-color: #fff;
width: 90%;
border: 0px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 5px;
}


.ReturnToNavBox {
background-color: #ffc;
/* background-color: #F0F0F0; */
width: 81%;
border-top: 0px solid #8f8fb3;
border-bottom: 0px solid #8f8fb3;
margin: 0 auto 4px auto;
padding: 1px 2px 1px 12px;
font-size: 90%;
line-height: 15px;
}
	

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}




/* ------ Section 8 - Frequently Used Styles ------ */


.clear {
clear: both;
}


img {
border: 0 solid #ddd;
}


/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 12px 16px 12px 0;
text-align: center;
}

.center { 
text-align: center;
}
