/* @import url(/css/global.css); */

/* global selectors */
/* -------------------------------------- */
html, body { 
    margin: 0px; 
    padding:0px; 
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    }
    
h1, h2, h3, h4, h5, h6, p, form { 
    margin: 0px; 
    padding:0px; 
    }

hr { 
    height: 1px; 
    width: 100%; 
    border-width: 0; 
    background: #000; 
    }

img {
    border: none;
    }
    
a   {
    color:#58721b;
/*    color:#8db82c;*/
    text-decoration:none;
    }    


a:hover {
    color:#000;
    text-decoration:none;
}


/* wrap the whole visible page */
/* -------------------------------------- */
#wrapper {
    width:900px;
    margin:0px auto;
    background-color:#FFF;
/*    background-image:url("/images/bg_header_top.gif");*/
    background-repeat:repeat-x;
    background-position:top;
    }


/* contains the user, logo, and nav */
/* -------------------------------------- */
#header { 
    height:40px; 
    }
    
#user { 
    float: right; 
    text-align: right; 
    font-size: 11px; 
    padding:5px 10px 0px 0px; 
    height: 10px;
    }
    
#user a { 
    color: #797B7A;
    text-decoration: none; 
    }
    
#user a:hover { 
    color: #ffa500; 
    }


/* logo
/* -------------------------------------- */
#logo { 
    float:left; 
    }
    
#logo img {
    border: none;
    }    
    
#logo h1 { 
    color:#F76B0C; 
    padding: 10px 0px 0px 40px; 
    font: bold 26px; 
    text-decoration:none; 
    }
    
#logo h4 { 
    color:#808080; 
    padding-left:75px; 
    font: normal 11px; 
    text-decoration:none; 
    }


/* titlebox */
/* -------------------------------------- */
#titlebox {
    height:84px;
    margin-top: 5px;
    background: #fff;
    background-image:url("/images/green_banner_half.png");
    background-repeat:no-repeat;
    text-align:right;
}

#titlebox a {
    color: #fff;     
}

#titlebox.homepage {
    height:140px;
    background-image:url("/images/green_banner.png");    
/*    background-image:url("/images/blue_banner.png");    */
    background-repeat:no-repeat;
}

#titlebox h3 {
    color:#fff;
    font-weight:normal;
    text-decoration:none;
    font-size:44px;
    line-height: 44px;
    padding:10px 60px 0px 0px;
}

#titlebox h4 {
    color:#fff;
    font-weight:normal;
    font-size:18px;
    text-decoration:none;
    padding:0px 20px 0px 0px;
}

#titlebox.homepage h3 {
    font-size:48px;
    line-height: 60px;
    padding:25px 60px 0px 0px;
}

#titlebox.homepage h4 {
    font-size:18px;
}

/*#titlebox h4 a { */
/*    color: #ffa500;*/
/*    font-weight: bold;*/
/*    font-size: 14px; */
/*    text-decoration:none; */
/*    }*/
    
/*#titlebox h4 a:hover { */
/*    color:#000; */
/*    font-weight: bold; */
/*    font-size:14px; */
/*    text-decoration:none; */
/*    }*/



/* this is the main navigation */
/* -------------------------------------- */
/* it is currently only drawn when user has logged-in */
#header_nav { 
    float: right; 
    color: #797B7A;
    font-weight: bold;
    font-size: 14px; 
    line-height: 20px;
    margin: -25px 20px 0px 0px; 
    }
   
#header_nav a { 
    color: #797B7A;
    font-weight: bold;
    font-size: 14px; 
    text-decoration:none; 
    }
    
#header_nav a:hover { 
    color:#000; 
    font-weight: bold; 
    font-size:14px; 
    text-decoration:none; 
    }

/* OLD NAV - for rendering above titlebox...
#header_nav { 
    float: right; 
    margin: 20px 10px 0px 280px; 
    color: #ffa500;
    font-weight: bold;
    font-size: 14px; 
    line-height: 20px;
    }
   
#header_nav a { 
    color: #ffa500;
    font-weight: bold;
    font-size: 14px; 
    text-decoration:none; 
    }
    
#header_nav a:hover { 
    color:#000; 
    font-weight: bold; 
    font-size:14px; 
    text-decoration:none; 
    }
*/


/* the footer */
/* -------------------------------------- */
#footer {
    clear:both;
    height:32px;
    padding-top:5px;
    color:#000;
    font-weight:normal;
    font-size:11px;
    border-top:1px solid #797B7A;
}

