/*
Theme Name: Tisa-Theme
Theme URI: http://markusdrubba.de
Description: The default Theme for This is SouthAfrica
Author: Markus Drubba
Version: 0.1
*/ /* --------------------------------------------------------------

   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

object {
	padding:10px 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* reset end */ /* own declarations */
body {
	background: #fff url("img/layout-sprite.png") no-repeat scroll center
		-1882px;
	font-family: Georgia, Verdana, Arial;
}

.clear {
	clear:both;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

small {
	font: 10px/ 1.5 Verdana;
}

a:hover,a:focus,a:active,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
.page_links_area a,
.post-author a:hover,
.post-author a:focus,.post-author a:active,
.comment-author a:hover.url,
.comment-author a:focus.url,
.comment-author a:active.url,
#footer a {
	color: #000;
	text-decoration: none;
}

h1 a:hover,h1 a:focus,h1 a:active,
h2 a:hover,h2 a:focus,h2 a:active,
h3 a:hover,h3 a:focus,h3 a:active,
h4 a:hover,h4 a:focus,h4 a:active,
h5 a:hover,h5 a:focus,h5 a:active,
h6 a:hover,h6 a:focus,h6 a:active,
.post-author a,
.comment-author a.url,
#footer a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	padding: 0 0 5px 0;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	padding: 0 0 5px 0;
}

h5 {
	font-size:1.2em;
	font-weight:normal;
}

a {
	color: #000;
	text-decoration: underline;
}

.entry p {
	font: 12px/ 1.5 Verdana, Arial;
	color: #666;
	padding:0 0 15px 0;
}

.alignleft {
	float:left;
	padding:0 15px 5px 0;
}

.alignright {
	float:right;
	padding:0 0 5px 15px;
}

p.dach {
	padding:0;
	font-weight:bold;
}

.blog .teaser-long {
	margin:0;
}

.teaser-long {
	margin:0 0 0 155px;
}

.wrapper {
	clear: both;
	margin: 0 auto;
	width: 960px;
}

#textgallery-wrapper {
	padding: 20px 0;
}

#textgallery-wrapper h3 {
	font-size:1.2em;
	font-weight:normal;
	padding:10px 0;
}

/* header */
#header {
	height: 140px;
	padding: 20px 0 0;
}

#logo a {
	/*background: transparent url("img/layout-sprite.png") no-repeat scroll 0 -1515px;*/
	background: transparent url("img/logo-text.png") no-repeat scroll;
	display: block;
	float: left;
	height: 78px;
	outline: medium none;
	text-indent: -9999px;
	width: 410px;
}

#logo-bild {
	background: transparent url("img/logo-ball.png") no-repeat scroll;
	display: block;
	float: left;
	height: 140px;
	outline: medium none;
	text-indent: -9999px;
	width: 120px;
}

#site-description {
	color: #6e6e6e;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 0;
	clear:both;
}

#site-about {
	margin-top: 10px;
	text-align: right;
}

#site-about a {
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.2em;
	background-color: #32a7ef;
	border-radius: 6px 6px 6px 6px;
	color: #FFFFFF;
	font-style: normal;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	text-align: right;
	-moz-border-radius: 6px 6px 6px 6px;
}

#top-search {
	float:right;
	padding: 40px 0 0 0;
}

#top-search input {
	width:330px;height:23px;
	background-color:#eee;
	border:1px solid #666;
	font-size:0.9em;
	color:#666;
	padding:0 4px;
	font-family:verdana;
}

#bloggermap {
	background-color:#eee;
	height:225px; 
	overflow:hidden;
}

#infobox {
	border:1px solid #666;
	overflow:hidden;
	width:210px;
	background-color:#ddd;
}

#infobox.left {
	float:left;
	margin:5px 10px 5px 0;
}

#infobox.right {
	float:right;
	margin:5px 0 5px 10px;
}

