/*  
Theme Name: Starburst
Theme URI: http://starburst.weirdncrazy.com
Description: A WordPress 1.5/2.* theme.
Version: 1.1
Author: Claire
Author URI: http://www.weirdncrazy.com/universe/
Tags: two columns, fixed width, purple, pink, widgets, gravatars
*/



/* STARBURST CSS______________________________________________________________________________ */

a {
	color: #306;
	text-decoration: none;
}
a:hover {
	color: #966;
	text-decoration: none;
}
div.container {
	position: absolute;
	top: 1em;
	left: 50%;
	margin-left: -350px;
	width: 700px;
}
div.header {
	position: relative;
	background: url(images/header.gif) no-repeat;
	width: 700px;
	height: 312px;
	top: 0;
	left: 0;
}
div.title {
	position: absolute;
	left: 212px;
	top: 113px;
}
div.description {
	position: absolute;
	left: 232px;
	top: 143px;
	font-size: 110%;
	font-style: italic;
}
div.content {
	position: absolute;
	left: 192px;
	top: 187px;
	width: 466px;
	font-size: 103%;
	margin: 0;
	padding: 20px;
	border-right: 1px solid #966;
	border-bottom: 1px solid #966;
	border-left: 1px solid #966;
}
div.divider {
	margin: 0 auto;
	background: url(images/divider.gif) no-repeat;
	width: 50px;
	height: 32px;
}
div.sidebar {
	position: absolute;
	left: 0;
	top: 219px;
	width: 151px;
	margin: 0;
	padding: 20px;
	border-left: 1px solid #966;
	border-bottom: 1px solid #966;
	border-right: 1px solid #966;
}
div.page {
	text-align: center;
}
div.search {
	text-align: left;
}
div.commenttext {
	margin-left: 1em;
}
div.navigation {
	text-align: right;
}
div.navigationtop {
	padding: 0 0 3em 0;
}
div.navigationbottom {
	padding: 1em 0 2em 0;
}
div.floatleft {
	float: left;
}
div.floatright {
	float: right;
}
div.wtitle { /* for widgets */
	margin-top: 1em;
}
body {
	font-size: 70%;
	font-family: verdana, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
h1.title {
	font-size: 225%;
	text-align: left;
	margin: 0;
}
h3 {
	font-size: 120%;
	text-align: left;
	margin: 0;
}
h3.page {
	font-size: 120%;
	text-align: center;
	margin-bottom: 1em;
}
h3.comments {
	font-size: 120%;
	text-align: left;
	margin-top: 1em;
}
p {
	text-align: left;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
blockquote {
	padding-left: 1em;
	border-left: 3px solid #ccc;
}
input {
	background: #fff;
	font: 100% verdana, sans-serif;
	color: #000;
	border: 1px solid #000;
}
textarea {
	background: #fff;
	font: 100% verdana, sans-serif;
	color: #000;
	border: 1px solid #000;
	width: 350px;
	height: 150px;
}
ul.sidebar {
	text-align: left;
	list-style: circle inside;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
code {
	font-size: 125%;
}



/* IMAGE/CAPTION CSS______________________________________________________________________________ */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}