/*-------------------------------------------    
    Body Declaration
-------------------------------------------*/	
body {
	text-align: center;
	background: #fff;
	min-width: 760px;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 100.5%;
	color: #333;
	}

/*-------------------------------------------    
   Wrapper
-------------------------------------------*/              
#wrapper {
	background: #fff;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}

/*-------------------------------------------    
   Main Navigation
-------------------------------------------*/ 

#navcontainer ul
{
text-align: center;
padding: 0;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background: #612FAA;
color: #FFF;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: bold;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 7px;
padding-right: 7px;
padding-bottom: 5px;
padding-top: 5px;
color: #FFF;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: #FFF;
color: #612FAA;
}

		
/*-------------------------------------------    
   SideBar (left hand column)
-------------------------------------------*/  		
#sideBar {
        width: 240px;
	float: left;
	background: transparent;
        margin-top: 20px;
        text-align: left;
	}

#sideBar p {
        margin: 0;
        padding: 0;
        padding-right: 20px;
        font-size:  80%;
	line-height: 1.3;
        color: #666;
}
		
#sideBar h1 {
	padding-top: 20px;
        margin: 0;
        line-height: 1.5;
        font-weight: bold; 
        font-size: 100%;
        color: #666;
}
		
#sideBar h2 {
	padding-top: 20px;
        margin: 0;
        line-height: 1.3;
        font-weight: bold; 
        font-size: 90%;
        color: #666;
}

 #sideBar a:link {
	color: #612FAA;
	text-decoration: none;
	font-weight: normal;
}

#sideBar a:visited {
	color: #612FAA;
	text-decoration: none;
	font-weight: normal;
}
		
#sideBar a:hover {
	color: #0000CC;
	text-decoration: none;
         font-weight: normal;
}

#sideBar a:active {
	color: #612FAA;
	text-decoration: none;
	font-weight: normal;
}

/*-----------------------------------------------------------    
   Amazon Ads (book links on blog pages)
------------------------------------------------------------*/
#amazon {
margin-top: 20px;
}

		
/*-------------------------------------------    
   Content (main column)
-------------------------------------------*/ 

#content {
			width: 500px;
			float: right;
			background: transparent;
		}	

                #content p {
			padding-right: 20px;
			font-size: 90%;
			line-height: 1.2;
		}

                #content h1 {
                        margin: 0; 
                        padding-bottom: 10px;
                        font-weight: bold; 
                        font-size: 140%;
                        color: #612FAA;
                        margin-bottom: -10px;
		}
		
		#content h2 {
			margin: 0;
                        margin-top: 20px;
			padding-bottom: 10px;
                        font-weight: bold; 
                        font-size: 100%;
                        color: #666;
		}



#content a:link {
			color: #612FAA;
			text-decoration: none;
			font-weight: bold;
		}

		#content a:visited {
			color: #612FAA;
			text-decoration: none;
			font-weight: bold;
		}
		
		#content a:hover {
			color: #0000CC;
			text-decoration: none;
                        font-weight: bold;
		}

		#content a:active {
			color: #612FAA;
			text-decoration: none;
			font-weight: bold;
		}


.post {
margin-right: 20px;
padding-bottom: 20px;
font-weight: normal; 
font-size: 80%;
color: #666;
border-bottom: 3px solid #612FAA;
line-height: 1.2;
}

.calendarBG {
 background-color: #000;
}

.calendarBlank {
 background-color: #EAE8FF;
}

.calendarHeader {
 font-weight: bold;
 color: #612FAA;
 text-align: center;
 background-color: #EAE8FF;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #fff;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #612FAA;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}


/*-------------------------------------------    
    Footer
-------------------------------------------*/
			
		#footer {
			clear: both;
                        height: 120px;
			background: #fff url(images/si/si-footer.jpg) no-repeat left top;
		}