/*
	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!
*/

/*---:[ global elements ]:---*/

a { color: #0060ff; text-decoration: underline; }

	.custom a:visited { color: #333; text-decoration: underline; }

	a:hover { color: #df0000; text-decoration: underline; }
	
	a img { border: none; }
	
blockquote { font-style: italic; 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; }

abbr, acronym { border-bottom: 1px dotted #aaa; text-transform: uppercase; cursor: help; }
	
code { color: #090; font-family: Courier, monospace; }

pre { margin: 0 0 1.5em 0; overflow: auto; font-size: 1.3em; clear: both; }

p.center { text-align: center !important; }

p.bottom { margin: 0 !important; }

p.unstyled { font-size: 1.4em; }

.flickr_blue { color: #007ae4; text-transform: lowercase; }

.flickr_pink { color: #ff2a96; text-transform: lowercase; }

.custon .green { color: #9c3; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }


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

.custom #wrapper { background: #ffffff ; width: 970px; height:auto; vertical-align:top; overflow:auto; padding: 0px; margin: 10px auto 10px auto; border: 0px solid #000; }

.custom #container { width: 970px; margin: 0 auto 0 auto;}
					
.custom #content_box { width: 970px; margin: 0 0 0 0; text-align: left; float: left; clear: both; }
	
#content { width: 500px; padding: 0 0 0 20px; float: left; }
.custom #sidebar { width: 210px; height: 1175px; padding: 0 5px 0 0px; float: right; background: #f2f2f2; border: 1px #C3C3C3 solid; text-align: center; margin: auto 5px auto auto;}
.custom #l_sidebar { width: 210px; height: 1175px; padding: 0 0 0 0px; float: left; background: #f2f2f2; border: 1px #C3C3C3 solid; text-align: center; margin: auto auto auto 5px;}
.custom #footer { width: 970px; padding: 1.2em 0 0 0; border-top: 0px solid #ccc; float: left; clear: both; background: #446de9 url('/images/bluefooterbackground15.jpg') repeat-x;}

/*---:[ header styles ]:---*/

.custom ul#nav { list-style: none; width: 950px; padding: 0 10px; background: url('/images/shadow.gif') repeat-x; border-bottom: 2px solid #ddd; float: left; clear: both; }

.custom ul#nav li.rss { padding: 0.85em 0.85em 0.7em 0; float: right; }

		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #9c3; text-decoration: underline; }
		
		.custom ul#nav li.rss a { padding: 0 18px 0 0; background: url('/images/icon_rss.gif') 100% 50% no-repeat; }

.custom ul#nav li.podcast { padding: 0.85em 0.85em 0.7em 0; float: right; }
			
		ul#nav li.podcast a { padding: 1px 84px 0 0; background: url('/images/itunespodcast.gif') 100% 50% no-repeat; }

#header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 0px solid #000; float: left; clear: both; }
		

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

ul.sidebar_list { list-style: none; }

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

		.custom li.widget h2, li.linkcat h2 { font-weight: bold; font-size: 1.077em; text-transform: uppercase; letter-spacing: normal; margin: 0 0 0.8em 0; padding: 0.4em 2px; border-top: 0px solid #000; background: url('/images/title_sep.tif') 0 100% repeat-x; }

		li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }
		
	.custom	li.widget ul, li.linkcat ul { list-style: none; margin: 0 0 0.5em 20px; text-align: left;}
		
		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: #888; }
		
		li.widget ul.flickr_stream { list-style: none; margin: 0; padding: 0 10px; }
		
			li.widget ul.flickr_stream li { margin: 0; padding: 0 5px 5px 0; display: inline; }
			
				li.widget ul.flickr_stream li a img { padding: 3px; }
				
				li.widget ul.flickr_stream li a:hover img { background: #ff2a96; }
				
/*---:[ footer styles ]:---*/

.custom #footer p { margin: 0 0.923em 0.923em 0; font-size: 1.3em; color: #000; text-align: right; }

	.custom #footer a, #footer a:visited { color: #000; text-decoration: none; }
		
		.custom #footer a:hover { color: #000; text-decoration: underline; }
		
/*---:[ search form styles ]:---*/

#search_form { }

	.custom #search_form .search_input { width: 185px; padding: 1px; color: #9c3; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
	
	li.widget .search_input { font-size: 1em !important; }
	
		#search_form .search_input:focus { border-top: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
