
/* INCIPIT /css/sake.css */
/* ========== TABLE OF CONTENTS ==========
* 1. Basic Tag Styles (standard tags as well as custom Clarity tag classes)
* 2. Typography Styles (text)
* 3. Form Styles (inputs, textareas, etc)
* 4. Table Styles (tr, th, td, etc)
* 5. Standard Sub Page Styles (for dsp_showpage as well as tools' PGE-fed sections)
* 6. Sub Page Layouts (A-H)
* 7. Page Specific Styles (PGE and other standard page styles)
*/
/* ===== BASIC TAG STYLES ===== */
hr {
height: 1px;
clear: both;
}
.button {
font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.dwarf {
font-size : 10px;
font-weight: normal;
line-height: normal;
letter-spacing: normal;
}
.error {
font-weight:bold;
}
.hand {
cursor:pointer;
}
.applyBorder {
border-width: 1px;
border-style: solid;
}
/* ===== TYPOGRAPHY STYLES ===== */
h2, .head,
h3, .home1,
h4, .home2,
h5 {
font-weight : bold;
}
h2, .head {
font-size : 120%;
}
h3, .home1 {
font: normal normal 13px/100% 'Domine', serif;
}
h4, .home2,
h5 {
font-size : 100%;
}
/* ===== FORM STYLES ===== */
input, select {
font-family : verdana, geneva, arial, helvetica;
font-size : 10px;
}
.input {
width:150px;
}
textarea {
font-family : "courier new", monospaced;
font-size : 11px;
width: 400px
}
/* ===== TABLE STYLES ===== */
table {
border-collapse: collapse;
}
td, th {
padding: 4px;
font-size: 10px;
text-align: left;
}
td.right, th.right {
text-align: right;
}
thead, tfoot {
font-size:10px;
}
.trlabel, .tdlabel, .cell, .cell2, .odd, .even {
font-family : verdana;
letter-spacing: normal;
font-size : 10px;
padding-left: 0.5em;
padding-bottom: 0.5em;
}
thead th,
.trlabel,
.tdlabel,
.cell,
.cell2 {
font-weight: bold;
}
.cell,
.cell2 {
padding-top: 0.5em;
}
.box {
font-size:10px;
font-weight:normal;
letter-spacing:0px;
}
/* ========== STANDARD SUB PAGE STYLES ==========
* 1. #breadcrumb
* 2. h2#pageTitle
* 3. h3#pageSubTitle
* 4. #pageSummary
* 5. #pageContents
* 6. #pageBullets
* 7. #pageConclusion
* 8. #imageBlock
* 9. #imageBlockFeat
* 10. #calloutbox
* 11. #pageDownloads
*/
#breadcrumb {
font: normal normal 12px/100% 'Marcellus SC', serif;
margin-top: 20px;
color: #333333 !important;
text-transform: uppercase;
}
#breadcrumb .breadcrumbTitle {
padding-right: 10px;
}
#breadcrumb a,
#breadcrumb a:focus {
text-decoration: none;
color: #333333 !important;
text-transform: uppercase;
}
#breadcrumb a:hover {
color: #9aa789 !important;
}
h2#pageTitle, h2#home-title, .page-title {
font: normal bold 20px/110% 'Domine', 'serif';
padding: 0.1em 0;
margin-top: 10px;
color: #333333;
}
h3#pageSubTitle, .page-subtitle {
font: normal normal 16px/110% 'Domine', 'serif';
padding: 0 0 0.3em;
color: #333333;
}
.page-summary p,
.page-contents p,
.page-conclusion p,
.page-bullets ul,
.page-bullets ol {
line-height: 125%;
padding: 0.5em 0;
}
.page-summary ul li,
.page-contents ul li,
.page-conclusion ul li {
margin-left: 1.6em;
list-style: disc outside url('/image/Bullet.gif');
}
.page-summary ol li,
.page-contents ol li,
.page-conclusion ol li {
margin-left: 1.6em;
list-style: decimal outside none;
}
.page-bullets {
clear: left;
}
.page-bullets ul li,
.page-bullets ol li {
margin-left: 1.6em;
line-height: 150%;
}
.page-bullets span.clear {
clear: left;
}
.page-image-block,
.page-featured-image {
padding: 0 0.5em 0.5em;
margin-top: 1em;
}
.page-image-block.right,
.page-featured-image.right {
float: right;
clear: right;
padding-right: 0;
margin-left: 1em;
}
.page-image-block.left,
.page-featured-image.left {
float: left;
clear: left;
padding-left: 0;
margin-right: 1em;
}
#imageNav {
text-align: center;
padding: 0.2em 0;
font: normal normal 90%/100% 'Domine', Georgia, serif;
margin-bottom: 0.5em;
}
#imageNav a {
text-decoration: none;
color: #9aa789;
}
#imageNav a:hover {
color: #333333;
}
.page-content p#currCaption,
.page-content p#featCaption {
font: normal normal 70%/100% 'Domine', Georgia, serif;
text-align: left;
}
.page-additional-info {
font: normal bold 12px/15px 'Domine', serif;
width: 200px;
position: relative;
margin: 1em 0;
border-width: 2px;
border-style: solid;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
.page-additional-info h3 {
width: 180px;
padding: 0 10px;
margin: 0;
font-size: 120%;
line-height: 40px;
text-align: left;
}
.page-additional-info .page-additional-content {
width: 180px;
padding: 0 10px;
text-align: center;
}
.page-additional-info .page-additional-list {
width: 180px;
padding: 0;
color: inherit;
}
.page-additional-info .page-additional-list li {
list-style: none;
display: list-item;
text-align: left;
margin: 0 0 0 0.5em;
padding: 5px 0;
}
.page-additional-info .page-additional-list a {
font-size: 100%;
text-decoration: none;
}
.page-additional-info .page-additional-list a:hover {
text-decoration: underline;
}
.page-downloads {
margin: 1em 0;
clear: both;
}
.page-dowloads h3 {
padding-bottom: 0.5em !important;
line-height: 200%
}
.page-downloads .page-download-block {
width: 45%;
min-height: 45px;
float: left;
padding-right: 5%;
padding-bottom: 0.5em;
position: relative;
}
.page-downloads .page-download-thumb {
display: block;
padding-right: 10px;
position: absolute;
left: 0;
top: 0;
}
.page-downloads .page-download-block h4,
.page-downloads .page-download-block p {
font-size: 90%;
padding-left: 42px;
}
/* ========== SUB PAGE LAYOUTS ==========
* 1. Layout A
* 2. Layout B
* 3. Layout C
* 4. Layout D
* 5. Layout E
* 6. Layout F
*
* ===== Layout A ===== */
.page-summary.layoutA p,
.page-contents.layoutA p,
.page-conclusion.layoutA p,
.page-bullets.layoutA ul,
.page-bullets.layoutA ol {
padding-left: 0;
}
.page-image-block.layoutA {
padding: 0 0 0.5em;
}
.page-image-block.layoutA,
.page-additional-info.layoutA {
float: right;
clear: right;
margin-left: 1em;
}
/* ===== Layout B ===== */
.page-featured-image.layoutB {
float: left;
clear: left;
margin-right: 1em;
}
.page-image-block.layoutB,
.page-additional-info.layoutB {
float: right;
clear: right;
margin-left: 1em;
}
/* ===== Layout C ===== */
.page-additional-info.layoutC {
float: left;
clear: left;
margin-right: 1em;
}
.page-image-block.layoutC,
.page-featured-image.layoutC {
float: right;
clear: right;
margin-left: 1em;
}
/* ===== Layout D ===== */
.page-image-block.layoutD {
float: right;
clear: right;
margin-left: 1em;
}
.page-additional-info.layoutD {
float: left;
clear: left;
margin-right: 1em;
}
/* ===== Layout E ===== */
div.imageBlock.layoutE,
.page-image-block.layoutE {
float: right;
clear: right;
padding: 10px;
}
div.imageBlock.layoutE p.imageCaption,
.page-image-block.layoutE .image-caption {
font-size: 80%;
text-align: right;
margin: 0;
padding: 0;
}
.page-downloads.layoutE {
clear: none;
}
.page-downloads.layoutE .page-download-block.layoutE {
width: auto;
float: none;
clear: left;
padding: 0 0.5em;
}
/* ===== Layout F ===== */
.page-image-block.layoutF {
float: right;
}
.page-image-block.layoutF #myCaption {
text-align: center;
}
.page-image-block.layoutF #thumbGallery {
padding: 0.5em;
text-align: center;
}
.page-image-block.layoutF #thumbGallery .thumbSwitch {
display: inline-block;
width: 50px;
height: 50px;
padding: 5px;
}
.page-additional-info.layoutF,
.page-featured-image.layoutF {
float: left;
clear: left;
margin-right: 1em;
}
/* ===== Layout G ===== */
.page-video-block.layoutG {
float: right;
clear: right;
padding: 0 0 1em 1em;
text-align: center;
}
.page-video-block.layoutG .video-wrapper {
background: transparent url('/consoleAssets/image/loading.gif') no-repeat 50% 50%;
margin: 0 auto;
}
.video-wrapper.layoutG object {
display: block;
margin: 0 auto;
}
.page-video-block.layoutG .video-caption {
padding-top: 0.5em;
text-align: center;
}
.page-additional-info.layoutG {
float: left;
clear: left;
margin-right: 1em;
}
.page-video-thumbs {
margin-top: 1em;
}
.page-video-thumbs .page-video-thumb {
float: left;
padding: 0.5em 1.3em 0.5em 0;
width: 100px;
text-align: center;
}
.page-video-thumbs .page-video-thumb a {
text-decoration: none;
font-size: smaller;
font-weight: bold;
display: block;
position: relative;
}
.page-video-thumbs .page-video-thumb a img {
border: 1px solid #CCC;
}
/* ===== Layout H ===== */
.page-video-block.layoutH {
float: right;
clear: right;
padding: 0 0 1em 1em;
text-align: center;
}
.page-video-block.layoutH .video-wrapper {
background: transparent url('/consoleAssets/image/loading.gif') no-repeat 50% 50%;
margin: 0 auto;
}
.video-wrapper.layoutH object {
display: block;
margin: 0 auto;
}
.page-video-block.layoutH .video-caption {
padding-top: 0.5em;
text-align: center;
}
.page-video-block.layoutH .page-video-thumbs {
padding: 1em 0 0.5em;
margin: 0 auto;
}
.page-video-block.layoutH .page-video-thumbs .page-video-thumb {
position: relative;
display: block;
float: left;
width: 50px;
height: 50px;
padding: 5px;
overflow: hidden;
}
.page-additional-info.layoutH {
float: right;
clear: right;
margin-left: 1em;
}
.page-image-block.layoutH {
float: left;
margin-right: 1em;
}
.page-image-block.layoutH #myCaption {
text-align: center;
}
/* ===== Layout J ===== */
.page-summary.layoutJ p,
.page-contents.layoutJ p,
.page-conclusion.layoutJ p,
.page-bullets.layoutJ ul,
.page-bullets.layoutJ ol {
padding-left: 0;
}
.page-image-block.layoutJ {
padding: 0 0 0.5em;
}
.page-image-block.layoutJ,
.page-additional-info.layoutJ {
float: right;
clear: right;
margin-left: 1em;
}
.subpage-image-layoutJ {
width:220px;
overflow:hidden;
float:left;
}
.subpage-imagebox-layoutJ {
width:220px;
height:220px;
overflow:hidden;
}
div.subPageCaption p.subPageCaption {
width: 100%;
background-color: #D1BA88;
font: normal bold 16px/130% 'Droid Sans', Arial, Helvetica, sans-serif;
padding: 1em 0;
color: #333;
text-align: center;
}
div.subPageCaption p.subPageCaption {
padding: 15px 5px;
width: 210px;
}
a.subCaption {
color: #333 !important;
text-decoration: none;
}
.subTitleCaption {
color:#333;
font-size:80%;
font-style:italic;
font-weight:normal;
}
.subTitleCaption:hover {
color:#ffffff;
}
div.subPageBlock div.subPageCaption a.subPageView {
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
text-decoration: none;
}
div.subPageBlock div.subPageCaption a.subPageBuy {
display: block;
padding: 3px;
position: absolute;
bottom: 7px;
right: 7px;
font-style:italic;
font: normal 12px/100% 'Droid Sans', Arial, Helvetica, sans-serif;
color: #FFF;
text-decoration: none;
}
.learnMore {
background-color: #9AA789;
text-indent:0;
display: inline-block;
color: white;
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
height: 25px;
line-height: 25px;
width: 105px;
text-decoration: none;
text-align: center;
}
.learnMore:hover {
background-color: #827E6C;
color: #ffffff;
}
.learnMore:active,.learnMore:visited {
position: relative;
top: 1px;
color: white;
}
/* ===== Generic Page Form Styles ===== */
.contactForm,
.tableless {
width: 400px;
display: block;
padding: 0.5em 0;
}
.tableless {
float: left;
width: 35%;
}
.tableless.right {
float: right;
}
.contactForm fieldset,
.tableless fieldset {
display: block;
border: none;
padding: 0 0.5em;
position: relative;
}
.contactForm fieldset.first,
.tableless fieldset.first {
min-height: 1.75em;
}
.contactForm fieldset.first p.label,
.tableless fieldset.first p.label {
position: absolute;
top: 0.5em;
right: 1em;
margin: 0;
padding: 0;
font-size: 90%;
text-align: right;
}
.contactForm fieldset.legend,
.tableless fieldset.legend {
padding-top: 2.5em;
}
.contactForm fieldset h3,
.tableless fieldset h3 {
padding: 2.5% 2.5% 0.75em;
font-size: 110%;
}
.contactForm fieldset legend,
.tableless fieldset legend {
position: absolute;
top: 0.5em;
margin: 0;
padding: 0 2.5% 1%;
font: normal bold 100%/120% Arial, Helvetica, sans-serif;
}
.contactForm fieldset.oneCol p.req,
.contactForm fieldset.twoCol p.req,
.tableless fieldset.oneCol p.req,
.tableless fieldset.twoCol p.req {
font: normal normal 14px/120% 'Domine', Georgia, serif;
position: absolute;
top: 1.5em;
right: 0;
margin: 0;
padding: 0;
width: 35%;
font-size: 90%;
}
.contactForm label.center,
.tableless label.center {
text-align: center;
}
fieldset.oneCol label,
fieldset.oneCol textarea,
fieldset.oneCol p,
fieldset.twoCol label,
fieldset.twoCol textarea,
fieldset.twoCol label.full,
fieldset.twoCol p.full {
font: normal normal 14px/120% 'Domine', Georgia, serif;
display: block;
margin: 0;
padding: 2.5% 7.5% 5% 2.5%;
width: 90%;
}
fieldset.twoCol label,
fieldset.twoCol textarea {
width: 44%;
padding: 1% 2.5%;
float: left;
}
fieldset abbr {
display: block;
}
.contactForm fieldset select,
.tableless fieldset select {
display: block;
max-width: 90%;
}
.contactForm .tdlabel,
.contactForm .cell,
.tableless .tdlabel,
.tableless .cell {
background-color: transparent;
}
.contactForm .error,
.tableless .error {
background-color: transparent;
}
.contactForm .error input,
.contactForm .error select,
.contactForm .error textarea,
.tableless .error input,
.tableless .error select,
.tableless .error textarea {
margin-top: 0.2em;
padding: 0.2em;
border: 1px solid #C00;
background: #FFF0F0;
-moz-box-shadow: 0 0 3px #C00;
-webkit-box-shadow: 0 0 3px #C00;
box-shadow: 0 0 3px #C00;
}
.contactForm p,
.tableless p {
padding: 0.3em;
margin: 2.5%;
}
.contactForm p.success,
.tableless p.success {
color: #147145;
font-weight: bold;
background: #F0FFF0;
background: rgba(0, 204, 0, 0.2);
-moz-box-shadow:0 0 3px #147145;
-webkit-box-shadow:0 0 3px #147145;
box-shadow:0 0 3px #147145;
}
.contactForm input[type=submit],
.tableless input[type=submit] {
margin-left: 2.5%;
margin-bottom: 2.5%;
}
/* Let's jazz this @#$% up! */
.smooth {
float: left;
width: auto;
max-width: 45%;
padding: 0.5em;
margin: 1.5em 0.5% 0.5%;
-webkit-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
}
.contactForm.smooth {
width: auto;
max-width: 100%;
}
.smooth fieldset:first-child,
.smooth fieldset.top {
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.smooth fieldset:last-child,
.smooth fieldset.bottom {
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.smooth fieldset legend {
color: #383937;
font-size: 125%;
font-weight: bold;
line-height: 110%;
font-family: inherit;
letter-spacing: 1px;
}
.smooth fieldset.legend {
padding-top: 3.5em;
}
.smooth fieldset.oneCol label,
.smooth fieldset.oneCol textarea,
.smooth fieldset.oneCol p,
.smooth fieldset.twoCol label,
.smooth fieldset.twoCol textarea,
.smooth fieldset.twoCol label.full,
.smooth fieldset.twoCol p.full {
display: block;
width: 93%;
margin: 0;
padding: 3% 3.5% 4%;
}
.smooth fieldset.twoCol label,
.smooth fieldset.twoCol textarea,
.smooth fieldset.twoCol p {
float: left;
width: 42%;
margin: 0;
padding: 3% 3.5% 4%;
}
.smooth input[type=submit],
.smooth input[type=button],
.smooth button,
.smooth .submit {
display: inline-block;
margin: 0 auto;
padding: 0.25em 0.4em 0.3em;
box-sizing: border-box;
-moz-border-radius: 6px;
border-radius: 6px;
font-family: inherit;
font-weight: bold;
font-size: larger;
letter-spacing: 1px;
text-decoration: none;
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-ms-transition: all 0.4s;
}
/* This allows buttons/inputs to visually imitate ordinary text links */
.smooth input.link {
display: inline;
margin: 0;
padding: 0;
background: none;
border: none;
cursor: pointer;
text-decoration: underline;
font-weight: normal;
font-size: 90%;
/* Change font family to match page default */
font-family: Georgia, "Times New Roman", Times, serif;
}
/* EXCIPIT /css/sake.css */
/* INCIPIT /css/colors.css */
/* ========== Sitewide Default Color Scheme ========== */
/* CHANGE THESE COLORS TO FIT YOUR SITE */
/* ===== Page Element Colors ===== */
body, td, .normal {
color: #333;
}
ul, ol {
color: #333;
}
hr {
background-color: silver;
}
h2, h2 a,
#pageTitle,
#pageTitle a {
color : #213969;
}
h3, h3 a,
#pageSubTitle,
#pageSubTitle a {
color: #996500;
}
h4, h4 a {
color : #DCA639;
}
h5, h5 a {
color: #666;
}
.button {
color: #000;
}
.error {
color: #C00;
background-color: #FFF;
}
.applyBorder {
border-color: #FFF;
}
/* ===== Link Colors ===== */
a, a:visited {
color: #999;
}
a:hover,
a:focus {
color: #C00;
}
#breadcrumb,
#breadcrumb a {
color: #ACABAB;
}
#breadcrumb a:hover,
#breadcrumb a:focus {
color:#005634;
}
#breadcrumb span.breadcrumbTitle {
color: #B10B0B;
}
/* ===== Table Colors ===== */
thead th, .trlabel {
color: #FFF;
background-color:#000;
}
.tdlabel {
font-weight: bold;
color: #147145;
background-color: #FEF6D0;
}
.cell, .odd {
color: #FEF6D0;
background-color: #147145;
}
.cell2, .even {
color: #147145;
background-color: #FEF1B8;
}
/* ===== Sub Page Colors ===== */
#calloutbox {
color: #333;
border-color: #9aa789;
background: #C3C3A9 url(image/graphic-background-box.jpg) repeat-x bottom center;
}
#calloutbox h3 {
color: #FFF;
background-color: #9aa789;
}
#calloutbox #calloutboxList a {
color: #333;
}
#calloutbox #calloutboxList a:hover,
#calloutbox #calloutboxList a:focus,
#calloutbox #calloutboxList a:active {
color: #333:
}
/* ===== Form Colors ===== */
.smooth {
background: #9aa789;
/*	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.6);
-ms-box-shadow: 0 0 5px rgba(0,0,0,0.6);
box-shadow: 0 0 5px rgba(0,0,0,0.6);*/
}
.smooth fieldset {
background: #dadcc5;
}
.smooth input[type=submit],
.smooth input[type=button],
.smooth button,
.smooth .submit {
background: #c1c3a9;
color: white;
text-shadow: 0 0 3px rgba(0,0,0,0.4);
border: 3px solid #9aa789;
}
.smooth input[type=submit]:hover,
.smooth input[type=submit]:focus,
.smooth input[type=submit]:active,
.smooth input[type=button]:hover,
.smooth input[type=button]:focus,
.smooth input[type=button]:active,
.smooth button:hover,
.smooth button:focus,
.smooth button:active,
.smooth .submit:hover,
.smooth .submit:focus,
.smooth .submit:active {
border-color: #9aa789;
text-shadow: 0 0 6px rgba(0,0,0,0.75);
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.6);
-o-box-shadow: 0 0 4px rgba(0,0,0,0.6);
-ms-box-shadow: 0 0 4px rgba(0,0,0,0.6);
box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.smooth input.link,
.smooth input.link:hover,
.smooth input.link:focus,
.smooth input.link:active {
color: #333333;
border-color: transparent;
text-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.smooth input.link:hover,
.smooth input.link:focus,
.smooth input.link:active {
color: #C00;
}
.smooth .notice,
.smooth h3 {
color: #C00;
font-size: 135%;
font-weight: normal;
}
/* ========== END SITE COLOR SCHEME ========== */
/* EXCIPIT /css/colors.css */
/* INCIPIT /css/layout.css */
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* =============================================================================
HTML5 element display
========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, output { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* =============================================================================
Base
========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* http://clagnut.com/blog/348/#c790
* 2. Force vertical scrollbar in non-IE
* 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
* www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
* 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
* 5. The basic resets.
*/
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
/*
* These selection declarations have to be separate
* No text-shadow: twitter.com/miketaylr/status/12228805301
* Also: hot pink!
*/
::-moz-selection { background: #201C6F; color: #fff; text-shadow: none; }
::selection { background: #201C6F; color: #fff; text-shadow: none; }
/* =============================================================================
Links
========================================================================== */
/* a, a:visited { color: #A77A2E; } */
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }
/* =============================================================================
Typography
========================================================================== */
abbr[title] { border-bottom: 1px dotted; display: inline-block; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
a mark { background: inherit; color: #C00; }
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
Lists
========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
/* =============================================================================
Embedded content
========================================================================== */
/*
* Improve image quality when scaled in IE7
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
img { border: 0; -ms-interpolation-mode: bicubic; }
/*
* Correct overflow displayed oddly in IE9
*/
svg:not(:root) {
overflow: hidden;
}
/* =============================================================================
Figures
========================================================================== */
figure { margin: 0; }
/* =============================================================================
Forms
========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/*
* 1. Correct color not inheriting in IE6/7/8/9
* 2. Correct alignment displayed oddly in IE6/7
*/
legend { border: 0; *margin-left: -7px; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
* 2. Correct inner spacing displayed oddly in IE6/7
*/
button, input { line-height: normal; *overflow: visible; }
/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
*/
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
/*
* Consistent box sizing and appearance
*/
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
/*
* Remove inner padding and border in FF3/4
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }
/* Colors for form validity */
input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/*
* Sometimes you just want to be sure your placeholder text isn't mistaken for real text.
* http://css-tricks.com/snippets/css/style-placeholder-text/
*/
::-webkit-input-placeholder { color: #AAAAAA; }
:-moz-placeholder { color: #AAAAAA; }
:-ms-input-placeholder { color: #AAAAAA; }
/*
* Since iOS and others don't always remove placeholder on focus
* http://css-tricks.com/snippets/css/style-placeholder-text/#comment-121251
*/
:focus::-webkit-input-placeholder {	color: transparent; }
:focus:-moz-placeholder { color: color: transparent; }
/* =============================================================================
Tables
========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
/* =============================================================================
Basic CCI Helper Classes
========================================================================== */
.block {
display: block;
}
.center {
text-align: center;
}
.clear {
clear: both;
}
.clear-left {
clear: left;
}
.clear-right {
clear: right;
}
.onepx {
display: block;
height: 1px;
width: 1px;
font: normal 1px/1px sans-serif;
}
.left {
float: left;
}
.right {
float: right;
}
/* =============================================================================
Site styles.
CCI Custom Site Styles go here
========================================================================== */
body > .chromeframe {
position: fixed;
top: 0;
left: 0;
right: 0;
padding: 0.3em 0;
background: #FFFF99;
border-bottom: 1px solid #DFDF99;
color: #333;
text-align: center;
line-height: 2em;
font-weight: bold;
z-index: 100;
}
.chromeframe + #container {
margin-top: 2.6em;
}
body {
background: #9AA789 url(image/graphic-background.jpg) repeat-x top center;
}
p {
font: normal normal 12px/18px Tahoma, Verdana, Helvetica, Arial, sans-serif;
color: #333333;
}
h6 {
font: normal bold 10px/100% 'Domine', Georgia, serif;
color: #333333;
}
#container {
width: 964px;
background: #e7dec9;
margin: 0 auto;
padding: 30px 30px 20px 30px;
-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 30px rgba(0,0,0,0.5);
-o-box-shadow: 0 0 30px rgba(0,0,0,0.5);
box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
/*Landing Ish*/
#landing-container {
width: 964px;
height: 70px;
padding-top: 65px;
margin-top: -30px;
background: #e7dec9 url(image/graphic-tree-background.jpg) no-repeat left top;
}
#landing-container a {
text-decoration: none;
}
.landing {
float: left;
width: 470px;
}
.landing h1 {
font: normal normal 30px/100% 'Marcellus SC', serif;
color: #333333;
text-align: center;
margin-bottom: 10px;
}
.landing h2 {
font: normal normal 24px/100% 'Marcellus SC', serif;
color: #333333;
text-align: center;
background: #d1bb8a;
padding: 10px 0;
margin-bottom: 20px;
}
.landing-rim {
width: 470px;
height: 500px;
margin-bottom: 15px;
}
.landing.garden-center {
margin-right: 20px;
}
/*The Header*/
.page-header {
width: 1024px;
background: url(image/graphic-header-background.jpg) no-repeat left top;
margin-left: -30px;
}
h1.page-logo {
font: normal normal 42px/70% 'Marcellus SC', serif;
text-align: center;
width: 800px;
}
h1.page-logo span {
font-size: 22px;
}
h1.page-logo a {
text-decoration: none;
color: #333333;
}
#header-location {
float: left;
width: 160px;
font: normal bold 12px/15px 'Domine', Georgia, serif;
color: #333333;
margin: 10px 0 0 30px;
}
#plantSearch {
float: right;
width: 200px;
margin: -55px 20px 0 0;
}
#plantSearch input[type="search"],
#plantSearch input[type="text"] {
font: normal bold 12px/15px 'Domine', Georgia, serif;
height: 18px;
border: 1px solid #333333;
vertical-align: middle;
padding-left: 5px;
}
#plantSearch input[type="submit"] {
background-image: url(image/graphic-arrow.jpg);
background-repeat: no-repeat;
width: 22px;
height: 22px;
border: none;
vertical-align: middle;
margin: 0 0 0 -5px;
}
#plantSearch h3 {
margin-top: 5px;
}
#plantSearch h3 a {
text-decoration: none;
color: #333333;
}
.page-navigation {
width: 1024px;
background-color: #d1ba88;
margin-top: 25px;
}
.page-navigation ul {
padding: 10px 0;
font: normal normal 20px/100% 'Marcellus SC', serif;
color: #333333;
text-align: center;
}
.page-navigation ul li {
display: inline-block;
}
.page-navigation ul li a {
color: #333333;
text-decoration: none;
}
.page-navigation ul li a:hover {
color: #e7dec9;
}
/*The Footer*/
footer.page-footer {
text-align: center;
margin: 25px 0;
}
footer.page-footer p {
font: bold normal 11px/100% 'Domine', serif;
}
footer.page-footer a {
text-decoration: none;
color: #333333;
}
footer.page-footer a:hover {
text-decoration: underline;
}
/*All Plant Styles*/
ul.alphaList {
width: 963px;
background-color: #9aa789;
padding: 8px 0px 8px 0px;
margin-top: -0.5em;
}
ul.alphaList li {
display: inline-block;
}
ul.alphaList li a {
text-decoration: none;
color: #e7dec9;
font: normal normal 22px/100% 'Marcellus SC', serif;
padding: 5px 16px 6px 16px;
}
ul.alphaList li a:hover {
background-color: #d1b989;
color: #333333;
padding: 5px 16px 6px 16px;
}
ul.alphaList a.current {
background: #d1b989;
color: #333333;
}
.plantListBlock	{
float: left;
margin: 12px 6px 0 6px;
width: 225px;
text-align: center;
}
figcaption.plant-caption {
margin-top: 8px;
}
h3.plantListTitle a {
font: normal normal 13px/120% 'Domine', Georgia, serif;
text-decoration: none;
color: #333333;
}
h3.plantListTitle a:hover {
color: #9aa789;
}
form.whichForm {
font: normal normal 13px/100% 'Domine', Georgia, serif;
}
form.whichForm a {
color: #9aa789;
text-decoration: none;
}
form.whichForm a:hover {
color: #333333;
}
.typeForm {
float: right;
}
.typeForm select {
font: normal bold 12px/150% 'Domine', Georgia, serif;
padding: 0.15em;
}
#theform input[type="search"],
#theform input[type="text"] {
font: normal bold 12px/15px 'Domine', Georgia, serif;
height: 18px;
border: 1px solid #333333;
vertical-align: middle;
padding-left: 5px;
}
#theform input[type="submit"] {
background-image: url(image/graphic-quick-search.jpg);
background-repeat: no-repeat;
height: 22px;
width: 139px;
border: none;
vertical-align: middle;
margin: 0 0 0 -5px;
}
#begin-search input[type="submit"] {
background-image: url(image/graphic-begin-search.jpg);
background-repeat: no-repeat;
height: 22px;
width: 139px;
border: none;
vertical-align: middle;
margin: 0 0 0 -5px;
}
p.plantCatLinks {
font: normal normal 12px/100% 'Marcellus SC', serif;
margin-top: 20px;
}
p.plantCatLinks a {
text-decoration: none;
color: #333333;
text-transform: uppercase;
}
p.plantCatLinks a:hover {
color: #9aa789 !important;
}
#nextPrev {
float: right;
margin-top: -30px;
}
p.nextPrev {
font: normal normal 12px/100% 'Marcellus SC', serif;
text-transform: uppercase;
}
p.nextPrev a {
color: #333333 !important;
}
p.nextPrev a:hover {
color: #9aa789 !important;
}
ul#plantAttributes {
padding: 5px 0 5px 30px;
font: normal normal 12px/15px 'Domine', Georgia, serif;
width: 100%;
margin-left: -30px;
background-color: #d0ba88;
}
ul#plantAttributes li {
display: inline-block;
list-style: none;
}
span.plant {
font-weight: bold;
}
#top-half {
float: left;
width: 540px;
}
#pageBullets {
margin-top: -5px;
}
#imageBlockPlant {
float: right;
margin-left: 15px;
width: 400px;
}
#myCaption {
text-align: center;
font: normal normal 12px/15px 'Domine', Georgia, serif;
padding-top:4px;
}
h3.sectionHeader {
font: normal normal 16px/100% 'Marcellus SC', serif;
color: #333333;
margin-bottom: -5px;
text-transform: uppercase;
}
/*
.charBlock {
float: left;
width: 148px;
margin: 10px 30px -10px 0;
border: 1px solid red;
padding-bottom: 0 !important;
}
.charBlock ul {
display: inline;
padding-bottom: 0;
border: 1px solid black;
}
.charBlock li {
font: normal normal 12px/120% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/
.chars {
margin-top: 10px;
}
.chars h4 {
font: bold normal 13px/120% 'Domine', Georgia, serif;
color: #333333;
}
#char-box {
width: 540px;
margin: 25px auto;
}
.plantDwarf {
font: normal normal 11px/120% 'Domine', Georgia, serif;
color: #9aa789;
}
#plantChars {
margin-top: 25px;
}
.plantBullet#charBullet {
list-style: square url("image/Bullet.gif") !important;
}
td.box {
font: normal normal 12px/120% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#plantNotes {
background-color: #c1c3a9;
padding: 15px;
margin-top: -10px;
}
#plantNotes h3.plant {
font: bold normal 12px/120% 'Domine', Georgia, serif;
color: #333333;
}
#plantNotes p {
font: normal normal 12px/120% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*Locations*/
#ourAddress, #ourAddress p {
font: normal normal 13px/130% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#ourAddress a {
text-decoration: none;
color: #9aa789;
}
#ourAddress a:hover {
color: #333333;
}
.hours h4 {
font: bold normal 14px/120% 'Domine', Georgia, serif;
color: #333333;
}
.hours ul {
margin-top: 0;
}
.hours li {
font: normal normal 13px/130% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #333333;
list-style-image: url(image/Bullet.gif);
margin-left: -20px;
}
#drivingDirections {
background-color: #c1c3a9;
padding: 10px;
}
#drivingDirections h4 {
font: bold normal 14px/120% 'Domine', Georgia, serif;
color: #333333;
}
#drivingDirections p {
font: normal normal 13px/130% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #333333;
}
#contactLegend {
font: bold normal 18px/120% 'Domine', Georgia, serif;
color: #333333;
}
/*Photo Gallery Styles*/
.galleryCat {
float: left;
width: 145px;
display: inline;
margin: 15px 20px 0 0;
text-align: center;
}
.galleryCat img {
width: 145px;
height: 145px;
}
.galleryCat h2, .galleryCat a {
font: bold normal 14px/120% 'Domine', Georgia, serif;
color: #333333 !important;
text-decoration: none;
margin-top: 5px;
}
.galleryCat a:hover {
text-decoration: underline;
}
.galleryCat p {
font: normal normal 10px/110% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-top: 3px;
}
#galleryWrapper {
margin-top: -10px;
width: 964px;
}
#titleSide {
float: left;
width: 640px;
margin-bottom: 5px;
}
#beforeAfter {
float: right;
margin-left: 14px;
margin-top: 35px;
width: 306px;
}
#beforeAfter .galleryLabel {
float: left;
width: 145px;
height: 30px;
text-align: center;
}
.thumbLabels {
float: left;
width: 153px;
text-align: center;
display: inline-block;
}
#galleryImageMain {
width: 640px;
float: left;
margin-right: 18px;
}
#myCaption {
font: normal normal 12px/110% Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-top: 8px;
}
#photoThumbs {
float: left;
width: 306px;
}
#photoThumbs img {
margin: 0 21px 19px -6px;
}
#galleryNextPrev {
float: left;
width: 306px;
margin-top: -5px;
}
#galleryNextPrev a {
font: normal normal 12px/100% 'Marcellus SC', serif;
color: #333333;
text-transform: uppercase;
}
#galleryNextPrev a:hover {
color: #9aa789 !important;
}
/* =============================================================================
Non-semantic helper classes
Please define your styles before this section.
========================================================================== */
/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
/* Hide for both screenreaders and browsers:
css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
www.webaim.org/techniques/css/invisiblecontent/ & j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* =============================================================================
Print styles.
Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
a, a:visited { color: #444 !important; text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}
/* EXCIPIT /css/layout.css */
/* FILE /css/home.css NOT FOUND */

