body
{
	margin: 0;
	padding: 0;
	color: #000;
	font: normal 10pt Arial,Helvetica,sans-serif;
       background-color: #555;
      /*       background: url(../images/paper.jpg) repeat;*/
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
        background-color: #eaffcc;
        padding:1em;
         border-radius:10px;
        box-shadow:inset 0 0 5px #000000;
/*	background: white;*/
/*        opacity:0;*/
/*	border: 1px solid #C9E0ED;*/
}

#header
{
	margin: 0;
	padding: 0;
        padding-top:60px;
	background: url(../images/treeguylogo_2flat.png) no-repeat;
        background-position:390px 0px;
        height:300px;
        opacity:1;
       border-radius:10px;
/*       border:1px dotted #e8e49b;*/
       

}
#headerImg
{
/*    height:150px;
    border-radius:10px;
    box-shadow:inset 0 0 20px #000000;*/
}

#headerImg img
{
/*    height:146px;
    border:solid 2px #0161ad;
    border-radius:10px;
    z-index: -1;*/
    
}
#headerClick
{
    height:290px;
    border-radius:10px;
    box-shadow:inset 0 0 5px #000000;

}
#headerClickArea
{
    
    height:110px;
    cursor:pointer;
}
#content
{
    padding: 20px;
    padding-top:5px;
/*    opacity:.8;*/
    background-color: #eee;
    border:solid #999 1px;
    border-radius:10px;
/*    width:705px;*/
    margin-bottom:10px;
}

#content p, #content p span
{
    font-size:16px;
}


#pageMain
{

    opacity:.85;
    margin-top:10px;
    width:946px;
    border-radius:10px;
    
/*    box-shadow:inset 0 0 10px #000000;*/
/*    box-shadow:inset 0 0 5px #555;*/
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 0px;
	font-size: 0.8em;
	text-align: center;

        border-radius:10px;
        box-shadow:inset 0 0 5px #000000;
}
#footer a
{
    color:#00f;
}
#header #SearchForm
{
    position:relative;
    left:20px;
    top:6px;
}

#mainmenu
{
	background:#0161ad;
        height:40px;
        margin-top:10px;
        border-radius:10px;
        box-shadow:inset 0 0 10px #fff;
}
#left-col /* outer container */
{
    width:296px;
    padding-top:0px;
}
#left-column /* inner container */
{
    padding:10px;
    padding-left:0px;
    padding-top:0px;
    width:270px;
}


div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
        padding-top:0px;
	margin: 3px 0;
/*	border: 1px solid #C9E0ED;*/
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

span.blogDate
{
    float:right;
    width:200px;
    text-align: left;
}

.generic_box
{
    border:solid #eee 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        border-radius: 5px;
        padding:.8em;
        margin-right:10px;
}

img.menuIcon
{
    margin-right:10px;
}

div.menuText
{
    display:inline;
    position:relative;
    top:-10px;
}
/* styles for the flip menu */
h3.flipHeading
{
    position:relative;
/*    top:-250px;*/
    top:-170px; /* this is centered vertically */
/*    left:15px;*/
    color:#c1cd83;
/*    color:#993400;*/
    font-size:36px;
    /* drop shadow may not be supported by all browsers */
    text-shadow: 2px 2px 2px #000;
/*    text-shadow: 2px 2px 2px #d5e19a;*/
    text-align:center;
}
p.flipParagraph
{
    position:relative;
    color:#c1cd83;
    top:-250px;
    margin:10px;
    background-color:#1c2e10;
    padding:.8em;
    font-size:16px;
    font-weight:700;
    border-radius:8px;
    opacity:.8;
    visibility: hidden;
}

h3.sponsorFlipBackHeader
{
    margin-top:15px;
    margin-left:15px;
    color:#1c2e10;
    text-shadow: 1px 1px 1px #c1cd83;

}
ul.sponsorFlipList
{
    margin:10px;
    background-color:#1c2e10;
    padding:.8em;
    border-radius:8px;
    opacity:.8;
}
ul.sponsorFlipList li.sponsorFlipListItem
{
    list-style: none;
}
ul.sponsorFlipList li.sponsorFlipListItem a
{
    color:#c1cd83;
   font-size:14px;
    font-weight:700;
    text-decoration: none;

}
ul.sponsorFlipList li:hover
{
    background-color:#c1cd83;
}
ul.sponsorFlipList li.sponsorFlipListItem a:hover
{
    color:#1c2e10;
}
/* styles for the flip menu */

/* misc */
#browser_alert
{
    padding:.5em;
    background:url(../gridview/bg_diag.png);
    border:2px solid #000;
    margin-top:10px;
     border-radius:10px;
}

