﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
   
    font-family: Arial, Tahoma, Verdana;
    background-image: url(/images/template/background.jpg); /*variable*/
    background-repeat: repeat-x;
    background-color:#ffffff;
    font-size: 13px;
    margin: 0 auto;
    color: #000000;
}


.formLabelSmall
{
    font-size: 12px;
}

a img
{
    border-width:0px;
}

a:link, a:visited
{
    color: #000000;
    text-decoration:underline;
}

a:hover
{
    color: #034af3;
    text-decoration: none;
}

a:active
{
    color: #000000;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/



#container
{
    width:975px;
    margin: 0 auto;
}


.pageHeader
{
    width:975px;
    height:228px;
   
}

.pageHeader[class]
{
    background-repeat:no-repeat;
    background-image:url(/images/template/bg_header.png); 
}



.pageNavigation
{
    width: 975px; /*variable*/
    height: 28px; /*variable*/
}

.pageNavigation[class]
{
    background-repeat:no-repeat;
    background-image:url(/images/template/bg_navigation.png); 
}


.ActiveBlog
{
    margin-left:20px;
}

.ActiveVote
{
    margin-left:70px;
}

.ActiveArchive
{
    margin-left:20px;
}

.ActiveHome
{
    margin-left:0px;
}

.ActiveDream
{
    margin-left:20px;
}

.contentNavigation
{
    width: 975px;
    margin-left: 0px;
    text-align: left;
}

.contentNavigation .content
{
    width: 975px;
    margin: 0 auto;
    padding-top: 3px;
    text-align: left;
    padding-left: 110px;
    position: relative;
    
}


.contentNavigation .content A
{
    color: #ffffff;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    font-size: 21px;
}


.contentNavigation .content A:hover
{
    color: #bed62f;
    text-decoration: underline;

}



.pageContentArea
{
	width:975px;

}

.pageContentArea[class]
{
    background-repeat:no-repeat;
    background-image:url(/images/template/bg_content.png); 
}

.contentContentArea
{
	width:975px; 
}


.contentContentArea .content
{
    padding-top: 20px;
    padding-bottom: 1px;
    width: 860px;
    text-align: left;
    min-height:162px;
    height:auto !important;
    height:162px;
    padding-left: 80px;
}

.pageBottom
{
    width: 780px; /*variable*/
    color: #000000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;

}

.pageBottom A:link
{
    color: #000000;
    text-decoration: underline;
}

.pageBottom A:visited
{
    color: #000000;
    text-decoration: underline;
}

.pageBottom A:hover
{
    color: #000000;
    text-decoration: none;
}
.pageBottom A:active
{
    color: #000000;
    text-decoration: underline;
}


.hbBottom[class]
{
    background-image: url(/images/template/hb_bottom.png); 
    width: 537px; 
    background-repeat: no-repeat; 
    height: 51px;
}

.hbBottomAddThis
{
    margin-left:320px;
    padding-top:12px;
}

.archivelists
{
    padding-top: 10px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}





/*********** Containers Start ***************/

.yellowbar
{
    width: 100%;
    padding-bottom: 20px;
}



.yellowbarHeader
{
     width: 100%;
     height: 47px;
     overflow: hidden;
}

.yellowbarHeader_left
{

    width: 13px;
    height: 47px;
    background-image: url(/images/template/yellowbar_top_left.jpg); /*variable*/   
    background-repeat: no-repeat; /*variable*/
    
}

.yellowbarHeader_mid
{
 
    width: 100%;
    height: 47px;
    background-image: url(/images/template/yellowbar_top_mid.jpg); /*variable*/   
    background-repeat: repeat-x; /*variable*/  
    text-align: center; 
    
}

.yellowbar .yellowbarHeader .yellowbarHeader_mid h2
{
    
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding-top: 3px;
    margin-bottom: 0px;
    
}

.yellowbar .yellowbarHeader .yellowbarHeader_mid h3
{
    
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding-top: 3px;
    margin-bottom: 0px;
    
}


.yellowbarHeader_right
{

    width: 13px;
    height: 47px;
    background-image: url(/images/template/yellowbar_top_right.jpg); /*variable*/   
    background-repeat: no-repeat; /*variable*/
    
}


.yellowbarContent_left
{

    width: 3px;
    background-image: url(/images/template/yellowbar_mid_left.jpg); /*variable*/   
    background-repeat: repeat-y;
    
}

.yellowbarContent_mid
{
 
    background-color: #dedfe7;
  
}


.yellowbarContent_mid .c_contentpane
{
 
    padding-top: 15px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 1px;
     overflow: hidden;
    color: #281000; 

    
}

.yellowbarContent_right
{

    width: 3px;
    background-image: url(/images/template/yellowbar_mid_right.jpg); /*variable*/   
    background-repeat: repeat-y;
    
}

.yellowbarFooter
{
     width: 100%;
     height: 32px;

    
}

.yellowbarFooter_left
{
    width: 27px;
    height: 32px;  
}


.yellowbarFooter_left[class]
{

    background-image: url(/images/template/yellowbar_bottom_left.png); /*variable*/   
    background-repeat: no-repeat; /*variable*/   
}


.yellowbarFooter_mid
{
 
    height: 32px;
    background-image: url(/images/template/yellowbar_bottom_mid.jpg); /*variable*/   
    background-repeat: repeat-x; /*variable*/
    width: 100%;
    
}


.yellowbarFooter_right
{
    width: 27px;
    height: 32px;
}

.yellowbarFooter_right[class]
{
    background-image: url(/images/template/yellowbar_bottom_right.png); /*variable*/   
    background-repeat: no-repeat; /*variable*/
}


/*Star box*/

.starBox
{
    width:100%;
    text-align:left;
    padding-bottom:15px;
}

.starBoxHeader
{
    width:100%;
    height:33px;
    background-image: url(/images/template/star_header_repeat.jpg); /*variable*/   
    background-repeat: repeat-x; /*variable*/
}

.starBoxHeaderL
{
    width:100%;
    height:33px;
    background-image: url(/images/template/star_header_left.jpg); /*variable*/   
    background-repeat: no-repeat; /*variable*/
    background-position:left;
}

.starBoxHeaderR
{
    width:100%;
    height:33px;
    background-image: url(/images/template/star_header_right.jpg); /*variable*/   
    background-repeat: no-repeat; /*variable*/
    background-position:right;
}

.starBoxHeader h3
{
    padding-left:15px;
    margin: 0;
    padding-top: 10px;
    font-weight:bold;
    color:Black;
}

.starBoxContent
{
    width:100%;
    background-image: url(/images/template/star_content.jpg); /*variable*/   
    background-repeat: no-repeat; /*variable*/
    background-position:top right;
    background-color:#dedfe7;

}

.starBoxContentInner
{
    padding-left:15px;
    padding-right:15px;
     overflow: hidden;
}
   
.starBoxFooter
{
    width:100%;
    height:9px;
}

.starBoxFooterL
{
    width:10px;
    height:9px;
    background-image: url(/images/template/star_bottom_left.png); /*variable*/   
    background-repeat: no-repeat; /*variable*/
}
.starBoxFooterM
{
    width:100%;
    height:9px;
    background-image: url(/images/template/star_bottom_repeat.jpg); /*variable*/   
    background-repeat: repeat-x; /*variable*/
    
}
.starBoxFooterR
{
    width:11px;
    height:9px;
    background-image: url(/images/template/star_bottom_right.png); /*variable*/   
    background-repeat: no-repeat; /*variable*/
}

.starBoxContentInner ul
{
    padding-left:10px;
    margin-left:0px;
}


/*Star box*/

.sgBox
{
    width:100%;
    text-align:left;
    padding-bottom:15px;
}

.sgBoxHeader
{
    width:100%;
    height:33px;
    background-image: url(/images/template/sg_header_repeat.jpg); /*variable*/   
    background-repeat: repeat-x; /*variable*/
        text-align:center;
}

.sgBoxHeaderL
{
    width:100%;
    height:33px;
    background-image: url(/images/template/sg_header_left.jpg); /*variable*/   
    background-repeat: no-repeat; /*variable*/
    background-position:left;
}

.sgBoxHeaderR
{
    width:100%;
    height:33px;
    background-image: url(/images/template/sg_header_right.jpg); /*variable*/   
    background-repeat: no-repeat; /*variable*/
    background-position:right;
}

.sgBoxHeader h3
{
    padding-left:15px;
    margin: 0;
    padding-top: 10px;
    font-weight:bold;
    color:Black;
}

.sgBoxContent
{
    width:100%;
    background-color:#dedfe7;

}

.sgBoxContentInner
{
    padding-left:15px;
    padding-right:15px;
     overflow: hidden;
}
   
.sgBoxFooter
{
    width:100%;
    height:9px;
}

.sgBoxFooterL
{
    width:10px;
    height:9px;
    background-image: url(/images/template/sg_bottom_left.png); /*variable*/   
    background-repeat: no-repeat; /*variable*/
}
.sgBoxFooterM
{
    width:100%;
    height:9px;
    background-image: url(/images/template/sg_bottom_repeat.jpg); /*variable*/   
    background-repeat: repeat-x; /*variable*/
}
.sgBoxFooterR
{
    width:11px;
    height:9px;
    background-image: url(/images/template/sg_bottom_right.png); /*variable*/   
    background-repeat: no-repeat; /*variable*/
}

.sgBoxContentInner ul
{
    padding-left:10px;
    margin-left:0px;
}

/*White Box*/
.whiteBox
{
    width:100%;
    background-color:White;
    margin-bottom:15px;
    
}
.whiteBox .whiteBoxInner
{
    padding:5px 10px 5px 10px;
}
/*********** Containers End ***************/




.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.errorMessage
{
    color:Red;
    font-size:90%;
}

.successMessage
{
    font-weight:bold;
    font-size:110%;
}

.warningMessage
{

    font-size:90%;
    color:orange;
}

.textboxMedium
{
    width:253px;
}
.captchaVote input
{
    width:253px;
   
}
.captchaVote
{
     color:Red;
}
.textboxSmall
{
    width:155px;
}

/*Controls width of upload textboxes on the Submit dream page.*/
.photoUpload .ruFakeInput
{
    width:210px;
}

/*Control the width of the yellowboxes*/
.contentRightColumn
{
    width:250px;
    padding-left:10px;

}

.columnFull
{
    width:785px;
}

.contentLeftColumn
{
}

.columnNarrow
{
    width:182px;
}
.columnWide
{
        width:578px;
}

.displayLabel
{
    font-weight:bold;
}

a.medium
{
    font-size:120%;
    font-weight:bold;
}

.voteButtonVotePage
{
   padding-bottom:10px;
}



h3.dreamInfoSectionHead
{
    padding-top:20px;
    margin-top:0px;
    font-size:150%;
    font-weight:bold;
	border-bottom: 3px solid #bfd730;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	
	letter-spacing: 1px;
    
}



.dreamInfoSectionBody.endDate .date,.dreamInfoSectionBody.startDate .date
{
    display:block;
     font-size:130%;
    font-weight:bold;
     text-align:center;
}
.dreamInfoSectionBody.endDate .time,.dreamInfoSectionBody.startDate .time
{
    display:block;
     font-size:130%;
    font-weight:bold;
     text-align:center;
}

.dreamInfoSectionBody.contestTitle
{
    display:block;
     font-size:130%;
    font-weight:bold;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}


.commentTitle
{
    display:block;
    font-weight:bold;
}
.commentBody
{
    display:block;
    padding-top:5px;    
}


h3.center
{
    text-align:center;
    font-weight:bold;
    padding:0px;
    margin-top:0px;
}

