﻿/* Name: babysearch.layout.css
*/

/* Brute-force tweaks to overcome existing CSS and markup
*/
div.internalPage div#mainCol_O { width: 100%; }
div.internalPage div#mainCol_I { width: 100%; }
div.internalPage { padding-top: 10px !important; padding-bottom: 20px !important; }
/* Design requires pink text for enter button */
.nav6 .sub8 a, .nav6 .sub8 a:hover span { color: #f755c0 !important; }


/* Layout divs
*/
.bs09MainContent 
{
    width: 100%;
    display: block;
    position: relative;
}
.bs09Divider
{
    display: block;
    background-image: url("../images/layout/bdr_dotted.gif");
    background-position: 0px 10px;
    background-repeat: repeat-x;
    padding-top: 31px;    
}

/* Main Header
*/
.bs09MainBody .bs09MainHeader 
{
    display: block;
    position: relative;
}
.bs09MainBody h1 
{
    /* position absolute so that main header always appears first in page; all other elements will follow */
    background-image: url("../images/layout/title_babysearch2009.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: -13px;
    right: 0px;
    z-index: 10;
}
.bs09MainBody h1 span 
{
    display: none;
}
.bs09MainBody .bs09MainHeader h2 
{
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;   
    overflow: hidden;
    margin-left: 29px; 
}
.bs09MainBody .bs09MainHeader h2 span 
{  
    display: none;
}
.bs09MainBody .bs09MainHeader h2.bs09H2AboutBabySearch  
{
    width: 210px; height: 90px; background-image: url("../images/layout/h2_aboutbabysearch.gif");  
}
.bs09MainBody .bs09MainHeader h2.bs09H26Tips  
{
    width: 420px; height: 90px; background-image: url("../images/layout/h2_6tips.gif");  
}
.bs09MainBody .bs09MainHeader h2.bs09H2PreviousWinners  
{
    width: 470px; height: 55px; background-image: url("../images/layout/h2_previouswinners.gif");  
}
.bs09MainBody .bs09MainHeader h2.bs09H2Gallery
{
    width: 210px; height: 60px; background-image: url("../images/layout/h2_gallery.gif");  
}
.bs09MainBody .bs09MainHeader h2.bs09H2FAQs 
{
    width: 310px; height: 95px; background-image: url("../images/layout/h2_faqs.gif");  
}
.bs09MainBody .bs09MainHeader h2.bs09H2Enter
{
    width: 160px; height: 53px; background-image: url("../images/layout/h2_enter.gif");  
}
.bs09MainBody .bs09MainHeader h2.bs09H2Finalists
{
    width: 310px; height: 95px; background-image: url("../images/layout/h2_finalists.gif");  
}
.bs09MainBody .bs09MainHeader .bs09IntroText 
{
	color: #555;
    width: 490px;
    height: 61px;
    padding: 33px 55px 31px 35px;
    background-image: url("../images/layout/bg_introtext.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;        
}

.bs09MainBody .bs09MainHeader .bs09IntroText-Winner 
{
	color: #555;
    width: 619px;
    height: 165px;
    padding: 33px 55px 31px 35px;
    background-image: url("../images/layout/winner-header.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;        
}
.bs09MainBody .bs09MainHeader .bs09IntroText-Winner p 
{
	padding-top:110px;
	width:530px;
}
.bs09MainBody .bs09PostDelay
{
	color: Red;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin: 20px 0 20px 0;
	text-align: center;
}

/* Home page 
*/
.bs09HomeBody 
{
    background-image: url("../images/layout/bg_home.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.bs09HomeBody p {
	color: #444;
}
.bs09HomeBody h1 
{
    background-image: url("../images/layout/title_home_babysearch2009.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 271px;
    height: 200px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}
.bs09HomeBody h1 span 
{
    display: none;
}
.bs09HomeBody .bs09HomeVideo 
{
    width: 400px;
    height: 290px;
    display: block;
    padding: 40px 0px 20px 20px;
}
.bs09HomeBody .bs09HomeIntro 
{
    width: 455px;
    display: block;
    padding: 7px 20px 20px 30px;
}
.bs09HomeBody .bs09HomeIntro h2 
{
    background-image: url("../images/layout/subtitle_babysearchonline.gif");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 430px;
    height: 40px;
    display: block;
    overflow: hidden;   
    padding: 0px !important;
    margin: 0px !important;
}
.bs09HomeBody .bs09HomeIntro h2 span 
{
    display: none;
}
.bs09HomeBody .bs09HomeLinks ul 
{
    height: 100%;
}
.bs09HomeBody .bs09HomeLinks ul li
{
    float: left;
}
.bs09HomeBody .bs09HomeLinks ul li.btnBSHistory
{
    padding-left: 20px;
}
.bs09HomeBody .bs09HomeLinks ul li.btnBSFB
{
    padding-left: 17px;
}
.bs09HomeBody .bs09HomeLinks ul li.btnBSTwitter
{
    padding-left: 17px;
    padding-top: 5px;
}
.bs09HomeBody .bs09HomeLinks ul li.btnBSEnter
{    
    padding-left: 297px;
}
.bs09HomeBody .bs09HomeLinks ul li a
{
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.bs09HomeBody .bs09HomeLinks ul li a:hover 
{
   background-position: 0px -45px;   
}
.bs09HomeBody .bs09HomeLinks ul li.btnBSEnter a:hover,
.bs09HomeBody .bs09HomeLinks ul li.btnBSTwitter a:hover 
{
   background-position: 0px -31px;   
}
.bs09HomeBody .bs09HomeLinks ul li.btnBSHistory a 
{
    width: 245px; height: 45px; background-image: url("../images/layout/btn_babysearchhistory.gif");
}
.bs09HomeBody .bs09HomeLinks ul li.btnBSFB a
{
    width: 171px; height: 45px; background-image: url("../images/layout/btn_joinourfacebookgroup.gif");
}
.bs09HomeBody .bs09HomeLinks ul li.btnBSTwitter a
{
    width: 138px; height: 31px; background-image: url("../images/layout/btn_followusontwitter.png");
}
.bs09HomeBody .bs09HomeLinks ul li.btnBSEnter a
{
    width: 185px; height: 31px; background-image: url("../images/layout/btn_enter.png");
}
.bs09HomeBody .bs09HomeLinks ul li a span 
{
    display: none;
}
.bs09HomeCountdown 
{
    background-image: url("../images/layout/icon_daystogo.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 100px;
    height: 118px;
    padding: 2px 15px 0px 10px;
    display: block;
    position: absolute;
    right: 30px;
    top: 245px;    
}
.bs09HomeCountdown h3 
{
    margin: 0px;
    padding: 0px;
}
.bs09HomeTipsButton 
{
    width: 130px;
    height: 130px;
    position: absolute;
    right: 35px;
    top: 365px;
    display: block;
}
.bs09HomeTipsButton a 
{
    width: 130px;
    height: 130px;
    display: block;
    background-image: url("../images/layout/btn_6tips.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-decoration: none;
    overflow: hidden;
}
.bs09HomeTipsButton a:hover 
{
    background-position: 0px -130px;
}
.bs09HomeTipsButton a span
{
    display: none;
}

/* 5 Tips
*/
.bs09TipsList
{
    width: 475px;
    padding: 0px 0px 0px 22px;
    float: left;
}
.bs09TipsList ul 
{
    padding: 0px;
    margin: 0px;
}
.bs09TipsList li 
{
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding: 9px 0px 5px 95px;
}
.bs09TipsList li.icon1 { background-image: url("../images/layout/tips_icon01.jpg"); }
.bs09TipsList li.icon2 { background-image: url("../images/layout/tips_icon02.jpg"); }
.bs09TipsList li.icon3 { background-image: url("../images/layout/tips_icon03.jpg"); }
.bs09TipsList li.icon4 { background-image: url("../images/layout/tips_icon04.jpg"); }
.bs09TipsList li.icon5 { background-image: url("../images/layout/tips_icon05.jpg"); }
.bs09TipsList li.icon6 { background-image: url("../images/layout/tips_icon06.jpg"); }
.bs09TipsList li h3
{
    padding: 0px;
    margin: 0px;
}
.bs09TipsList li p 
{
    padding: 0px 0px 0px 3px;
}
.bs09TipsVideo
{
    width: 400px;
    display: block;
    float: right;
}

/* About Us page
*/
.bs09MainBody .bs09PadAbout
{
    display: block;
    padding: 0px 0px 0px 40px;
    width: 480px;   
}
.bs09MainContent .bs09ImageAbout 
{
    position: absolute;
    top: 136px;
    right: 10px;
    z-index: 9; /* Adjust so that BS09 title is on top of image */
}

/* Previous Winners/Baby Search History
*/
.bs09WinnersGalleryItem 
{
    background-image: url("../images/layout/winner_frame.gif");
    background-position: 12px 20px;
    background-repeat: no-repeat;
    display: block;
    width: 445px;
    float: left;
    padding: 15px 0px 35px 27px;    
}
.bs09WinnersGalleryItem img
{
    float: left;
    margin: 33px 45px 0px 12px;
}
.bs09WinnersGalleryItem h4
{
    float: left;
    width: 190px;
    overflow: hidden;
    padding: 0px !important;
    margin: 0px !important;
}
.bs09WinnersGalleryItem h5 
{
    float: left;
    width: 150px;
    overflow: hidden;
    padding: 0px 40px 0px 0px !important;
    margin: 0px !important;
}
.bs09WinnersGalleryItem p 
{
    padding: 0px 0px 0px 0px !important;
    margin: 0px !important; 
    display: block;
}
.bs09WinnersGalleryItem p span 
{    
    display: block;
}
.bs09WinnersGalleryItem p .bs09BabyName 
{
    color: #009ee0;
    font-size: 30px;
    padding-bottom: 8px;
}
.bs09WinnersGalleryItem p .bs09BabyAge 
{
    color: #f755c0;
    font-size: 20px;
    padding-bottom: 5px;    
}
.bs09WinnersGalleryItem p .bs09BabyLocation 
{
    color: #c7c7c7;
    font-size: 20px;
    padding-bottom: 20px;    
}
.bs09WinnersGalleryItem p .bs09BabyRelation 
{
    color: #009ee0;
    font-size: 14px;
    padding-top: 3px;
}
.bs09WinnersGalleryItem p.bs09SignUp 
{
    color: #999999;
    font-size: 11px;
    font-weight: normal;
    padding-top: 9px;
}
.bs09WinnersGalleryItem p.bs09SignUp span 
{
    font-size: 14px;
    color: #f755c0;
    display: block;
    font-weight: bold;
    padding-bottom: 3px;
}
.bs09WinnersGalleryItem a 
{
    width: 95px;
    height: 19px;
    display: block;
    text-decoration: none;
    background-image: url("../images/layout/btn_signup.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;    
    float: left;
    margin-top: 12px;
}
.bs09WinnersGalleryItem a:hover 
{
    background-position: 0px -19px;
}
.bs09WinnersGalleryItem a span { display: none; }

/* Registration/Enter Baby Search
*/
.bs09FormBlock
{
    width: 100%;
    display: block;
    background-image: url("../images/layout/bdr_dotted.gif");
    background-position: 0px 10px;
    background-repeat: repeat-x;
    padding: 10px 15px;    	
    clear: both;
}
 
.bs09FormBlock .bs09Links {
	float: right;
}

#bs09Register .row {
	display: block;
	clear: both;
}

#bs09Register .row .field {
	float: left;
	width: 350px;
	padding: 5px 0 5px 0;
}
#bs09Register .row .field input.textField 
{
    border: 1px solid #D8D8D8;
    width: 160px;
}
#bs09Register .row .field input.dobField
{
    border: 1px solid #D8D8D8;
    width: 90px;
} 
#bs09Register .row .field label,
#bs09Register .row .field span {
	width: 140px;
	display: block;
	float: left;
}
#bs09Register .freeText {
	clear: both;
	float: left;
	margin: 5px 0 15px 0;
}

#bs09Register .freeText span {
	width: 125px;
	float: left;
	text-align: right;
	padding: 0 15px 0 0;
}

#bs09Register .freeText textarea {
	width: 250px;
}
#bs09Register .row a
{
    display: block;
    padding-top: 5px;
}

#bs09Register .row .field label.short {

    width: 50px;
}
#bs09Register .row .field label.wide,
#bs09Register .freeText span.wide {
    width: 180px;
}
#bs09Register a.btnSubmit 
{
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-decoration: none;
    width: 95px; 
    height: 19px; 
    background-image: url("../images/layout/btn_submit.gif");
    margin-top: 15px;
}
#bs09Register a.btnSubmit span
{
    display: none;
}
#bs09Register a.btnSubmit:hover 
{
   background-position: 0px -19px;   
}


/* Gallery
*/
#gallery DIV.internalPage DIV#mainCol_O {
	width: 100%;
}
#gallery
{
    display: block;
    background-image: url("../images/layout/bdr_dotted.gif");
    background-position: 0px 5px;
    background-repeat: repeat-x;
    padding-top: 17px;        
}
#gallery #filters 
{
    display: block;
    background-image: url("../images/layout/bdr_dotted.gif");
    background-position: 0px bottom;
    background-repeat: repeat-x;
    padding-bottom: 11px;
    text-align: left;    
}
#gallery #filters .field {
	display: block;
	float: left;
}
#gallery #filters label {
    color: #999999;
    padding-left: 18px;
}
#gallery #filters input, #gallery #filters select {
	margin: 0px 0px 0px 8px;
	border: 1px solid #999999;	
	padding: 2px;
}
#gallery #filters input.inputName, #gallery #filters input.inputCity { width: 110px; }
#gallery #filters select.selectState { width: 110px; }
#gallery #filters input.inputEmail { width: 140px; }
#gallery #filters a.btnSubmit  
{
    width: 95px;
    height: 19px;
    display: block;
    text-decoration: none;
    background-image: url("../images/layout/btn_search.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow: hidden;    
    float: right;
    margin-left: 328px;
    margin-top: 20px;
}
#gallery #filters a.btnSubmit:hover 
{
    background-position: 0px -19px;
}
#gallery #filters a.btnSubmit span { display: none; }


#gallery #images {
	margin: 20px 0 20px 0;
}

