﻿body 
{
    background-position: center top;
    background-color: #ffffff;
}
#container
{
    width: 900px;
    margin: 10px auto;
    background-color: #fff;
    color: #000000;
    border: 1px solid gray;
    line-height: 130%;
}

#top
{
    font-weight: bold;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
}
#content
{
    font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial;
    color: #000000;
    
}
#footer
{
    clear: both;
    margin: 0;
    padding: .2em;
    border-top: 1px solid gray;
    text-align: center;
    background: url(images/background_nav_main.gif) #666633 repeat-x;
    color: #ff9900;
}
#leftnav
{
    margin: 0;
    padding: .9em;
    color: #000000;
    background-color: #ffffe6;
    height: 1000px;
}
.leftblock
{

    padding: 1px;

    background-color: #ffffe6;
}


 .rightblock
{
    margin-bottom: 0px;
    vertical-align: top;
    width: 70%;
    padding-right: 0px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.3em;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
/* Picture at the top of the site */
#poster
{
    background: url(images/LogoYR2008.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 760px;
    height: 200px;
    margin-top: 5px;
}



#menu
{
    background: url(images/background_nav_main.gif) repeat-x;
    color: #ff9900;
    border-bottom: 1px solid gray;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Trebuchet MS' , Tahoma, Arial, Verdana;
    padding-right: 0px;
    padding-top: 0px;
}
#menu a
{
    text-decoration: none;
    color: #ff9900;
}
#menu td
{
    text-align: center;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #330000;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/* Command buttons on pages */
.actionbuttons
{
  text-align:right;
  position: relative; 
  padding: 1px 1px 1px 1px;
}
h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}
.none
{
    display: none;
}
a:link
{
    color: #008000;
    text-decoration: none;
    text-decoration: underline;
}
a:visited
{
    color: #009900;
     text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
    color: #0000cd;
}
a:active
{
    text-decoration: none;
    color: #ff9900;
}
.title
{
    font-weight: bold;
    font-size: 1.5em;
    color: #cc0000;
    font-family: Tahoma, 'Trebuchet MS' , Verdana;
}
.title a
{
    font-weight: bold;
    color: #cc0000;
    font-family: 'Trebuchet MS' , Verdana, Tahoma;
}
.title_other
{
    font-weight: bold;
    font-size: 1.2em;
    color: #cc0000;
    font-family: 'Comic Sans MS' , Tahoma, Verdana, 'Trebuchet MS';
    padding-bottom: 10px;
    text-decoration: underline;
}
.title-major
{
    color: #cc0000;
    text-decoration: none;
}

.title-minor
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Verdana, Tahoma, 'Trebuchet MS';
}
.title-minor a
{
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    font-family: Verdana, Tahoma, Arial, 'Trebuchet MS';
}
/* Used by the page number control */
.PageNumbers
{
    display:inline;
}

.PageNumbers span
{
    padding-left: 3px;
}
.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}
#loginbanner
{
  padding-bottom: 0px;
}
#loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}
.fullwidth, #loginbanner
{
    border: 1px solid #DBDB79;
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.buttonsmall, .buttonsmall-ovr
{
    background: url(images/background_button_small.gif) repeat-x;
    border: none;
    color: #ff9900;
    height: 22px;
    font-weight: normal;
    font-size: 1em;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    text-decoration: underline;
    background: url(images/background_button_small-ovr.gif) repeat-x;
}
.content-left
{
    float: left;
    width: 50%;
}
.content-right
{
    float: right;
    width: 50%;   
}
.content-full
{
    width: 100%;
}
.content-left-other
{
    float: left;
    width: 50%;
}
.content-right-other
{
    float: right;
    width: 50%; 
    background-color: #ffffe6; 
}
.content-full-other
{
    width: 100%;
}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 750px;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 740px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}
.slideshowdesc
{
    color: #008000;
    font-family: Tahoma, Verdana;
    font-weight: bold;
    font-size: 0.8em;
}

img { border: none; }

img.logo
{
    border: none;
    float: left;
    margin: 3px 20px 10px 0px;
}

img.left
{
    float: left;
    margin: 3px 20px 10px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}
#DonationInfo
{
    color: #009933;
    font-family: 'Comic Sans MS' , Tahoma;
}

