body {
	background: White url(pinkdots1.jpg);
	margin: 0;
	padding: 10px 10px;
	text-align: left;
	font: normal normal small/1.5em Arial Narrow;
	color: Gray; /**/
	font-size: small; /**/
	font-size: small;
}

h5 {
	background: transparent;
	color: Silver;
	font-size: 16px;
}
h6 {
	background: transparent;
	color: Silver;
	font-size: 11px;
}
/* Page Structure
----------------------------------------------- */
/* The images which help create rounded corners depend on the 
   following widths and measurements. If you want to change 
   these measurements, the images will also need to change.
   */

#Content {
	margin: 20px 150px 10px 240px;
	background-color: White;
	border: thin dashed Silver;
}

	html>body #centercontent {
	margin: 120px 250px 10px 250px;
	background: transparent;
	width: 400px;
}

#Main {
	margin: 20px 150px 10px 240px;
	background-color: transparent;
	width: 500px;
}
#Sidebar {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 200px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	background: White;
}
#Sidelog {
	position: absolute;
	top: 500px;
	right: 0px;
	width: 200px;
	background-color: White;
	border: 1px solid Silver;
	padding: 5px 5px 0px 5px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: Silver;
}
	p {
	font-size:11px;
	line-height:20px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 0px 12px 0px;
	}
	form 
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: transparent;
	text-align: right;
}
	.sidetitle {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 14px;
	margin-top: 0px;
	padding: 2px;
	text-align: center;
}
.side {
	color: Silver;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.6;
	margin: 10px;
	background: transparent;
}

/* Links
----------------------------------------------- */
a:link {
	color: Gray;
}
a:visited {
  color:#666;
  }
a:hover {
  color:#c63;
  }
a img {
  border-width:0;
  }


/* Blog Header
----------------------------------------------- */
#header{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background: transparent url(notthegrirlgreenbanner.jpg) no-repeat scroll left;
	width: 720px;
	height: 443px;
}



/* Posts
----------------------------------------------- */
.date-header {
	margin: 0 0 px 0 0;
	font-size: 85%;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: Silver;
	background: #F86CCD;
}
.post {
	padding: 0;
	background-image: none;
	background-repeat: repeat-y;
	background: White;
}

.post-title {
	margin: 0;
	font-size: 135%;
	line-height: 1.5em;
	background: #F86CCD no-repeat 10px .5em;
	display: block;
	border: 2px solid #bbb;
	border-width: 0 1px 1px;
	padding: 2px 14px 2px 29px;
	color: White;
}
a.title-link, .post-title strong {
  text-decoration:none;
  display:block;
  }
a.title-link:hover {
	background-color: #E6D7AE;
	color: #000;
}
.post-body {
	border: 2px solid #bbb;
	border-width: 0 1px 1px;
	border-bottom-color: #fff;
	padding: 10px 14px 1px 29px;
}
html>body .post-body {
  border-bottom-width:0;
  }
.post p {
  margin:0 0 .75em;
  }
p.post-footer {
	background: transparent;
	margin: 0;
	padding: 2px 14px 2px 29px;
	border: 1px dotted #bbb;
	border-width: 1px;
	border-bottom: 1px solid #eee;
	font-size: 100%;
	line-height: 1.5em;
	color: #666;
	text-align: right;
}
html>body p.post-footer {
  border-bottom-color:transparent;
  }
p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }
.post img {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #ccc;
  }
blockquote {
  margin:.75em 0;
  border:1px dotted #ccc;
  border-width:1px 0;
  padding:5px 15px;
  color:#666;
  }
.post blockquote p {
  margin:.5em 0;
  }




/* Footer
----------------------------------------------- */
#footer {
  clear:both;
  margin:0;
  padding:15px 0 0;
  }
#footer div {
	background: #ADD8E6 no-repeat left top;
	padding: 8px 0 0;
	color: #fff;
}
#footer div div {
	background: no-repeat left bottom;
	padding: 0 15px 8px;
}
#footer hr {display:none;}
#footer p {margin:0;}
#footer a {color:#fff;}
  