Code:
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {border: none;}
/*====================================================
04 - TEXT STYLES
====================================================*/
/*=============================
04.2 - DEFINE TEXT STYLES
=============================*/
body {font-family: Albert, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family: Clerkenwell, serif; font-weight: normal;}
h1 {font-size: 36px; color: #f2f2f2; text-shadow: 0px 2px #3f2f2d;}
h1.headline {font-size: 36px; margin-top: 10px; color: #b95951; text-shadow: 0px 2px rgba(63,47,45,0.4);}
h2 {font-size: 24px;}
h3 {font-size: 21px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
p, blockquote, pre, abbr, acronym, address, big, cite, code, dfn, em, q, s, samp, small, strike, strong, sub, sup, tt, b, u, i, center {font-family: Albert, Helvetica, sans-serif;}
p {font-size: 13px; margin-top: 5px; margin-bottom: 18px; color: #383838; line-height:1.2;}
p.column-text {font-size:13px; margin-top: 80px; margin-left: 9px; margin-right: 9px; color:#383838;}
p.article-text {font-size:13px; margin-top: 75px; margin-left: 9px; color:#383838;}
p.pull-quote {font-size: 18px; font-weight: bold; font-style: italic; color:#ffffff; text-shadow: 0px 2px rgba(56,56,56,0.4); margin: 11px 0 10px 0;}
/*** LINK STYLES ***/
.column-text a:link {text-decoration: underline; color:#b95951; background: transparent;}
.column-text a:visited {text-decoration: underline; color:#b95951; background: transparent;}
.column-text a:hover {text-decoration: none; color:#b95951; background: transparent;}
.column-text a:active {text-decoration: none; color:#b95951; background: transparent;}
.article a:link {text-decoration: underline; color:#b95951; background: transparent;}
.article a:visited {text-decoration: underline; color:#b95951; background: transparent;}
.article a:hover {text-decoration: none; color:#b95951; background: transparent;}
.article a:active {text-decoration: none; color:#b95951; background: transparent;}
blockquote {width:610px; height:auto; padding:10px; margin-top:0; margin-bottom:30px; margin-left:90px; margin-right:90px; background-color:rgba(56,56,56,0.5);}
b, strong {font-weight: bold;}
i, em {font-style: italic;}
/*** NAVIGATION LINKS ***/
ul.nav {
list-style-type:none;
margin:0;
padding:0;
}
li.navitem a:link, a:active, a:visited {
width: 164px;
font-family: Clerkenwell, Times, Serif;
font-size: 21px;
font-weight: normal;
color: #ffffff;
display: block;
float: left;
text-decoration: none;
text-shadow: 0px 2px 0px rgba(87,61,59,0.7);
text-align: center;
margin-top: 24px;
margin-left: -5px;
}
li.navitem a:hover {
text-decoration: none;
color: #ffffff;
text-shadow: 0px -2px 0px rgba(87,61,59,0.4);
}
li.navitem-footer a:link, a:active, a:visited {
width: 164px;
font-family: Clerkenwell, Times, Serif;
font-size: 16px;
font-weight: lighter;
color: #ffffff;
display: block;
float: left;
text-decoration: none;
text-shadow: 0px 2px 0px rgba(87,61,59,0.7);
text-align: center;
margin-top: 24px;
margin-left: -5px;
}
li.navitem-footer a:hover {
text-decoration: none;
color: #ffffff;
text-shadow: 0px -2px 0px rgba(87,61,59,0.4);
}
/*====================================================
05 - MAIN DIVISIONS
====================================================*/
html, body {height: 100%;}
body {
background-image: url(http://www.paninicreations.com/images/uploads/layout/bg.jpg);
background-position: top left; background-repeat: repeat;
}
#main-wrapper, #masthead-wrapper, #navbar-wrapper, #content-wrapper {width: 1020px; margin: 0 auto;} /* BECAUSE OF THE HANGING RIBBONS, I NEEDED TO USE WRAPS FOR EACH SECTION */
#main, #masthead, #navbar, #footer {width: 820px; margin: 0 auto;} /* THE #MAIN DIV IS WHERE I'M HAVING PROBLEMS */
#main-wrapper, #main {height:100%;} /* THIS CHANGE WAS MADE TO TRY AND REMEDY THE PROBLEM */
/*=============================
05.1 - SPECIFIC DEVISION STYLES
=============================*/
#main {
min-height: 880px;
background-image: url(http://www.paninicreations.com/images/uploads/layout/bodybg.jpg);
background-repeat: repeat;
}
#masthead {
height: 311px;
background-image: url(http://www.paninicreations.com/images/uploads/layout/masthead.jpg);
}
#navbar {
height: 99px;
background-image: url(http://www.paninicreations.com/images/uploads/layout/navbar.jpg);
background-repeat: repeat-x;
float:left;
background-position: top center;
}
#navbar-left {
width:79px;
height: 99px;
float: left;
background-image: url(http://www.paninicreations.com/images/uploads/layout/navbar-left.png);
background-repeat: no-repeat;
margin-left: 21px;
}
#navbar-right {
width:79px;
height: 99px;
float: right;
background-image: url(http://www.paninicreations.com/images/uploads/layout/navbar-right.png);
background-repeat: no-repeat;
margin-right: 21px;
}
#content {
margin: 0 auto;
width:800px;
padding-top: 40px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
#slider-container {
margin: 0 auto;
}
#footer {
background-image: url(http://www.paninicreations.com/images/uploads/layout/footer.jpg);
background-repeat: no-repeat;
height: 53px;
padding-top: 1px;
}
/*=============================
05.2 - ARTICLE STYLES
=============================*/
.article-wrap {
margin: 0 auto;
width:640px;
background-image: url(http://www.paninicreations.com/images/uploads/layout/bodybg.jpg);
background-repeat: repeat;
}
.article-header-wrap {
width: 650px;
margin-top: 10px;
margin-left: 1px;
margin-bottom: -80px;
position: relative;
float:left;
}
.article-header {
float:left;
}
.article {
width: 610px;
padding: 10px;
background-color: #f2f2f2;
float: right;
}
.clear {
clear:both;
}
/*=============================
05.3 - BUTTONS/IMG STYLES
=============================*/
.our-story-img-wrap {
width: 640px;
margin: 0 auto;
}
.our-story-img {
width: 300px;
margin-bottom: 40px;
margin-right: 10px;
margin-left: 10px;
float: left;
background-color: #c9c9c9;
}
.readmore-blue {
width: 168px;
height: 34px;
margin-left: 30px;
margin-right: 30px;
background-image: url(http://www.paninicreations.com/images/uploads/layout/button-readmore-blue.png);
}
.readmore-green {
width: 168px;
height: 34px;
margin-left: 30px;
margin-right: 30px;
background-image: url(http://www.paninicreations.com/images/uploads/layout/button-readmore-green.png);
}
.readmore-red {
width: 168px;
height: 34px;
margin-left: 30px;
margin-right: 30px;
background-image: url(http://www.paninicreations.com/images/uploads/layout/button-readmore-red.png);
border: 0px;
}
/*************************
FUNDRAISING/GIVING BACK BADGES
************************/
#badge-wrap {width:270px; height:124px; margin-top: 150px; float:right;}
#giving-back {
width:124px;
height: 124px;
background-image: url(http://www.paninicreations.com/images/uploads/layout/button-givingback.png);
margin-left: 10px;
float:left;
}
#fundraising-opportunities {
width:124px;
height: 124px;
background-image: url(http://www.paninicreations.com/images/uploads/layout/button-fundraising.png);
margin-left: 10px;
float:left;
}
/*=============================
05.4 - DYNAMIC RIBBON STYLING
=============================*/
.ribbon-container {height: 59px; width: 441px;}
.ribbon-wrap {
height: 59px;
width: 9px;
margin-left: -19px;
background-image: url(http://www.paninicreations.com/images/layout/ribbon-red-wrap.png);
background-position: top left;
background-repeat: no-repeat;
}
.ribbon-body {
height: 59px;
width: 401px;
background-image: url(http://www.paninicreations.com/images/layout/ribbon-red-body.png);
padding-left: 0px; /*ADJUST PADDING FOR TEXT PLACEMENT */
background-repeat: no-repeat;
}
.ribbon-end {
height: 59px;
width: 31px;
background-image: url(http://www.paninicreations.com/images/layout/ribbon-red-end.png);
background-repeat: no-repeat;
}
/*=============================
05.5 - BOTTOM THREE COLUMNS
=============================*/
.column-wrap {
width: 249px;
height: 325px;
margin-top: 70px;
margin-left: 10px;
float: left;
}
.column {
width:240px;
height:325px;
background-color: #f2f2f2;
float: right;
padding-right: 0px;
}
.column-header {
width:249px;
height:68px;
position: absolute;
}
/*=============================
06 - CATERING PAGE
=============================*/
.product-section {
width: 600px;
padding: 10px;
background-color: #f2f2f2;
}
.item-description {
width: 380px;
margin-top: -80px;
margin-left:10px;
float:right;
}
p.product-price {
font-family: Clerkenwell, serif;
font-weight: bold;
font-size: 18px;
}
img.product-photo {
width: 200px;
height: 200px;
margin-right: 10px;
float:left;
background-color: rgba(150,150,150,0.4);
}
Bookmarks