
/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Helvetica", "Arial", sans-serif;
}

html {
    background: #6cbef0 url(/images/theme-coastlinewindow/bg-logo.jpg) repeat scroll center top;
}

body {
    width: 100%;
    background: transparent url(/images/theme-coastlinewindow/bg-gradient-logo.jpg) repeat-x scroll center top;
    text-align: left;
    color: #555656;
    /* If you're using fancybox and it won't center, use    */
    /* position: static;                                    */
    /* Beware that this can introduce IE6 problems          */
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    color: #00619d;
}

h1, h2 {
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", "Times New", "Times Roman", "Times", serif;
}

h1 { font-size: 169.2308%; margin: 0 0 0.7386em 0; }
h2 { font-size: 146.1538%; margin: 0 0 0.8553em 0; }
h3 { font-size: 130.7692%; margin: 0 0 0.9559em 0; }
h4 { font-size: 115.3846%; margin: 0 0 1.0833em 0; }
h5 { font-size: 107.6923%; margin: 0 0 1.1607em 0; }
h6 { font-size: 100.0000%; margin: 0 0 1.2500em 0; }

a {
    color: #00619d;
}

a:hover {
    color: #003e85;
}

.button {
    display: block;
    height: 23px;
    width: 120px;
    line-height: 23px;
    background: transparent url(/images/cache/images-util-corners-d2017d48677dabf1f3e9608c56b2f9ca.png) no-repeat;
    font-weight: bold;
    color: #003e85;
    text-decoration: none;
    text-align: center;
    float: left;
    margin-right: -20px;
}

legend {
    color: black;
}

#container {
    width: 950px;
    margin: 0 auto;
}

#header {
    background: transparent url(/images/cache/images-util-corners-bf936102ec8e7c8224dd59653bb484a6.png) repeat-y scroll center top;
    height: 133px;
    padding: 0 20px;
}

#headElements {
    color: #00619d;
    clear: right;
    display: inline;
    float: right;
    margin-right: 10px;
    width: 234px;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}

#headElements:first-line {
    font-size: 131.2500%;}

#logo {
    display: inline;
    float: left;
    text-decoration: none;
    width: 353px;
    height: 98px;
    position: relative;
    left: 45px;
    top: 17px;
}

#main {
    width: 950px;
    float: left;
    background: transparent url(/images/cache/images-util-corners-bf936102ec8e7c8224dd59653bb484a6.png) repeat-y scroll center top;
}

#content {
    width: 600px;
    display: inline; /* IE6 fix */
    float: left;
    font-size: 81.2500%;    min-height: 300px;
    padding: 0 0 0 65px;
    line-height: 1.4;
}

#sidebar {
    font-size: 81.2500%;    float: right;
    width: 225px;
    padding-right: 20px;
}

#sidebar h2 {
    background: transparent url(/images/theme-coastlinewindow/sidehead-yellow.png) no-repeat scroll left top;
    height: 27px;
    line-height: 27px;
    font-family: "Helvetica", "Arial", sans-serif;
    color: white;
    padding: 0 20px 11px 18px;
    width: 210px;
    margin: 0 -35px 0 -18px;
    font-size: 123.0769%;    font-weight: bold;
}

.side-read-more a {
    font-weight: bold;
}

.sidebar_item {
    display: inline;
    float: left;
    width: 195px;
    padding: 0 15px;
}

#sidebar h2 a {
    color: white;
    text-decoration: none;
}

#sidebar h2 a:hover {
    color: white;
}

#sidebar .par0 h2 { background-image: url(/images/theme-coastlinewindow/sidehead-yellow.png); }
#sidebar .par1 h2 { background-image: url(/images/theme-coastlinewindow/sidehead-blue.png); }
#sidebar .par2 h2 { background-image: url(/images/theme-coastlinewindow/sidehead-dblue.png); }
#sidebar .par3 h2 { background-image: url(/images/theme-coastlinewindow/sidehead-orange.png); }

#sidebar ul, #sidebar ol, #sidebar p, #sidebar .newsIndex li, #sidebar .floatRight, #sidebar .floatLeft {
    margin-bottom: 14px;
}

