body{
	background-color: #E9E8E5;
	background-image: url('img/bgtile.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size : 11px;
	line-height: 18px;
	color : #333333;
	font-family: tahoma, helvetica, verdana, arial, sans-serif;
	margin: 0;
	padding: 0; 
}

#container{
	margin-left: 0px;
	width: 960px;
	padding: 0px;
	background: url(img/bg.jpg) no-repeat 0 0;
	height: 800px;
	overflow:hidden	}
	
/* Main Divs
----------------------------------------------- */

#header{
	position:absolute;
	left:318px;
	top:210px;
	width:368px;
	height:40px;
	z-index:1;
}
#nav {
	position:absolute;
	left:326px;
	top:252px;
	width:380px;
	height:10px;
	z-index:2;
}
#content {
	position:absolute;
	left:326px;
	top:275px;
	width:425px;
	z-index:3;
	text-align:justify;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

#sectiontitle {
	float:right;
}

#sectiontitlecontainer {
	position: absolute;
	left:326px;
	top:190px;
	width:365px;
	height:20px;
	z-index:2;
}

hr {
	border: 0;
	width: 100%;
	border-bottom: #FF6699;
    border-width: 0px 0px 2px 0px;
	border-style: none none dotted none;
}

.smallcaps	{
	letter-spacing: 1px;
	text-transform:uppercase;
	font-size:10px;
	color: #FF6699;
	font-weight:bold;
}

.cover	{
	border:3px solid #fff;
	margin:0px 6px 6px 0px;
}


/* Links
----------------------------------------------- */

a.navlink:link, a.navlink:visited, a.navlink:active {
	color:transparent;
	text-decoration: none;
	border-bottom: #FF6699;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
	background-color:transparent;
	padding: 0px 0px 0px 0px;
}
	
a.navlink:hover {
	color:transparent;
	text-decoration: none;
	border-bottom: #FF6699;
    border-width: 0px 0px 2px 0px;
    border-style: none none dotted none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
}

a:link, a:visited, a:active {
	color:#FF6699;
	text-decoration: none;
	border-bottom: #FF6699;
    border-width: 0px;
    border-style: none;
	background-color: transparent;
	padding: 0px;
}
	
a:hover {
	color:#EB8B0F;
	text-decoration: none;
	border-bottom: #FF6699;
    border-width: 0px;
    border-style: none;
	background-color: transparent;
	padding: 0px;
}





/* Posts
----------------------------------------------- */

date-header {
  font-size: 9px; 
  text-transform: lowercase;
  letter-spacing:1px;
  }
.post-title {
  	font-size:14px;
	text-transform: lowercase;
	font-weight: bold;
  	color:#E91A63;
	letter-spacing:2px;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#E91A63;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#ECBB26;
  }
  
.post-date {
	color:#999;
	font-size: 9px; 
	text-transform: lowercase;
	letter-spacing:1px; }
  
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  color:#999;
  font-size: 9px; 
  text-transform: lowercase;
  letter-spacing:1px;
  }
 
.post-footer em, .comment-link {
  font-size: 9px; 
  text-transform: lowercase;
  letter-spacing:1px;
  }
.post-footer em {
  font-style: normal;
  color: #999;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:0px;
  border:4px solid #fff;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  text-transform:lowercase;
  letter-spacing:1px;
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  color:#999;
  }
#comments h4 strong {
  font-size:100%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em tahoma, helvetica, Arial, Verdana, Sans-serif;
  text-transform:lowercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style: normal;
  color:#ccc;
  }
  
.comment-poster {
  font-size: 9px; 
  text-transform: lowercase;
  letter-spacing:1px;
  color: #999;
  }
  
  
  
  