#browser_alert div.message
{
    background-color:#c1cd83;
    color:red;
    padding:.8em;
    border-radius:8px;
    opacity:.8;
    border:solid #000 2px;
}

#content div.view h1, #page_preamble h1
{
    color:#636600;
    text-shadow: 1px 1px 1px #000;
    padding:.5em;
    font-variant: small-caps;
    font-size:30px;

}

div.eventsBox, div.feedBox
{
    background:#f8f8f8;
    background:#eee;
/*    margin-top:10px;*/
     padding:.8em;
    -moz-border-radius:7px;
     border-radius:12px;
     box-shadow:inset 0 0 2px #333;
/*     background:url(../images/paper.jpg) repeat;*/

}

div.eventsBox h2, div.feedBox h2
{
/*    color:#c1cd83;*/
/*    color:#993400;*/
    color:#0966ac;
       text-shadow: 1px 1px 1px #000;
/*    text-shadow: 2px 2px 2px #d5e19a;*/
/*   margin-left:1.5em;
   margin-top:.5ex;*/
   text-align: center;
   font-size:30px;
   margin:0;
}
#buttonBar
{
    padding-left:30px;
    padding-top:.5em;
}

#buttonBar a
{
    margin-right:25px;
}

a.eventLink
{
    background:#0161ad;
    padding:.3em;
    padding-left:1em;
    margin:.3em;
    display:block;
-moz-border-radius:7px;
    border-radius:12px;
     box-shadow:inset 0 0 5px #1c2e10;
}

div.newsletter-link
{
    background:#D5E19A;
    padding:.8em;
    width:300px;
    margin-bottom:.5em;
     -moz-border-radius:7px;
    border-radius:7px;
     box-shadow:inset 0 0 5px #1c2e10;
}

div.newsletter-link:hover
{
    background:#e6f2ab;

}

/* image gallery styles */

.gallery_description
{
    background:#0966ac;
    color:#fff;
    padding:1em;
    margin-bottom:1ex;

}

a.gallery_tile
{
    text-decoration: none;
}

a.gallery_tile:hover
{
   opacity:.8;
}

div.gallery_summary
{
    background:#f8f8f8;
    color:#0966ac;
/*    text-shadow: 1px 1px 1px #000;*/
    padding:.5em;
    border-radius:12px;
    box-shadow:inset 0 0 5px #1c2e10;
    margin-bottom:1em;

}

div.gallery_summary div.gallery_summary_image
{
    float:left;
    margin:1em;
}
div.gallery_summary div.gallery_summary_description
{
    float:left;
    width:400px;
}
div.gallery_summary_description p
{
    padding:3em;
}

a.gallery_link
{
    text-decoration: none;
}

a.imgLink
{
    margin:5em;
}
/* contest items */
.contest_alert
{
    background-color:#ff6;
    color:#000;
    padding:.8em;
    border-radius:8px;
    opacity:1;
    border:solid #000 2px;
    margin-top:1ex;
    marbin-bottom:1ex;
}

.contest_link
{
    background-color:#d3e09a;
    color:#000;
    padding:.8em;
    border-radius:8px;
    opacity:1;
    border:solid #000 2px;
    margin-top:1ex;
    marbin-bottom:1ex;
}
hr.contest_separator
{
    background:#000;
    margin:0;
}
div.contest_link table
{
    margin:5px;
}
div.contest_link h2
{
    margin:10px;
}
div #photo_grid
{
    display:table;
    border-spacing: 5px;
    
}
div.photo_row
{
    display:row;
}

div.photo_vote
{
    display:table-cell;
    border:2px dotted #eee;
    border-spacing:10px;
}
div.photo_vote:hover
{
    border:2px solid #ccc;
}
div.photo_vote input
{
    float:left;
    background:#ccc;
}
h2.toggle
{
  cursor:pointer;
}

.toggle_header
{
    font-size: 16px;
    border:1px #162e46 solid;
    padding:.2em;
    padding-left:1em;
    padding-right:1em;
    background:url(bg_header1.jpg) repeat-x left top;
    color:#636600;
    text-shadow: 1px 1px 1px #000;
    margin-top: 1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}
/*
#content div.view h1, #page_preamble h1
{
    color:#636600;
    text-shadow: 1px 1px 1px #000;
    padding:.5em;
    font-variant: small-caps;
    font-size:30px;

}
*/

.show_item
{
    display:none;
/*    background:#F0F0EE;
    border:1px #000 solid;
    padding:1em;
    margin:1em;
    margin-bottom:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    
}

h2.resource_sub_header
{
    color:#636600;
    background:#fff;
    border-bottom:1px solid #636600;
    margin-bottom: 0;
    padding:.5em;
    padding-left: 1.5em;
}
div.resource_info
{
    background:#fff;
    color:#000;
    padding:.8em;

    
}