/************* GENERAL CSS ************/
html {
    margin:0;
    padding:0;
}

body {
    background-color: #C6D0DB;
    color: #70695A;
    color: #000;
    font-family: verdana, arial, sans-serif;
    font-size: .75em;
    margin: 0;
    padding: 0;
    text-align: justify;
}

hr {
    height: 1px;
}
#content-wrapper {
    background-color: #FFF;
    border-bottom: 3px solid #bbb;
    border-left: 2px solid #bbb;
    border-right: 3px solid #bbb;
    border-top: 1px solid #bbb;
    margin:2px auto;
    padding:0;
    width: 960px;
    width: 1000px
}

#tab-wrapper {
    width: 430px;
}

#header {
    margin:1px 0 1px 0;
    padding:0;
    width:100%;
    height: 117px;

    background-color:#CC0D0D;
    background-image: url(/assets/templates/lindaloos/images/bg_banner.gif);
    background-repeat: repeat-x;

}

#main1 {

    margin:0;
    padding:0;
    float:left;
    width:99.5%;
}
#main2 {
    background-color: #FFF;
    margin:0;
    padding:0;
}

#left {
    float:left;
    width:150px;
    margin:0;
    padding:1px;
    font-size: 12px;
}

#right {
    float:right;
    margin:0;
    padding:0;
    width:130px;
}
#middle {
    margin:0 125px 0 152px;
}
#main1 .column-in {
    margin:0;
    padding:0.5em 1em;
}
#header .column-in,
#footer .column-in {
    margin:0;
    padding:0;
}

#left .column-in {
    margin:0;
    padding:0;
    background-color: #FFDD97;
    border: 1px solid #888;

}

.cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
    background:transparent;
}

/* Presentation */


a,
a:link,
a:visited {
    color: #CC0000;
}

.doNotDisplay {
    display: none !important;
}

/* ##### Header ##### */

span#logo {
    margin: 0;
    padding: 0.25em 4mm 0.25em 3px;
    float:left;
    height: 100px;
}

span#searchbox {
    color: #FFFFFF;
    float: right;
	height: 30px;
    margin: 12px 0 3px 0;
    text-align:left;
    padding: 3px;
    vertical-align:top;   
}

span#searchbox fieldset {
    border:none;
}
span#searchbox input {
    margin: 0;
}

span#searchbox input.google-search-input {
	width: 195px
}

span#searchbox a{
    color: #FFFFFF;
}

#searchbox form {
    margin:0;
    padding:0;
    height:10px;
}

#searchbox input.button {
    border:1px solid #000000;
    background-color: #CC0000;
    background-image: url(/assets/templates/lindaloos/images/bg_button.gif);
    background-repeat: repeat-x;
    color: #FFFFFF;
}

/* ##### Seach Results ##### */

.ajaxSearch_resultLink {
    display:block;
}

.ajaxSearch_resultDescription {

}

/* ##### Login box ##### */
#banner_right {
    float:right;
    margin-right:0;
    width:330px;
    padding: 5px;
    margin:auto;
    display:inline;
}

#banner_right .button,
#ajaxSearch_submit {
    border:1px solid #000000;
    background-color: #FF3333;
    color: #FFFFFF;
    background-image: url(/assets/templates/lindaloos/images/bg_button.gif);
}

#login_section {
    width: auto;
    float:right;
    clear:right;
    font-size: 11px;
    margin: 0;
    padding:0;
    text-align:right;
    color: #FFFFFF;
}


#login_section a {
    color: #FFFFFF;
    margin:0 4px;
}

#userid_wrapper {
    float:left;
    margin: 2px;
    text-align:left;
}

#password_wrapper {
    float:left;
    margin: 2px;
    text-align:left;
}

.extras {
    float:left;
    clear:both;
}


/*********************************************************************************************************/

/* ##### Main Menu ##### */

#main_nav_wrapper {
    color: white;
    background-color: #FF3030;
    font-size: 109%;
    text-align: center;
    padding: 0.5ex 0;
    display:block;
}

#main_nav_wrapper a,
#main_nav_wrapper a:visited,
#main_nav_wrapper a:link {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 3px;
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 3px;
    margin: 0;
}

#main_nav_wrapper a:hover {
    text-decoration: underline;
}

/* ##### Left Side Bar ##### */

#left .sideBarTitle {
    color: #FFFFFF;
    background-color: #CC4A00;
    background-image: url(/assets/templates/lindaloos/images/bg-menu.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-align:center;
    border-bottom: 1px solid #000000;

}