#infobox h4, .wp-polls h4 {
	background-color:#666;
	color:#FFFFFF;
	margin:0;
	padding:3px 5px;
	width:200px;
	font:14px/1.5 Verdana;
}

#infobox p {
	padding:5px;
}

#top-article h2 {
	font-size:1.1em;
}

.top_link_list {
	padding:10px 0 0 0;
}

.top_link_list li {
	padding: 3px 0;
}

.top_link_list a {
	background: url("img/icon-sprite.png") no-repeat;
	padding:0 0 7px 25px;
	font-size:0.7em;
	font-family:verdana;
	font-style:italic;
	text-decoration:underline;
}

.top_link_list .TISA_top_link {
	background-position:0 -1085px;
}

.top_link_list .TISA_top_audio {
	background-position:0 -1176px;
}

.top_link_list .TISA_top_image {
	background-position:0 -1146px;
}

.top_link_list .TISA_top_video {
	background-position:0 -1116px;
}

#top-article .intro {
	color:#666666;
	font:12px/1.5 Verdana,Arial
}

#top-article .rightSpinner {
	margin-left:650px;
}


#rssicon {
	background: transparent url("img/layout-sprite.png") no-repeat scroll 0 -704px;
	float: right;
	margin: 30px 0 0;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
}

#rssicon a {
	display: block;
	width: 32px;
	height: 32px;
}

hr {
	background: transparent url("img/hr.png") no-repeat scroll center;
	border: 0;
	height: 14px;
	width: 100px;
}

/* /header */ /* navigation */
#navigation {
	
}

#subscribe_options {
	
}

.subscribe_icons li {
	list-style-type: none;
	float: left;
	padding: 0 3px;
	height: 32px;
	width: 32px;
}

.subscribe_icons a {
	background: transparent url("img/icon-sprite.png") no-repeat scroll
		center top;
	display: block;
}

.subscribe_twitter a {
	background-position: 0 -708px;
	height: 32px;
	height: 32px;
}

.subscribe_facebook a {
	background-position: 0 -66px;
	height: 32px;
	height: 32px;
}

.subscribe_youtube a {
	background-position: 0 -1004px;
	height: 32px;
	height: 32px;
}

.subscribe_vimeo a {
	background-position: 0 -857px;
	height: 32px;
	height: 32px;
}

.subscribe_flickr a {
	background-position: 0 -214px;
	height: 32px;
	height: 32px;
}

.subscribe_rss a {
	background-position: 0 -560px;
	height: 32px;
	height: 32px;
}

#nav-bottom {
	padding:0 0 50px 0;
}

.nav-previous {
	float:left;
}
	
.nav-next {
	float:right;
	padding-right:30px;
}

.page_links_area {
	margin: 0 0 0 290px;
	font-size: 1.1em;
	line-height: 2em;
}

.page_links_area li {
	float: left;
	padding: 0 10px;
}

#menu-mainmenu .current-menu-item, #menu-mainmenu .current-post-parent {
	background: transparent url('img/nav_active.png') no-repeat scroll center bottom;
	height: 63px;
	display: block;
}

.page_links_area a:hover,
.page_links_area a:focus,
.page_links_area a:active
	{
	text-decoration: underline;
}

#newsroom {
	float: right;
	height: 39px;
	padding-bottom: 24px;
}

#newsroom.current_page_item {
	background: transparent url('img/nav_active_newsroom.png') no-repeat
		scroll center bottom;
	padding-bottom: 24px;
}

#newsroom a {
	color: #fff;
	text-decoration: none;
}

#newsroom a:hover,#newsroom a:active,#newsroom a:focus {
	text-decoration: underline;
}

#newsroom_batch {
	background: transparent url("img/layout-sprite.png") no-repeat scroll 0
		-1232px;
	float: right;
	font-size: 1.2em;
	height: 29px;
	text-align: center;
	padding: 9px 0 0 15px;
	width: 123px;
}

.sprite-shadow_1020 {
	background: transparent url("img/layout-sprite.png") no-repeat scroll center -1320px;
	clear: both;
	height: 15px;
	z-index: -10;
}

