/*  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: #034585;	text-decoration: none;}a:hover {	color: #849441;	text-decoration: none;}div.container {	position: absolute;	top: 0em;	left: 50%;	margin-left: -350px;	width: 700px;}div.header {	position: relative;	background: url(images/header.gif) no-repeat;	width: 700px;	height: 201px;	top: 0;	left: 0;}div.title {	position: absolute;	left: 350px;	top: 113px;}div.description {	position: absolute;	left: 370px;	top: 143px;	font-size: 110%;	font-style: italic;}div.content {	position: absolute;	left: 192px;	top: 200px;	width: 446px;	font-size: 103%;	margin: 0;	padding: 10px 30px;	border-right: 1px solid #ced6ad;	border-bottom: 1px solid #ced6ad;	border-left: 1px solid #ced6ad;}div.divider {	margin: 0 auto;	background: url(images/divider.gif) no-repeat;	width: 50px;	height: 32px;}div.sidebar {	position: absolute;	left: 0;	top: 200px;	width: 151px;	margin: 0;	padding: 10px 20px;	border-left: 1px solid #ced6ad;	border-bottom: 1px solid #ced6ad;	border-right: 1px solid #ced6ad;}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: #333333;	margin: 0;	padding: 0;}h1.title {	color: #666666;	font-size: 200%;	text-align: left;	margin: 0;}h3 {	color: #666666;	font-size: 120%;	text-align: left;	margin: 0;}h3.page {	color: #666666;	font-size: 120%;	text-align: left;	margin-bottom: 1em;}h3.comments {	color: #666666;	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 {	font: 100% verdana, sans-serif;}textarea {	background: #fff;	font: 100% verdana, sans-serif;	color: #666666;	border: 1px solid #333333;	width: 350px;	height: 150px;}ul.sidebar {	text-align: left;	list-style: none;	margin: 0;	padding: 5px;}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;}