#left .subTitle {
    color: #666666;
    background-color: #D98D2B;
    margin: 0;
    padding: 5px 1px;
    color: #FFFFFF;
    font-size: 11px;
    border-bottom: 1px solid #666666;
}

#left ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0 0 0 0;
    padding: 0;
}

#left li {
    margin: 0ex;
    padding-top: 0.01em;
    padding-right: 0;
    padding-bottom: 0.1em;
    border-bottom: 1px solid #666666;
}

#left a {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    display: block;
    padding-top: .5em;
    padding-right: 1ex;
    padding-bottom: .5em;
    padding-left: .5em;
    margin: 0;
}

#left a:hover {
    color: #000000;
    background-color: #DDD;
    text-decoration: none;
    border-right-width: 3px;
    border-right-color: #CC4A00;
    display: block;
    border-right-style: outset;
}


#left .sideBarText a {
    text-decoration: underline;
}

#left .sideBarText a:hover {
    text-decoration: none;
}

#left .thisPage {
    color: rgb(64,64,64);
    background-color: transparent;
    font-weight: bold;
}


/* ##### Main Content Middle ##### */
#middle {
    background-color: #FFF;
    line-height: 1.5em;
}

#middle h1 {
    color: #A83D01;
    padding: 6px 0px 4px 0px;
    margin: 0px 0px 12px 0px;
    border-bottom: 1px solid;
    font-size: 150%;
    text-transform: uppercase;
    font-weight: normal;
}

#middle h2 {
    color: #333;
    border-bottom:1px dotted #666;
    font-size: 110%;
    margin: 0 0 .3em 0;
}

#middle h3 {
    color: #FFF;
    background: #D98D2B;
    padding: 0;
    text-align:center;
    border:1px dotted #014b7c;
    font-size: 110%;
    margin: .5em 0 .5em 0;
}

#middle h4 {
    color: #014b7c;
    font-size: 110%;
    margin: .2em 0;
    padding: .5em 0;
}

#middle a {
    color: #CC4A00;
    background-color: transparent;
    text-decoration: none;
}

#middle a:hover {
    text-decoration: none;
    color: #666666;

}

p {
    margin: 1em 0 1.5em 0;
    padding: 0;
}


ul {
    margin-left: 20px;
}

ol {
    margin-left: 20px;
}

.checkbox {
    margin-right:.3em;
}

/* ##### Footer ##### */

#footer {
    /*
        float:left;
        width:99%;
    */
    color: #FFFFFF;
    background-color: #CC0000;
    font-size: 92%;
    text-align: center;
    line-height: 1.25em;
    margin: 6px 0 0 0;
    padding: 1em 4mm 1em 4mm;
    clear: both;
    vertical-align:top;
}


#footer div {
    margin: 0;
    padding: 0 0 1px 0;
}

#footer a {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;

}

#footer a:hover {
    text-decoration: none;
    color: #6699CC;
}

/* ##### Theme/Unit uploadss ##### */

.project_buttons {
    float:none;
    text-align:right;
}


.project_buttons img {
    margin: 3px;
}

.project_description_wrapper {
    margin: 12px 6px;
    padding: 12px 8px;
    background-color: #FFFFCC;
    border: 1px dashed #014b7c;
}

/* USER REGISTRATION */
.registration_question {
    margin-bottom: .6em;
}

#captcha  img{
    vertical-align:middle;
}

#wlpeCaptchaImage {
    border:1px solid blue;
}
#middle form {
    padding: 1.5em 1em 0.5em 1em;
    min-width:350px;
    width:auto;
    background-color:#DFE9F4;
    border: 1px solid #B2CBE7;
}

fieldset {
    border: 0;
    /* border-top: 1px solid gray;*/
    padding: 0.5em;
}

legend {
    background-color:#B2CBE7;
    border:1px solid #B2CBE7;
    color:#000;
    font-weight:bold;
    margin:0px;
    padding:5px 10px;
}

/* FILE UPLOADS */
#fileuploadForm {
    padding: 1.5em 1em 0.5em 1em;
    min-width:350px;
    width:auto;
    background-color:#DFE9F4;
    border:1px solid #B2CBE7;
}
#fileuploadForm form {
    border:none;
}

#fileuploadForm table{
    border: 1px solid #0077B3;
    border-collapse: collapse;
}

#fileuploadForm table thead{
    background-color: #0077B3;
    color: #FFFFFF
}
#fileuploadForm table td{
    padding: 5px;
}

