﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #dcd8d5;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #ef8326;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    color: orange;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

img
{
    border: 0px;
}


hr
{
    height:4px;
    width:100%;
    border:dashed 1px #3B2414;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin:10px 0px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #3B2414;
    text-transform: none;
    margin: 2px 0px;
    padding: 0px;
}

h1
{
    font-size: 24px;
    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;
}

.duploLabel
{
    font-size: 20px;
    width: 130px;
    float: left;
    color: Gray;
    text-align: right;
    padding-right: 20px;
}

.duploInput
{
    font-size: 20px;
    width: 240px;
}

.duploInputMultiline
{
    font-size: 14px;
    width: 300px;
}


#AlertBox
{
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 0;
    color: #000;
    font: 20px/40px arial, sans-serif;
    opacity: .9;
    display: none;
}

.UserPic
{
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
}
.UserThumb
{
    background-position: center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}
#IdentitySpace
{
    width: 261px;
    height: 70px;
    float: right;
}
.LoginSpace
{
    width: 261px;
    height: 70px;
    background: url(/images/design/loginBG.jpg);
}

.LoginTextBox
{
    background: url(/images/design/loginTextBoxBG.jpg);
    width: 198px;
    height: 21px;
    margin-bottom: 3px;
}

.LoginTextBox input
{
    color: #3b2414;
    margin-left: 3px;
    background: transparent;
    border: 0px;
    width: 190px;
    height: 19px;
}

.loggedInBox
{
    width: 261px;
    height: 70px;
    background: url(/images/design/identityBG.jpg);
}


.loggedInBoxDetails
{
    padding-top: 17px;
    padding-left: 19px;
    width: 170px;
    height: 46px;
    line-height:11px;
}

.loggedInBoxDetails a
{
    color:#ef8326; /* orange */
    text-decoration:none;
}


.InputSilver
{
    color: Silver;
}
.InputTitle
{
    font-size: 24px;
    width: 600px;
}
.InputSynopsis
{
    font-size: 16px;
    width: 600px;
    font-family: Sans-Serif;
}
.InputBody
{
    font-size: 12px;
    width: 600px;
    font-family: Sans-Serif;
}

.BigButton
{
    height: 60px;
    width: 194px;
}

.topBar
{
    height: 115px;
    background-image: url(/images/design/topBG.gif);
}

.centeredContent
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index:120;
}

#topLogo
{
    padding-top: 36px;
}

.navBar
{
    background-position: center;
    background-repeat: repeat-y;
    background-image: url(/images/design/nav_bg.jpg);
    height: 45px;
}
.navShadow
{
    background-position: center;
    background-repeat: repeat-y;
    background-image: url(/images/design/navShadow.jpg);
    height: 19px;
}

.bodyBG
{
    background-position: center;
    background-repeat: repeat-y;
    background-image: url(/images/design/bodyBG.jpg);
}


.bottomCapHeader
{
    background-position: center;
    background-repeat: repeat-y;
    background-image: url(/images/design/bottomCapTopBG.jpg);
    height: 1px;
}

.bottomCap
{
    background-position: center;
    background-repeat: repeat-y;
    background-image: url(/images/design/bottomCapBG.jpg);
    height: 220px;
}

.footer
{
    background-position: center;
    background-repeat: repeat-y;
    background-image: url(/images/design/footBG.jpg);
    height: 78px;
}

#footerLegal
{
    float: right;
    text-align: right;
    color: #92c93e;
    padding: 4px 20px;
}

#footerLegal a
{
    color: White;
    text-decoration: none;
}

#footerLegal a:hover
{
    text-decoration: underline;
}

#footerLegal a
{
    color: White;
}

.navItems
{
    color: #92c93e; /* green */
    padding-left: 40px;
    padding-top: 14px;
}

.navItems a
{
    color: #3b2414; /* brown */
    text-decoration: none;
    padding: 0px 12px;
}

.navItems a:hover
{
    text-decoration: underline;
}

.navSearch
{
    margin-top: 8px;
    float: right;
    width: 309px;
    height: 29px;
    background-image: url(/images/design/searchBox.jpg);
}

.brownSearch
{
    font-size: 18px;
    background-color: transparent;
    border: 0px;
    padding-top: 3px;
    padding-left: 10px;
    color: #92c93e;
    width: 260px;
}

/* ------- GENERAL ------- */

.float-right { float: right; }

.block-element { display: block; }

