/* Style add-ons for the "Lucky Star" color scheme
of the WordPress theme "Simple Balance" by Blogsessive */


/* General styles */
body {
	background: #fff url(img/luckystar/bg.jpg) repeat 0% 0% fixed;
}

a {
	color: #9e005d;
	text-decoration: none;
}

a:hover {
	color: #ec008c;
}


/* Header styles */

.topLogo h1, .topLogo h2 {
	color: #ec008c;
}

.topLogo h1 a, .topLogo h2 a {
	color: #ec008c;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #9e005d;
}

.topLogo .blogDescription {
	color: #9e005d;
}

.topMenu ul li {
	border-top: 5px solid #fec3e7;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #f06eaa;
}

.topMenu ul li a {
	color: #ec008c;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #9e005d;
}

.s {
	border: 1px solid #f49ac1;
}


/* Sidebars styles */

#lsidebar h2, #rsidebar h2 {
	color: #ec008c;
	border-bottom: 1px solid #f49ac1;
}

#lsidebar li.rssFeed {
	background: url(img/luckystar/bg-rss.gif) no-repeat;
}

#lsidebar .leftPic{
	padding-top: 200px;
	background: url(img/luckystar/pic-sidebar.jpg) no-repeat;
}

.rssFeed a {
	color: #fff;
}

.rssFeed a:hover {
	color: #f49ac1;
}

.rssEmail {
	border: 1px solid #f49ac1;
}

.rssForm small {
	background: #ffeef5;
}

.rssSubmit {
	color: #9e005d;
}

#wp-calendar caption {
	color: #666;
}

#wp-calendar th {
	background: #eee;
}

#wp-calendar td {
	background: #f5f5f5;
}

#wp-calendar a {
	color: #ec008c;
}

#wp-calendar a:hover {
	color: #9e005d;
}


/* Content styles */

.archiveTitle {
	color: #666;
	border-bottom: 1px solid #ddd;
}

.postTitle h1, .postTitle h2 {
	color: #ec008c;
	border-bottom: 1px solid #f49ac1;
}

.postTitle h1 a, .postTitle h2 a {
	color: #ec008c;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	color: #9e005d;
}

.postContent h1 {
	color: #ec008c;
}

.postContent h2 {
	color: #ec008c;
}

.postContent h3 {
	color: #ec008c;
}

.postContent h4 {
	color: #777;
}

.postContent blockquote {
	background: #f3f3f3 url(img/luckystar/bg-blockquote.gif) no-repeat;
}

.postMeta a {
	color: #9e005d;
}

.postMeta a:hover {
	color: #ec008c;
}


/* Comments styles */

h3#respond, h3#comments, h3#trackbacks {
	color: #ec008c;
	border-bottom: 1px solid #f49ac1;
}

.commentAuthor a {
	color: #9e005d;
}

.commentAuthor a:hover {
	color: #ec008c;
}

#author, #email, #url {
	border: 1px solid #f49ac1;
}

#comment {
	border: 1px solid #f49ac1;
}

#submit {
	background: url(img/luckystar/bg-addcomment.gif) no-repeat;
	color: #fff;
}

/* Footer styles */

.disclaimer {
background:url("img/luckystar/footerbg.jpg") repeat fixed 0 0 #FFFFFF;
border:5px solid #000000;
clear:both;
color:#000000;
font-family:Trebuchet MS;
letter-spacing:0.1em;
line-height:1.6em;
margin:10px auto;
padding:10px;
text-align:center;
text-transform:uppercase;
width:1085px;
}

#footer {
	border-top: 1px solid #ddd;
}
