/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/


/*---:[ core layout elements ]:---*/

body { background: #fff; color: #333; font: 62.5% Georgia, "Times New Roman", Times, serif; text-align: center;
 }

blockquote { font-style: italic; font-size: 1em; font-family: Georgia, "Times New Roman", Times, serif; color: #555; margin: 0 30px 1.5em 30px; padding: 0 0 0 10px; border-left: 1px solid #aaa; }

#container { width: 800px; margin: 0px auto 0 auto; }
					
	#content_box { width: 800px; text-align: left; float: left; clear: both; margin-top: 0px; 	border-top: 0px solid #ccc;  margin-top: 50px;}
	
		#content { width: 500px; padding: 0 40px 0 0; float: left;}
		
		#sidebar { width: 260px; float: left; }

#search {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: right;
	height: 25px;
	background-color: white;
	border-bottom: 2px solid #ccc;
	width: 800px;
	margin-bottom: 5px;
	background: url('images/logo1.gif') left no-repeat;
}

#sidbarimg {
	font: 3em Georgia, "Times New Roman", Times, serif; color: #000; 
	height: 155px;
	color: #ccc;
	
}


.entry { line-height: 1.65em; border-bottom: 0px solid #000; margin-bottom: 25px}
		
#footer { width: 800px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; }

h2 { font-size: 2.2em; }

	h2 a { color: #090; text-decoration: none; }
	
		h2 a:visited { color: #090; text-decoration: none; }
	
		h2 a:hover { color: #000; text-decoration: none; }
	
	.posts h2 { margin: 0 0 0.1em 0; line-height: 1.2em; }
	
	.pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sepxxx.gif') 0 100% no-repeat; }
		
	.pages h2, h2.page_header { margin: 0 0 0.75em 0; padding: 0 0 0.6em 0; background: url('images/hr_title_sep.gif') 0 100% no-repeat; border-bottom: 1px solid #000}

	
h4 { font: 1.2em Georgia, "Times New Roman", Times, serif; color: #000; }

	h4 a, h4 a:visited { color: #090; text-decoration: none; font-weight:normal}
	
		h4 a:hover { color: #090; text-decoration: underline; font-weight: normal}
		
	.posts h4 { margin: 0 0 1.25em 0; padding: 0 0 1.0em 0; background: url('images/hr_title_sep1.gif') 0 100% no-repeat; border-bottom: 1px solid #000}


.small-support {
	font-size: 11px;
	color: #0000b8;

}

.photo { 
border: solid 6px #000; 
margin-right: 10px;
}


ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 260px; margin: 0 0 2.5em 0; font-size: 1.3em; line-height: 1.4em; float: left; }

li {list-style: none;}

.entry { 
	text-align: left; 
	font-size: 1.5em; 
	line-height: 20px;
}

a { color: #0000b8; text-decoration:none; font-weight: bold}

	a:visited { color: #0000b8; text-decoration: none; font-weight: normal}

	a:hover { color: #0000b8; text-decoration: none;font-weight: bold }
	
li.widget ul, li.linkcat ul { list-style: block; margin: 0 0 0 5px; }

		
li.widget li, li.linkcat li { margin: 0 0 0 0; }
						
.playlist {
	border-style: dotted;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0;
	padding: 0;
	margin-bottom: 15px;
	width: 100%;	
}

.tr_tracklist {
	height: 35px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0;
	padding-left: 0;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 0;
	border-top-color: white;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-style: dashed;
	border-bottom-style: dotted;
	border-right-style: dashed;
	border-top-style: dashed;
	font-size: 2ex;
	border-spacing: 0px 0px;
	font-weight: normal;
	}
	
.td_track {
	border-style: dashed;
	border-width: 0px;
	border-spacing: 0px 0px;
	padding: 0;
	margin: 0;
	width: 90%;
	color: #009900;
	}
	
a.artist-name {
	width: 90%;
	text-decoration: none;
	font-weight: normal; 
	color: #0000b8;

	}
	
a.song-title {
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	text-decoration:underline; 
	color: #009900;
	font-weight: normal; 
	}
		
.td_icon {
	border-style: dashed;
	border-width: 0px;
	padding: 0;
	margin: 0;
	width: 10%;
	}
	
h2.archive_head { 
font-weight: bold !important; 
font-size: 1.7em !important; 
text-transform: uppercase !important; 
letter-spacing: normal !important; 
margin: 0 0 1.8em 0 !important; 
padding: 0.4em 2px !important; 
border-top: 0px solid #000 !important; 
background: url('images/hr_dot_blackxx.gif') 0 100% repeat-x !important; 
}	


#masthead { 
	width: 800px; 
	height: 120px; 
	background: url('images/logo_heads.gif') right no-repeat;
	padding-top: 80px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 4px solid #000 !important;
	*/ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ 
	}

#searchform .search_input { width: 200px; padding: 3px; color: #090; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999; }
	
	
#searchform .search_input:focus { border-top: 2px solid #009900; border-left: 2px solid #009900; border-right: 2px solid #009900; border-bottom: 2px solid #009900; }
		
ul#nav {width: 300px; padding: 0 10px;}

ul#nav li {list-style: none;  padding: ; font: bold 1em Helvetica, Arial, sans-serif; text-transform:none; font-weight: normal; font-size: 1em; 
	line-height: 20px}
	
ul#nav li a, ul#nav li a:visited { color: #000; text-decoration: none; }
	
ul#nav li a:hover { color: #000; text-decoration: underline; }
		
ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #090; text-decoration: underline; }

ul#nav li.rss { padding: 0.85em 0 0.7em 0; font: bold 1.4em Helvetica, Arial, sans-serif; float: left; text-transform:uppercase;}
			
ul#nav li.rss a { padding: 0 18px 0 0; background: url('images/icon_rss.gif') 100% 50% no-repeat; }

ul#nav li.titlebar { padding: 0.85em 0 0.7em 0; font: bold 1.4em Helvetica, Arial, sans-serif; float: left; text-transform:uppercase;}
			
ul#nav li.titlebar a { padding: 0 18px 0 0; background: url('images/icon_rss_nonw.gif') 100% 50% no-repeat; }
			
.staticheader {
  position: fixed;
  background-color: white;
}


/*---:[ sidebar styles ]:---*/

ul.sidebar_list { list-style: none; }

	ul.sidebar_list li.widget, ul.sidebar_list li.linkcat { width: 230px; margin: 0 0 1.5em 0; font-size: 1.1em; line-height: 1.2em; float: left; }

		li.widget h2, li.linkcat h2 { text-align: left; font-weight: bold; font-size: 1.2em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0 0 0; padding: 0.2em 0px; border-top: 0px solid #000; background: url('images/hr_dot_blackXX.gif') 0 100% repeat-x; }

		li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }
		
		li.widget ul, li.linkcat ul { list-style: none; margin: 0 0 0.5em 2px; }
		
		li.widget ol, li.linkcat ol { margin: 0 0 0.5em 20px; }
		
			li.widget li, li.linkcat li { margin: 0 0 0.7em 0; }
			
				li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { text-decoration: none; }
				
					li.widget li a:hover, li.linkcat li a:hover { text-decoration: underline; }
			
				li.widget li .recent_date { padding: 0 0 0 8px; font-weight: bold; color: #0000b8; }
		




