html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 13px "Trebuchet MS";
	background: #000 ;
	color: #E3B8F0;
	}

a { text-decoration: none; }	
a:link, a:visited { color: #FFF; }
a:hover, a:active { color: #D67AF1; }
a:focus { outline: none; }

a img { border: 0 none; }

#site {
	width: 643px;
	margin: 0 auto;
	}

.section {
	width: 583px;
	padding: 20px 30px;
	background: #171717;
	}

#logo {
	width: 432px;
	height: 141px;
	margin: 0 auto;
	}
	
#blog { margin: 30px 0; }

#blog .post {
	width: 580px;
	margin: 0 auto 20px;
	background: url('http://elainecarroll.net/vmk/bg-stars-top.jpg') no-repeat center 20px;
	}

#blog .post h1 {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	}

#blog .post .entry {
	min-height: 65px;
	padding: 40px;
	background: url('http://elainecarroll.net/vmk/bg-stars-bottom.jpg') no-repeat center bottom;
	}
	
#nav {
	width: 146px;
	height: 75px;
	margin: 45px auto;
	}

#nav.previousnext { width: 295px; }

#nav a {
	display: block;
	width: 146px;
	height: 74px;
	float: left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#nav a:link, #nav a:visited { background-position: 0 0; }
#nav a:hover, #nav a:active { background-position: 0 -74px; }

#nav a#back { background-image: url('http://elainecarroll.net/vmk/btn-back-sprite.jpg'); }
#nav a#next { background-image: url('http://elainecarroll.net/vmk/btn-next-sprite.jpg'); }

#twitter { padding-bottom: 75px; }

#twitter strong {
	display: block;
	width: 215px;
	height: 100px;
	margin: 0 auto 20px;
	background: url('http://elainecarroll.net/vmk/hdr-twitter.jpg') no-repeat;
	text-indent: -9999px;		
	}

#twitter-status {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#twitter-status li {
	margin-bottom: 15px;
	padding-left: 95px;
	font-size: 20px;
	background: url('http://elainecarroll.net/vmk/img-arrow-white.jpg') no-repeat 75px 8px;
	color: #FFF;
	}
	
#twitter-status li.first {
	padding-left: 20px;
	font-size: 30px;
	background: url('http://elainecarroll.net/vmk/img-arrow-pink.jpg') no-repeat left 15px;
	color: #D67AF1;
	}

#twitter-status li > a:link, #twitter-status li > a:visited { color: #FFF; }
#twitter-status li > a:hover, #twitter-status li > a:active {
	text-decoration: underline;
	color: #D67AF1;
	}
	
#twitter-status li.first > a:link, #twitter-status li.first > a:visited { color: #D67AF1; }
#twitter-status li.first > a:hover, #twitter-status li.first > a:active { color: #FFF; }

#twitter-status li span a {
	margin-left: 5px;
	font-size: 12px;
	}

#twitter-status li span a:link, #twitter-status li span a:visited { color: #E3B8F0; }
#twitter-status li span a:hover, #twitter-status li span a:active { color: #D997ED; }

#contact { padding: 30px 0; }

#contact a {
	display: block;
	width: 386px;
	height: 94px;
	margin: 0 auto;
	background: url('http://elainecarroll.net/vmk/img-questions-or-whatevs.jpg');
	text-indent: -9999px;
	}
