/*
Theme Name: Tarski
Theme URI: http://tarskitheme.com/
Description: An elegant, flexible theme developed by <a href="http://extralogical.net/">Ben Eastaugh</a> and <a href="http://ceejayoz.com/">Chris Sternal-Johnson</a>.
Author: Benedict Eastaugh and Chris Sternal-Johnson
Author URI: http://tarskitheme.com/about/
Tags: white, custom header, fixed width, two columns, widgets, API, options page, update notifier
Version: 2.3
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/*-----------------------------------------------
READ THIS FIRST!

Please do not edit this file unless you absolutely have to.
To customise your CSS styles, create an alternate stylesheet
as per the instructions at the following URL:

http://tarskitheme.com/help/styles/

Using this method will preserve your changes when
you upgrade to a newer version of Tarski.
----------------------------------------------- */

/* Initial cleanup
----------------------------------------------- */
html, body, form, fieldset { margin: 0; padding: 0; height: 100%}
form label { cursor: pointer; }
fieldset { border: none; }

/* Main structure
----------------------------------------------- */

body {font-family: Arial Narrow, Arial, sans-serif; font-size: 76%; line-height: 120%; color: #000; 
 background:#bab98b; 
}
#wrapper {margin: 0 auto; min-height: 100%; width: 981px; background: url('images/wrapper_bg.jpg') no-repeat top center; }



	#header {}

	#content { min-height: 550px; width: 970px; position: relative; font-size: 1.2em; margin: 0 auto;}
	.content {padding-left: 15px;}
	.content2 {padding-left: 15px; height: 110px;}

	#contentstart {width: 399px;padding:15px 0 10px 35px; float:left; line-height: 1.3;}
	
	
	#sidebar {float:left; margin: 400px 0 0 50px; padding: 0 10px 10px 10px; width:220px;  }
	* #sidebar {margin-left: 25px;}
	
#sidebar ul {width: 200px; padding: 0 0 0 35px; list-style-type: none;}
#sidebar ul li {width: 160px; background: url('images/menu_li.png') center left no-repeat; padding-left: 25px;margin: 6px 0px 6px 0; height: 18px;}
* html #sidebar ul li {background: url('images/menu_li.gif') center left no-repeat;}

#sidebar ul li a {text-decoration:none; text-transform: uppercase; font-size: 14px; font-weight: bold; color: #000;}
#sidebar ul li a:hover {color: #fde4a1;}	

#sidebar img {padding: 2px; border: 1px solid #A9A9A9; background: #fff; margin: 0 4px 4px 0;}
	
	#contentstart .meta {margin: 0 0 1em;}
	.primary .meta {margin: 0 0 1em;}
	
	body .primary { float: right; padding:15px 0px 10px 0px; width:600px; margin: 50px 20px 10px 0px;}
	* html .primary {margin-right: 10px;}
	
	body.janus .primary { float: left; }
body .primary-span { padding-left: 220px; clear: both; }
	body.janus .primary-span { padding-left: 0; padding-right: 220px; }


body { text-align: left; }
body.centre { text-align: center; }

/* Comment form
--------------------------------------- */
body #author, body #email, body #url { width: 194px; }
body #comment-input textarea { width: 494px; }


	
	#quote {width: 700px; float: right; position: relative; top: 240px; right: -50px; color: #fff; font-weight:bold;
	 }

*+html #quote {top: 175px; right: 30px;}

    #logo {width: 350px; height: 100px; position: absolute;}
	
	
	
/* Fix floats
----------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* Header
----------------------------------------------- */
#header-image { }
	#header-image a { text-decoration: none; border: none; }
	#header-image a img { border: none; }




#title { margin: 20px 0 -20px; border-bottom: 1px solid #ccc; }
/*#navigation {height:47px;left:12px;position:relative;top:128px;width:640px;}

/* Navigation
----------------------------------------------- */