.sprite-shadow_300 {
	background: transparent url("img/layout-sprite.png") no-repeat scroll 0 -1450px;
	clear: both;
	height: 15px;
	margin: 10px 0 0;
}

.category-top .sprite-shadow_300 {
	background: transparent url("img/layout-sprite.png") no-repeat scroll 0 -1450px;
	clear:both;
	height:15px;
	margin:10px 0 0;
}

#top-article .sprite-shadow_1020 {
	background: transparent url("img/layout-sprite.png") no-repeat scroll center -1320px;
	clear: both;
	height: 15px;
	margin: 10px 0 0;
}

.margin_0 {
	margin:0 !important;
}

.sprite-shadow_150 {
	background: transparent url("img/layout-sprite.png") no-repeat scroll 0 -1385px;
	clear: both;
	height: 15px;
	margin: 5px 0 0;
}

.sprite-shadow_640 {
	background: transparent url("img/shadow_640.png") no-repeat scroll 0 0;
	height: 15px;
	margin: 5px 0 0;
}

.gallery .sprite-shadow_640 {
	background: transparent url("img/shadow_640.png") no-repeat scroll 0 0;
	height: 15px;
	margin: 0;
}

#textgallery-wrapper .sprite-shadow_640 {
	background: transparent url("img/shadow_640.png") no-repeat scroll 0 0;
	height: 15px;
	margin: 0;
}

#navigation .sprite-shadow_1020 {
	position: relative;
	top: -25px;
}

/* /navigation */ /* pagebody */
#pagebody {
	padding:0;
	position: relative;
	top: -15px;
}

/* /pagebody */
.livecams {
	float: left;
}

/* footer */
#footer {
	padding: 25px 0 20px;
}

#footer a:hover,#footer a:focus,#footer a:active {
	text-decoration: underline;
}

.bottom_nav {
	font-size: 0.7em;
	text-align: center;
}

ul.footer_links {
	margin: 0 auto;
}

.footer_links li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
}

.col-left,.col-center,.col-right {
	width: 300px;
}

.col-left {
	float: left;
	padding: 0px 10px 0 0;
}

.col-left3 {
	width:230px;
	float: left;
	padding: 0px 10px 0 0;
}

.all-author h2 {
	padding:30px 0;
}

.col-left3 h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2em;
	letter-spacing: 0.04em;
	padding: 0 20px 15px;
	text-align:center;
	width:230px;
}

.col-left3 .author-image {
	float:left;
	width:230px;
	padding:0 20px 15px; 0;
	text-align:center;
}

.col-left-width {
	width:630px;
	float:left;
	padding:0px 20px 0 0;
}

.col-center {
	float: left;
	padding: 0px 10px 0 10px;
	margin-left: 10px;
}

.col-right {
	float: right;
	padding: 0px 0 0 10px;
}

.liveticker .content-left-col {
	width:640px;
}

.content-left-col {
	float: left;
	width: 660px;
}

.content-left-col p {
	font-size: 0.8em;
}

.content-left-col p.more {
	padding: 5px 0 0;
}

#top-article p.more {
	padding: 20px 0 0;
	font-size:0.8em;
}

a.more {
	font-style:italic;
}

.content-left-col .col-left {
	padding: 0 30px 20px 0;
}

.sidebar-right-col {
	float: right;
	width: 300px;
}

.twitter-tagline {
	background: #eee;
	border: 1px solid #666;
	margin-bottom: 10px;
	color: #aaa;
	font-size: 0.9em;
	padding: 3px;
	text-align:center;
}

.twitter-search-tags {
	margin-bottom: 10px;
	font-size: 0.8em;
	padding: 3px;
}

h4.sprite-icn_twitter_16,
h4.sprite-icn_flickr_16,
h4.sprite-icn_youtube_16
	{
	padding: 0 0 0 25px;
	float: left;
	font-size: 0.9em;
	height: 16px;
	line-height: 1.3em;
}

