﻿/*========================================================================================================================
 * Description:         Article page template
 * Author:              Oli
 * Created:             29/09/09
 * Last Modified:       -
 *========================================================================================================================*/
@import url(/Css/Shared/Core/screen.css);
@import url(/Css/Shared/Sidebar/screen.css);

/*===============================================================================================
 * Overall layout
 *===============================================================================================*/                         
#main {
    width: 615px;
    float: left;
    margin-bottom: 30px;}

#sidebar {
    width: 300px;
    float: right} 

#video {
    min-height: 135px}
    
/*===============================================================================================
 * Article title and metadata
 *===============================================================================================*/                         
#intro {
    
    padding: 0 0 10px 10px;
    margin-bottom: 10px}
        
#intro h1 {
    font-size: 1.8em}
    
    #intro h1 { font-size: 1.8em; }
    #intro {border-bottom: 1px solid #868686; margin: 0 0 10px 0; padding: 0 0 10px 10px; background: none;}
#intro .meta {
    color: #777676;
    font-weight: bold;
    font-size: 0.9em;
    margin: 0.5em 0}
    
#tags h3 {
    font-family: Verdana, Sans-Serif;
    color: #777676;
    font-size: 0.9em;
    font-weight: bold;
    background: url(images/tags.gif) no-repeat left center;
    padding-left: 18px;
    display: inline;
    margin-right: 5px}

#tags ul {
    display: inline}
    
#tags li {
    display: inline;
    background: url(images/tagDivider.gif) no-repeat right center;
    padding-right: 7px;
    margin-right: 7px;
    font-weight: bold;
    font-size: 0.9em;
    padding-left: 0px} /* tag padding fix #intro li*/
    
#tags li.last {
    background: none;
    margin-right: 0;
    padding-right: 0}

/*===============================================================================================
 * Main article content
 *===============================================================================================*/                                     

#galleryCaption p {
    margin-bottom: 15px; }

#article {
    padding-right: 0px} /* removes 10px padding to right of content in article page, this enables the gallery to be wider */
    
#article .pic {
    float: left;
    margin: 0 15px 15px 0px}

#article .featuredPic .pic {
    float: none;
    margin: 15px 15px 15px 0px;
    border: 1px 
    }
    
.featuredPic {
    float: none;
    }
    
#article img {
    max-width: 615px}
        
#rating {
    clear: both}

.clear {
    clear: both;}

#article .content p {
    font-family: Arial, Verdana, Sans-Serif;
    line-height: 20px;
    margin-bottom: 0.7em;
    color:#333333;}
    
#article .videoEmbed {
    padding: 5px 0px 15px 0px;
    text-align: center}



#article h1{
 
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 letter-spacing:-2px;
 font-size:1.8em;

 
 } 
 
#article h2 {
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 letter-spacing:-2px;
 font-size:1.7em;

 
}
 
#article h3{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 letter-spacing:-2px;
 font-size:1.4em;

 
}
 
#article h4{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 font-size:1.1em;

 
}
 
#article h5{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:100;
 font-size:1.0em;

 
}

#article h6{
font-family:Arial, Helvetica, sans-serif;
	font-weight:100; 
	font-size:0.9em;


}

#article a:link {
	 color:#FF0000;
	 text-decoration:none;
  }
  
#article a:hover { 
	color:#993300;
	text-decoration:none;
}
 
#article a:active { 
 	color:#FF0000;
	text-decoration:none;
}

#article a:visited { 
	color:#993300;
	text-decoration:none;
}

#article ol {
    margin:0px 0px 10px 45px;
    background: none;
   
   }
   
#article ol li {
    list-style-type: decimal; 
    list-style-image: none;
    list-style-position:inside;
    padding-left: 0;
    padding-bottom: 5px;
   }
   
#article ul {
    list-style: none;
    margin:0px 0px 10px 30px;
   }
   
#article li {
    padding-left: 15px;
	list-style-position:inside;
	padding-bottom:5px;
	padding-top:0px;
	list-style-image: url("http://images.heatworld.com/heatworld/styleguide/heatbullet.gif");

}

/*===============================================================================================
 * Share this
 *===============================================================================================*/                                         
#share {
    height: 80px;
    position: relative;
    margin-bottom: 15px}