#footer_left {
    float:left;
    width:510px;
    color:#000;
    height:27px;
    padding-top:10px;
    padding-left:20px;
}

#footer_left .nav_item { 
    float: left; 
    margin: 0px 12px 0px 0px; 
    }

#footer_left a{
    color:#000;
    font-weight:normal;
    font-size:11px;
    text-decoration:none;
}

#footer_left a:hover{
    color:#000;
    font-weight:normal;
    font-size:11px;
    text-decoration:underline;
}

#footer_right {
    float:right;
    width:215px;
    color:#000;
    height:27px;
    text-align:right;
    padding-top:10px;
    padding-right:15px;
}

#footer_right a{
    color:#000;
    font-weight:normal;
    font-size:11px;
    text-decoration:none;
}

#footer_right a:hover{
    color:#000;
    font-weight:normal;
    font-size:11px;
    text-decoration:underline;
}


/* content */
/* -------------------------------------- */
/* content layout comes in 4 flavors here: single(just padding), twocol, threecol, and bigleft/smallright */
/* positioning should be done in contained classes eg. .leftblock */
#content {
    clear:both;
    padding: 20px 0px;
}


/* single block - just padding */
/* -------------------------------------- */
.singleblock {
    float:left;
    width: 720px;
    padding-left: 40px;
    padding-bottom: 50px;
}

.singleblock h2{
    color:#ffa500;
    font-weight:normal;
    font-size:26px;
    text-decoration:none;
    padding-bottom:5px;
}

.singleblock h3{
    color:#797B7A;
    font-weight: normal;
    font-size:18px;
    text-decoration:none;
    padding-bottom:5px;
}

.singleblock a {
/*    color:#8db82c;*/
    text-decoration:none;
}

.singleblock a:hover {
/*    color:#000;*/
    text-decoration:none;
}


/* big left / small right content layout */
/* -------------------------------------- */
.leftblock {
    float:left;
    width:660px;
    border-right:1px solid #797B7A;
    padding-bottom: 20px;
    margin-bottom:20px;
}

.leftblock h2{
    color:#000;
    font-weight:normal;
    font-size:26px;
    text-decoration:none;
    padding: 0px 20px 5px 20px;
}

.leftblock h3{
    color:#000;
    font-weight: normal;
    font-size:18px;
    text-decoration:none;
    padding: 0px 20px 3px 20px;
}

.leftblock h3 a {
/*    color:#8db82c;*/
}

.leftblock h3 a:hover {
/*    color: #000;*/
}

.leftblock h4{
    color:#000;
    font-weight: normal;
    font-size:14px;
    text-decoration:none;
    padding: 0px 20px 3px 20px;
}

.leftblock table{
    padding:0px 20px 15px 20px;    
}

.leftblock p{
    color:#797B7A;
    font-weight:normal;
    font-size:12px;
    text-decoration:none;
    text-decoration:none;
    padding:0px 20px 15px 20px;
}

.leftblock p a {
/*    color:#8db82c;*/
    font-weight:bold;
    text-decoration:none;
}

.leftblock p a:hover {
/*    color:#000;*/
    font-weight:bold;
    text-decoration:none;
}

.leftblock ol{
    color:#797B7A;
    font-weight:normal;
    font-size:12px;
    text-decoration:none;
    padding:0px 10px 0px 25px;
    margin-left:20px;
}

.leftblock ul{
    color:#797B7A;
    font-weight:normal;
    font-size:12px;
    text-decoration:none;
    padding:0px 10px 0px 25px;
    margin-left:20px;
}

.leftblock li{
    padding:0px 10px 5px 0px;
}

.leftblock hr { 
    height: 1px; 
    width: 620px; 
    margin-left: 20px;
    border-width: 0; 
    background: #797B7A;
    }
    

/* ----- */

.rightblock {
    float:left;
    width:230px;
    padding-bottom: 20px;
}

.rightblock h2 {
    color:#797B7A;
    font-weight:normal;
    font-size:18px;
    text-decoration:none;
    padding-left:15px;
    padding-bottom:10px;
}

.rightblock h2 a {
/*    color: #8db82c;*/
}

.rightblock h2 a:hover {
    color: #000;
}

.rightblock h3 {
    color:#000;
    font-weight: normal;
    font-size:14px;
    text-decoration:none;
    padding-left:15px;
    padding-bottom:3px;
}

