

/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Markus
	Author Site	: www.werkstatt3.de
	Style Name	: custom css for lateinamerika-tage.de
	Style URI	:   lateinamerika-tage.de
	Version		:   0.1
	Comments	:   using dueling sidebars by get2k.com
*/

body {
background: #effdda;
	color: ;
	margin: 2px;
}

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	/*-moz-border-radius:40%;
  -khtml-border-radius:40%;*/
  
	}
.content {
border:1px solid #dcd200;
padding:0 15px 5px;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a, ul.menu li.current_page_ancestor a:hover 
{
background:white none repeat scroll 0 0;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
color:#333333;
text-decoration:none;
 border:1px solid #dcd200; 
 border-bottom: 1px solid white; 
}

ul.menu li a {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
color:black;
background: #e1efaf;
font-size:1em;
border:1px solid #dcd200;
}

ul.menu li a:hover {
	background: #dcd200;
	color: black;
	text-decoration: none;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}
	
.archivetext {
}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

#footer {
background-image:url(http://www.lateinamerika-tage.de/bilder/gruppen/w3logo.gif);
background-repeat:no-repeat;
background-position: center bottom;
padding: 0 0 80px;
}

#footer p{
color: black;
background-position: right;
vertical-align: baseline;
}
 

.secondary {
	/* Contains both sidebars */
	}
	
.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-size: 1.2em;
	font-weight: normal;
	/* font-style: italic;  */
	padding: 0;
	display: block;
	margin-bottom: 3px;
	margin-top: 3px;


	}

/* Diese IDs bestimmen die Formatierungen einzelner Widgets */

.upcoming-events {
font-size:1.2em;
}

#s.livesearch {
 -moz-border-radius:10%;
 -khtml-border-radius:10%;
 }

#wp-calendar caption {
font-size:1.5em;
font-weight:bold;
padding:10px;
}

#rss-link  {
background: url('images/feed.png') scroll left center no-repeat;
margin:0px 0px 5px 0px; padding:0px 0px 0px 20px;


}

#mail-link  {
background:  url('images/48.png') scroll left center no-repeat;
margin:0px 0px 5px 0px; padding:0px 0px 0px 20px;

}


#meta {
font-size: 1.3em;
}

#pages {
font-size: 1.3em;
}

#linkcat-2 {
font-size: 1.3em;
}

#categories-224338321 {
font-size: 1.3em;
}

#text-224338322 {
font-size: 1em;
}


/* Diese IDs sind für die Formatierung des Kontaktformulars zuständig */

#kontakt {
}

#captchafield {
}

#contact-button {
background-color: #e1efaf;
 
 font-size: 1em;
 -moz-border-radius:10%;
 -khtml-border-radius:10%;

 }

#contact-button:hover {
 background-color:#f2fafd;

}



/*
	Style Name	: Dueling Sidebars
	Style URI	: http://getk2.com/
	Comments	: Sidebars on both sides of content
*/

/*
body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}*/