/* ------- COMMENTZ ------- */
.comment
{
    background-color: #ffffff;
    min-height:48px;
    padding:8px;
    clear:both;
    border:solid 1px #DCD8D5;  
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom:6px;
}



.commentTools
{
    float: right;
    width: 60px;
    clear:right;
    text-align:right;
}
.commentPhoto
{
    width:200px;
    float: left;
}
.commentSpace
{
    font-size: 12px;
}
.commentTags
{
    font-size: 10px;
    font-style: italic;
}

.itemGroup
{
    float: left;
    width: 180px;
}
.assetListing
{
    border: solid 1px #FDF5AF;
    background: #FFFAEF;
    padding: 10px;
}

.roundedContainer
{
    margin-left:18px;
    margin-bottom:18px;
    background-color:White;
}

.rounded
{
    height:7px;
    width:7px;
    background-image:url(/images/design/rounded.gif);
}

.UL
{
    background-position:top left;
    float:left;
}
.UR
{
    background-position:top right;
    float:right;
}
.LL
{
    background-position:bottom left;
    float:left;
}
.LR
{
    background-position:bottom right;
    float:right;
}


/* RATING STUFF */
.bigRating
{
    background-color:#EFEFEF;
    text-align:center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float:left;
}

.bigRating #score
{
    font-size:22px;
    text-align:center;
    font-weight:bold;
    float:left;
    padding:4px;
    width:150px;
}


.littleRating
{
}

.littleRatingScore
{
    vertical-align:middle;
    min-width:16px;
    height:16px;
    font-size:11px;
    font-weight:bold;
    background-color:#EFEFEF;
    text-align:center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    float:left;
    padding: 0px 4px;
    margin-right:2px;
}

.littleRating #score
{
    font-weight:bold;
    float:left;
}


.subNavPlaceholder
{
    z-index:100;
    position:absolute;
    top:160px;  
    width:100%;
    height:271px;
    overflow:hidden;
    display:none;
}

.subNavHider
{
    overflow:hidden;
}

.subNavContainer
{
    height:251px;
    position:relative;
    top:-251px;
}

.subNav_body
{
    float:left;
    width:620px;
    height:251px;
    overflow:hidden;
    background-image:url(/images/subnav_BG.png);
    background-position:bottom;
}

.subNav_left
{
    float:left;
    width:31px;
    height:251px;
    background-image:url(/images/subnav_LeftCap.png);
    background-position:bottom;
}
.subNav_right
{
    float:left;
    width:33px;
    height:251px;
    background-image:url(/images/subnav_RightCap.png);
    background-position:bottom;
}

.subNav_template
{
    display:none;
}

.subNav_RightBox
{
    float:right;
    width:65%;
    border-left:solid 1px #EFEFEF;
    padding:0px 20px;
}