.rightblock p {
    color:#797B7A;
    font-weight:normal;
    font-size:12px;
    padding:0px 15px;
}

.rightblock p a {
/*    color:#8db82c;*/
    font-weight:bold;
    text-decoration:none;
}

.rightblock p a:hover {
/*    color:#000;*/
    font-weight:bold;
    text-decoration:none;
}

.rightblock hr { 
    height: 1px; 
    width: 180px; 
    margin-left: 30px;
    border-width: 0; 
    background: #797B7A;
    }




/* misc - noncritical colorizers, etc. */
/* -------------------------------------- */
.hottext {
    color:#ffa500;
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
}

.go_highlightleft {
    color:#3e00d0;
    font-weight:bold;
}

.go_highlightright {
    color:#65d000;
    font-weight:bold;
}








/* THE FOLLOWING SHOULD BE IN PAGE/COMPONENT SPECIFIC CSS FILES */




/* create pages */
/* --------------------------------------------------------------- */
.design_img img             { border: 3px solid transparent; }
.design_img img:hover       { border: 3px solid #ffa500; }
.design_img .caption        { color: #797B7A; font-weight: bold; }
.design_img .caption:hover  { color: #000; font-weight: bold; }
.design_img_sel img         { border: 3px solid #ffa500; }
.design_img_sel .caption    { color: #000; font-weight: bold; }


.details_user fieldset  { border: 1px solid; background: #d3d3d3; width: 175px; margin: 10px 0px 10px 0px; }
.details_user legend    { font-weight: bold; font-size: 150%; /*margin-top: -5px;*/}
#details_user_text      { border: 1px solid #000; background: #fff; width: 175px; padding: 2px 2px 2px 5px; }


/* manage pages */
/* --------------------------------------------------------------- */
/* #manage_table       { border: 1px solid white; } */
.listing            { width: 100%; line-height: 95%; }
.listing tr:hover   { background: #c4c4c4; }
/* .listing th,tr:hover{ background: #FFF; } */
.listing th         { background: #000; color: #fff; padding: 2px 0px 5px 5px; }
.listing td         { border: 1px solid black; padding: 2px 5px 2px 5px; vertical-align: middle; }
.listing .even      { background: #FFF; color: #000; }
.listing .odd       { background: #e0e0e0; color: #000; }
.listing .selected  { background: #7b68ee; color: #fff; }
.listing tr.selected:hover   { background: #7b68ee; }
    
   
.mgr-icon           { width: 24px; height: 24px; }
.mgr-select-col     { width: 15px; padding: 0px; }
.mgr-sr-col, 
.mgr-icon-col       { width: 24px; padding: 0px;}
.mgr-tofrom-col     { width: 25%; }
.mgr-what-col       { } 
.mgr-detail-col     { width: 30%; }
.mgr-time-col       { width: 12%; }
.mgr-note-col       { width: 25%; }
.mgr-thumb-col      { }

/* .mgr-iounote-img    { width: 50%; height: 50%; } */


/* login-widget */
/* --------------------------------------------------------------- */
.login-form                         { border: none; padding-left: 20px; }
.login-form .inputs input           { border: 1px solid; }
/*.login-form fieldset                { border: 1px solid; background: #d3d3d3; margin: 10px 0px 10px 0px;}*/
.login-form fieldset                { border: none; background: #fff; margin: 10px 0px 10px 0px;}
.login-form fieldset legend         { color: #000; font-weight: bold; font-size: 120%; /*margin-top: -5px;*/ }
/*.login-form label                   { float: left; width: 195px; color: #797B7A; }*/
.login-form label                   { float: left; width: 195px; color: #797B7A; }
.login-form .description            { display: block; color: #000; margin-left: 0px; font-size: 79%; font-style: italic; }
.login-form .actions                { border: none; margin-top: 5px; padding: 0px 0px 20px 10px; }
.login-form .actions input          { color: #fff; background: #797B7A; border: 1px solid  transparent; padding: 0px 15px; margin-right: 0.5em; font-weight: bold; }
.login-form .actions input:hover    { color: #000; border: 1px solid #000; }

#login_widget                       { width: 160px; }
#login_widget-username              { width: 195px;}
#login_widget-password              { width: 195px;}
.register_link                      { font-weight: normal; font-size: 12px; }
#anonymous_mixin_message            { color: red; }


/* override selectors in /css/formal.css for site stuff*/
/* --------------------------------------------------------------- */
.nevow-form                         { border: none; padding: 0px; }
.nevow-form fieldset                { border: 1px solid; background: #d3d3d3; margin: 10px 0px 10px 0px; padding-right:30px;}
.nevow-form fieldset legend         { font-weight: bold; font-size: 150%; }
.nevow-form div.field               { margin-bottom: 5px; padding: 2px 0px 2px 0px; }
.nevow-form div.field.error         { border-left: 2px solid #ff0000; padding-left: 8px; }
.nevow-form label                   { float: left; width: 150px; color: #000; }
.nevow-form .inputs                 { clear: both; margin-left: 0px;}
.nevow-form .required label         { font-style: normal; font-weight: normal; color: #000; }
.nevow-form .error label            { color: #000; }
.nevow-form .inputs input           { border: 1px solid; width: 180px; }
.nevow-form .inputs select          { width: 175px; }
.nevow-form .field.decimal .inputs input    { width: 150px; }
.nevow-form .message, 
.nevow-form .description            { display: block; color: #000; margin-left: 0px; font-size: 79%; }
.nevow-form .message                { color: #ff0000; }
.nevow-form .actions                { border: none; margin-top: 5px; padding: 10px 0px 5px 0px; }
.nevow-form .actions input          { color: #fff; background: #ffa500; border: 1px solid transparent; padding:0px 4px; margin-right: 0.5em; font-weight: bold; }
.nevow-form .actions input:hover    { color: #000; border: 1px solid #000; }
.nevow-form .errors                 { color: #ff0000; }

.nevow-form .actions input.submit_enable        { color: #fff; background: #ffa500; border: 1px solid  transparent; padding:0px 4px; }
.nevow-form .actions input.submit_enable:hover  { color: #000; border: 1px solid #000; }
.nevow-form .actions input.submit_disable       { color: #dcdcdc; background: #a9a9a9; border-color: #c0c0c0;  padding:0px 4px; }


/* our form elements */
/* --------------------------------------------------------------- */

/* need to re-seat description placement and size for cc_sender checkbox */
#create_details-cc_sender-field .inputs         { clear: none; }
#create_details-cc_sender                       { float: left; margin-right: 10px; }
#create_details-cc_sender-field .description    { font-style: normal; font-size: 100%; margin-left: 5px; }


/* special back and cancel buttons on create forms */
/* #create_details-action-back, */
/* #create_preview-action-back         { background: gray; border: 2px; } */
/* #create_details-action-back:hover, */
/* #create_preview-action-back:hover   { color: lime; } */

#register-action-cancel,
#forgot-action-cancel,
#create_design-action-cancel, 
#create_details_login-action-cancel,
#create_details-action-cancel,
#create_preview-action-cancel       { color: #7b68ee; background: transparent; border: none; font-weight: bold; }

#register-action-cancel:hover,
#forgot-action-cancel:hover,
#create_design-action-cancel:hover, 
#create_details_login-action-cancel:hover,
#create_details-action-cancel:hover,
#create_preview-action-cancel:hover { color: #000; }

/* what groups - get displayed by javascript */
#register-reg           { width: 160px; }
#forgot-forgot          { width: 160px; }
#create_details-recip   { width: 160px; }
#create_details-money   { width: 160px; } 
#create_details-thing   { width: 160px; }
#create_details-service { width: 160px; }
#create_details-note    { width: 160px; }

#create_details-thing-other-field           { display: none; }
#create_details-service-other-field         { display: none; }
#create_details-service-timing_other-field  { display: none; }
#create_details-service-timing_date-field   { display: none; }
#create_details-service-timing_time-field   { display: none; }


/*  */
/* .agree_checkbox         { } */
/* .agree_checkbox input   { } */
.agree_checkbox label   { font-size: 12px; font-weight: normal; }
.agree_checkbox a       { font-size: 12px; font-weight: bold; }
.agree_checkbox a:hover { color: #000; font-size: 12px; font-weight: bold; }







/* FYI - font settings can be all shorthanded to a space separated list: */
/*
h1 {    
    font-weight: bold;
    font-style: italic; 
    font-variant: small-caps;
    font-size: 160%;
    line-height: 170%;
    font-family: serif
}

h1 { font: bold italic small-caps 160%/170% serif }
*/