#uploaded_files_msg {
    padding: 1.5em 1em 0.5em 1em;
    min-width:350px;
    width:auto;
    background-color:#DFE9F4;
}

#loading {
    display:none;
    height:36px;
    text-indent:100px;
}

div#upload_step {
    text-align:right;
    width: 200px;
    margin:0;
    padding:0;
}
.project_question {
    margin-bottom:1.2em;
}

.leave-edit-comment {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 18px auto 8px auto;
}

.msg {
    background-image: url(/assets/templates/lindaloos/images/ok.gif);
    text-align:left;
    margin-left:10px;
    margin-right:10px;
    color:#666;
    background-repeat: no-repeat;
    padding:5px;
    padding-left:30px;
}

.emsg {
    background-image: url(/assets/templates/lindaloos/images/nok.gif);
    text-align:left;
    margin-left:10px;
    margin-right:10px;
    color:#666;
    background-repeat: no-repeat;
    padding:5px;
    padding-left:30px;
}
div.errors {
    background-image: url(/assets/templates/lindaloos/images/nok.gif);
    text-align:left;
    margin-left:10px;
    margin-right:10px;
    color:#666;
    background-repeat: no-repeat;
    padding:5px;
    padding-left:30px;
}


.attention_msg {
    background-image: url(/assets/templates/lindaloos/images/dialog_error.gif);
    background-repeat: no-repeat;
    background-position: 3px 50%;
    margin: 5px 5px 10px 5px;
    padding: 10px 10px 10px 40px;
    font-weight:bold;
    color: #CC0000;
    border: 1px dotted #CC0000;
}

.instruction_msg {
    background-image: url(/assets/templates/lindaloos/images/instructions.gif);
    background-repeat: no-repeat;
    background-position: 3px 50%;
    margin: 5px 5px 10px 5px;
    padding: 10px 10px 10px 40px;
    font-weight:bold;
    color: #CC4A00;
    border: 1px dotted #CC4A00;
}

.success_msg {
    background-image: url(/assets/templates/lindaloos/images/success.gif);
    background-repeat: no-repeat;
    background-position: 3px 50%;
    margin: 5px 5px 10px 5px;
    padding: 10px 10px 10px 40px;
    font-weight:bold;
    color: #333;
    border: 1px dotted #006600;
}

/* Used by the View All Project Categories Page for defining the column presentation */
.project_column {
    float:left;
    margin: 1%;
    padding: 0;
    width: 46%;
}

/* Used for presentation of the results of a project category */
/* Ditto Pagination */
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;

}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 4px;
    background-color: #CC0000;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 4px;
    color: #ccc;
}


.ajaxSearch_paging {
    font-weight:bold;
}

.ajaxSearch_paging  a{
    font-weight: normal;
}

#ditto_pages a,
#ditto_pages a:link,
#ditto_pages a:visited,
.ajaxSearch_paging a,
.ajaxSearch_paging a:link,
.ajaxSearch_paging a:visited{
    border: 1px solid #000000;
    padding: 1px 5px 2px;
    margin-right: 4px;
    text-decoration: none !important;
    color: #000;
}
#ditto_pages a:hover,
.ajaxSearch_paging a:hover {
    background-color: #fff;
    color: #000;
}

.project_category_result {
    line-height: 1.8em;
    margin-bottom: 1em;
}


/* FORMAT AD SPACES */
#adspace1 {
    margin: 0;
    padding:0;
    text-align: left;
    width:auto;

}

#ad1 {
    width:240px;
    height:62px;

}

#adspace2 {

    margin: .5em 0 0 0;
    width: 150px;
    float: left;
    clear: left;
    font-size: 12px;
    height: 400px;
    text-align: center;
    padding:0;
}

#adspace3 {
    height: 400px;
}

#adspace4 {

    margin:0;
    padding:0;
    float:left;
    text-align: center;
    width: 99%;
    height: 90px;
}



/* Home Page  Highlights */

div#top_units_wrapper {
    padding: .2em;
    width: 100%;
}

div#top_units_title {
    background-image: url(/assets/templates/lindaloos/images/bg_new_themes_units.gif);
    background-repeat: repeat-x;
    background-position: center;
    height: 50px;
    padding: 0 0 0 15px;
    margin: 0 0 .8em 0;
    text-align:left;
    color: #003366;
    font-weight: bold;
    font-size: 16px;
    border: 1px dotted #003366;
}