#sidebar .newsIndex ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#sidebar .newsIndex li {
    text-indent: -0.86em;
}

#sidebar .newsIndex li:before {
    content: "\00bb \0020";
}

#slideshow {
    width: 630px;
    height: 280px;
    background: transparent url(/images/theme-coastlinewindow/bg-slideshow.png) no-repeat scroll left top;
    margin: 0 -50px 1.25em -65px;
    color: white;
    padding: 10px 15px 21px 45px;
    overflow: hidden;
    font-size: 107.6923%;    line-height: 1.25;
    position: relative;
}

#slideshow h1, #slideshow h2, #slideshow h3, #slideshow h4, #slideshow h5, #slideshow h6 {
    color: white;
}

#slideshow a {
    color: white;
}

#slideshow a:hover {
    color: #efa921;
}

#slideshow .slide {
    left: 0;
    top: 0;
    position: absolute;
    width: 630px;
    height: 280px;
    overflow: hidden;
    margin: 10px 15px 21px 45px;
    background-color: #0357a9;
}

/* Menu styles */
.menu {
    list-style: none;
    margin: 0;
    padding: 0 20px 14px;
    height: 29px;
    line-height: 29px;
    width: 910px;
    background: transparent url(/images/theme-coastlinewindow/bg-menu.png) no-repeat;
    text-align: center;
    font-size: 93.7500%;}

.menu ul {
    display: none;
}

.menu li {
    display: inline;
}

.menu a {
    padding: 0 30px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    word-spacing: 5px;
}

.menu a:hover, .menu .hover {
    color: #efa921;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 75.0000%;    text-align: center;
    zoom: 1; /* hasLayout */
    color: #003e85;
    background: transparent url(/images/cache/images-util-corners-e52ead869bca83be154b8e2a1a4a4e9a.png) no-repeat scroll center top;
    padding: 40px 0 1.25em 0;
}

#footer a {
    color: #003e85;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footTextlinks a {
    padding: 0 5px;
}

#footElements {
    font-weight: bold;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

/* Social media icons */
#share {
    height: 16px;
    padding: 4px 38px 5px;
    width: 158px;
    background: transparent url(/images/theme-coastlinewindow/header-tab.png) no-repeat;
    display: inline;
    float: right;
    margin-right: 10px;
    font-size: 68.7500%;}

#share a, .st_sharethis {
    float: left;
    line-height: 16px;
    height: 16px;
    padding: 0 20px 0 18px;
    background: transparent url(/images/util/social-icons/16x16.png) no-repeat;
    color: black;
    text-decoration: none;
}

.st_sharethis {
    width: 70px;
    padding-right: 0;
}

#stwrapper {
    margin-left: -100px;
}

#share a:hover {
    text-decoration: underline;
}

#share a.bookmark    { background-position: 0    0px; }
#share a.delicious   { background-position: 0  -20px; }
#share a.digg        { background-position: 0  -40px; }
#share a.email       { background-position: 0  -60px; }
#share a.facebook    { background-position: 0  -80px; padding-right: 5px; }
#share a.flickr      { background-position: 0 -100px; }
#share a.google      { background-position: 0 -120px; }
#share a.itunes      { background-position: 0 -140px; }
#share a.linkedin    { background-position: 0 -160px; padding-right: 5px; }
#share a.myspace     { background-position: 0 -180px; }
#share a.reddit      { background-position: 0 -200px; }
#share a.rss         { background-position: 0 -220px; }
#share a.sharethis   { background-position: 0 -240px; }
.st_sharethis        { background-position: 0 -240px; }
#share a.twitter     { background-position: 0 -260px; padding-right: 0px; }
#share a.youtube     { background-position: 0 -280px; }
#share a.print       { background-position: 0 -300px; }
#share a.yelp        { background-position: 0 -320px; }
#share a.urbanspoon  { background-position: 0 -340px; }

#share .stbuttontext {
    line-height: 16px !important;
}

.stButton {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.stButton .chicklets {
    display: block !important;
    background: none !important;
    font-family: "Helvetica", "Arial", sans-serif !important;
    font-size: 100% !important;
    padding: 0 !important;
    line-height: 16px !important;
    height: 16px !important;
}


