
/* 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;
}
.dwarf-login {
font-size : 12px;
font-weight: normal;
line-height: normal;
letter-spacing: normal;
color: white;
margin-top: 10px;
text-align: right;
}
.dwarf-login a,
.dwarf-login a:visited {
color: white;
text-decoration: none;
}
.error {
font-weight:bold;
}
.hand {
cursor:pointer;
}
.applyBorder {
border-width: 1px;
border-style: solid;
}
.smallroundbutton {
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 6px;
font-family: 'Open Sans', sans-serif;
color: #ffffff;
font-size: 9px;
background: #BF4832;
padding: 5px 10px 5px 10px;
text-decoration: none;
border:0px;
}
.smallroundbutton:hover {
background: #462E8C;
text-decoration: none;
}
.roundbutton {
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: 'Open Sans', sans-serif;
color: #ffffff;
font-size: 13px;
background: #BF4832;
padding: 6px 10px;
text-decoration: none;
border:0px;
}
.roundbutton:hover {
background: #462E8C;
text-decoration: none;
}
/* ===== TYPOGRAPHY STYLES ===== */
h2, .head,
h3, .home1,
h4, .home2,
h5 {
font-weight : bold;
}
h2, .head {
font-size : 120%;
}
h3, .home1 {
font-size : 110%;
}
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
}
#login {
margin:10px 10px 0px 0px;
width:230px;
text-align:left;
float:right;
position:relative;
}
/* ===== TABLE STYLES ===== */
table {
border-collapse: collapse;
}
td, th {
padding: 4px 8px !important;
font-size: 14px;
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 : 14px;
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:12px;
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 {
margin-bottom: 0.8em;
font-weight: bold;
font-size: 100%;
}
#breadcrumb .breadcrumbTitle {
padding-right: 10px;
}
#breadcrumb a,
#breadcrumb a:hover,
#breadcrumb a:focus {
text-decoration: none;
}
.page-title {
font: normal bold 125%/110% Arial, Helvetica, sans-serif;
padding: 0.1em 0;
}
.page-subtitle {
font: normal bold 110%/110% Arial, Helvetica, sans-serif;
padding: 0 0 0.3em;
}
.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;
}
.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-size: 80%
}
.page-content #currCaption,
.page-content #featCaption {
font-size: 80%;
text-align: center;
}
.page-additional-info {
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;
-moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.page-additional-info h3 {
width: 180px;
padding: 0 10px;
margin: 0;
font-size: 100%;
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 0 12px;
color: inherit;
}
.page-additional-info .page-additional-list li {
list-style: disc;
display: list-item;
text-align: left;
margin: 0 0 0 1em;
padding: 5px 0;
}
.page-additional-info .page-additional-list a {
font-size: 90%;
}
.page-downloads {
margin: 1em 0;
clear: both;
}
.page-dowloads h3 {
padding-bottom: 0.5em;
}
.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:277px;
overflow:hidden;
float:left;
}
.subpage-imagebox-layoutJ {
width:277px;
height:277px;
overflow:hidden;
}
div.subPageCaption p.subPageCaption {
width: 100%;
background-color: #96C93E;
font: normal bold 15px/130% 'Open Sans', Arial, Helvetica, sans-serif;
padding: 1em 0;
color: #ffffff;
text-align: center;
}
div.subPageCaption p.subPageCaption {
padding: 15px 0px;
}
a.subCaption, a.subCaption:hover {
color: white !important;
text-decoration: none;
}
.subTitleCaption {
color:#ffffff;
font-size:80%;
font-style:italic;
font-weight:normal;
}
.subTitleCaption:hover {
color:#ffffff;
text-decoration: none;
}
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% 'Open Sans', Arial, Helvetica, sans-serif;
color: #FFF;
text-decoration: none;
}
.learnMore {
background-color:#462E8C;
text-indent:0;
display: inline-block;
color: white;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
height: 25px;
line-height: 25px;
width: 105px;
text-decoration: none;
text-align: center;
}
.learnMore:hover {
background-color: #BF4832;
color: #ffffff;
text-decoration: none;
}
.learnMore:active,.learnMore:visited {
position: relative;
top: 1px;
color: white;
}
/* ===== Generic Page Form Styles ===== */
.contactForm,
.tableless {
display: block;
padding: 0.5em 0;
}
.tableless {
float: left;
width: 50%;
}
.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 {
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 {
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: #462E8C;
font-size: 125%;
font-weight: bold;
line-height: 110%;
font-family: inherit;
margin-top: 10px;
}
.smooth fieldset.legend {
padding-top: 2.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: "Open Sans", sans-serif;
}
/* Custom Contact Page Styles */
fieldset.twoCol label,
fieldset.oneCol label {
margin-bottom: -20px !important;
font-weight: bold;
color: #462e8c;
}
input.input, select.select {
padding: 4px;
border: 1px solid #222;
width: 220px;
margin: 10px 0px 0px 0px;
font-family: 'Open Sans', sans-serif;
}
textarea.textbox {
padding: 4px;
border: 1px solid #222;
margin: 10px 0px 0px 0px !important;
font-family: 'Open Sans', sans-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 : #BF4832;
}
h3, h3 a,
#pageSubTitle,
#pageSubTitle a {
color: #BF4832;
}
h4, h4 a {
color : #BF4832;
}
h5, h5 a {
color: #666;
}
.button {
color: #000;
}
.error {
color: #C00;
background-color: #FFF;
}
.applyBorder {
border-color: #FFF;
}
.white {
color: white !important;
}
/* ===== Link Colors ===== */
a, a:visited {
color: #462E8C;
}
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:#472E8D;
}
.tdlabel {
font-weight: bold;
color: white;
background-color: #472E8D;
}
.cell, .odd {
color: black;
background-color: #D5E9B1;
}
.cell2, .even {
color: black;
background-color: #96C93D;
}
/* ===== Sub Page Colors ===== */
#calloutbox {
color: #333;
border-color: #bf4832;
}
#calloutbox h3 {
color: #FFF;
background-color: #bf4832;
}
#calloutbox #calloutboxList a {
color: #333;
}
#calloutbox #calloutboxList a:hover,
#calloutbox #calloutboxList a:focus,
#calloutbox #calloutboxList a:active {
color: #C00;
}
/* ===== Form Colors ===== */
.smooth {
background: #462E8C;
-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: #96C93E;
}
.smooth input[type=submit],
.smooth input[type=button],
.smooth button,
.smooth .submit {
background: #bf4832;
color: white;
text-shadow: 0 0 3px rgba(0,0,0,0.4);
border: 3px solid #462E8C;
}
.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: #462E8C;
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 {
font: normal normal 14px/150% 'Open Sans', sans-serif;
background: transparent url('image/bckgrd-water.jpg') repeat top center;
color: #222;
}
#container.page-container {
width: 1170px;
padding: 20px 20px 0px;
margin: -20px auto 0px;
}
header.page-header {
background-color: #96C93E;
padding: 10px 20px 5px;
}
img.logo {
margin-left: 70px;
}
span.home2 {
color: #462E8C;
}
nav.page-navigation {
margin: 10px 0px 15px;
text-align: right;
}
nav.page-navigation ul {
}
nav.page-navigation ul li {
display: inline-block;
margin-left: 20px;
}
nav.page-navigation ul li a {
color: #BF4832;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}
nav.page-navigation ul li a:hover {
color: #462E8C;
}
h2.home-title {
font-family: "trajan-pro-3",serif;
color: #BF4832;
text-align: center;
margin: 20px 0px 10px;
}
/* =========== Featured Plant Styles - Home =========== */
.home-page-feat {
float: left;
display: inline;
width: 218px;
vertical-align: top;
margin: 10px 20px 10px 0px;
text-align: center;
}
.home-page-featImg img {
border-radius: 50% ;
}
.home-page-feat a {
text-decoration: none;
}
.home-page-feat a h5 {
color: #BF4832;
}
.home-page-feat a:hover h5 {
color: #462E8C;
}
.home-page-feat p {
font-size: 12px;
}
address {
font-style: normal !important;
}
footer.page-footer {
margin-top: 20px;
height: 190px;
background: transparent url('image/footer-background.png') no-repeat top center;
}
nav.footer-nav {
margin: 10px 0px;
text-align: right;
}
nav.footer-nav ul {
margin: 45px 20px 0px 0px;
}
nav.footer-nav ul li {
display: inline-block;
margin-left: 20px;
}
nav.footer-nav ul li a {
color: white;
font-weight: bold;
font-size: 15px;
text-decoration: none;
}
nav.footer-nav ul li a:hover {
color: #462E8C;
}
p.wui-address {
margin-top: 38px;
color: white;
text-align: center;
font-size: 12px;
line-height: 150% !important;
}
p.attribution {
text-align: right;
color: white;
font-size: 11px;
line-height: 150% !important;
margin: -35px 20px 0px 0px;
}
p.attribution a {
color: white !important;
text-decoration: none;
}
p.attribution a:hover {
color: #462E8C !important;
}
.register-table td {
color: black;
background-color: transparent !important;
font-family: "Open Sans", sans-serif;
font-weight: normal;
}
/* =============================================================================
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 */