div#top_units_title img {
    margin-top: 3px;
    float:left;
}

div#top_units_title div.spotlight_title {
    float:left;
    margin-top: 18px;
}

div#top_units_content {
    padding: .2em;
}

div#top_units_content  div.project_category_result {
    margin-bottom:.8em;
}

#middle div#pagelinks {
    background: #CC4A00;
    background-image: url(/assets/templates/lindaloos/images/bg-menu.gif);
    background-repeat: repeat-x;
    padding: .2em .5em;
    border: 1px solid #333;
    color: #ddd;
    margin-right:.5em;
}

#middle div#pagelinks a,
#middle div#pagelinks a:link,
#middle div#pagelinks a:visited,
#middle div#pagelinks a:active,
#middle div#pagelinks a:hover {
    color: #FFF;
    margin: .5em;
}

#middle div#pagelinks a:hover {
    text-decoration: underline;
}

#middle form#form_unit_tell_friend{
    background-color: #FFFFFF;
    display:inline;
    border:none;
    padding: 0 0 0 2px;
}

#middle form#form_flag_unit {
    background-color: #FFFFFF;
    display:inline;
    border:none;
    padding: 0 0 0 2px;
}

#middle form.delete_unit_form {
    display: table-cell;
    border: none;
    margin: 0;
    padding: 0;
}

#middle table {
    width:100%;
}
#middle form.delete_unit_form {
    display: table-cell;
    border: none;
    margin: 0;
    padding: 0;
}

thead {
    font-weight:bold;
}

fieldset {
    border:1px solid #B2CBE7;
}

#img_vericode {
    float:left;
    margin: .5em .5em;
    padding:5px 0 0 0 ;
}

#enter_vericode {
    margin-top:.5em;
}
.tip {
    width:295px;
    font-family:tahoma,arial;
    background:url(/assets/templates/lindaloos/images/tip-text.gif) left top repeat-y;
}

.tip-top {
    background:url(/assets/templates/lindaloos/images/tip-top.gif) top left no-repeat;
    height:26px;
    width:295px;
}

.tip-title {
    color:#e95e25;
    font-weight:bold;
    margin:0 30px 0 50px;
}

.tip-text {
    color:#000;
    padding:10px 30px 20px 50px;
}

.tip-bottom {
    background:url(/assets/templates/lindaloos/images/tip-bottom.gif) left bottom no-repeat;
    width:295px;
    height:100px;
}

.required_marker {
    color: #FF0000;
}

p.disclaim {
    max-width: 350px;
}


div#tags-toggle-wrapper img {
    vertical-align:bottom;
}

a#tags_toggler {
    cursor: pointer;
}

div#tag_selection_wrapper div {
    overflow:auto !important; /* fix mootools slide flicker bug in firefox*/
}

ul#ll_tag_list {
    margin:0;

}

ul#ll_tag_list li {
    float: left;
    list-style-type: none;
    margin: 0 5px 4px 0;
}
ul#ll_tag_list li.bit-box,
ul#ll_tag_list li.bit-input input {
    font: 11px "Lucida Grande", "Verdana";
}
ul#ll_tag_list li.bit-box {
    -moz-border-radius: 6px;
    border: 1px solid #CAD8F3;
    background: #CC0000;
    color:#FFF;
    padding: 1px 5px 2px;
}
ul#ll_tag_list a.closebutton {
    margin: 0 0 0 .4em;
    border:none;
}
ul#ll_tag_list a.closebutton img{
    margin:0;
    padding:.1em;
    vertical-align:middle;
    border:none;
}
ul#repository_tags {
    background-color: #FFF;
    height: 200px;
    overflow: auto;
    margin:0;
    padding:0;
}

ul#repository_tags li {
    border-bottom: 1px dotted #333;
    color: #000;
    cursor:pointer;
    list-style-type:none;
    margin: 0;
    padding: .3em;
}

ul#repository_tags li:hover {
    background-color: #dfe9f4;
}


a#add-click,
a:link#add-click,
a:visited#add-click,
a:active#add-click,
a:hover#add-click
{
    border: 1px solid #333;
    background: #CC0000;
    border:none;
    padding:.2em .3em;
    color:#FFF;
}

a:hover#add-click {
    color: #DDD;
}

.form_hint {
    border: 1px dotted #CC4A00;
    margin: 0 0 .5em 0;
    padding: 1em .5em 1em  36px;
    background:#EEE;
    color: #CC4A00;
    background-image: url(/assets/templates/lindaloos/images/hint.gif);
    background-repeat: no-repeat;
    background-position: 2px 50%;
}

