/* ------ Section 1 - Global Body, Font and Link Settings ------ */
body {
background-color: #84cef7; 
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000;
font-size: 80%;
background-image: url(../image-files/shade.gif);
background-repeat: repeat-y;
background-position: center; 
}

h1, h2  {
background-color: transparent;
color: #1d487e;
clear: both;
}

h3, h4, h5, h6 {
background-color: transparent;
color: #1d487e;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: Verdana, Arial, san-serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
}

h2 {
font-family:  Verdana, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family:  Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
background-color: #e7f7ff;
border: 0 solid #ddd;
}

a:link img {
border: 0;
}

/* -- General Link Styling -- */
a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: #9400D3; /*darkviolet*/
text-decoration: underline;
}

a:focus {
color: #30ab93;
background-color: #e7f7ff; 
text-decoration: underline;
}

a:hover, a:active {
color: #30ab93;
text-decoration: underline;
}

/* ------ Section 2 - Global Page Structure ------- */
#PageTop {
background-color: #ffffff;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 60px;
z-index: 100;
}

#PageWrapper {
width: 960px;
background-color: #fff;
border: 3px double #715986; 
}

#Header {
position: relative;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 190px 0 180px;   
}

#NavColumn {
float: left;
width: 179px;              
margin-left: -960px;        
}

#ExtraColumn {
float: left;
width: 179px;
margin-left: -200px;
border-left: dotted 1px #cbcbcb;
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #f0f5fb;
}

.Liner {
padding: 10px;
*zoom 1;
}

#Header .Liner {
position:relative;
padding:1px 0;
min-height:102px;
_height:102px; /* IE6 min-height fix */
}

#Footer .Liner {
margin: 0;
padding: 0;
}

/* -- Top Bar -- */
#TopBar {
position: relative;
width: 960px;
height: 59px;
margin: 0 auto;
}

#logo {
width: 331px;
height: 37px;
padding-top: 15px;
}

#SocialBar {
position: absolute;
width: 331px;
height: 37px;
top: 15px;
left: 355px;
}

#SocialBar ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#SocialBar ul li {
display: inline;
margin: 0;
padding: 0 1px;
}

#search {
position: absolute;
width: 190px;
height: 32px;
top: 12px;
left: 750px;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#search input[type="text"] {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-size: 15px;
width: 150px;
height: 32px;
border: 0 !important;
padding: 0 0 0 8px !important;
background-position: 5px 50% !important;
}

#search input[type="submit"] {
position: absolute;
width: 17px;
height: 17px;
top: 7px;
right: 7px;
background: #ffffff url(../image-files/search-icon.png) no-repeat center top;
padding: 0;
margin: 0;
border: 0;
}

/* ------ Section 3 - Page Structure Details ------ */
#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/background.png);
background-repeat: repeat-y;
}

#Header .Liner {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #c7f0c8;   
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 90%;
color: black;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: black;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #000;
margin-top: 0;
}

/* ------ Section 4 - Left Column Navigation ------ */
.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */
.Navigation h3 {
padding: 0;
font-size: 110%;
color: #000;
border-bottom: 1px solid #000;
margin: 12px 0;
}

/* -- Nav List -- */
.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #ffc; /* tan, for button and RSS box backgrounds -- */
border: 1px solid #8f8fb3;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */
.Navigation a:link {
color: #00f; /*blue*/
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #9400D3; /*darkviolet*/
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #fff;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #84cef7;  
text-decoration: underline;
}

/* ------ Section 5 - Additional Navigation ------ */
/* -- Thumbnail-with-Caption Navigation -- */
.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #30ab93;
}

/* -- Horizontal Text NavBar -- */
.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #ffc;
text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #9400D3; /*darkviolet*/
text-decoration: none;
}

.ExtraNav a:hover {
color: #30ab93;
background-color: #e7f7ff;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 0px auto;
background-color: transparent;
}

.update {
font-size: 85%;
font-weight: bold;
color: red;
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.text-NavBar ul li {
display: inline;
padding: 0;
margin: 0;
}

#PageTop .text-NavBar {
position: absolute;
top: 58px;
width: 100%;
background-color: #ffffff;
border-bottom: 2px solid #97e1da;
padding: 1px 0;
text-align: center;
}

#PageTop .text-NavBar a,
#PageTop .text-NavBar a:visited {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
color: #7f7f7f;
text-decoration: none;
text-align: center;
padding: 1px 14px;
}

#PageTop .text-NavBar a:hover {
color: #fff;
background-color: #84cef7;  
text-decoration: underline;
}

/* ------ Section 6 - Boxes ------ */
.Featured {
background-color: #fff;
border: 1px double #8f8fb3;
margin: 5px auto 5px 5px;
padding: 4px;
float: right;
color: black;
text-align: center;
}

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ddd;
width: 24%;
border: 1px 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: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 3px;
background-color: #e7f7ff;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 12px 5px 5px;
float: left;
}

.AdSenseBoxRight {
margin: 0 5px 5px 12px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
text-align: center;
background-color: #fff;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 25px auto 25px auto;
padding: 4px;
text-align: center;
}

.EbookBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 25px auto 25px auto;
padding: 4px;
text-align: left;
}

.Ezine {
width: 100%;
border: 1px solid #8f8fb3;
text-align: center;
}

.SocialBox {
height: 80px;
margin-top: 5px;
}

/* -- 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: 120%;
text-align: center;
}

/* ------ Section 7 - Frequently Used Styles ------ */
.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- 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: 2px 18px 12px 0;
text-align: center;
}

/* -- BlogIt -- */
.blogItItem .blogItReadMore {
clear: both;
}

.blogItItem {
margin:18px 0;
padding:0 6px;
border:1px solid #ccc;
box-shadow:4px 4px 4px #ccc;
}

/* -- external links -- */
a.external:link img {
padding: 0px;
background-color: #fff;
border: 0;
}

a.external:link {
color: blue;
text-decoration: underline;
background: url(../image-files/external-icon.gif) no-repeat 100% 0;
padding: 0 20px 0 0;
} 

a.external:visited  {
color: #9400D3 ; /*darkviolet*/
text-decoration: underline;
background: url(../image-files/external-icon.gif) no-repeat 100% -100px;
padding: 0 20px 0 0;
}

a.external:focus {
color: #30ab93;
background-color: #e7f7ff; 
text-decoration: underline;
background: url(../image-files/external-icon.gif) no-repeat 100% -200px;
padding: 0 20px 0 0;
}

a.external:hover, a.external:active {
color: #30ab93;
text-decoration: underline;
background: url(../image-files/external-icon.gif) no-repeat 100% -200px;
padding: 0 20px 0 0;
}