#gallery #images .baby {
	width: 139px;
	float: left;
	padding: 11px 28px 20px 20px;
	background-image: url("../images/layout/bg_entrant_small.gif");
	background-repeat: no-repeat;
	background-position: 10px 0px;	
}

#gallery #images .baby img {
	height: 140px;
	width: 140px;
}

#gallery #images .baby .babyId {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #000000;
	font-size: 22px;
	padding: 2px 0px 8px 0px;
}

#gallery #images .baby .babyName {
	display: block;
	color: #009ee0;
	font-size: 14px;
}

#gallery #images .baby .babyState {
	display: block;
	font-size: 11px;
	color: #999999;
}

#gallery #pager {
	clear: both;
	width: 100%;
	padding: 5px 0px 0px 20px;
}
#gallery #pager select 
{
    margin: 0px 8px;
}

/* Gallery > Entry Details
*/
.bs09MainBody a.btnGallery 
{
    position: absolute;
    width: 100px;
    height: 25px;
    text-decoration: none;
    overflow: hidden;
    display: block;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url("../images/layout/btn_gallery.gif");
    top: 130px;
    right: 4px;
    z-index: 20;
}
.bs09MainBody a.btnGallery span 
{
    display: none;
}
.bs09EntryDetails a.btnGallery:hover 
{
    background-position: 0px -25px;
}
.bs09EntryDetails 
{
    position: relative;
    display: block;
}
.bs09EntryDetails .bs09BabyImage 
{
    float: left;
    display: block;    
    width: 327px;
    height: 384px;
    padding: 21px 0px 0px 43px;
    background-image: url("../images/layout/bg_entrant_large.gif");
    background-repeat: no-repeat;
    background-position: 20px 0px;
    text-align: center;
}
.bs09EntryDetails .bs09BabyImage img
{
    width: 300px;
    height: 300px;
    display: block;
    text-align: left;
}
.bs09EntryDetails .bs09BabyImage span
{
    font-size: 48px;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    display: block;
    margin: 0px auto;
    padding-top: 7px;
}
.bs09EntryDetails .bs09BabyInfo
{
  width: 565px;
  float: left;
  display: block;
  padding: 10px 0px 0px 0px;
}
.bs09EntryDetails .bs09BabyInfo h2 
{
    font-size: 30px;
    color: #009ee0;
    line-height: 26px;
    font-weight: normal;
    padding-left: 10px;
}
.bs09EntryDetails .bs09BabyInfo h2 span
{
    display: block;
    font-size: 20px;
}
.bs09EntryDetails .bs09BabyInfo h2 .age 
{
    color: #f755c0;
}
.bs09EntryDetails .bs09BabyInfo h2 .state
{
    color: #c7c7c7;
}
.bs09EntryDetails .bs09BabyInfo p.enteredBy 
{
    padding: 8px 0px 8px 10px;
}
.bs09EntryDetails .bs09BabyInfo p.enteredBy span
{
    display: block;
    font-size: 14px;
    color: #009ee0;
}
.bs09EntryDetails .bs09BabyInfo .description 
{
    width: 285px;
    height: 64px;
    padding: 33px 60px 28px 55px;
    background-image: url("../images/layout/bg_entry_description.gif");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;        
}
.bs09EntryDetails .bs09BabyInfo .description p
{
    font-size: 14px;
    font-weight: bold;
}
.bs09EntryDetails .bs09BabyInfo .friendQuote 
{
    color: #009ee0;
    font-size: 11px;
    padding: 5px 0px 5px 12px;
    display: block;
    width: 380px;    
}
.bs09EntryDetails .bs09BabyInfo .friendQuote p
{
    padding: 0px 0px 5px 0px;
    margin: 0px;
}
.bs09EntryDetails .bs09BabyInfo .friendQuote .quoteBubble
{
    background-image: url("../images/layout/quote_topleft.gif");
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
}
.bs09EntryDetails .bs09BabyInfo .friendQuote .quoteBubble span 
{
    background-image: url("../images/layout/quote_btmright.gif");
    background-repeat: no-repeat;
    background-position: bottom right;    
    color: #999999;
    font-size: 11px;
    line-height: 14px;
    padding: 0px 20px 0px 30px;
    display: block;
}
.bs09EntryDetails .bs09BabyInfo ul
{
    padding: 10px 0px 0px 10px;
    margin: 0px;    
}
.bs09EntryDetails .bs09BabyInfo ul li
{
    padding: 4px 0px;
    margin: 0px;
    background-image: none;
}
.bs09EntryDetails .bs09BabyInfo ul li a 
{
    height: 19px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.bs09EntryDetails .bs09BabyInfo ul li a span,
.bs09EntryDetails .bs09BabyInfo ul li div span
{
    display: none;
}
.bs09EntryDetails .bs09BabyInfo ul li a:hover 
{
    background-position: 0px -19px;
}

.bs09EntryDetails .bs09BabyInfo ul li div.btnVoteRegistered { width: 138px; height: 19px; background-image: url("../images/layout/vote_recorded.gif"); }
.bs09EntryDetails .bs09BabyInfo ul li a.btnLikeThisBaby { width: 128px; background-image: url("../images/layout/btn_likethisbaby.gif"); }
.bs09EntryDetails .bs09BabyInfo ul li a.btnSendToAFriend { width: 148px; background-image: url("../images/layout/btn_sendtoafriend.gif"); }
.bs09EntryDetails .bs09BabyInfo ul li a.btnShare { width: 75px; background-image: url("../images/layout/btn_share.gif"); }
.bs09EntryDetails .bs09BabyInfo ul li a.btnBack { width: 57px; background-image: url("../images/layout/btn_back.gif"); }



/* FAQS
*/
/* HEADER */
.bs09MainHeader .buttons 
{
    padding: 10px 0px 0px 5px;
}
.bs09MainHeader .buttons a {
	margin-left: 30px;
	display: inline-block;
}
.bs09MainHeader .buttons #hideBtn {
	background: url('../../../../images/minus.gif') no-repeat 0 2px;
	padding: 0 0 0 15px;
}
.bs09MainHeader .buttons #showBtn {
	background: url('../../../../images/plus.gif') no-repeat 0 2px;
	padding: 0 0 0 15px;
}