#share .twitter {
    position: absolute;
    bottom: 0;
    right: 0}
        
/*===============================================================================================
 * Rating
 *===============================================================================================*/                                         
#rating {
    background: url(images/ratingDivider.gif) repeat-x top left;
    position: relative;
    height: 40px}

#avgRating {
    position: absolute;
    top: 12px;
    right: 5px}

#avgRating span {
    display: block;
    float: left}
    
#avgRating strong {
    display: block;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 4px;
    background: url(images/avgRating.gif) no-repeat left center}

#avgRating .s0 { width: 0 }
#avgRating .s1 { width: 16px }
#avgRating .s2 { width: 35px }
#avgRating .s3 { width: 54px }
#avgRating .s4 { width: 73px }
#avgRating .s5 { width: 92px }

#yourRating {
    padding: 10px }

#yourRating label {
    display: block;
    line-height: 21px;
    float: left}    
    
#yourRating .stars {
    display: inline;
    float: left;
    margin-left: 10px;
    width: 118px;
    height: 21px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/yourRating.gif) no-repeat top left}

#yourRating .s1 { background-position: 0 -30px }
#yourRating .s2 { background-position: 0 -60px }
#yourRating .s3 { background-position: 0 -90px }
#yourRating .s4 { background-position: 0 -120px }
#yourRating .s5 { background-position: 0 -150px }
        
/*===============================================================================================
 * Gallery
 *===============================================================================================*/                                         
#gallery {
    clear: both;
    margin-right: 0px;
    padding: 10px 0 0 0;
    overflow: hidden;
    position: relative;
  }

#gallery h2 {
    width: 72px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 10px;
    background: url(images/galleryHeading.gif) no-repeat top left;
    clear: both;}    

#gallery .prev {
    margin-right: 5px}

#gallery .prev,
#gallery .next {
    float: left}
    
#gallery .prev a,
#gallery .next a {   
    margin-right: 3px; 
    display: block;
    width: 25px;
    height: 66px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/galleryPageSprite.gif) no-repeat 0 0}

#gallery .next {
    margin-left: 0;
    position: absolute;
    right: -7px;}

#gallery .prev a:hover,
#gallery .prev a:focus {
    background-position: 0 -70px}

#gallery .next a {   
    background-position: -25px 0}

#gallery .next a:hover,
#gallery .next a:focus {
    background-position: -25px -70px}

#gallery div {
    
    height: 66px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-bottom: 20px}

#gallery ul {
    margin-left: 0 !important;
}

#gallery li {
    float: left;
    background: none;
    list-style-image: none;
    list-style-position: outside;
    padding-left: 0;
    margin-bottom: 15px;
    margin-right: 9px;}
    
#gallery img {
    width: 84px;
    height: 63px}        

#gallery img:hover {
    opacity: 0.8}

#galleryContent {
    width: 615px;
  
    background: #F1f1f1;
    clear: both;
    overflow: hidden;
    position: relative;}

#galleryContent ul {
    width: 680px;}

#galleryContent .imageContainer {
    width: 615px;
    float:left;
}

#galleryContent div.imageCenter {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
    width:615px;
    }


#galleryContent .galleryLink {
    float: left;
    display: block;
    width: 61px;
    height: 55px;
    margin-right: 20px;
    margin-left: 5px;}

.galleryLink span {
    display: none}

#galleryContent .next {
    background: url(images/galleryNextPic.png) no-repeat 0 -55px;
    position: absolute;
    right: -5px;
    top: 180px;
    }
    
#galleryContent .previous {
    background: url(images/galleryLastPic.png) no-repeat 0 -55px;
    position: absolute;
    left: 10px;
    top: 180px;
    
    }
    
#galleryContent .next:hover {
    background: url(images/galleryNextPic.png) no-repeat;}
    
#galleryContent .previous:hover {
    background: url(images/galleryLastPic.png) no-repeat;}


#galleryCaption {
    clear: both;
    border-bottom: solid 3px #cdcdcd;
    padding: 5px 0px 5px 0px;
    color: #2c2c2c}
    
span.galleryHeader {
    font-size: 1.7em;
    margin-bottom: 10px;
    margin-top: 10px}