.single-sidebar h5.icon_twitter_16,
.sidebar-right-col h5.icon_twitter_16,
.newsroom h5.icon_twitter_16 {
	
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 -642px;
	padding: 0 0 0 25px;
	float: left;
	height:16px;
}

h5.icon_youtube_16 {
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 -938px;
	padding: 0 0 0 25px;
	float: left;
	height:16px;
}

h5.icon_vimeo_16 {
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 -790px;
	padding: 0 0 0 25px;
	float: left;
	height:16px;
}

h5.icon_rss_16 {
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 -1206px;
	padding: 0 0 0 25px;
	float: left;
	height:17px;
}

h5.icon_flickr_16 {
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 -148px;
	padding: 0 0 0 25px;
	float: left;
	height:16px;
}

h5.icon_tisa_16 {
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 -905px;
	padding: 0 0 0 25px;
	height:16px;
}

.sprite-icn_twitter_16 {
	background: transparent url("img/layout-sprite.png") no-repeat scroll 0
		-786px;
}

.sprite-icn_flickr_16 {
	background: transparent url("img/layout-sprite.png") no-repeat scroll 0 -292px;
}

.sprite-icn_youtube_16 {
	background: transparent url("img/layout-sprite.png") no-repeat scroll 0
		-934px;
}

.twitter-more, .youtube-more, .flickr-more {
	float: right;
	height: 16px;
	font:10px/1.5em verdana;
	font-style:italic;
}

.single-twitter-box,.home-twitter-box,
.single-youtube-box,
.single-flickr-box,
.single-top-article-box,
.newsroom-twitter-box,
.newsroom-flickr-box,
.newsroom-youtube-box1,
.newsroom-youtube-box2,
.newsroom-youtube-box3,
.newsroom-flickr-box1,
.newsroom-flickr-box2,
.newsroom-flickr-box3,
.newsroom-feed-box,
.newsroom .gadget
 {
	margin: 10px 0 0;
	background-color: #eee;
	padding: 10px 10px 0;
}

