/*
Unless otherwise indicated, all code below was written by Eric Costello,
and you are free to use, modify and distribute it. Please leave this 
comment block intact so that people can find the original unmodified
version at: http://www.glish.com/css/blogger/

Also see:
http://www.schwa.com
http://www.glish.com
*/

/*
This stylesheet was edited to support MoveableType by Jemima Pereira.
See mycolorswitcher.js for more details.

Notes:
To change the width of the sidebar, you need to add or subtract the same
pixel value to the width of #links, the margin-right of #banner, and the
margin-right of #content and #container (the last two are together).
*/

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
	}
	
a {
	font-weight:bold;
	color:black;
	outline:none;
	text-decoration:none;
	}
	
a:visited {
	color:black;
	font-weight: bold;
	text-decoration:none;
	}
	
a:hover, a:active {
	color: #000080;
        
	text-decoration: underline;
	}
	
#content, #container {
	position: relative;
	top: 10px;
	background:#DDDDFF;
	padding-bottom: 20px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right:225px;
	border:1px solid #000;
	}
	

#links {
	z-index:1;
	position: absolute;
	width: 213px;
	right:6px;
	top:5px;
	padding-bottom: 20px;
	background:#fff;
	border:1px solid #000;
	}

#menu   {
	text-align: center;
	margin: 20px 10px 10px 10px;
	}

#banner {
	position: relative;
	background:#fff;
	border:1px solid #000;
	margin-right: 225px;
	margin-left: 5px;
	top:55px;
	padding: 20px 20px 20px 20px;
	left: 125px;

	}
	
.titlebox {
	background:#fff;
	margin-left: 5px;
	margin-right: 5px;
	}

	
.title, h2.title {
	margin-top:10px;
	margin-bottom: 0px;
	padding: 0px;
	}

.date   {
      	margin: 20px;
	margin-bottom: 15px;
	}


/* ORANGE ROUND BOX */

 /* set background images for corners */
.rbroundbox { background-image: url(simple_background.gif); layer-background-image: url(simple_background.gif);}
.rbtop div  { background: url(simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { width: 20em; margin: auto; }


 /* BLUE ROUND BOX */
.bluerbroundbox { background-image: url(blue_background.gif); layer-background-image: url(blue_background.gif);}
.bluerbtop div  { background: url(blue_top_left.gif) no-repeat top left; }
.bluerbtop      { background: url(blue_top_right.gif) no-repeat top right; }
.bluerbbot div  { background: url(blue_bottom_left.gif) no-repeat bottom left; }
.bluerbbot      { background: url(blue_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.bluerbtop div, .bluerbtop, .bluerbbot div, .bluerbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.bluerbcontent  { margin: 0 14px; }
.bluerbroundbox { width: 20em; margin: auto; }


 /* YELLOW ROUND BOX */
.yrbroundbox { background-image: url(yellow_background.gif); layer-background-image: url(yellow_background.gif);}
.yrbtop div  { background: url(yellow_top_left.gif) no-repeat top left; }
.yrbtop      { background: url(yellow_top_right.gif) no-repeat top right; }
.yrbbot div  { background: url(yellow_bottom_left.gif) no-repeat bottom left; }
.yrbbot      { background: url(yellow_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.yrbtop div, .yrbtop, .yrbbot div, .yrbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.yrbcontent  { margin: 0 14px; }
.yrbroundbox { width: 20em; margin: auto; }


img   { display:inline;
            padding: 5px; border: solid thin #9090FF;
            margin-left: auto; margin-right: auto; 
            }
/*
input.searcher {
	font-size:10px;
	font-weight:bold;
	background:black;
	color:white;
	width:40px;
	border: 1px solid black;
	}
	
label, input, select { outline:none; }

label {cursor:hand}

*/
h3 {
	font-size: 14pt;
	font-weight: bold;
}
