Stylesheet
default.css
/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/
/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
table.center {
margin-left:auto;
margin-right:auto;
}
/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/
/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
display: block;
margin: 0;
padding: 0;
}
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Type
----------------------------------------------------------------------------------------------------*/
html {
font-size: 16px;
}
body {
color: #333;
font: 85%/1.5em Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color: #38261E;
font: 1.9em/1em Helvetica, Arial, sans-serif;
}
h1 {
}
h2 {
color: #E15C2E;
}
h3 {
color: #E15C2E;
font-size: 2em;
font-weight: bold;
}
h4 {
font-size: 1.35em;
color: #38261E;
}
h5 {
font-size: 1.1em;
font-weight: bold;
}
h6 {
font-size: 1em;
font-weight: bold;
}
p {
color: #60514B;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.5em;
text-align: left;
}
ul {
list-style: disc;
color: #38261E;
font-size: 1.0em;
font-weight: normal;
line-height: 1.3em;
}
ol, ol.lowerRoman, ol.upperAlpha {
list-style: decimal;
color: #38261E;
font-size: 1.0em;
font-weight: normal;
line-height: 1.3em;
}
ol.lowerRoman {
list-style: lower-roman;
}
ol.upperAlpha {
list-style: upper-alpha;
}
strong, b, .b {
color: #38261E !important;
font-weight: bold;
}
a {
color: #E15C2E;
text-decoration: none;
}
*a:link {
color: #E15C2E;
outline: none;
text-decoration: none;
}
a:visited {
color: #E15C2E;
outline: none;
text-decoration: none;
}
a:hover {
color: #42BDC8;
text-decoration: underline;
}
a:active {
color: #E15C2E;
outline: none;
text-decoration: none;
}
a:focus {
outline: 1px dotted;
}
.more {
text-decoration: underline !important;
}
img {
border: 2px solid black;
}
}
/* Spacing
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
padding-bottom: 3px !important;
}
hr {
border: 0 #ccc solid;
border-top-width: 1px;
clear: both;
height: 0;
}
p {
margin-right: 10px;
padding: 5px 0;
}
blockquote {
margin-right: 10px;
padding: 5px 0 20px 0;
}
ul, ol {
margin-left: 25px;
padding-left: 0;
}
li {
margin-bottom: 0px;
margin-left: 8px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
margin-bottom: 10px;
}
.terry { /*Terry Singleton*/
letter-spacing: 0.13em;
}
.stories {
align: "center";
}
/* Layout
----------------------------------------------------------------------------------------------------*/
html {
background: url(../images/background.png) repeat;
background-color: #EDE9C1;
padding: 0px 0px 40px 0px;
text-align: center;
}
body {
margin-bottom: 20px;
margin: 0 auto;
position: relative;
border: none;
}
#logoTxt {
background: url(../images/qcc_logo60.jpg) left center no-repeat;
width: 100%;
height: 140px;
border: none;
padding-top: 26px;
}
#logoTxt h1, #logoTxt h2 {
color: #fff;
font-size: 3em;
line-height: 1.5em;
text-align: center;
}
#logoTxt h2 {
color: #fff;
}
#logoTxt h1 span, #logoTxt h2 span {
display: inline;
position: absolute;
top: 2px;
right: 0;
width: 124px;
z-index: 1;
}
#logoTxt h2 span {
top: 0 !important;
z-index: 10 !important;
}
header {
/*height: 197px;*/
background: url(../images/header_bg2.png) top right repeat-x;
width: 956px;
border: none;
height: 197px;
margin: 0 auto;
}
header h1 {
color: #333;
font-size: 1.6em;
margin-top: 0px;
text-align: center;
border: none;
}
header h1 span {
color: #E15C2E;
display: inline;
float: left;
padding-right: 5px;
padding-top:30px;
width: 300px;
border: none;
}
#headTxt {
color: #000 !important;
font-size: 4em;
line-height: 0.3em;
text-transform: capitalize;
width: auto !important;
}
nav {
position:relative;
top:-16px;
}
nav ul {
clear: left;
list-style: none;
width: 1200px;
height: 22px;
margin-left: 0;
text-align: left;
border: none;
}
nav ul li {
display: inline;
margin: 0 1px 0 0;
border: none;
}
nav ul li a {
color: #38261E;
width: 120px;
font-size: 1em;
font-weight: bolder;
letter-spacing: 0.1em;
padding: 10px 36px 15px 12px;
text-transform: uppercase;
border: none;
}
nav ul li a:hover {
color: #E15C2E;
text-decoration: none;
background: url(../images/button_hov.png) no-repeat;
background-position:bottom;
}
nav ul li a.selected {
color: #38261E;
background: url(../images/button_sel.png) no-repeat;
background-position:bottom;
}
nav ul li a.selected:hover {
color: #E15C2E;
}
#mainRight, #mainRight2 {
background: url(../images/main_bg.png) repeat;
margin-top: 0px;
width: 956px;
text-align: left;
margin: 0 auto;
}
.columns {
margin: 10px 0;
padding: 20px;
border: none;
}
.colLeft {
float: left;
width: 460px;
border: none;
}
.colRight {
float: right;
width: 460px;
border: none;
}
.col1 {
float: left;
width: 280px;
border: none;
margin-bottom: 10px;
margin-right: 30px;
text-align:center;
}
.col2 {
float: left;
width: 280px;
border: none;
margin-bottom: 10px;
margin-right: 30px;
text-align:center;
}
.col3 {
float: left;
width: 280px;
border: none;
margin-bottom: 10px;
text-align:center !important;
}
#signature {
margin-bottom: 5px;
margin-right: 10px;
text-align: right;
}
footer {
clear: both;
background: url(../images/footer_bg.png) repeat-x;
padding-top: 10px;
height: 78px;
border: none;
}
footer p {
float: left;
margin-left: 10px;
font-size: 1.0em;
color: #EDE9C1;
border: none;
}
footer ul {
float: right;
list-style: none;
width: 330px;
padding-top: 3px;
text-align: right;
margin-right: 10px;
border: none;
}
footer ul li {
display: inline;
margin: 0 5px;
border: none;
}
footer ul li a {
font-size: 1.0em;
}
footer ul li a:hover {
color: #EDE9C1;
}
/* --------------------------------------------------------------------*/
/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/
/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
table.center {
margin-left:auto;
margin-right:auto;
}
/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/
/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
display: block;
margin: 0;
padding: 0;
}
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Type
----------------------------------------------------------------------------------------------------*/
html {
font-size: 16px;
}
body {
color: #333;
font: 85%/1.5em Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color: #38261E;
font: 1.9em/1em Helvetica, Arial, sans-serif;
}
h1 {
}
h2 {
color: #E15C2E;
}
h3 {
color: #E15C2E;
font-size: 2em;
font-weight: bold;
}
h4 {
font-size: 1.35em;
color: #38261E;
}
h5 {
font-size: 1.1em;
font-weight: bold;
}
h6 {
font-size: 1em;
font-weight: bold;
}
p {
color: #60514B;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.5em;
text-align: left;
}
ul {
list-style: disc;
color: #38261E;
font-size: 1.0em;
font-weight: normal;
line-height: 1.3em;
}
ol, ol.lowerRoman, ol.upperAlpha {
list-style: decimal;
color: #38261E;
font-size: 1.0em;
font-weight: normal;
line-height: 1.3em;
}
ol.lowerRoman {
list-style: lower-roman;
}
ol.upperAlpha {
list-style: upper-alpha;
}
strong, b, .b {
color: #38261E !important;
font-weight: bold;
}
a {
color: #E15C2E;
text-decoration: none;
}
*a:link {
color: #E15C2E;
outline: none;
text-decoration: none;
}
a:visited {
color: #E15C2E;
outline: none;
text-decoration: none;
}
a:hover {
color: #42BDC8;
text-decoration: underline;
}
a:active {
color: #E15C2E;
outline: none;
text-decoration: none;
}
a:focus {
outline: 1px dotted;
}
.more {
text-decoration: underline !important;
}
img {
border: 2px solid black;
}
}
/* Spacing
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
padding-bottom: 3px !important;
}
hr {
border: 0 #ccc solid;
border-top-width: 1px;
clear: both;
height: 0;
}
p {
margin-right: 10px;
padding: 5px 0;
}
blockquote {
margin-right: 10px;
padding: 5px 0 20px 0;
}
ul, ol {
margin-left: 25px;
padding-left: 0;
}
li {
margin-bottom: 0px;
margin-left: 8px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
margin-bottom: 10px;
}
.terry { /*Terry Singleton*/
letter-spacing: 0.13em;
}
.stories {
align: "center";
}
/* Layout
----------------------------------------------------------------------------------------------------*/
html {
background: url(../images/background.png) repeat;
background-color: #EDE9C1;
padding: 0px 0px 40px 0px;
text-align: center;
}
body {
margin-bottom: 20px;
margin: 0 auto;
position: relative;
border: none;
}
#logoTxt {
background: url(../images/qcc_logo60.jpg) left center no-repeat;
width: 100%;
height: 140px;
border: none;
padding-top: 26px;
}
#logoTxt h1, #logoTxt h2 {
color: #fff;
font-size: 3em;
line-height: 1.5em;
text-align: center;
}
#logoTxt h2 {
color: #fff;
}
#logoTxt h1 span, #logoTxt h2 span {
display: inline;
position: absolute;
top: 2px;
right: 0;
width: 124px;
z-index: 1;
}
#logoTxt h2 span {
top: 0 !important;
z-index: 10 !important;
}
header {
/*height: 197px;*/
background: url(../images/header_bg2.png) top right repeat-x;
width: 956px;
border: none;
height: 197px;
margin: 0 auto;
}
header h1 {
color: #333;
font-size: 1.6em;
margin-top: 0px;
text-align: center;
border: none;
}
header h1 span {
color: #E15C2E;
display: inline;
float: left;
padding-right: 5px;
padding-top:30px;
width: 300px;
border: none;
}
#headTxt {
color: #000 !important;
font-size: 4em;
line-height: 0.3em;
text-transform: capitalize;
width: auto !important;
}
nav {
position:relative;
top:-16px;
}
nav ul {
clear: left;
list-style: none;
width: 1200px;
height: 22px;
margin-left: 0;
text-align: left;
border: none;
}
nav ul li {
display: inline;
margin: 0 1px 0 0;
border: none;
}
nav ul li a {
color: #38261E;
width: 120px;
font-size: 1em;
font-weight: bolder;
letter-spacing: 0.1em;
padding: 10px 36px 15px 12px;
text-transform: uppercase;
border: none;
}
nav ul li a:hover {
color: #E15C2E;
text-decoration: none;
background: url(../images/button_hov.png) no-repeat;
background-position:bottom;
}
nav ul li a.selected {
color: #38261E;
background: url(../images/button_sel.png) no-repeat;
background-position:bottom;
}
nav ul li a.selected:hover {
color: #E15C2E;
}
#mainRight, #mainRight2 {
background: url(../images/main_bg.png) repeat;
margin-top: 0px;
width: 956px;
text-align: left;
margin: 0 auto;
}
.columns {
margin: 10px 0;
padding: 20px;
border: none;
}
.colLeft {
float: left;
width: 460px;
border: none;
}
.colRight {
float: right;
width: 460px;
border: none;
}
.col1 {
float: left;
width: 280px;
border: none;
margin-bottom: 10px;
margin-right: 30px;
text-align:center;
}
.col2 {
float: left;
width: 280px;
border: none;
margin-bottom: 10px;
margin-right: 30px;
text-align:center;
}
.col3 {
float: left;
width: 280px;
border: none;
margin-bottom: 10px;
text-align:center !important;
}
#signature {
margin-bottom: 5px;
margin-right: 10px;
text-align: right;
}
footer {
clear: both;
background: url(../images/footer_bg.png) repeat-x;
padding-top: 10px;
height: 78px;
border: none;
}
footer p {
float: left;
margin-left: 10px;
font-size: 1.0em;
color: #EDE9C1;
border: none;
}
footer ul {
float: right;
list-style: none;
width: 330px;
padding-top: 3px;
text-align: right;
margin-right: 10px;
border: none;
}
footer ul li {
display: inline;
margin: 0 5px;
border: none;
}
footer ul li a {
font-size: 1.0em;
}
footer ul li a:hover {
color: #EDE9C1;
}
/* --------------------------------------------------------------------*/