
/*
   Kiss My Winds and Brass Style Sheet
   Author: David Askren
   Date:   September 2015

   Filename:  kmwb_bbnoticeseventspage_styles.css
   
   Purpose: This is the notices/events bulletin board page style 
            sheet for the Kiss My Winds and Brass web site. This  
            style sheet will be linked to the notices/events 
            bulletin board page of the site.
*/



/* notices/events bulletin board page content styles */

section#bbnoticeseventspagecontent
{
   background-color: white;
   border: 1px solid SlateGray;    /* #657383 */
   padding: 1% 5% 2% 5%;
}


/* heading styles */
section#bbnoticeseventspagecontent h2
{
   margin-left: 5%;
}


/* aside styles */
aside 
{
   width: 30%;
   margin-top: 35px;
   margin-left: 5%;
   float: right;
   font-weight: bold;
   border-left: 5px solid SlateGray;
   border-top: 45px solid SlateGray;
   border-right: 5px solid SlateGray;
   border-bottom: 5px solid SlateGray;
   
   /* border radius */
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
}

aside h3
{
   color: white;
   padding-left: 5%;
   margin-top: -36px;
}



/* paragraph styles */
section#bbnoticeseventspagecontent p
{
   margin-left: 5%;
   width: 60%;
}

/* list styles */
section#bbnoticeseventspagecontent div.eventlist
{
   margin-left: 8%;
   width: 57%;
}



