
/***********************************************/
/* AAWG styles   January 9, 2012           */
/***********************************************/
body{
	font:12px verdana,hevetica,arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cbdbb7 url(images/bg-green.gif) repeat;
	background: #aa87b2;
	background: #d1a7d8;
}

/******* basic formatting *******/
.centered{
    text-align: center;
}
.righted{
    text-align: right; padding: 0 0 0 8px;
}
.bolded{
    font-weight: bold;
}

/******* hyperlink and anchor tag styles *******/

a img {
    border: none;
}
a:link, a:visited{
    color: #666666;
}
a:hover{
    text-decoration: none;
	color:#966; 
}
/************** headerand paragraph styles **************/

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
    
}
h1 {
    padding: 16px 0 5px 160px;
    color: #813f89;
    font-size: 1.5em;
}
h2 {
    font-size:1.2em;
	padding: 4px 0;
    color: #813f89;
}

h3 {font-size: 1.1em; margin: 5px 0;}
h4 {font-size: 1em; margin: 5px 0;}
p {font-size: 1em; padding-bottom: 10px;}
form {padding: 1em 0;}

/*************** list tag styles ***************/

ul{
	list-style: none;
	padding: 0 0 0 25px;
    margin: 0;
}
li {
   padding: 0 0 5px 0;
   margin: 0;
   font-size: 1em;
   display: list-item;
   text-align: left;
}

/*****************images *******************/
.image-r {
     position: absolute;
     bottom: 0;
     right: 0;	
}
.image-l {
    position: absolute;
	top: 15px;
	left: 20px;
}
.righted {float: right; margin-right: 1em;}
.clear {clear: both;}
.box-width1 {float: left; width: 200px; margin: 10px;}
.box-width2 {float: left; width: 450px; margin: 10px;}
/****************tagline and topic***************/

#tagline {
    padding: 6px 100px 0 0;
}
#tagline p{
	font-size: 1em;
	text-transform: uppercase;
	text-align: right;
	font-style:italic;
	font-weight: bold;
	color: #813f89;
		
}

.topic {
    margin: 10px 0;
	padding: 5px;
	border: dotted #fcd3c1 2px;

}

/***********************************************/
/* Layout Divs                                                                */
/***********************************************/
#wrapper{
	width: 900px;
	padding: 0;
	background-color: #ffffff;
	border: #690 groove 10px;
	border: none;
	margin: 20px auto;
}

#masthead{
	position:relative;
	height: 105px;
	background: #faf3eb url(images/iris.png) no-repeat bottom right;
	background: none;
	border-bottom:5px solid #813f89;
}

#globalnav{
    width: 100%;
	margin: 0 0 10px 160px;
    height: 22px;	
}
/***********************************************/
/* Presentation Divs                                                       */
/***********************************************/

#globalnav ul {margin-top: 10px; padding: 0;}
#globalnav li {display: inline;}

#year {border-bottom:1px solid #ccd2d2; padding: 0 15px;}

#sidebar{
	float: left;
	width: 308px;
	font-size: 1em;
	padding: 0 10px;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	text-align: left;
}
		
#sidebar img{display: block; margin: 5px auto 20px;}
#sidebar p {padding: 10px 0 0 0;}

#sidebar .info {margin: 0 -10px; padding: 0; font-size: .8em; color: #666666; background: #faf3eb;}
#sidebar h3 {text-align:center;}

#poem{padding: 10px; margin-bottom: 10px; background: #faf3eb;}

#content{
	padding: 10px;
	font-size: 1em;
	margin:0px 0px 0px 328px;
	border-left: 1px solid #ccd2d2;}
#past {margin: 1em 0 0 0;}
#holiday img {float: left;}
#holiday p {font-size: 1.1em; color:#813f89; font-style:italic;}
#holiday li {font-size: 1em; color:#813f89;}
#holiday form {text-align:center;}
/***********************************************/
/* Links - link, hover, visited, active                               */
/***********************************************/
a.glink, a.glink:visited{
  	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px 4px 10px;
	/* border-right: 1px solid #966; */}
#content a.glink, #content a.glink:visited {padding: 0;}
a.glink:hover{background-image: url(glblnav_current.gif); text-decoration: none;}
a.clink {font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px 4px 10px;
	border-right: 1px solid #966;
	border-left: 1px solid #966;
    background-image: url(glblnav_selected.gif);
	color:#000000;
	text-decoration: none;}

/************** footer styles ****************/

#footer{
    clear: both;
    position: relative;
	border-top: 1px solid #cccccc;
	font-size: .8em;
	text-align:center;
	color: #666666;
	height: 40px;
	padding-top: 10px;
}
#retreat {margin: 10px;}
#retreat h2, #retreat h3, #retreat h4 {color: #990033;}
#retreat a:link, #retreat a:visited {color: #990033;}
#retreat a:hover {color: #d699ad;}
#retreat ul {list-style: none;}
#retreat p, #retreat li {font-size: .8em;}
#retreat p {padding: 5px;}
#retreat h4 {padding: 5px 0 0 0;}

/********************* end **********************/