/*===============================================================================================
 * Poll
 *===============================================================================================*/                                             
#poll {
    clear: both;
    margin: 0 0 15px 10px;
    position: relative} 
    
#poll h2 {
    width: 41px;
    height: 17px;
    background: url(images/pollHeading.gif) no-repeat top left;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 5px}    

#poll .resultContainer {
    border-bottom: dotted 1px;
    padding-bottom: 10px}

#poll .result {
    background: url(images/pollResult.gif) repeat top left;
    height: 12px;
    border: none}

#poll div {
    position: relative;
    border: solid 2px #999999;
    width: 590px;
    padding: 2px}
    
#poll fieldset {
    border: none;
    background-color: #E0E0E0;
    padding: 100px 5px 50px 20px;
    min-height: 44px}    

#poll legend {
    margin: 0; 
    padding: 0}
        
#poll legend span {
    display: block;
    font-family: Arial, Sans-Serif;
    font-size: 1.4em;
    border: solid 1px #4c4c4c;
    background: white;
    width: 555px;
    padding: 8px;
    height: 55px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10}
    
#poll fieldset p {
    width: 400px;
    float: left;
    margin: 0 10px 10px 0}

#poll table {
    width: 95%;
    clear: left}
    
#poll .odd {
    clear: left}    
    
#poll .submit {
    width: 85px;
    position:absolute;
    bottom: 15px;
    right: 15px}
        
/*===============================================================================================
 * Things to do with the story (share, print etc)
 *===============================================================================================*/                                                     
#options {
    margin-left: 10px}
    
#options li {
    float: left;
    margin: 0 20px 20px 0}
    
#options a {
    display: block;
    font-size: 0.8em}
    
#options .bookmark a {
    margin-top: 2px;
    background: url(images/shareIcon.gif) no-repeat top left;
    text-indent: -9999px;
    overflow: hidden;
    width: 125px;
    height: 16px}

#options .email a {
    height: 23px;
    line-height: 19px;
    padding-left: 34px;
    background: url(images/shareEmailIcon.gif) no-repeat left center}

#options .print a {
    height: 23px;
    line-height: 19px;
    padding-left: 34px;
    background: url(images/printIcon.gif) no-repeat left center}
    
/*===============================================================================================
 * Story navigation
 *===============================================================================================*/                                                         
#storyNav {
    clear: both;
    height: 100px;
    position: relative}
    
#storyNav .back a {
    display: block;
    margin-left: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top left;
    width: 221px;
    height: 55px}

#storyNav .prev {
    width: 160px;
    padding: 0 15px;
    min-height: 80px;
    background: url(images/storynav/divider.gif) repeat-y top right;
    position: absolute;
    top: 0;
    right: 175px}
    
#storyNav .prev h5 a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    color: white;
    background: url(images/storynav/prevArrow.gif) no-repeat right top;
    line-height: 22px;
    margin-bottom: 5px}
    
#storyNav .prev p {
    text-align: right;
    line-height: 1.3em}
    
#storyNav .next {
    width: 150px;
    padding: 0 0 0 15px;
    min-height: 80px;
    position: absolute;
    top: 0;
    right: 10px}
    
#storyNav .next h5 a {
    display: block;
    color: #fffb00;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px;
    background: url(images/storynav/nextArrow.gif) no-repeat left top;
    line-height: 22px;
    margin-bottom: 5px}
    
#storyNav .next p {
    line-height: 1.3em}

/*===============================================================================================
 * Channel specific 'back link' overrides
 *===============================================================================================*/                                                         
.catCeleb #storyNav .back a { background-image: url(images/backlinks/bkToCelebs.gif) }
.catStyle #storyNav .back a { background-image: url(images/backlinks/bkToStarStyle.gif) }
.catEntertainment #storyNav .back a { background-image: url(images/backlinks/bkToEntertainment.gif) }
.catFun #storyNav .back a { background-image: url(images/backlinks/bkToFunStuff.gif) }
.catXFactor #storyNav .back a { background-image: url(images/backlinks/bkToXFactor.gif) }
.catBigBrother #storyNav .back a { background-image: url(images/backlinks/bkToBigBrother.gif) }
.catBritainsGotTalent #storyNav .back a { background-image: url(images/backlinks/bkToBGT.gif) }
.catRoyalWedding #storyNav .back a { background-image: url(images/backlinks/bkToRoyal.gif) }
.catFestivals #storyNav .back a { background-image: url(images/backlinks/bktofestivals.gif) }

     
/*===============================================================================================
 * Comments header section
 *===============================================================================================*/                                                         
