/*  
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;
	font-size:12px;
}
a:hover {
	color: #966;
	text-decoration: none;
}
div.container {
	margin:0px auto;
	width: 902px;
}
div.header {
	background:url(images/inside_header.jpg);
}

#wrapper{
width:950px;
margin:0px auto;
	background:#f7f8f2;
}

#header{
}
#header #inside_menu{
	padding:0px;
	margin:0px;
}


#header #inside_menu ul {
	padding:0px;
	margin:0px;

}
#header #inside_menu ul li{
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	
}


div.title {
	position: absolute;
	left: 212px;
	top: 113px;
}
div.description {
	position: absolute;
	left: 232px;
	top: 143px;
	font-style: italic;
}
div.content {
	float:right;
	width:660px;
	margin: 0;
	background:white;
	border:1px solid #333;
	margin-top:10px;
	min-height:600px;
	padding:20px;
}

div.content h3 a, div.content h3{
	font-style:italic;
	font-size:18px;
	color:#8EA3A5;
}
	
div.divider {
	margin: 0 auto;
	width: 50px;
	height: 32px;
}
div.sidebar {
	float:left;
	width:160px;
	border:1px solid #333;
	margin-top:20px;
	padding-left:20px;
}

#searchform{
	background:#8EA3A5;
	margin-left:-20px;
	padding:10px;
	height:80px;
	padding-left:20px;

}
#searchform input[type=submit]{
	background:#E96220;	
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#searchform input{
	height:20px;
	margin-top:5px;
	margin-bottom:3px;
	margin-left:-3px;
	display:block;
	outline:0;
}
#searchform h3{
	color:white;
}
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-family: verdana, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	color:#333;
	font-size:12px;
	line-height:15px;
	font-family:Helvetica, Arial , sans-serif;
}
h1.title {
	text-align: left;
	margin: 0;
}
h3 {
	font-size:16px ;
	font-style:italic;
	color:#E96220;
	font-family:Georgia, "Times New Roman", Times, serif;	
	text-align: left;
	margin: 0;
	padding-bottom:4px;
}
h3.page {
	text-align: center;
	margin-bottom: 1em;
}
h3.comments {
	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;
}

.sidebar h3{
	
}
ul.sidebar {
	text-align: left;
	list-style:none;
	margin: 0;
	padding: 0;
	padding-left:8px;
	
}

ul.sidebar a{
	color:#666;
	padding:3px;
}
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;
}



#footer{
	height:32px;
	}

#footer ul{

}
#footer ul li{
	list-style:none;
	float:left;
	width:11.1%;
	margin:0px auto;
	text-align:center;
}
#footer ul li a{
	font-size:10px;
	border-left:1px solid #635A57;
	color:#645957;
	display:block;
	line height:32px;
	vertical-align:middle;

}

#footer ul li a.first{
		border:none;
		}
		