#tag_selection_wrapper {
    min-width: 48%;
    width: 48%;
    margin: 0;
    padding: .5%;
    float: left;
    text-align: left;
    border: 1px dotted #666;
    clear:none;
}

#your_tags {
    min-width: 48%;
    width: 48%;
    margin: 0 0 0 1%;
    padding: .5%;
    float:right;
    border: 1px dotted #666;

}

div.tag_header {
    background-color: #b2cbe7;
    border: 1px solid #666;
    font-weight:bold;
    margin: 0 0 .3em 0;
    padding:.2em 0;
    text-align:center;
    width: 99%;
}

div#tagwrapper {
    display:table;
    width:99%;
    float:left;
    padding:.3em;
    margin: .3em;
}

div.form_fields_wrapper{
    display:block;
}

/*************FAQ**************/
.answer	{
    line-height:18px;
    padding:.5em .5em .5em 34px;
    background:#EEE;
    border: 1px dotted #666;
    background-image:url(/assets/templates/lindaloos/images/faq_answer.png);
    background-repeat: no-repeat;
    background-position: 3px 10px;
}

.question {

    border: 1px solid white;
    font-weight:bold;
    cursor:pointer;
    line-height:25px;
    padding:4px 34px;

    margin-top: .5em;
    background-image:url(/assets/templates/lindaloos/images/question_mark.png);
    background-repeat: no-repeat;
    background-position: 3px 50% ;
}

.question:hover	{
    border: 1px solid #666;
    background-color: #FFDD97;
    background-color: #B2CBE7;

}

p.createdby strong{
    color:#000;
    width: auto;
    padding: .5em 0 .5em .5em;
}
p.createdby strong.currentpage {
    color: #333;
}
img.howto  {
    border: 1px solid #666;
}


#print_icon {
    color: #014b7c;
    float:left;
    vertical-align:bottom;
    margin-top:.75em
}

#print_icon_howto {
    color: #014b7c;
    float:right;
    vertical-align:bottom;
    margin-top:.75em
}

#print_icon img {
    vertical-align:bottom;
}

.toggle_active {
    color: #FFF;
    background-color: #D98D2B;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-align:center;
    border-bottom: 1px solid #000000;

    border-right: 4px solid #CC0000;
}

.toggle_normal {
    color: #FFF;
    background-color: #D98D2B;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-align:center;
    border-bottom: 1px solid #000000;
    cursor:pointer;
}

.help_header {
    color: #333;
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 0 .3em;

}


.box-left {
    float:left;
    padding: .3em;
    width: 46%;

}

.box-right{
    float:left;
    width: 46%;
    padding: .3em;
}

#breadcrumb-wrapper {
    margin-bottom: 10px;
}
.B_currentCrumb {
    font-weight: bold;
}


/* SOCIAL ICONS */
#addbookmark {
    cursor: pointer;
    margin-right: 1em;
}
.social-left {
    float:left;
    margin:auto;
    padding: 0 0 0 5%;
    text-align:left;
    width: 40%;
}
.social-right {
    float:left;
    margin:auto;
    padding: 0 0 0 5%;
    text-align:left;
    width: 40%;
}

/*MooSlide stylesheet*/

.mooSlide {
    background-color: #FEFEEE;
    border: 1px solid #CC0000;
    color: #000;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 525px;
}

.mooSlide h1 {
    color: white;
    font-size: 1.6em;
    height: 20px;
    padding-top: 22px;
}
.mooSlide form {
    height: 26px;
    margin: 0 0 10px 0;
}

.mooSlide label {
    clear: both;
    display: block;
    float: left;
    padding-top: 8px;
    width: 180px;
}

.mooSlide .left {
    float: left;
    padding-left: 25px;
    width: 200px;
}


.mooSlide .socialbookmarkClose {
    display: block;
    position: absolute;
    right: 50px;
    top: 10px;
    width: 26px;
}

.mooSlide .socialbookmarkClose a {
    background-color:#FFF;
    border: 1px solid #000;
    color: #CC0000;
    font-size:12px;
    font-weight:bold;
    height: 26px;
    padding: 4px;
    text-decoration:none;
    width: 100%;
}

.mooSlide .socialbookmarkClose a:hover {
}

#social-icons {
    margin-top: 50px

}