.newsroom-youtube-box {
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.newsroom-feed-box ul {
	padding:10px 0;
}

.newsroom-feed-box li {
	padding:0 0 5px 0;
	font:11px/1.5em Verdana;
}

.newsroom-feed-box hr {
	background:none;
	width:100%;
	height:1px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
}

.single-top-article-box ul {
	padding:10px 0;
	font:12px/ 1.5 Verdana;
	font-style:italic;
}

.single-top-article-box {
	
}


.single-flickr-box li,
.newsroom-flickr-box1 li,
.newsroom-flickr-box2 li,
.newsroom-flickr-box3 li {
	float:left;
	padding:9px 9px 9px;
}

.fwvvw_vthumb {
	padding:8px !important;
	margin:0 !important;
}

.newsroom .twitter-box {
	padding:10px 0;
}

.tweet-box {
	padding: 0 0 15px 0;
}

.tweet-box .img {
	float: left;
	width: 40px;
}

.tweet-box .tweet-text {
	font: 10px/ 1.5 Verdana;
	padding: 0 0 5px 0;
	overflow:hidden;
}

.tweet-box .tweet-text,.tweet-box .tweet-meta {
	font-size: 0.7em;
}

.single-youtube-box li,
.newsroom-youtube-box1 li,
.newsroom-youtube-box2 li,
.newsroom-youtube-box3 li {
	list-style-type:none;
}

.single-youtube-box .video-thumb,
.newsroom-youtube-box1 .video-thumb,
.newsroom-youtube-box2 .video-thumb,
.newsroom-youtube-box3 .video-thumb {
	background:#fff;
	padding:5px;
	margin:0 5px 0 0;
}

.video-item .video-image {
	float:left;
}

.video-item .sprite-shadow_150 {
	margin:0 !important;
}

.video-item a.video-title {
	text-decoration:none;
	font-size:0.8em;
	line-height:1.5em;
}

.video-item .video-author {
	font-size:0.7em !important;
	line-height:1.5em;
}

.video-title a:hover,
.video-title a:focus, 
.video-title a:active {
	text-decoration:underline;
}

.single-twitter-box .tweet_list,
.home-twitter-box .tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.single-twitter-box li,
.home-twitter-box li {
	padding:10px;
	overflow:hidden;
}

.single-twitter-box .tweet_avatar,
.home-twitter-box .tweet_avatar {
	padding-right:10px;
	float: left;
}

.single-twitter-box img,
.home-twitter-box img {
	vertical-align: middle;
}

.single-twitter-box .tweet_text,
.home-twitter-box .tweet_text {
	font: 10px/ 1.5 Verdana;
	color:#888;
}

.single-twitter-box .tweet_time,
.home-twitter-box .tweet_time {
	font: 10px/ 1.5 Verdana;
	font-style:italic;
}

.single-twitter-box .tweet_image,
.home-twitter-box .tweet_image {
	float: left;
	width: 40px;
}

p.loading,
p.flickr-loading,
p.youtube-loading {
	text-align:center;
	font:10px/1.5 Verdana !important;
	padding:10px;
}

.margin-40 {
	margin-left: 40px;
}

.left {
	float:left;
}

.block {
	display:block;
}

.entry-image-140 {
	float: left;
	padding: 0 15px 0 0;
}

.entry-image-300 {
	float: left;
	padding: 0 15px 0 0;
}

.single-content-col {
	width: 640px;
}

.single-sidebar {
	float: right;
	width: 300px;
}

p.caption {
	font-size: 0.7em !important;
	padding: 10px 5px;
	text-align: center;
	width: 290px;
}

p.wp-caption-text a[href ^="http://"],p.wp-caption-text a[href ^="http://www"] {
	background: transparent url('img/icon-sprite.png') 0 -1233px no-repeat;
	padding: 0 0 1px 20px;
	line-height: 1.5em;
}

p.wp-caption-text a[href ^="http://www.flickr.com"],p.wp-caption-text a[href ^="http://flickr.com"] {
	background: transparent url('img/icon-sprite.png') 0 -148px no-repeat;
	padding: 0 0 1px 20px;
	line-height: 1.5em;
}

p.wp-caption-text a[href ^="http://www.youtube.com"],p.wp-caption-text a[href ^="http://youtube.com"] {
	background: transparent url('img/icon-sprite.png') 0 -938px no-repeat;
	padding: 0 0 1px 20px;
	line-height: 1.5em;
}

p.wp-caption-text a[href ^="http://www.vimeo.com"],p.wp-caption-text a[href ^="http://vimeo.com"] {
	background: transparent url('img/icon-sprite.png') 0 -790px no-repeat;
	padding: 0 0 1px 20px;
	line-height: 1.5em;
}

p.wp-caption-text a[href ^="http://www.twitter.com"],p.wp-caption-text a[href ^="http://twitter.com"] {
	background: transparent url('img/icon-sprite.png') 0 -642px no-repeat;
	padding: 0 0 1px 20px;
	line-height: 1.5em;
}



.post-time,.post-author, .post-edit{
	font:10px/ 1.5 Verdana !important;
}

.post-time {
	float:left;
}

.post-print {
	font: italic 11px/ 1.5 Verdana !important;
	float:right;
}

div#comments {
	width: 640px;
}

#comments h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 10px 0;
	font-weight: normal;
}

/* Comment Form */
#commentform textarea,#commentform input {
	background: #ddd;
	border: 1px solid #000;
	font: 12px/ 1.5em Verdana;
}

#commentform textarea {
	width: 100%;
}

#commentform input#author,
#commentform input#email,
#commentform input#url {
	float: right;
	width: 73%;
	height: 2em;
}

#commentform input#submit {
	background: #000;
	color: #fff;
	float: right;
	font: 1.4em Georgia, Verdana, Arial;
	margin: 10px 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.submit {
	width:100%;
	float:right;
}

