/*
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;
	background:#ddd;
	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: black;
	text-decoration: underline;
	}
	
#content, #container {
	position: relative;
	top: 10px;
	background:#fff;
	padding-bottom: 20px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right:225px;
	border:1px solid #000;
	}

.comments-head {
	font-size: medium;
	font-weight: bold;
	padding: 15px;
	position: relative;
	top: 10px;
	background:#fff;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}	

.comments-body, .trackback-url, .trackback-body {
	font-size: small;
	padding: 15px;
	position: relative;
	top: 5px;
	background:#fff;
	padding-bottom: 20px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #000;
}

.trackback-post {
	font-size: small;
	}

.comments-post, {
	font-size: x-small;
	padding: 5px;
	}

#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:5px;
	padding: 20px 20px 20px 20px;
	}

#banner-commentspop {
	position: relative;
	background:#fff;
	border:1px solid #000;
	margin-right: 5px;
	margin-left: 5px;
	top:5px;
	font-size: large;
	font-weight: bold;
	padding: 15px;
	}

#banner h1  {
	margin: 0px;
	margin-bottom: 5px;
	}
	
#banner .description  {
	padding:0px;
	}
	
.title, h2.title {
	margin-top:10px;
	margin-bottom: 0px;
	padding: 0px;
	}

.date   {
      	margin: 20px;
	margin-bottom: 15px;
	}

.blogbody {
	margin-right:40px;
	margin-left:40px;
	}

.sidetitle, .calendarhead {
	margin: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	}

.side, .syndicate, .powered {
       margin: 10px 25px 15px 25px;
       font-size: 11px;
       }

.calendar {font-size: x-small;
	   font-weight: normal;
	   text-align: center;
	  }

div.calendar {margin: 10px 15px 15px 15px;}

.powered {
	 text-transform: uppercase;
	 text-align: center;
	 }

.posted {
	font-size: 11px;
	padding-top:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#666;
	}

/*
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}
*/