.TagLink
{
    margin-right:2px;
    padding:3px;
    text-decoration:none;
    font-style:normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.TagLinkNoHover
{
    margin-right:2px;
    padding:3px;
    text-decoration:none;
    font-style:normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.TagLink:hover
{
    text-decoration:underline;
}


/* FEECHARS */

#HomepageFeatureLargeItem
{
    width:450px;
    height:266px;
    overflow:hidden;
}

.HomepageFeatureLargeHandle
{ 
    display: table-cell;
    background-color:white;
    color:#92c93e;
    font-weight:bold;
    width:180px;
    height:46px;
    vertical-align:middle;
    cursor:pointer;
    padding:2px;
    text-decoration:none;
}

.HomepageFeatureLargeHandleOn
{ 
    display: table-cell;
    color:white;
    background-color:#92c93e;
    font-weight:bold;
    width:180px;
    height:50px;
    vertical-align:middle;
    cursor:pointer;
    padding:2px;
    text-decoration:none;
}


.HomeSliderSpace
{
    width:620px;
    height:184px;
    overflow:hidden;
    float:left;
}


#HomeSliderCanvas
{
    position:relative;
    height:184px;
    width:10000px;
    overflow:hidden;
    top:0px;
    left:0px;
}

.HomeSliderItem
{
    overflow:hidden;
    width:202px;
    height:180px;
    float:left;
    border-right:1px solid #EFEFEF;
}
.HomeSliderSeperator
{
    height:180px;
    width:1px;
    background:#b1a7a0;
    float:left;
    margin:0px 3px;
}

.HomeSliderButton
{
    float:left;
    height:184px;
    width:8px;
    background-color:Orange;
}



.importBox
{
    border:1px solid silver;
    background:#EFEFEF;
    padding:20px;
}

#join-now { position: absolute; top: 60px; left: 900px; }

.AlternateItemListItem,
.ItemListItem
{
    background-color:White;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding:8px;
}

.AlternateItemListItem:hover,
.ItemListItem:hover
{
    background-color: #F2F0EF;
}

.AlternateItemListItem { background-color: #F2F0EF; }

.HoverLight:hover
{
    background-color: #F2F0EF;
}

.Rounded4px
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ItemListItemInfoBit
{
    font-size:x-small;
    background-color:#DDDDDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding:3px;
    margin-right:2px;
}


.ItemRight
{
    float:right;
    padding:12px;
    width:180px;
    clear:right;
    border:solid 1px #DCD8D5;  
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-left:15px;
    margin-bottom:15px;
    background:#FAFAFA;
}

.ItemRightLinkSelected
{
    color:#000000 !important;
    text-decoration:none;
    font-style:italic;
    font-weight:bold;
}


.ItemRightLink
{
    color:#696969 !important;
    text-decoration:none;
}

.ItemRightLink:hover
{
    color:#ef8326 !important;
    text-decoration:underline;   
}

.right-pod-header 
{ 
    background-image: url(/images/small-pod-top.png); 
    background-repeat: no-repeat;
    padding-top: 3px;
    
    width: 310px; 
    height: 30px; 
    
    /* positioning based on global pod spacing - update if it changes */
    position: relative; 
    left: -14px; 
    top: -14px; 
}

.rightTweet
{
    height:92px;
    width:264px;
    padding:6px;
    border:solid 1px #EFEFEF;
    vertical-align:middle;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.HoverBlack:hover
{
    color:Black !important;
}
.HoverGray:hover
{
    color:Gray !important;
}

.HoverTanBG:hover
{
    background-color:#F7F5F5 !important;
}

.AdminStuff
{
    background:#F7F6F6;
    border:solid 1px #8DC73F;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding:20px;
}

.WeightBar
{
    text-align:right;
    background-color:#50AD21;
    font-weight:bold;
    font-size:10px;
    color:White;
    padding:3px;
}

#lblAlertBoxMessage
{
    
}

.NoteDropDown
{
    background-color:white;
    border-left:solid 1px #50AC23;
    border-right:solid 1px #50AC23;
    border-bottom:solid 1px #50AC23;
    position:relative;
    z-index:1000;
    width:255px;
    left:2px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-bottomleft:6px;
}

/* Resource Type styles */

.resourceType-tag { padding: 0px 7px 2px 7px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }


.ContentSpanner {
    background-color:#8CC63E;
    left:-14px;
    margin:0;
    padding:14px 14px 20px;
    position:relative;
    width:100%;
}

/* Search styles */

.searchControlPanel { width: 590px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: White; border: 1px solid #DCD8D5; padding: 10px; margin-left: 5px; }

.footerBox
{
    width:280px;
    float:left;
    color:#92c93e; /* green */
    font-weight:bold;
}

.footerBox h3
{
    color:#ef8326;
}

.footerBox a
{
    font-weight:normal;
    text-decoration:none;
    color:#3B2414;
}

.footerBox a:hover
{
    text-decoration:underline;
}

.footerDivider
{
    float:left;
    width:1px;
    height:120px;
    background-color:#b1a7a0;
    margin:0px 20px;
}

.TablePopUp
{
}

.FeatureName
{
    text-align:left;
}

.boardhandle:hover
{
    color:#FB4A05;
}

.memlevel:hover
{
    background:#FFF8D1;
}

.memlevel ul li:hover
{
    color:black;
    cursor:default;
}

.divPersonRefImg
{
    float:left;
    margin-left:5px;
    height:48px;
    width:48px;
    background-color: #E5E1E0;
    background-position:center;
    background-repeat:no-repeat;
}

.ProfileTabs
{
    display:none;
}



.HomeFeatureLargeFirstTd
{
     border-right:solid 1px #b1a7a0;
}

.HomeFeatureLargeFirstDiv
{
    border-bottom:solid 5px #b1a7a0;
    padding-bottom:10px;
    padding-left:6px;
}

.HomeFeatureLargeDivider
{
    height:1px;
    background:#b1a7a0;
}

.FullPageContainer
{
    width:955px;
    background:white;
    margin-left:20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding:14px;
}