#social-icons .title {
    background-color: #CC0000;
    background-image: url(custom/socialicons/lindaloo-social.gif);
    background-repeat:no-repeat;
    background-position: 3px 50%;
    border: 1px solid black;
    color: #FFF;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    height:32px;
    padding: .5em;
    text-indent: 38px;
    vertical-align:bottom;
}

#social-icons .links {
    padding: 20px;
}

#social-icons .link {
    padding: 25px;
}

.social-link {
    font-size: 120%;
    margin:0 0 8px 0;
}

.social-link img {
    margin-right: 6px;
    vertical-align: bottom;
}

#share-site {
    display:inline;
    float:right;
}

h4.newslisting {
    height: 0;
    line-height:1em;
    margin:0;
    padding: 0;
}

.news-listing-item {
    margin-bottom: 1.5em;
}

.news-listing-item p {
    margin:2px;
}

/* Teacher Tips */

#teacher-tip-wrapper {
    float:right;
    margin:0;
    padding:0;
    width: 213px;
}

div.sticky-note-container {
    margin: 0;
    padding: 0;
    width: 213px;
}

div.sticky-note {
    width: 213px;
    margin: 0;
    padding: 20px 0 0 0;
}

div.sticky-note-top {
    background-image: url(/assets/templates/lindaloos/images/sticky-top.gif);
    background-repeat: no-repeat;
    height: 46px;
}
div.sticky-note .title {
    font-size: .95em;
    font-weight:bold;
    text-align:center;
}
div.sticky-note-content {
    background-image: url(/assets/templates/lindaloos/images/sticky-middle.gif);
    background-repeat: repeat-y;
    color: #333;
    font-family: arial, verdana, sans-serif;
    padding: 0 30px 0 30px;
}

div.sticky-note-footer {
    background-image: url(/assets/templates/lindaloos/images/sticky-bottom.gif);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    height: 19px;
    margin: 0;
    padding: 0;
    width: 213px;
}



/* Menu Styles */

#menuwrapper {
    background:#E56319;
    background-image: url(/assets/templates/lindaloos/images/bg-menu.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    color: #FFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding:0;
    margin: 0 0 3px 0;
    width: 100%;
}
.clearit {

    clear: both;
    height: 0;
    line-height: 0.0;
    font-size: 0;
}
#p7menubar {
    width: 100%;
}
#p7menubar,
#p7menubar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
#p7menubar a {
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    border-right: 1px solid #333;
    font-size: .85em;
    font-weight: bold;
    color: #FFFFFF;
}
#p7menubar a.trigger {
    padding: 5px 16px 5px 10px;

    background-position: right center;
}
#p7menubar li {
    float: left;
    width: 9em;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul,
#p7menubar ul li  {
    width: 200px;
    background-color: #FFDD97;
}
#p7menubar ul li a  {

    border-right: 0;
    border-bottom: 1px solid #333333;
    padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;

}
#p7menubar li:hover a,
#p7menubar a:focus,
#p7menubar a:active,
#p7menubar li.p7hvr a {
    color: #8F5000;
    background-color: #FFFFFF;
}
#p7menubar li:hover ul,
#p7menubar li.p7hvr ul {
    display: block;
}
#p7menubar li:hover ul a,
#p7menubar li.p7hvr ul a {
    color: #000000;
    background-color: transparent;
}
#p7menubar ul a:hover {
    background-color: #FFFFFF!important;
    color: #8F5000!important;
}
#p7menubar li.active a {
    color: #CC4A00;
    background-color: #FFFFFF;
}

/***************************************
Home Page Highlights
***************************************/
.highlights-wrapper-table {
	width: 100%;
}

#highlights {
	margin-top: .8em;
}
.highlights-nav-wrapper {
	margin: 0 0 -14px 0;

}

#highlights a.highlight-nav {
    background: #FFFFA0;
    border: 1px solid #CECF5A;
    color: #666;

    margin-right: 10px;
    padding: .2em 2em;
    /*
        font-weight: bold;
        padding: .3em;
    */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;

    behavior: url(/css/border-radius.htc);
    border-radius: 20px;
}

#highlights a:hover.highlight-nav{
    background: #D1DFEF;
    border: 1px solid #779ABF;
}


#highlights span.highlight-nav-current {
    color: #666;
    font-weight: bold;
    margin-right: 10px;
    padding: .2em 2em;
}

#highlights ul {
	float:left;
	margin: 0;
	padding:0;
	width: 220px;
}


#google-plus-one {
	float:right;
}
