/* Start of CMSMS style sheet 'AIDS Project' */
/* CSS Document - AIDS Project of Southern Vermont */

body {
	background-color: #E7E2FD;
	text-align: center;
        }
	
#head {
	position: inherit;
	margin-left: auto;
             margin-right: auto;
	margin-bottom: 0px;
             padding-bottom: 0px;
             width: 750px;
	}
	
#navTop {
	position: inherit;
	margin-top: 20px;
	margin-left: auto;
             margin-right: auto;
	padding-bottom: 5px;
	width: 750px;
	color: #FF0011;
	text-align: right;
	font-size: 18px;
	font-family: Century Gothic;
	}

a.navTopLink, a.navTopLink:visited {
	color: #FF0011;
	text-decoration: none;
	}

a.navTopLink:hover {
	color: #05005A;
	text-decoration: none;
        }
	
#navBottom {
	position: inherit;
	margin-left: auto;
        margin-right: auto;
	width: 748px;
	color: #FF0011;
	font-size: 16px;
	font-family: Century Gothic;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #D1CCED;
	border: 1px solid #05005A;
	border-top: none;
	}
	
a.navBottomLink, a.navBottomLink:visited {
	color: #FF0011;
	text-decoration: none;
	}

a.navBottomLink:hover {
	color: #05005A;
	text-decoration: none;
        background-image: url(http://www.aidsprojectsouthernvermont.org/images/ribbon.gif); 
	background-repeat: no-repeat;
	}

	
#main {
	position: inherit;
	margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
	width: 750px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #D1CCED;
	border: 1px solid #05005A;
	}
	
#main2 {
	position: inherit;
	margin-left: auto;
        margin-right: auto;
	width: 748px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-color: #D1CCED;
	border: 1px solid #05005A;
        border-top: none;
	}
	
	
#banner {
	position: inherit;
	margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
	width: 750px;
	padding: 5px 0px 5px 0px;
	background-color: #05005A;
	font-family: Century Gothic; 
	font-size: 16px;
	font-variant: small-caps;
	text-align: left;
	color: #FA6C6A;
	}

a.breadcrumbs, a.breadcrumbs:visited {
	color: #FA6C6A;
	text-decoration: none;
	}

a.breadcrumbs:hover {
	color: #FF0011;
        text-decoration: none;
	}
	
#nav2 {
        margin-left: auto;
        margin-right: auto;
        width: 748px;
        padding: 8px 0px 8px 0px;
        font-family: Century Gothic; 
	font-size: 16px;
        text-align: left;
	vertical-align: top;
        background-color: #D1CCED;
        border: 1px solid #05005A; 
        }


a.nav2_link, a.nav2_link:visited {
	color: #FF0011;
	text-decoration: none;
	}

a.nav2_link:hover {
	color: #05005A;
	text-decoration: none;
        background-image: url(http://www.aidsprojectsouthernvermont.org/images/ribbon.gif); 
	background-repeat: no-repeat;
	}

.main {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	width: 730px;
        text-align: left;
	vertical-align: top;
	text-align: justify;
	padding: 20px 30px 30px 30px;
        }

.main img {
       padding: 10px;
       border: 0px;
       }
	
	
.main_right {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 30px 30px 0px 0px;
	}
	
a, a:visited {
	color: #05005A;
	text-decoration: none;
	}

a:hover {
	color: #FF0011;
	text-decoration: underline;
	}

.back {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 9px;
	text-align: left;
	padding-left: 30px;
	}
	
hr {
       color: #05005A;
       background-color: #05005A;
       noshade: noshade;
       height: 1px;
       border: none; 
       }

.calendar {
	width: 686px;
	background-color: #E8E8E8;
	text-align: left;
        border: 1px solid #05005A;
        border-collapse: collapse;
        }
	
td.month {
	text-align: center;
	font-family: Century Gothic;
        font-variant: small-caps;
        letter-spacing: 10px; 
        }

td.week {
        text-align: center;
	font-family: Century Gothic;
        font-variant: small-caps;
        }
	
td.weekborder {
	text-align: center;
	border-top: 1px solid #05005A;
	}
	
td.day {
	border: 1px solid #05005A;
	width: 98px;
	height: 100px;
	vertical-align: text-top;
       padding: 4px;
        }

	
#foot {
	position: inherit;
	margin-left: auto;
        margin-right: auto;
	padding-top: 10px;
	width: 750px;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 9px;
	text-align: center;
	}

/* End of 'AIDS Project' */

/* Start of CMSMS style sheet 'AIDS Project Calendar' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/



/* make all links red */
.calendar tr td a
{
  color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: silver;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

.calendar-month {
  font-size:24px;
  font-variant: small-caps;
}

.calendar-event-title {
   font-size: 20px;
   font-weight: bold;
   text-decoration: underline;
   }

.calendar-date-from {
   font-style: italic;
   }
/* End of 'AIDS Project Calendar' */