#commentNav {
    clear: both;
    background: url(images/comments/paneltop.gif) no-repeat top left;
    padding: 37px 0 0 15px;
    margin-bottom: 25px}
    
#commentNav h2 {
    background: url(images/comments/commentIcon.gif) no-repeat left center;
    padding-left: 15px;
    font-size: 1em;
    text-transform: uppercase;
    font-family: Verdana, Sans-Serif;
    font-weight: bold;
    margin-bottom: 5px}
    
#commentNav h2 span {
    text-transform: none;
    font-weight: normal;
    margin-left: 5px;
    font-size: 0.9em}    
    
#commentNav li {
    display: inline;
    margin-right: 10px}
    
#commentNav li a {
    font-size: 0.9em}    
    
/*===============================================================================================
 * Comment submission form
 *===============================================================================================*/                                                             
.commentForm {
    margin: 0 0 25px 15px}
    
.commentForm label {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/comments/header.gif) no-repeat top left;
    width: 204px;
    height: 16px;
    margin-bottom: 3px}
    
.commentForm textarea {
    display: block;
    margin-bottom: 5px;
    border: solid 2px #979797;
    width: 503px;
    height: 75px}
        
.commentForm input {
    margin-left: 423px}        

.commentForm .disclaimer {
    font-size: 0.8em;
    color: #3c3c3c;
    margin: 0.6em 0}
        
.loginInformation {
    margin-bottom: 25px}    
    
/*===============================================================================================
 * Main comment list
 *===============================================================================================*/                                                                 
#comments {
    margin-bottom: 15px}
    
#comments li {
    border-top: solid 2px #d9d9d9;
    min-height: 120px;
    position: relative;
    padding: 10px 0 10px 110px} 
    
#comments .thumb {
    width: 92px;
    height: 99px;
    background: url(images/comments/thumbSurround.gif) no-repeat top left;
    position: absolute;
    top: 7px;
    left: 7px}
    
#comments .thumb img {
    width: 72px;
    height: 72px;
    margin: 9px 0 0 8px}    
    
#comments .name {
    font-family: Arial, Sans-Serif;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 2px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden}

#comments .name a {
    color: #3c3c3c}

#comments .name a:hover,
#comments .name a:focus {
    text-decoration: none;
    color: #646464}
        
#comments .meta {
    color: #5a5a5a;
    font-size: 0.8em;
    background: url(images/comments/divider.gif) repeat-x bottom left;
    padding: 0 0 10px 10px;
    margin-bottom: 10px}
    
#comments .abuse {
    position: absolute;
    top: 60px;
    right: 0}    
    
#comments .abuse a {
    color: #000000;
    font-size: 0.8em}    
    
#comments li div {
    padding: 0 100px 10px 10px}
    
#comments div p {
    line-height: 1.3em}    
    
/*===============================================================================================
 * Lightbox styles
 *===============================================================================================*/                             
#lightboxMask {
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 100}
    
#lightbox {
    width: 520px;
    height: 438px;
    background: white url(images/lightbox/panel.gif) no-repeat 10px 32px;
    padding: 45px 0 20px;
    text-align: center;
    position: absolute;
    z-index: 105;
    min-height: 430px}
    
#lightbox img {
    margin-bottom: 40px}

#lightbox .caption {
    white-space: nowrap;
    overflow: hidden;
    position:absolute ;
    bottom: 20px;
    left: 0;
    display: block;
    width: 500px;
    padding: 0 10px;
    text-align: center}
        
#lightbox .close a {
    position: absolute;
    top: 8px;
    right: 10px;
    text-transform: uppercase;
    color: black;
    background: url(images/lightbox/closeIcon.gif) no-repeat left center;
    display: block;
    line-height: 14px;
    padding-left: 18px}    
    
#lightbox .prev {
    position: absolute;
    top: 5px;
    right: 261px}
    