div.input-field {
	
}

li.comment {
	padding: 10px 0;
}

div.input-label {
	float: left;
	width: 25%;
	padding: 12px 0 0;
	color: #aaa;
	font-size: 0.9em;
}

div.input-field {
	padding: 10px 0;
}

.comment-author {
	font-size: 10px;
}

.comment-author img {
	float: left;
	padding: 0 10px 0 0;
}

ol.commentlist {
	font: 12px/ 1.5 Verdana;
	padding-top:80px;
}

/* /Comment Form */
.single-sidebar h4 {
	font-size: 1.0em;
	padding: 10px 0;
	font-weight: normal;
}

ul.reference_list {
	
}

.reference_list li {
	padding: 0 0 5px 10px;
	font-size: 12px;
	line-height: 1.5em;
}
	
.reference_list a {
	background: url("img/icon-sprite.png") no-repeat 0 1000px;
	padding:0 0 2px 25px;
}

.reference_list .TISA_link {
	background-position:0 -1233px;
}

.reference_list .TISA_twitter {
	background-position:0 -642px;
}

.reference_list .TISA_facebook {
	background-position:0 0;
}

.reference_list .TISA_youtube {
	background-position:0 -938px;
}

.reference_list .TISA_vimeo {
	background-position:0 -790px;
}

.reference_list .TISA_flickr {
	background-position:0 -148px;
}

/* /YouTube Search custom */


#social-bookmark {
	float:right;
	padding:8px 0 0;
}

#social-bookmark li {
	float:left;
	padding:0 0 0 10px;
	line-height:10px;
}

.tweetmeme_button {
	float:left;
}

.search-post {
	padding:0 0 15px;
}

.search-result-count {
	padding:0 0 20px 0;
}

/* author-template */
#author-info-box {
	clear:both;
}

#author-info-box .sprite-shadow_1020 {
	background:transparent url("img/layout-sprite.png") no-repeat scroll center -1320px;
	clear:both;
	height:15px;
	margin:10px 0 0;
}

#author-info-box .author-description {
	margin:0 0 0 420px;
}

#author-info-box .author-image {
	float:left;
	width:150px;
	padding:0 20px 0 0;
}

#author-info-box ul {
	padding:10px 0;
}

#author-info-box li {
	padding:0 0 0 25px;
}

#author-info-box ul li.twitter {
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 -642px;
	padding: 0 0 0 25px;
	height:25px;
}

#author-info-box ul li.facebook {
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 0;
	padding: 0 0 0 25px;
	height:25px;
}

#author-info-box ul li.link {
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 -1233px;
	padding: 0 0 0 25px;
	height:25px;
}

#author-info-box ul li.vimeo {
	background: transparent url("img/icon-sprite.png") no-repeat scroll 0 -790px;
	padding: 0 0 0 25px;
	height:25px;
}

/* /author-template */

.wp-caption {
	padding: 10px 0;
}

.aligncenter {
	text-align:center;
}

.wp-caption-text {
	padding:5px 0;
	text-align:center;
}

.center {
	text-align:center;
}

.koop {
	text-align:center;
	color:#888;
	padding-top:20px;
	font:10px/2.5em Verdana;
	text-transform:uppercase;
}

.koop a, .koop a:active, .koop a:hover, .koop a:visited {
	color:#888 !important;
	padding:5px;
	text-decoration:none !important;
}

.wp-polls {
	background-color:#EEEEEE;
	border:1px solid #000000;
	float:left;
	margin:5px 10px 5px 0;
	width:210px;
}

.wp-polls .wp-polls {
	background-color:transparent;
	border:0;
	margin:0;
}

.wp-polls-ans {
	padding:5px;
	background-color:#ddd;
	width:200px !important;
}

#grimme
{
width:100px;
height: 84px;
margin: 54px 0 0 -365px;
position: absolute;
}