/*#navigation ul.primary { font-size:1em; height:15px; margin:16px 0 16px 20px; padding:0; width: 640px; }
body.rtl #navigation ul.primary { direction: ltr; }


	#navigation ul.primary li { display: inline;  border-left: #87ae60 1px solid;  margin-right: -5px; padding: 0 12px; font-size:13px;}

	#navigation ul.primary li a{  color: #ffffff;}
	#navigation ul.primary li a:hover{color: #ffffff; background: #6a6a6a; text-decoration: none; }
	

	
	body.rtl #navigation ul.primary li { display: inline; margin: 0 0 0 1em; }
#navigation div.secondary { padding: 0.5em 0; }
	#navigation div.secondary p { margin: 0; }
	body.janus #navigation .secondary p, body.janus #theme-info .secondary p { text-align: right; }
	
#wrapper .nav-current:link, #wrapper .nav-current:visited, #wrapper .nav-current:active { color: #ffffff;  }
#wrapper .nav-current:hover { color: #ffffff; }


	/* Feed icon
	------------------------------------------- */
	body .feed { display: block; float: left; padding: 1px 0 1px 20px; min-height: 15px; font-size: 0.8em; background: url('images/icons.png') no-repeat 0 1px; }
	body.janus .feed, body.rtl .feed { float: right; padding: 1px 20px 1px 0; background-position: 100% 1px; }

