/*************************************************

CNW SMR                                                     
BY 76design            
Article styles

***************************************************/

@import url(comments.css);
@import url(content.css);
@import url(search.css);

body {
  background: url(../images/bg.gif) 0 110px repeat-x;
}

#default {
  background: none;
}

/* -- LAYOUT */
#wrapper {
  margin: 0 auto;
  width: 900px;
  text-align: left;
}

#left,
#middle {
  float: left;
}

#right {
  float: right;
}

#left,
#right {
  width: 200px;
}

#middle {
  width: 470px;
  margin: 0 0 15px 16px;
}

/* -- WIDGETS */
.widget {
  font: 8.5pt Arial, Helvetica, sans-serif;
  color: #727272;
  margin: 0 0 10px 0;
  background: #f2f2f2;
}

.widget-content {
  padding: 8px;
}

.widget H3 {
  color: #fff;
  font-size: 11pt;
  height: 30px;
  padding: 0 8px;
  line-height: 30px;
  background: url(../images/header.gif) no-repeat;
}

.widget H4 {
  margin: 10px 0 6px 0;
  font-size: 9pt;
  font-weight: bold;
  color: #57919a;
  /*text-transform: uppercase;*/
  text-transform: none;
  border-bottom: solid 1px #CECECE;
}

.widget STRONG {
  color: #4c828a;
}

.widget A {
  color: #224a50;
  text-decoration: none;
}

.widget A:hover {
  color: #57919a;
  text-decoration: underline;
}

.widget UL LI {
  color: #4c828a;
  margin: 0 0 0.25em 1em;
  list-style-image: url(../images/arrow-right.gif);
}

.widget.relatedcontent UL LI {
  color: #727272;
}

.widget UL SMALL {
  display: block;
}

.widget.logo .widget-content {
  text-align: center;
  padding: 0px;
}

.widget.logo {
  background: transparent;
}

/* -- embed video/audio text */
P.embedlink {
  margin: 0.25em 0;
}

.embedlink LABEL {
  font-size: 8pt;
  font-weight: bold;
  text-align: left;
  width: 50px;
  float: left;
  display: block;
  line-height: 1.5em;
}

.embedlink INPUT {
  color: #666;
  font: 8pt Arial, Helvetica, sans-serif;
  width: 125px;
}

.embedlink INPUT:focus {
  color: #333;
}

.embedlink.fr LABEL {
  float: none;
  width: auto;
}

.embedlink.fr INPUT {
  margin: 0 0 5px 0;
  width: 175px;
}

/* -- dropdown widget */
.widget UL.dropdowns LI {
  color: #727272;
  background: url(../images/arrow-down.gif) 0 5px no-repeat;
  padding: 0 0 5px 13px;
  margin: 0 0 0.6em 0.25em;
  list-style: none;
  list-style-image: none;
  border-bottom: solid 1px #cecece;
}

.widget UL.dropdowns LI.uparrow {
  background: url(../images/arrow-up.gif) 0 5px no-repeat;
}

.widget UL.dropdowns H4 {
  border-bottom: none;
  margin: 0;
}

/* -- rss icon in widget header */
A.rssicon {
  margin: 8px 0 0 0;
  float: right;
  text-indent: -900em;
  overflow: hidden;
  background: url(../images/rssicon.jpg) no-repeat;
  display: block;
  width: 14px;
  height: 14px;
}

A.rssicon:hover {
  background: url(../images/rssicon.jpg) 0 -14px no-repeat;
}

/* -- video widget */
.widget.video .widget-content {
  text-align: center;
}

.widget A.video-preview IMG {
  border: solid 1px #333;
}

.widget A.video-preview:hover IMG {
  border: solid 1px #666;
}

.widget A.video-play-btn {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 8px 1px;
  padding: 4px 0;
  display: block;
  width: 182px;
  background: #858585 url(../images/playvideo_link.jpg) bottom left no-repeat;
}

.widget.video .hidden {
  text-align: center;
}

#player {
  text-align: center;
}

/* -- audio widget */
.widget.audio .widget-content {
  text-align: center;
}

#audioplayer {
  margin: 0 0 8px 0;
}

/* -- photos widget */
.widget.photos .widget-content,
.widget .photo-gallery {
  text-align: center;
}

.widget .photo-gallery {
  padding: 10px 0;
}

.widget .photo-gallery LI {
  list-style: none;
  list-style-image: none;
  padding: 4px 0;
  margin: 4px 0;
  display: inline;
}

.widget .photo-gallery A IMG {
  border: solid 1px #98b8bd;
}

.widget .photo-gallery A:hover IMG {
  border: solid 1px #666;
}

/* -- search widget */
#search-form P {
  text-align: center;
  padding: 0 0 0.25em 0;
}

#search-form LABEL {
  padding: 0 5px 0 0;
}

#search-form p.searchwhat {
  border-bottom: solid 1px #ddd;
  padding: 2px 0 2px 3px;
  line-height: 1.5em;
  text-align: left;
}

#search-form p.searchwhat INPUT {
  margin: 0 3px 0 0
}

#search-form INPUT#search-text {
  float: left;
  font: 8pt Arial, Helvetica, sans-serif;
  background: url(../images/searchbg.jpg);
  border: none;
  padding: 4px 3px 0 5px;
  width: 139px; /* 147 - 10padding */
  height: 19px; /* 23 - 4padding */
}

#search-form INPUT.button {
  margin: 0 0 -1px 0;
  border: none;
  text-indent: -800em;
  overflow: hidden;
  width: 25px;
  height: 23px;
  background: url(../images/searchbutton.jpg) 0 0 no-repeat;
}

#search-form INPUT.button:hover {
  background: url(../images/searchbutton.jpg) 0 -23px no-repeat;
}

#search-form INPUT.button:active {
  background: url(../images/searchbutton.jpg) 0 -46px no-repeat;
}

/*
    Added for the download link beneath the images
*/
.download-hi-res {
  display: block;
  margin: 0 0 10px 0;
}

/*
Related Content
*/
#technorati-view-more {
  margin: 8px 0 18px 0px;
  display: block;

}

/* -- FOOTER */
#footer {
  padding: 0.5em 0 3em 0;
  border-top: solid 1px #dbdbdb;
  clear: both;
}
