/* 
 * Transcontinental client eNews landing pages' styles
 **/


/* init ----------------------------------------*/

body { padding: 10px 0 30px 0; margin: 0; font: 12px arial, verdana, sans-serif; line-height: 18px; text-align: center; color: #4B545B; }

#wrapper { border: 1px solid #cccccc; margin: 0 auto; width: 720px; text-align: left; }

#padding { padding: 0 15px 30px 15px ; }

/* headers */
h1, h2, h3, h4, h5 { color: #0061AA; font: 19px Georgia, Times, serif; margin: 0; padding-bottom: 15px; }
h2 { font-size: 18px; line-height: 25px; }
h3 { font-size: 16px;  }
h3.arial { font: 16px Arial, Helvetica, sans-serif; }
h3.sm-arial-black { font: 15px arial, verdana, sans-serif; color: #4B545B; line-height: 22px; }
h4 { font-size: 14px; color: #4B545B; }
h5 { font: 14px arial, verdana, sans-serif; color: #4B545B; line-height: 19px; }


/* links */
a { color: #F42837; text-decoration: none; }
a:hover { text-decoration: underline; }
a.black-red { color: #4B545B; }
a.black-red:hover { color: #F42837; text-decoration: none; }
h2 a { color: #0061AA; }
a img { border: 0; }

/* ps */
p { margin: 0; padding: 0 0 15px 0; }
p.less-b-padding { padding-bottom: 5px; }
p.no-padding { padding: 0 0 2px 0; }


/* lists */
ul { margin: 0; padding: 0 0 10px 0; list-style: square; color: #939394; list-style-position: inside; }
ol { margin: 0; padding: 0 0 10px 0; color: #4B545B; list-style-position: inside;}
ul li, ol li {padding-bottom: 10px;}
ul.no-padding li, ol.no-padding li { padding-bottom: 0;}
ul li span { color: #4B545B; }

/* forms */
form { margin: 0; padding: 0 0 20px 0; }


/* misc ----------------------------------------*/

.content-image-l { float: left; margin: 6px 30px 20px 0; }
.content-image-r { float: right; margin: 6px 0 15px 20px; }
div.content-image-l { float: left; margin: 6px 30px 0 0; }
div.content-image-l p { padding: 10px 0 ;  }

.upperCase { text-transform: uppercase; }
.margin-bottom-0 { margin-bottom: 0; }

.border { border: 1px solid #C5C5C5; }
.border-med { border: 1px solid #ccc; }
.border-dark { border: 1px solid #BAB9B9; }
.border-shadow { border: 1px solid #838383; border-right: 3px solid #838383; border-bottom: 3px solid #838383; }

.red { color: #F42837; }
.blue { color: #0061AA; }
.clear { clear: both; }
.italic { font-style: italic; }

/* sideBar */
#sideBar { float: left; width: 210px; padding-right: 30px; }
#sideBar p { padding: 10px; }


/* highlight copy for development */
.highlight { background-color: green; color: #fff; }


/* print */
.print { display: none; }

#footnote { color: #777; font-size: 11px; padding: 10px 0 0 0 ; border-top: 1px solid #ccc; margin-top: 10px; clear: both; }

/* header ----------------------------------------*/

#masthead, #masthead_fr { width: 720px; height: 128px; position: relative; background: url(../images/masthead.jpg); }
#masthead_fr { background: url(../images/masthead_fr.jpg); }

/* Hide masthead. Image for print purposes */
#masthead img, #masthead_fr img { display: none; }
#btn-logo { position: absolute; top: 30px; right: 20px; width: 155px; height: 50px; display: block; }



/* footer ----------------------------------------*/

#footer { width: 720px; height: 24px; background-color: #F42837; }
#footer a { float: left; }
#footer a.float-r { float: right; color: #fff; margin: 3px 5px 0 0 ; }

#footer img.for-print { display: none; }

#copyright-credit { text-align: center; color: #999999; font-size: 11px; padding-top: 15px; }
#copyright-credit a { padding-left: 30px; color: #999999; }


