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


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

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

/*a { color: #0060ff; text-decoration: underline; }*/
a { color: #7ae; text-decoration: underline; }
	a:visited { color: #333; text-decoration: underline; }
	a:hover { color: #929F77; text-decoration: underline; } /*f50 bzw 590*/
	a img { border: none; }
blockquote { font-family: Georgia, Arial, "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: #666; 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; }
.green { color: #090; }
.red { color: #f00; }
.orange { color: #f40; }
.purple { color: #909; }

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

		ul#nav li a:hover { color: #000; text-decoration: underline; }
		ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited { color: #606F3E; text-decoration: none; }
		ul#nav li.current_page_item a:hover { color: #000; text-decoration: underline; }

#masthead {
		height: 1px;
		margin-left: -9999px;
}

#masthead h1 {
		border: 0;
}


/* Tagline */
.tagged { padding: 0.4em; background: #efefef; font-size: 1.2em; line-height: 1.6em; color: #888; clear: both; }
	.tagged a, .tagged a:visited { padding: 0.25em; color: #333; text-decoration: none; }
		.tagged a:hover { color: #fff; background: #333; text-decoration: none; }

/* Artikelüberschriften */
h2 { font-size: 2.0em; }
	h2 a { color: #000; text-decoration: none; }
		/*h2 a:visited { color: #666; text-decoration: none; }*/
		h2 a:visited { color: #000; text-decoration: none; }
		h2 a:hover { color: #606F3E; text-decoration: underline; } /*#7ae*/
	.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_sep.gif') 0 100% no-repeat; }
	h2.archive_head { font-weight: bold !important; font-size: 1.4em !important; text-transform: uppercase !important; letter-spacing: normal !important; margin: 0 0 1.8em 0 !important; padding: 0.4em 2px !important; border-top: 3px solid #000 !important; background: url('images/hr_dot_black.gif') 0 100% repeat-x !important; }


/* Unterlinie des Artikelkopfes */
	.posts h4 { margin: 0 0 1.25em 0; padding: 0.3em 0 0.3em 0; border-bottom: 1px solid #dfdfdf; background: none; }


/* Imagestyles */
	/*.entry img, .entry .gallery img { border: 3px double #efefef; margin: 0.1em 0; }*/
	/*.entry img, .entry .gallery img { padding: 1px; border: 1px solid #dfdfdf; margin: 0.1em 0; }*/
	.entry img, .entry .gallery img { padding: 0; border: none; margin: 0.1em 0; }


/*---:[ content styles ]:---*/

.entry, .comment .reply { font-size: 1.5em; line-height: 1.65em; }


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

				/* li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited { color: #888; text-decoration: none; } */
				li.widget li a:visited, li.linkcat li a:visited { color: #7ae; text-decoration: none; }
		  	li.widget li, li.linkcat li { margin: 0 0 0.2em 0; }

				li.widget ul.feed { list-style: none; margin: 0 0 0 36px; line-height: 36px; }
				li.widget ul.feed li.twitter { padding: 1px 0 0 41px; background: url('images/ico_twitter.png') 0 0 no-repeat; }
				li.widget ul.feed li.xing { padding: 1px 0 0 41px; background: url('images/ico_xing.png') 0 0 no-repeat; }
				li.widget ul.feed li.linkedin { padding: 1px 0 0 41px; background: url('images/ico_linkedin.png') 0 0 no-repeat; }
				li.widget ul.feed li.rss { padding: 1px 0 0 41px; background: url('images/ico_rss.png') 0 0 no-repeat; }
				li.widget ul.feed a, li.widget ul.feed a:visited  { color: #000; font-weight: bold; font-size: 1.077em; text-transform: uppercase; letter-spacing: normal; }
				li.widget ul.feed a:hover  { color: #7ae; text-decoration: underline; }

/*---:[ search form styles ]:---*/

#search_form { }
	#search_form .search_input { width: 201px; padding: 3px; color: #7ae; 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; }
	#search_form .search_input { width: 198px; padding: 3px; color: #888; font: normal 1.0em Georgia, "Times New Roman", Times, serif; border: 3px solid #888; }
	li.widget .search_input { font-size: 1.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; }
		#search_form .search_input:focus { color: #000; border: 3px solid #590;}
