/*
Theme Name: Starry Eyed Music
Theme URI: 
Description: Clean, colorful, and funky design. 
Version: 1.0
Author: Danny Banks
Author URI: http://dbanksdesign.com
Tags: simple, clean, widgets, widget ready, two columns, right sidebar, fixed width, valid CSS, valid XHTML
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	

	
body {
	min-width:950px;
	margin: 0px;
	padding: 0px;
	color: #6e7073;
	font: 11px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a {
	color: #ec008c;

}

a:hover {
	background: #ec008c;
    color: #FFF;
	text-decoration:none;
}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

hr { clear:both; }

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 110px 0px;
	background: #FFF /* url(img/bg_no_header.gif) top center no-repeat */;
}
	
#header {
	position: relative;
	height: 370px;
	margin:0;
	padding:0;
	
}

#content {
	padding: 10px 0 0 0;
	margin: 25px 12px 5px 35px;
	background: transparent;
	border-bottom: 2px solid #000;
}

#content-left {
	float: left;
	width: 580px;
	
}

#content-right {
	float: right;
	width: 280px;
	padding:10px;
	margin-bottom:20px;
	border: 2px solid #8cc63f;
}

#footer {

}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
    text-indent:-9999px;
}

h1 a {

}

h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 36px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	
}

h2 a {
	text-decoration:none;
	color:#6e7073;
}

h2 a:hover {
	background:none;
	color:#00aeef;
}

h2#blog-description {
    text-indent: -9999px;
    border:none;
}

h3 {
	margin: 5px 0 5px 0;
	font-size: 26px;
	font-weight: normal;
	color: #ec008c;
	line-height:35px;
}

h3 a {
	text-decoration: none;
	color: #ec008c;
}

h3 a:hover {
	background:none;
	color:#00aeef;
}

h4 {
	color: #ec008c;
	font-size:24px;
	border-bottom:1px solid #ec008c;
	margin:10px 0px 5px 0px;
	clear:both;
}

h4 a {
	text-decoration:underline;
}

.box-right h4 a {
	text-decoration:none;
	color:#000;
}

.box-right h4 a:hover  {
	background:none;
	color: #ec008c;
}

.box-right h4 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 16px;
	color:#000;
	text-transform:uppercase;
	background:url(img/h4.gif) bottom left no-repeat;
	border:none;
}
    
h5 {
	font-size:18px;
	color:#00aeef;
	font-weight:bold;
	margin:10px 0px 5px 0px;
}

h6 a {
	color:#00aeef;
	font-size:16px;
	font-weight:bold;
}

/*	##################################
   	HEADER
	################################## */
	
#top-nav {
	position: absolute;
	top: 5px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top-nav li {
	float: left;
	margin: 0 0 0 10px;
}

#top-nav li#rss {
	padding: 0 0 0 15px;
	background: url(img/rss-icon.gif) no-repeat left center;
}

a#banner {
	display:block;
	margin:358px 0px 0px 630px;
	padding-right:20px;
	border:none;
	background:none;	
}

a#banner img {
	border:none;
	background:none;
}

a#banner:hover {
	border:none;
	background:none;
}

/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 20px 0;
	padding-top:10px;
	border-top: 2px solid #333;
}

.description p {
	margin-bottom:10px;
	color:#00aeef;
}
	
.meta {
	clear: both;
	padding: 10px;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
	padding:10px 0px; 
}

/** box right */

.box-right {
	margin: 20px 0 0 0;
	padding: 10px;
	background: #f5ee31;
	
}

.box-right:first-child {
	margin:0;
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px 0px;

}

.box-right li a {
	text-decoration: none;
}

.textwidget {
	
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 500px;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

.avatar a {
	text-decoration:none;
	padding:0px;
	display:inline;
	color:#000;
	
}

.avatar a img {
	border:none;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	width: 900px;
	margin: 0 auto 0px auto;
	height:90px;
	padding:10px 0px 0px 25px;
	background:url(img/footer.gif) bottom center no-repeat;
}

#footer p {
	margin: 0 0 10px 0;
}

#legal {
	float: left;
	width: 400px;
}

#webdemar {
	float: right;
	width: 400px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
	clear: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

address {
	clear:both;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

#wpsb form {
    margin:0;
    padding:5px 0;
}

#wpsb .wpsb_form_label {
    margin:0;
    padding:0;
	
}

#wpsb .wpsb_form_btn {
    float:right;
    margin:-60px 0 0 0;
}

#wpsb #wpsb_radio_option1 {
    padding-top:5px; 
}

#wpsb_form_txt {
	padding:0;
	margin:0;
}

a.cat-post {
	font-weight:bold; 
	font-size:16px; 
	letter-spacing:1px;
	color: #ec008c;
	text-decoration:none;
}

a.cat-post:hover {
	color:#FFF;
}

img.size-thumbnail {
	width:150px;
	height:185px;
}

#meta ul {
	margin:0px;
	padding:0px;
}

#meta li, .execphpwidget li {
	padding:0px;
	border-top:2px solid #ec008c;
}

#meta li:first-child, .execphpwidget li:first-child{
	border:none;
}

#meta a, .execphpwidget a {
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:8px 0px;
}

ul.social {
	border:none;	
}

ul.social li {
	float:left;
	padding:5px 0px;
	border:none;
}

ul.social li a {
	border:none;
	background:transparent;
	padding:0px;
	color:#F5EE31;
}

ul.social li a:hover {
	background:none;
	border:none;
	color:#F5EE31;
}

ul.social li a img {
	background:none;
	padding:0px;
	border:none;
}

div.sticky {
	background:#f5ee31;
	padding:10px;
}

div.sticky p {
	font-size:14px;
	color:#000;
}

div.sticky h2 a {
	padding:10px 0px;	
}

ul.twitter {
	width:260px;
	height:auto;
	background:url(img/twitter_top.gif) top center no-repeat;
	padding:20px 0px 0px 0px;
	margin-top:10px; 
}

ul.twitter li {
	width:240px;
	background: #FFF url(img/twitter_bot.jpg) bottom center no-repeat;
	padding:0px 10px 160px 10px;
}

img.featured_artist {
	padding-right:10px;
}

/* Calendar Styles */

#content-left .calnk a {
	font-size:12px;
} 

	/* Calendar Widget Styles */
	#upcoming-events li {
		font-size:16px;
		font-weight:bold;
		color:#000;
	}
	
	#upcoming-events li ul li {
		font-size:14px;
		font-weight:normal;
		color:#6E7073;
	}
	
.icon-text-middle { color:#FFF; text-decoration:none; }
a:hover .icon-text-middle { background:none; }

.fbconnect_profiletexts ul { padding:0px; }
.fbconnect_profiletexts ul li { list-style:none; }

.post-edit-link { display:inline-block; clear:both; }

.contactform input[type="text"] { margin:5px 0px; width:120px; }
#tcf_captcha { width:50px; }

/* Bottom Banner */
#bottom-banner { width:100%; height:110px; background:#000 url(img/halloween-footer.jpg) top center no-repeat; position:fixed; bottom:0px; z-index:1000; }
#bottom-banner a { text-indent:-9999px; display:block; width:900px; height:110px; margin:0px auto; }
#bottom-banner a:hover { background:transparent; }

