body {
margin: 0 auto;
padding: 10px;
width: 75%;
min-width: 760px;
max-width: 1000px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
background: rgb(255,255,255);
}
/* COLOURS
WHITE rgb(255,255,255);
MEDIUM GREEN rgb(31,113,111);
LIGHTER GREEN rgb(126,183,92);
BLUE-GREEN rgb(127,202,207) #7FCACF;
*/
/* layout structure */
#outerwrap {
border: 3px solid rgb(31,113,111);
background: rgb(255,255,255);
padding: 0 3px 0 3px;
min-width: 760px;
max-width: 1200px;
}
#wrap {
text-align: left;
/* border-left: rgb(31,113,111);
border-right: rgb(31,113,111); */
background: url(http://www.cupw.ca/multimedia/blog/design/images/blog-wrapper-bg.gif) repeat-y 70% 0;
}
#header {
border-top: 3px solid rgb(255,255,255);
border-bottom: 3px solid rgb(255,255,255);
background: rgb(31,113,111); 
}
#header h1.eng {
margin: 0;
padding: 25px 25px 85px 25px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 150%;
color: rgb(255,255,255);
background: url(http://www.cupw.ca/multimedia/blog/design/images/post-this-logo-en.gif) no-repeat top left;
}
#header h1.fra {
margin: 0;
padding: 25px 25px 85px 25px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 150%;
color: rgb(255,255,255);
background: url(http://www.sttp.ca/multimedia/blog/design/images/post-this-logo-m-fr.gif) no-repeat top left;
}
#header h4 {
margin: 0;
padding: 2px 25px 25px 25px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 115%;
color: rgb(255,255,255);
/* background: url(../images/box-logo.gif) no-repeat top left; */
}
#content {
float: left;
width: 70%;
font-size: 95%;
line-height: 1.5em;
color: #232;
background: rgb(255,255,255);
}
#sidebar {
float: right;
width: 30%;
background: rgb(127,202,207);
}
#footer {
clear: both;
background: rgb(255,255,255); /* rgb(31,113,111); rgb(126,183,92) url(../images/footer-bg.gif) repeat-x top left; */
border-top: 3px solid rgb(255,255,255);
border-bottom: 3px solid rgb(255,255,255);
}
#footer p {
margin: 0;
padding: 15px;
font-size: 85%;
color: rgb(255,255,255);
}
#cupw-mantra {
margin: 0;
padding: 15px;
font-size: 85%;
color: rgb(255,255,255);
border-bottom: 3px solid white;
background: rgb(126,183,92) url(http://www.cupw.ca/multimedia/blog/design/images/struggle_en.gif) no-repeat center right;
}
#sttp-mantra {
margin: 0;
padding: 15px;
font-size: 85%;
color: rgb(255,255,255);
border-bottom: 3px solid white;
background: rgb(126,183,92) url(http://www.cupw.ca/multimedia/blog/design/images/lutte_fr.gif) no-repeat center right;
}
/* navigation row */
#navigation {
float:left;
margin: 0;
padding: 0;
width: 100%;
background: rgb(126,183,92); /* url(../images/nav_bg.gif) repeat-x bottom left; */
border-bottom: 3px solid rgb(255,255,255);
clear: left;
}
#navigation_list {
float: right;
margin: 0;
padding: 10px;
list-style: none;
}
#navigation_list li {
float: left;
margin: 0;
padding: 0;
font-family: "Lucida Grande", sans-serif;
font-size: 90%;
font-weight: bold;
color: rgb(255,255,255);
}
#navigation_list a {
float: left;
/* display: block;
margin: 0 1px 0 0;
padding: 5px 10px; */
color: rgb(255,255,255);
text-decoration: none;
/* border: 1px solid #9B8748;
border-bottom: none;
background: #F9E9A9 url(../images/off_bg.gif) repeat-x top left; */
}
/* #navigation_list li:after {
margin: 0;
padding: 0;
content: '';
}
#navigation_list li#tab-lang:after {
margin: 0;
padding: 0 10px 0 10px;
content: '';
} */
.navigation_list a:hover, body#home #tab-home a {
color: rgb(31,113,111);
/* padding-bottom: 5px;
border-color: #727377;
background: rgb(255,255,255) url(../images/on_bg.gif) repeat-x top left; */
}
/* footer navigation */
#footer_navigation_list {
margin: 0;
padding: 10px;
background: rgb(31,113,111);
list-style: none;
}
#footer_navigation_list li {
margin: 0;
padding: 0;
font-family: "Lucida Grande", sans-serif;
font-size: 90%;
font-weight: bold;
color: rgb(255,255,255);
display: inline;
}
#footer_navigation_list a {
color: rgb(255,255,255);
text-decoration: none;
}
#subfooter {
float: right;
text-align: right;
font-size: 75%;
}
#copyright {
}
#union_bugs {
}
/* gutters */
#content .gutter {
padding: 10px;
/* background: url(../images/content-bg.gif) repeat-x top left; */
}
#sidebar .gutter {
padding: 10px;
}
/* content */
#content h1 {
margin: 0 0 1em 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 160%;
font-weight: bold;
color: rgb(31,113,111);
}
#content h2 {
margin: 0 0 1em 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 160%;
font-weight: bold;
line-height: 125%;
color: rgb(31,113,111);
}
#content h3 {
margin: 0 0 1em 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 125%;
font-weight: bold;
color: rgb(31,113,111);
text-decoration: none;
}
#content h4 {
margin: 0 0 1em 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 120%;
color: #232;
text-decoration: none;
}
#content a {
color: rgb(31,113,111);
text-decoration: none;
}
#content a:hover {
color: rgb(31,113,111);
text-decoration: underline;
}
#content li {
padding: 0 0 1em 0;
}
#content p.posteddate {
font-size: 75%;
color: #565;
}
#content p.postedtime {
font-size: 75%;
color: #565;
}
/* Not used due to IE 7 issues
.img-wrapper {
background: url(http://www.cupw.ca/multimedia/blog/design/images/photo-shadow.gif) no-repeat bottom right;
clear: both;
float: left;
margin: 15px 15px 5px 5px;
position: relative;
}
.img-wrapper img {
background-color: #fff;
border: 1px solid #a9a9a9;
padding: 5px;
display: block;
margin: -5px 5px 5px -5px;
position: relative;
} */
.photo_image {
text-align: center;
margin: 2em 0 0 0;
padding: 1em 0 0 0;
line-height: 1.5em;
border-top: 1px dashed silver /*rgb(127,202,207)*/;
}
.photo_middle {
text-align: center;
margin: 0;
padding: 1em 0 0 0;
line-height: 1.5em;
}
.photo_profile {
text-align: center;
margin: 0;
padding: 1em 0 0 0;
line-height: 1.5em;
}
.photo_image img, .photo_middle img {
margin: 0;
padding: 5px;
border-top: 1px solid silver;
border-left: 1px solid silver;
border-right: 1px solid dimgray;
border-bottom: 1px solid dimgray;
}
.photo_profile img {
margin: 20px;
padding: 5px;
border-top: 1px solid silver;
border-left: 1px solid silver;
border-right: 1px solid dimgray;
border-bottom: 1px solid dimgray;
}
.photo_caption {
text-align: center;
margin: 0 0 2em 0;
padding: 1em;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 90%;
line-height: 1.5em;
color: #232;
border-bottom: 1px dashed silver /*rgb(127,202,207)*/;
}
.pageviews {
font-size: 75%;
color: #565;
}
.more_text {
text-align: right;
font-size: 85%;
font-weight: bold;
}
.document_pdf_text {
text-align: right;
font-size: 85%;
font-weight: bold;
}
#content div.toolbar {
text-align: right;
font-size: 75%;
font-weight: bold;
padding: 5px 10px 5px 10px;
color: rgb(31,113,111);
background: rgb(255,255,255);
border: 1px solid rgb(126,183,92);
}
#content div.toolbar a {
color: rgb(31,113,111);
}
.toolbar_toprow {
margin: 0;
padding: 0;
padding-bottom: 5px;
border-bottom: 1px dotted rgb(126,183,92);
list-style: none;
}
.toolbar_toprow li {
display: inline;
}
.toolbar_bottomrow {
margin: 0;
padding: 0;
padding-top: 5px;
list-style: none;
}
.toolbar_bottomrow li {
display: inline;
}
.blockquote_sep {
border-bottom: 2px dotted #ccc; /* rgb(118,64,109); */
}
.blockquote_clear {
border-bottom: 0;
}
/* sidebars */
.menu-box {
margin: 0 0 10px 0;
padding: 0 0 10px 0;
font-size: 85%;
line-height: 1.5em;
color: rgb(255,255,255);
/* background: rgb(130,106,169); */
}
.menu-box h3 {
margin: 0 0 1em 0;
padding: 5px 10px 5px 10px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 135%;
background: rgb(31,113,111);
color: rgb(255,255,255);
border: 3px solid rgb(255,255,255);
}
.menu-box p {
margin: 0;
padding: 10px 10px 10px 5px;
}
.menu-box p a {
color: #232;
text-decoration: none;
}
.menu-box ul {
margin: 0;
padding: 10px 10px 10px 5px;
list-style-type: none;
}
.menu-box ul li {
margin: 0;
padding: 0 0 0 15px;
background: url(http://www.cupw.ca/multimedia/blog/design/images/menu-list-bullet.gif) no-repeat left top;
line-height: 1.25em;
}
.menu-box ul li a {
color: #232;
text-decoration: none;
}
/* feature images */
dl.feature {
margin: 15px 0;
padding: 15px;
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
}
dl.feature:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
dl.feature dt {
margin: 0 0 .5em 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 120%;
color: rgb(55,94,114);
}
dl.feature dt img {
float: left;
margin: 0 15px 0 0;
padding: 0 4px 4px 0;
/* background: url(../images/photo-frame.gif) no-repeat bottom right; */
}
dl.feature dd {
margin-left: 170px;
font-size: 90%;
line-height: 1.5em;
color: #232;
}
/* Holly Hack: IE/Win - to create a specifed dimention for clearing elements
prevents the expansion of elements to fit whatever is inside them */
/* Hide from IE5/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE5/Mac */
/* Hack: adds rule under feature block */
dl.feature { display: inline-table; }
/* Holly Hack: IE/Win Self-clearing fix for clearing floated elements  -- pseudo class :after */
/* Hide from IE5/Mac \*/
* html dl.feature { height: 1%; }
dl.feature { display: block; }
/* End hide from IE5/Mac */