#lightbox .prev a {
    display: block;
    background: url(images/lightbox/prevIcon.gif) no-repeat left center;
    padding-left: 30px;
    text-transform: uppercase;
    line-height: 22px;
    color: black}
    
#lightbox .next {
    position: absolute;
    top: 5px;
    left: 274px;
    background: url(images/lightbox/divider.gif) no-repeat 0 3px}
    
#lightbox .next a {
    display: block;
    background: url(images/lightbox/nextIcon.gif) no-repeat right center;
    padding: 0 30px 0 17px;
    text-transform: uppercase;
    line-height: 22px;
    color: black}
 
/*===============================================================================================
 * Article competition properties
 *===============================================================================================*/        
#cometitionArticle {
	border-bottom: 1px solid #D5D5D5; 
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F7F7F8;
	position: relative;
}

#cometitionArticle h3 {
	border-bottom:1px solid #D5D5D5;
	margin-bottom: 10px;
	padding-bottom:10px
}
    
.competitionEnter {
	background: url(/css/templates/form/images/greenSubmit.gif) no-repeat;
	width: 83px;
	text-indent: -1000px;
	height: 26px;
	border: 0;
	cursor: pointer;
}

.pageInfo {
    background: url(/css/templates/searchResults/images/resultsHeader.gif) no-repeat top left;
    color: White;
    line-height: 22px;
    padding-left: 10px;
    font-size: 0.9em;
    margin-bottom: 10px;
    font-weight: bold}
    
 .compAnswer {
	margin: 10px 0}
	
 .compSubmit {
	margin: 0 0 10px 0;
}
 
 .compTerms {
	position: absolute;
	right: 5px;
	bottom: 5px;}
 
 .compCloseDate {
	font-size: 0.8em;
	color: #999999;
	clear: both;}
	
 .loginMessage {
	margin-bottom: 10px;
	
}

 .loginMessageComp {
	position: absolute;
	bottom: 40px;
	left: 100px;
	
}

#socialNav {
   background:url("images/ratingDivider.gif") repeat-x scroll left top transparent;
    height:40px;
    padding-top: 10px;
    height: 30px;
    clear:both;
}

.socialButton {
    float: left;
    height: 30px;
}

/*===============================================================================================
 * Stories in category
 *===============================================================================================*/
#catStories ul {
    float: left;
    margin-bottom: 10px;
    background: url(images/storyDivider.gif) repeat-y 307px 0}
    
#catStories li {
    width: 300px;
    min-height: 224px;
    background: url(images/storyFade.gif) repeat-x top left;
    float: left;
    margin-bottom: 15px}

#catStories h3 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.1em;
    letter-spacing: -2px;
    height: 45px;
    overflow: hidden;
    margin: 10px 10px 3px 10px}
    
#catStories h3 a {
    color: #3c3c3c}

#catStories h3 a:hover,
#catStories h3 a:focus {
    text-decoration: none;
    color: #646464}
    
#catStories .meta {
    color: #8c8c8c;
    font-size: 0.8em;
    margin: 0 10px 10px}

#catStories a {
    color: #dc141e}
        
#catStories .odd {
    clear: left;
    margin-right: 15px}

#catStories .thumb {
    margin-left: 10px}
    
#catStories img {
    border: solid 3px #dc141e}

#catStories .taster {
    width: 143px;
    margin-right: 5px;
    float: right;
    font-size: 0.9em;
    line-height: 20px;}

#catStories .comment {
    clear: right;
    padding-top: 6px}
    
#catStories .comment a {
    background: url(images/commentIcon.gif) no-repeat left center;
    padding-left: 15px;
    margin-left: 10px}

#catStories .more {
    clear: both;
    padding: 10px 10px 15px 10px}
    
#catStories .more a {
    display: block;
    background: url(images/redMoreArrow.gif) no-repeat left center;
    padding-left: 10px;
    font-weight: bold}
    
.redCarpetHeader {
    background: url(/CSS/shared/core/images/sponsorship/panelTop.gif) no-repeat top left;
    margin-top: 10px; }

.redCarpetHeader h5 {
   font-size: 1.1em;
   text-transform: uppercase;
   padding-top: 15px;
   margin-bottom: 15px; }
