/*
Theme Name:		Cutline 3-Column Split
Theme URI:		http://pearsonified.com
Description:	A squeaky clean, feature-rich theme for WordPress designed and coded by <a href="http://pearsonified.com">Chris Pearson</a>.
Version:		1.1
Author:			Chris Pearson
Author URI:		http://pearsonified.com/
*/

body { background: url('images/body_background.jpga') no-repeat top center #fff; color: #000; font: 62.5% "Trebuchet MS", Georgia, "Times New Roman", Times, serif; text-align: center; font-weight: 100; }

* { padding: 0; margin: 0; }



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

a{color: #9d9f00; text-decoration: none}
a:hover{color: #000;  text-decoration: none;}

a img { border: none;} 
a:hover 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; }

.green { color: #090; }

.red { color: #f00; }

.orange { color: #f40; }

.purple { color: #909; }



/*---:[ headlines ]:---*/

.post-header { padding: 0.3em 0; border-top: 1px dotted #dedede; border-bottom: 1px dotted #dedede; clear:both;}
.post-title { float:left; display:block; width: 75%; }
.comment-header { padding: 0.3em 0; border-top: 1px dotted #dedede; border-bottom: 1px dotted #dedede; clear:both;}
.comment-title { display:block;}
.comment-title h3 {text-transform: uppercase; color: #000; font-weight: 100;font-size: 1.7em; line-height: 1.5em; margin: 0; padding: 0;}
.page-header { padding: 0.3em 0; border-top: 1px dotted #dedede; border-bottom: 1px dotted #dedede; clear:both;}
.page-title { display:block;}
.post-date { float:right; display: block; width: 24%; text-align: right; text-transform: uppercase; font-weight: 100; color: #6f6f6f; line-height: 1.5em;}
.post-subheader {padding: 0.3em 0;}
.post-subheader { text-transform: uppercase; font-weight: 700; color: #000;}
.post-categories { float:left; display:block; width: 75%; }
.post-author { float:right; display: block; width: 24%; text-align: right; padding: 0.2em 0; text-transform: uppercase;}
.post-subheader a {text-decoration: none;color: #9d9f00;}
.post-subheader a:visited {color: #9d9f00; text-decoration: none;}
.entry {color: #000; font-size: 1.2em;margin-top: 1.5em;margin-bottom: 1.5em;}
.entry p{line-height: 1.5; margin: 0 0 1em 0;}
.entry img.titelbild{ border: 5px solid #fff;}
.post-comments { text-transform: uppercase; font-weight: 700; color: #000; margin-bottom: 1.5em; }
.post-comments a {text-decoration: none;color: #9d9f00;}
.post-comments a:visited {color: #9d9f00; text-decoration: none;}
h1 {}
h2 {text-transform: uppercase; color: #000; font-weight: 100;font-size: 1.7em; line-height: 1.5em; margin: 0; padding: 0;}
h2 a{color: #000; text-decoration: none;}
h3 {}
h4 {}
.rsswidget {color: #000;text-decoration: none;}
.rsswidget:hover, .rsswidget:focus {color: #000;text-decoration: underline;}



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

#container { width: 90.6em; margin: 0 auto; }
					
	#content_box { width: 90.6em; text-align: left; float: left; clear: both; }
	
		#content { width: 56em; padding: 0 0 0 0; float: left; }
		
		#sidebar { width: 30em; padding: 0 0 0 0; float: right; }
	
		#l_sidebar { width: 20em; padding: 0 1em 0 0; float: left; }
		
	#footer { width: 90.6em; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; }
		


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

#masthead { width: 100%; height: 250px; background: url('images/tskk_logo.gif') no-repeat top center #fff; border-bottom: 2px dotted #dedede; /* margin-bottom: 5px; */ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }


#masthead a { display: block; width: 100%; height: 250px; border: 0; } */ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

ul#nav { list-style: none; width: 90em; padding: 0 1em; background: url('images/hr_dot_black.gif') repeat-x #fff; border-bottom: 3px solid #000; float: left; clear: both; }

	ul#nav li { list-style: none; padding: 0.7em 10px 0.7em 10px; font-size: 19px !important; text-transform: uppercase; float: left; }
	
		ul#nav li a, ul#nav li a:visited { text-decoration: none; }
	
		ul#nav li a:hover { border-bottom: 2px solid #9d9f00; }
		
		ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #000; text-decoration: none; }
		
		ul#nav li.rss { padding: 0.85em 0 0.7em 0; float: right; }
			
		ul#nav li.rss a { padding: 0 18px 0 0; background: url('images/icon_rss.gif') 100% 50% no-repeat; }
			
#header_img { position: relative; margin: 0 0 3.0em 0; border-bottom: 1px solid #000; float: left; clear: both; }

	#header_img img { display: block; } /* this is really just an IE 6 and 7 hack in disguise */



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

.tagged { padding: 0 0 0 0; font-size: 1em; line-height: 1.6em; color: #888; clear: both; }

	.tagged a, .tagged a:visited { color: #000; text-decoration: none;padding: 0.1em 0.2em; }
	
		.tagged a:hover { color: #000; background: #333; text-decoration: none; border-top: 1px dotted #dedede; }
	
	.add_comment { display: block; font-weight: bold; float: left; background: #abbf00; margin-right: 5px; }
	
	.author {float: left; display:block; };
	.published {float:right; display:block;};

.navigation { width: 500px; font-size: 1.4em; float: left; }
	
	.previous { padding: 0 20px 0 0; float: left; }
	
	.next { float: right; }

.clear { height: 1px;clear: both; }

.rule { background: url('images/hr_tag_sep.gif') no-repeat; }

.flat { margin: 0 0 2.0em 0 !important; }

.whitespace { margin: 0 0 3.5em 0 !important; }



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

ul.sidebar_list { list-style: none; }

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

		li.widget h2, li.linkcat h2 {text-transform: uppercase; color: #000; font-weight: 100;font-size: 1.4em; line-height: 1.5em;padding: 0.15em 0; border-top: 1px dotted #dedede; border-bottom: 1px dotted #dedede;}

		li.widget p { margin: 0 0 1.5em 0; padding: 0 10px; }
		
		li.widget ul, li.linkcat ul {list-style: none; }
		
		li.widget ol, li.linkcat ol { }
		
			li.widget li, li.linkcat li {padding: 0.2em 0; }
			
				li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited, li#tag_cloud a,  li#tag_cloud a:visited { color: #9d9f00; text-decoration: none }
				
					li.widget li a:hover, li.linkcat li a:hover, li#tag_cloud a:hover { background:#fff; color: #000; text-decoration: none; border-bottom: 2px solid #9d9f00; margin-bottom: -2px; }
			
				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; }
		
			/*---< FlickrRSS styles for the widget only >---*/
		
			li.widget_flickrrss { }
			
				li.widget_flickrrss a img { margin: 0 5px 5px 0; padding: 3px; }
				
				li.widget_flickrrss a:hover img { background: #ff2a96; }
				
		/*---< Calendar widget styles >---*/
		
		#calendar_wrap { font-size: 1.3em; }
				


/*---:[ footer styles ]:---*/

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

	#footer a, #footer a:visited { color: #888; text-decoration: none; }
		
		#footer a:hover { color: #888; text-decoration: underline; }



/*---:[ comment styles ]:---*/
textarea#comment {width: 440px}
#comments { width: 450px; float: left; clear: both; background: none; }

	ul#comment_list { list-style: none; margin: 0 0 4.0em 0; float: left; }
		
		ul#comment_list li.comment { width: 450px; padding: 1.2em 0 0 0; border-bottom: 1px dotted #efefef; float: left; }
			
		ul#comment_list li.trackback { width: 450px; padding: 1.2em 15px 0 15px; background: url('images/trackback_bg.gif'); }
				
			.comment_meta { margin: 0 0 1.2em 0; }
			
			 .comment_meta strong a {color: #9d9f00; text-decoration: none; }
			
				.comment_num { padding: 0 15px 0 20px; font-weight: bold; font-size: 1.4em; float: right; }
				
				.trackback .comment_num { padding: 0 0 0 20px; }
				
					.comment_num a, .comment_num a:visited { color: #000; text-decoration: none; }
					
						.comment_num a:hover { color: #df0000; text-decoration: none; }
				
				.comment_meta strong { font-size: 1.6em; }
					
				.comment_time { font: normal 1.1em; color: #888; }
		
			.comment .entry { padding: 0 15px; }
			
				.comment .entry p { margin: 0 0 1.0em 0; }
			


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

#comment_form { width: 450px; padding: 1.0em 0 0 0; float: left;  }

	#comment_form p { padding: 0.6em 0; }
	
		#comment_form label { padding: 0 0 0 10px; font-size: 1.2em; }

		#comment_form .text_input { width: 191px; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
		
		#comment_form .text_area { width: 321px !important; }
	
			#comment_form .text_input:focus { border-top: 2px solid #666; border-left: 2px solid #666; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	
		#comment_form .form_submit { padding: 0.4em 4px; background: url('images/submit_bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; font: bold 1.4em Georgia, "Times New Roman", Times, serif; cursor: pointer; }
		
		#comment_form a, #comment_form a:visited{ color: #9d9f00; text-decoration: none }
		#comment_form a:hover{ background:#fff; color: #000; text-decoration: none; border-bottom: 2px solid #9d9f00; margin-bottom: -2px; }
		
		#comment_form p.subscribe-to-comments { font-size: 1.4em; }
		
			#comment_form p.subscribe-to-comments label { font-size: 1.0em; }
			


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

#search_form { }

	#search_form .search_input { width: 14.4em; padding: 5px; font: normal 1.4em 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; }
	
	#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; }
		
	#searchsubmit { background: #9d9f00; border: 0px; width: 6em; padding: 5px 5px 6px 5px; font-size: 1.4em; color: #fff; }
	
	ul#searchnav { list-style: none; padding: 10px 0; float: right; }
			


/*---:[ eigene klassen ]:---*/

.abstand-no { margin: 4em 0 1em 0; font-size: 20px; }
.similar-links { font-size: 16px; }

.gray { background-color: #666666; position: absolute; border: 10px solid #666666; z-index: 100; }
.opa { color:white; padding:10px 20px 0px 20px; position: absolute; z-index: 101; background-color: #214263; opacity:0.5; filter: alpha(opacity=50); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16);  -moz-opacity: 0.5; }
.entry ul, .entry ol { list-style: outside; padding: 0 0 1em 1.3em; }

.alignleft { float:left; margin: 0 1em 0.5em 0; }
.alignright { float:right; margin: 0 0 0.5em 1em; }
.aligncenter { margin: 0 auto; text-align:center; }

#article { border: dotted gray thin; padding: 10px 10px 0 10px; margin: 0 0 15px 0; text-align: center; width: 250px; height: 250px; }

#ad {
	margin: 0 0 15px 46px;
}