/* Content
----------------------------------------------- */
	
	/* HTML element control
	--------------------------------------- */
	p { margin: 0 0 1.3em 0; }
		blockquote {
border-left: #ddd 4px solid;
font-size: 14px;
margin: 10px 0 15px 0;
padding:0px 0px 0px 30px;
}
		strong { font-weight: bold; }
		em { font-style: italic; }
		acronym, abbr { border-bottom: 1px solid #8fb7bf; }
		small { font-size: 0.8em; }
		sup, sub { font-size: 75%; }
		sup { vertical-align: super; }
		sub { vertical-align: sub; }
		hr { width: 100%; height: 1px; background: #ccc; color: #ccc; margin: 1em 0; border: none; padding: 0; }
	pre, code { font-family: Courier, "Courier New", monospace; font-size: 1em; }
		pre { overflow: scroll; margin: 0 0 1em 0; padding: 0 0 0.5em 0; white-space: pre-wrap; }
		body .primary pre { width: 500px; }
		body .secondary pre { width: 200px; }
		code { color: #7ca653; }
		html>body code, html>body pre { font-size:12px; }
	ul, ol { margin: 0 0 1em 30px; padding: 0; }
	ul { list-style: disc; }
		li { margin: 0; }
		body.rtl ul, body.rtl ol { margin: 0 30px 1em 0; padding: 0; }
	
	/* Global content control
	--------------------------------------- */
	body .content p { line-height: 1.3; }
	body .content li { line-height: 1.3; }
	
	.recentposts {display: block; border-bottom: #d6d6d6 1px solid; margin: 8px 0 8px 0; font-size: 12px}
	
	img {padding: 4px; border: 1px solid #A9A9A9; background: #fff; margin: 0 10px 10px 0;}
    a:hover img  {background: #A9A9A9;}
	
	.noimg {padding: 0px; border: none; background: none;}
	.noimg a:hover {padding: 0px; border: none; background: none;}
	
	

	/* Headers
	--------------------------------------- */
	#blog-title { font-size: 2.5em; font-weight: normal; margin: 0; border: none; padding: 0; line-height: 120%; }
	#tagline { font-size: 1.5em; font-weight: normal; font-style: italic; color: #808080; margin: 0.1em 0 0.3em 0; border: none; padding: 0; line-height: 120%; }

	h1 {font-size: 32px; font-weight: normal; line-height: 120%; margin: 0 0 25px 0; border-bottom: 1px solid #fff; padding: 0 0 0 0; color: #fde4a1; }
	h2 { font-size: 22px; font-weight: normal; line-height: 120%; margin: 0 0 12px 0; color: #fde4a1;}
	
	h3 { font-size: 17px; font-weight: normal; color: #fde4a1;  margin: 4px 0 0.4em 0; border-bottom: 1px solid #fff; padding: 0.2em 0 0.2em 0; clear:both;}
	#sidebar h3 {margin: 0px 0 0.4em 0; padding: 8px 0 0.2em 0; font-size: 1.6em;}

	h4 { font-size: 1.5em; font-weight: normal; line-height: 120%; margin: 0 0 0.3em 0; }
	h5 { font-size: 1em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }
	h6 { font-size: 0.8em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }

	/* Post content
	--------------------------------------- */
	body .articlenav { margin: 0 0 2em 0; border-bottom: 1px solid #e5e5e5; padding-top: 0.75em; padding-bottom: 0.75em; background: #fcffff; color: #808080; }
		body.janus .articlenav { text-align: right; }
	body.rtl .articlenav { border-bottom: 1px solid #e5e5e5; }
	body .entry { margin: 0 0 2em 0; clear: both; }
	body .posts .entry { margin: 0 0 2em 0; line-height: 1.3; padding: 10px;}
		body .entry .meta { margin: 0 0 1em 0; }
			body .entry .metadata { font-size: 0.8em; color: #808080; margin: 0; padding: 0; }
			body .entry .meta .metadata { margin: 0; padding: 0.3em 0 0 0; }
	body .aside { margin: 0 0 4em 0; }
		body .aside .meta { margin: -0.8em 0 0 0; border-top: 1px dotted #d9d9d9; padding: 0.2em 0 0 0; color: #808080; font-size: 0.8em; text-align: right; clear: both; }
	body .archive { margin: 0 0 2em 0; }
		body .archive .meta { margin: 0 0 1em 0; }
	body .link-pages { font-size: 0.8em; color: #808080; clear: both; }
	body .pagination { margin: 0; font-family: 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; line-height: 120%; color: #808080; clear: both; }
		
	/* Inserts
	--------------------------------------- */
	body .insertright { margin: 0 0 20px 20px; width: 220px; float: right; }
	body .insertleft { margin: 0 20px 20px 0; width: 220px; float: left; }
	body .insert { background: #fcffff; margin: 0 0 1em 0; border: 1px solid #cfe2e5; padding: 9px; }
		body .insert h3 { border-bottom: 1px solid #cfe2e5; }

	/* Downloads
	--------------------------------------- */
	body a.download { display: block; margin: 1em 0; padding: 5px 5px 5px 28px; min-height: 15px; }
	body .content a.download:link, body .content a.download:active { background:#fcffff url('images/icons.png') no-repeat 5px -295px; border: 1px solid #cfe2e5; }
	body .content a.download:hover { text-decoration: underline; }

	/* Images
	--------------------------------------- */
	
	a:hover body .comment a:hover .avatar { border: none; }
		#wrapper .gallery a:link, #wrapper .gallery-item a:visited, #wrapper .gallery-item a:hover, #wrapper .gallery-item a:active, #wrapper a.imagelink2 img, #wrapper a.imagelink2:hover img, #wrapper a.imagelink:link, #wrapper a.imagelink:visited, #wrapper a.imagelink:hover, #wrapper a.imagelink:active, #wrapper a.imagelink2:link, #wrapper a.imagelink2:visited, #wrapper a.imagelink2:hover, #wrapper a.imagelink2:active { border: none; }
		body .imageleft, body .alignleft { float: left; margin: 0 10px 0 0; }
		body .imageright, body .alignright { float: right; margin: 0 0 10px 10px; }
		body .imageblock { display: block; margin: 0 0 1em 0; }
		body .imagecentre, body .imagecenter, body .centered, body .aligncenter { display: block; text-align: center; margin: 0 auto 1em auto; }
		
	body .gallery { margin: 0 auto 1em 0; }
	body .gallery-item { float: left; margin-top: 10px; text-align: center; }
	body #wrapper .content .gallery-item a, body #wrapper .content .attachment a { border-bottom:none; }
	body .gallery-caption { margin-left: 0; }
	
	
	

	/* Tags & Tags page
	--------------------------------------- */
	body .tagdata { font-size: 0.8em; color: #808080; clear: both; display:none;}
	body .tagcloud {}
	body .tagcloud a { margin: 0 2px 0 0; }

	/* Search content
	--------------------------------------- */
	body .post-brief { margin: 0 0 2em 0; }
		body .post-brief h3 { margin: 0 0 0.2em 0; }
		body .post-brief p.post-metadata { color: #808080; margin: 0 0 0.2em 0; border: none; padding: 0; }
		body .post-brief p.excerpt { margin: 0; }
			
	/* Comments
	--------------------------------------- */
	.primarycontent {width: 550px; float:right;}
	.secondarycomments {float:left; width:260px; background:#FCFCFC none repeat scroll 0 0; border:1px solid #CCCCCC;margin:0 0 0.5em; padding:4px;}
	.commentsdetails {float:left; margin: 0 0 0 15px;}
	.avatarcomments {float:left;}
	
	#comments { padding: 2em 0 0 0; clear: both; width: 840px;}
	body.janus #comments .secondary { text-align: right; }
	#comments .meta { margin: 0 0 0.2em 0; }
		#comments .meta .title { width: 49.5%; float: left; margin: 0; border: none; }
		body .meta .comments-feed { width: 49.5%; float: right; text-align: right; margin:0; padding: 0.75em 0 0 0; }
			body .meta .comments-feed a { display: block; float:right; min-height:16px; padding: 1px 20px 1px 0; background: url('images/icons.png') no-repeat 100% -100px; font-size: 0.8em; }
		#trackback-link { margin: 0; padding-top: 2px; border-top: 1px solid #ccc; font-size: 0.8em; color: #808080; clear: both; }
			#trackback-link .secondary p { font-weight: bold; margin: 0; padding: 5px 24px 5px 0; }
			#trackback-link .primary p { margin: 0; padding: 5px 0; }

	body .comment { margin: 0; border-top: 1px solid #ccc; padding: 0.66em 0; }
		body .comment-permalink, body .comment-edit { font-size: 0.8em; margin: 0; }
		body .comment-author { margin: 0 0 0.5em 0; font-weight: bold; }
		body .avatar, body .comment a .avatar { margin: 0 0 0.5em 0; border: 1px solid #ccc; padding: 4px; background:#fcfcfc; }
		body .moderated .primary-span { border-bottom: 1px dotted #e5e5e5; padding-bottom: 0.5em; background: url('images/icons.png') no-repeat 100% -200px; }
	body .author-comment {}
	body .trackback { margin: 0; border-top: 1px solid #ccc; padding: 0.5em 0; background: #fcffff; }
		body .trackback p { font-size: 0.8em; margin: 0; }
		
	#respond { margin: 0; border-top: 1px solid #ccc; padding: 1em 0 0 0; width: 840px;}
		body .comments-info { font-size: 0.8em; margin: 0.6em 0 1em 220px; border-bottom: 1px solid #ccc; padding: 0 0 1.2em 0; }
		body .req-notice { font-size: 0.8em; }
		
	/* Lists
	--------------------------------------- */
	body .navlist { list-style: none; margin: 0 0 1em 0; }
		body .navlist li { margin: 0.5em 0; }
			body .navlist ul { list-style: none; margin: 0 0 0 1em; }
				body .navlist ul li { margin: 0.5em 0; }
		#wrapper .navlist a:link, #wrapper .navlist a:hover, #wrapper .navlist a:active { border-bottom: none; }
	body .archivelist { list-style: none; margin: 0.5em 0 1em 0; }
		body .archivelist li { margin: 0.5em 0; }
			body .archivelist ul { list-style: none; margin: 0 0 0 1.5em; }
				body .archivelist ul li { margin: 0.5em 0; }
	body .postspermonth { list-style: none; margin: 0.5em 0 1em 0; }
		body .postspermonth li { margin: 0.5em 0; }
		
	
	--------------------------------------- */
	body .bookmarks ul { list-style: none; margin: 0 0 1em 0; }
		body .bookmarks ul li { margin: 0.5em 0; }
    
	


	/* Footer
	--------------------------------------- */
	#footer { }
	

		#recent {}
			#recent ul { list-style: none; margin: 0; }
				#recent li { margin: 0; }
				h4.recent-title { margin: 0; }
				.recent-metadata { font-size: 0.8em; color: #808080; margin: 0 0 0.5em 0; }
				.recent-excerpt { line-height: 1.4; margin: 0 0 1em 0; }
		#theme-info { margin: 0.5em 0 0 0; border-top: 3px double #ccc; padding: 1em 0 0.5em 0; color: #808080; }
		.text1 {float:left; margin: 0; width: 900px; text-align: center; font-size: 10px;}
		
		.copyright {float:left; margin: 0; width: 900px; text-align: center; }
		
		#footer a {color: #000;text-decoration: underline;}
		#footer a:hover {color: #000; text-decoration: none;}
			
/* Forms
----------------------------------------------- */
input, select, textarea { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 100%; background: #bfbba4; border: 1px solid #85847f; }

	/* Search form
	--------------------------------------- */
	body .searchbox { width: 260px; margin: 0 0 1em 0; }
		#s { display: block; width: 120px; margin: 0 0.6em 0 0; border: 1px solid #ccc; padding: 2px; background: #fafafa; color: #404040; float:left; font-size: 10px; height: 18px;}
		#s:focus { background: #fff; font-size: 12px;}
		body.js #searchlabel { display: none; }

	/* Comment form
	--------------------------------------- */
	#commentform {}
	#info-input {}
		body .userinfo { color: #808080; }
		#info-input label { display: block; margin: 0 0 1.2em 0; color: #808080; }
		#author, #email, #url { display: block; width: 48%; margin: 0.2em 0 0 0; border: 1px solid #ccc; padding: 2px; background: #fafafa; color: #404040; }
	#comment-input {}
		#comment-input label { display: block; margin: 0 0 0.2em 0; color: #808080; }
		#comment-input textarea { width: 98%; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0 0 1.2em 0; border: 1px solid #ccc; padding: 2px; background: #fafafa; color: #404040; }
		
	#author:focus, #email:focus, #url:focus, #comment:focus { background: #fff; }
	#submit { display:block; margin: 0 0 1em 0; float:left;}
	#searchsubmit {}

/* Links
----------------------------------------------- */
a { text-decoration: underline; color: #a40000; }
a:link { color: #a40000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none;}

body .content a:link, body .content a:active, body .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body .tagdata a:active, body .tagdata a:visited, body .widget_tag_cloud a:link, body .widget_tag_cloud a:active, body .widget_tag_cloud a:visited {  }
body .content a:hover, body .link-pages a:hover, body .tagdata a:hover, body .widget_tag_cloud a:hover { }
	#wrapper .content h2 a:link, #wrapper .content h2 a:visited, #wrapper .content h2 a:hover, #wrapper .content h2 a:active, #wrapper .content h3 a:link, #wrapper .content h3 a:visited, #wrapper .content h3 a:hover, #wrapper .content h3 a:active, #wrapper .content h4 a:link, #wrapper .content h4 a:visited, #wrapper .content h4 a:hover, #wrapper .content h4 a:active { }
		
/* Widgets
----------------------------------------------- */
body .widget { margin: 0 0 2em 0; }
	
	/* List widgets
	------------------------------------------- */
	body .widget ul { margin: 0; list-style: none; font-size: 11px; line-height: 1.2;}
		body .widget ul li { margin: 0.5em 0; }
		body .widget ul ul { margin-left:2em; }
	
	/* Tag cloud widget
	------------------------------------------- */
	body .widget_tag_cloud { line-height: 1.2; }
		body .widget_tag_cloud a { margin: 0 2px 0 0; }
	
	/* Calendar widget
	------------------------------------------- */
	body .widget_calendar {}
		body .widget_calendar table { width: 100%; }
		body .widget_calendar caption { margin: 0.25em 0 0.2em 0; border-bottom: 1px solid #ccc; padding: 0 0 0.5em 0; font-family: 'Times New Roman', Times, Georgia, serif; font-size:1.5em; text-align: center; }
		body .widget_calendar th, body .widget_calendar td { margin: 1px; padding: 5px; text-align: center; }
		body .widget_calendar th { background: #fafcfc; font-weight: bold; }
		body .widget_calendar td { background: #edf1f2; }
		body .widget_calendar tbody td a { display:block; margin: -5px; padding: 5px; color: #fff; background: #8bb6cc; }
		body .widget_calendar tbody td a:hover { color: #fff; background: #cc8a95; }
		body .widget_calendar td.pad, .widget_calendar tfoot td { background: #fff; }
		body .widget_calendar tfoot td { font-family: 'Times New Roman', Times, Georgia, serif; font-size: 1.5em; }
		body .widget_calendar #prev { text-align: left; }
		body .widget_calendar #next { text-align: right; }
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
.mC {width:720px; margin:5px; }
.mH {color:#60c; cursor:pointer;  font-weight:normal; }
.mL {display: block; margin-bottom:10px;}
.mO {margin-left:10px; display:block;}


#imp-links {}
#imp-links:after { clear: both; content: ""; display: block; height: 0; }
#imp-links .clearfloat { clear: both; height: 0; overflow: hidden; }
.switchcontent{display:none;}
/* Clearing the list style from kubrick theme */
html>body #imp-links ul { text-indent: 0; padding: 0; }
html>body #imp-links li { margin: 0; }
#imp-links ul li:before { content: ""; }
/* Clearing the list style from kubrick theme finished */
#imp-links ul.cat_list { list-style: none; text-align: center; padding: 0; margin: 0 0 20px 0; }
#imp-links ul.cat_list li { display: inline; margin: 0 10px; }
#imp-links ul.cat_list li a, #imp-links ul.cat_list li a:visited { padding: 3px 0; }
#imp-links ul.cat_list li a:hover { text-decoration: underline; }
#imp-links .imp-links-list { width: 42%; margin: 0; }
#imp-links .imp-links-list-left { float: left; margin-right: 30px; margin-bottom: 20px;}
#imp-links .imp-links-list-right { float: right; }

#imp-links .imp-links-list ul { list-style: none; margin: 5px 0 0 0; }
#imp-links .imp-links-list ul li { border-bottom: 1px solid #dddddd; }
#imp-links .imp-links-list ul li a, #imp-links .imp-links-list ul li a:visited { display: inline-block; }
#imp-links .imp-links-list ul li a, #imp-links .imp-links-list ul li a:visited { display: block; padding: 4px 10px; }
#imp-links .imp-links-list ul li a:hover { background: #f5f5f5; }





 .sIFR-active h1,
    .sIFR-active h2,
     .sIFR-active h3,
    
     
	
    .sIFR-active h5#pullquote {
    	visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }
.sIFR-active h1 {
      display: block;
	  font-size: 32px;
	  margin: 0 auto;
	  padding: 0 0 5px 0;
	
	 
    }

    .sIFR-active h2 {
    	
      display: block;
	
    }
	
	.sIFR-active h3 {
    	
      display: block;
	
    }

  
   






.newshead2 {padding-left: 15px; position:relative; padding-top: 4px; margin-bottom: 10px;  background: url('images/article_bg.png') top left no-repeat; height: 30px;}
* html .newshead2 {background: url('images/article_bg.gif') top left no-repeat;}

.news {float: right; margin: 0 35px 0 5px; width: 420px; height: 137px; background: url('images/news_bg.gif') top left no-repeat; padding: 10px 0 0 17px;}
.news li, .comments li {list-style: none; list-style-type:none; padding-top: 3px;margin-bottom:-6px;}
.news ul, .comments ul {margin: 0; padding:0; list-style: none; list-style-type:none; }


.newshead, .comments .newshead {padding-left: 47px; position:relative;}


.newsdate {left:5px; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0pt; padding:3px 10px 2px 0px; position:absolute; text-align:center; top:0px; width: 37px; height: 37px;}


.month {color:#000;display:block;font-family:'Arial';font-size:11px;font-weight:bold;letter-spacing:0px; line-height:14px;}
.year {color: #666666; display:block; font-family:'Arial';font-size:10px;font-weight:bold;letter-spacing:-1px; line-height:14px;}

.newstitle {color: #67a800; display:block; font-family:'Arial';font-size:13px;font-weight:bold;letter-spacing:0px; line-height:14px;}
.newstitle a{color: #67a800; text-decoration:none;}
.newstitle a:hover{color: #666666; text-decoration:none;}
.newstext {font-size: 11px;}



.newsueb {color:#900201;float:right;font-size:14px;letter-spacing:-1px;text-transform:uppercase;width:300px;margin:30px 110px 0pt 0pt;font-weight: bold;}

.pagestrich {width: 100%; height: 1px; background: #fff; margin-bottom: 10px}



/*Newsletter */

.emailgelb {background: #d1d950; border: 1px solid #fff; margin: 7px 0 7px 0; padding: 5px;}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}
#sidebar .wp-caption {display:none;}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



.sample3 {   
list-style: none;   
margin: 0;   
padding: 0;   
text-indent:0px !important;   
}   
.sample3 li:before {   
content: '' !important;   
}   
.sample3 li {   
padding: 10px;   
margin: 0;   
float: left;   
position: relative;   
width: 170px;   
height: 140px;   
}   
.sample3 li:hover img {   
border-color: #000;   
}   
.sample3 img {   
background: #c3c1c1;   
border: solid 2px #827f6b;   
padding: 5px 20px;   
}   
.sample3 em {   
background: #fff;   
color: #000;   
font-style: normal;   
padding: 2px 8px 0 22px;   
display: block;   
position: absolute;   
top: 20px;   
left: 5px;   
border: 1px solid #999;   
}   
.sample3 a {   
text-decoration: none;   
}   
.sample3 span {   
width: 140px;   
height: 116px;   
display: block;   
position: absolute;   
top: 9px;   
  
background: url(images/klammern.png) no-repeat;   
z-index: 3;   
}  
* html .sample3 span {display: none;}

.beschreibung {font-size: 11px; margin-top: -7px; padding-left: 10px;}