/* FAQs
   I've modified the name of the class as to eliminate any conflicts
*/
#bs09FAQs 
{
    background-image: url("../images/layout/baby_faqs.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    display: block;
    width: 100%;
}
#bs09FAQs #toc 
{
	padding: 20px 0px 0px 0px
}
#bs09FAQs #toc ul 
{
	clear: left;
}
#bs09FAQs #toc li 
{
	list-style-type: none;
	background-image: none;
	padding-left: 30px;
	margin: 0px;
}
#bs09FAQs #body 
{
	clear: both;	
	padding: 0px 0px 0px 34px;
}
#bs09FAQs #body h3 
{
    padding: 0px;
    margin: 26px 0px 12px 0px;
    width: 600px;    
}
#bs09FAQs #body .faq {
	cursor: pointer;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    display: block;
    width: 600px;
}
#bs09FAQs #body .faq span {
	display: none;
}
#bs09FAQs #body .faq.open span {
	display: block;
}
#bs09FAQs #body .faq h4 {
	color: #009ee0;
    padding: 0px 0px 0px 16px;
    margin: 0px;	
    font-weight: bold;
    background-image: url("../../../../images/plus.gif");
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
#bs09FAQs #body .faq.open h4 {
	background-image: url("../../../../images/minus.gif");
}

#bs09FAQs #body .faq span {
  padding: 3px 0px 3px 16px;	
  line-height: 16px;
  color: #b8b8b8;
}


/* Cleaner class for when clearfix can't be applied
*/
.cleaner 
{
    display: block;
    height: 1px;
    width: 100%;
    overflow: hidden;
    clear: both;
}