/*
Theme Name: Colourful Stars
Theme URI: http://subsomatic.com
Description: The original WordPress theme for subsomatic.com
Version: 1.0
Author: Kelly Baker
*/

body
{
	background: #c4c4c4;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

#mainDiv
{
	width: 954px;
	background: #ffffff url(images/mainBg.gif) top left repeat-y;
	margin: auto;
}

a
{
	color: #33aab5;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #3355b5;
}

/*  header styles  
---------------------------------------------------------------------*/
#headerDiv
{
	border-top: 5px solid #666666;
	height: 140px;
	width: 948px;
	margin: auto;
}

#logo
{
	background: url(images/logo.gif) top left no-repeat;
	width: 288px;
	height: 114px;
	margin: 20px;
	float: left;
}

#logo h1
{
	display: none;
}


/*  menu styles  
---------------------------------------------------------------------*/
#menu 
{
	float: right;
	margin: 20px;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li
{
	float: left;
	margin: 0px 30px;
	padding: 0px;
}

#menu li span
{
	display: none;
}

#menu li a
{
	height: 81px;	
	display: block;
}

#menu li.homeBtn a
{
	background: url(images/homeBtn.gif) top left no-repeat;
	width: 62px;
}

#menu li.homeBtn a:hover
{
	background: url(images/homeBtn.gif) bottom left no-repeat;
}

#menu li.aboutBtn a
{
	background: url(images/aboutBtn.gif) top left no-repeat;
	width: 69px;
}

#menu li.aboutBtn a:hover
{
	background: url(images/aboutBtn.gif) bottom left no-repeat;
}

#menu li.elsewhereBtn a
{
	background: url(images/elsewhereBtn.gif) top left no-repeat;
	width: 100px;
}

#menu li.elsewhereBtn a:hover
{
	background: url(images/elsewhereBtn.gif) bottom left no-repeat;
}

#menu li.hireBtn a
{
	background: url(images/hireBtn.gif) top left no-repeat;
	width: 81px;
}

#menu li.hireBtn a:hover
{
	background: url(images/hireBtn.gif) bottom left no-repeat;
}


/*  post styles  
---------------------------------------------------------------------*/

#postsDiv
{
	margin: 20px;
}

.post
{
	width: 666px;
	min-height: 330px;
	position: relative;
	background: url(images/postBg.gif) top left repeat-y;
	padding: 1px 0px 35px 0px;
}

.postTop
{
	background: url(images/postTop.gif) top left no-repeat;
	width: 666px;
	height: 141px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.postBottom
{
	background: url(images/postBottom.gif) bottom left no-repeat;
	width: 666px;
	height: 186px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.postContent
{
	width: 550px;
	margin: auto;
	text-align: left;
	position: relative;
	margin-top: 30px;
}

.postTitle
{
	background: url(images/blogStar.gif) 0px 7px no-repeat;
	padding: 0px 0px 0px 25px;
	border-bottom: 2px solid #000000;
	font-size: 24px;
}

.postTitle a
{
	text-decoration: none;
	font-weight: normal;
}

.postDetails
{
	float: right;
	font-size: 10px;
	color: #999999;
	padding-top: 3px;
}

.postDetails a
{
	font-weight: bold;
}

.postBody
{
	line-height: 18px;		
	margin-top: 25px;
}


/*  sidebar styles  
---------------------------------------------------------------------*/

#sidebar
{
	float: right;	
	width: 220px;	
	margin: 20px;
}

#sidebar h4
{
	margin: 0px;
	padding: 0px;
}

#sidebar .widget_categories h4
{
	background: url(images/categories.gif) top left no-repeat;	
	width: 105px;
	height: 35px;
}

#sidebar .widget_flickr h4
{
	background: url(images/flickr.gif) top left no-repeat;	
	width: 63px;
	height: 33px;
}

#sidebar h4 span
{
	display: none;
}

#sidebar ul
{
	list-style: url(images/bulletStar.gif);
	margin: 5px 30px;
	padding: 0px;
}

#sidebar li
{
	margin: 4px 0px;
	padding: 0px;
}

#sidebar #searchDiv
{
	background: url(images/searchBg.gif) top left no-repeat;
	width: 220px;
	height: 50px;
	margin: 20px 0px;
}

#sidebar #searchDiv #searchform
{
	margin: 20px;
	padding-top: 12px;
}

#sidebar #searchDiv #searchform #searchsubmit
{
	background: url(images/searchBtn.gif) top left no-repeat;
	width: 56px;
	height: 25px;
	border: 0px;
	cursor: pointer;
	margin-left: 3px;
}

#sidebar .sidebarTop
{
	width: 220px;
	height: 26px;
	background: url(images/sidebarBoxTop.gif) top left no-repeat;
}

#sidebar .sidebarBottom
{
	width: 220px;
	height: 23px;
	background: url(images/sidebarBoxBottom.gif) top left no-repeat;
}

#sidebar .sidebarBox
{
	width: 220px;
	background: url(images/sidebarBoxBg.gif) top left repeat-y;
}


/*  comments styles  
---------------------------------------------------------------------*/

.comments
{
	border: #a2a2a2;
	background: #ffffff;
	padding: 10px;
}

.comments h3
{
	background: #eeeeee;
	margin: 0px;
	padding: 4px;
}

.comments ul
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.comments li
{
	margin: 0px;
	padding: 10px;	
}

.comments li.alt
{
	background: #eeeeee;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
}

.comments .reply
{
	margin-top: 10px;
}

/*  footer styles  
---------------------------------------------------------------------*/
#footerDiv
{
	background: #666666;
	height: 40px;	
	width: 908px;
	margin: auto;
	clear: both;
	padding: 20px;
	color: #ffffff;
	font-size: 11px;
}