/*  
Theme Name: Starburst
Theme URI: http://www.weirdncrazy.com/universe/starburst/
Description: A WordPress 1.5 theme.
Version:
Author: Claire
Author URI: http://www.weirdncrazy.com/universe/
*/

a:link {
	color: #306;
	text-decoration: none;
}
a:visited {
	color: #306;
	text-decoration: none;
}
a:active {
	color: #306;
	text-decoration: none;
}
a:hover {
	color: #966;
	text-decoration: none;
}
div.center {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -350px;
	width: 700px;
}
div.topimage {
	position: relative;
	background: url(burst.gif) no-repeat;
	width: 700px;
	height: 312px;
	top: 0px;
	left: 0px;
}
div.title {
	position: absolute;
	left: 180px;
	top: 113px;
}
div.description {
	position: absolute;
	left: 200px;
	top: 143px;
	font-size: 105%;
	font-style: italic;
}
div.content {
	position: absolute;
	left: 192px;
	top: 187px;
	width: 466px;
	font-size: 103%;
	margin: 0px;
	padding: 20px;
	border-right: 1px solid #996666;
	border-bottom: 1px solid #996666;
	border-left: 1px dashed #996666;
}
div.sidebar {
	position: absolute;
	left: 0px;
	top: 219px;
	width: 151px;
	margin: 0px;
	padding: 20px;
	border-left: 1px solid #996666;
	border-bottom: 1px solid #996666;
	border-right: 1px dashed #996666;
}
div.page {
	text-align: center;
}
div.search {
	text-align: left;
}
div.navigation {
	text-align: right;
}
div.commenttext {
	margin-left: 20px;
}
body {
	font-size: 70%;
	font-family: verdana, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h1.title {
	font-size: 225%;
	text-align: left;
	margin: 0px;
}
h3 {
	font-size: 110%;
	text-align: left;
	margin: 0px;
}
h3.page {
	font-size: 110%;
	text-align: center;
	margin-bottom: 10px;
}
p {
	text-align: left;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
blockquote {
	padding-left: 10px;
	border-left: 3px solid #ccc;
}
input {
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: #000;
	border: 1px solid #000;
}
textarea {
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: #000;
	border: 1px solid #000;
	width: 350px;
	height: 150px;
}
hr {
	border: none 0; 
	border-top: 1px solid #000;
	height: 1px;
	width: 60%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
ul {
	text-align: left;
	list-style: circle inside;
	margin: 0px;
	padding: 0px;
}
ol {
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-left: 45px;
}
a img {
	border: none;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: center;
}
#wp-calendar td {
	text-align: center;
}
#wp-calendar th {
	text-align: center;
	font-weight: normal;
	font-style: italic;
}