/*
Theme Name: Alvaro
Theme URI: alexander-alvaro.de/
Description: The default WordPress theme for Alexander Alvaro.
Version: 1.0
Author: Spindoc
Author URI: http://www.spindoc.de/


*/

/* RESET */

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;
}

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

div#fancy_overlay{
	z-index: 2000;
}

div#fancy_loading{
	z-index: 2001;
}

div#fancy_outer{
	z-index: 2002;
}

body{
	background: #fff url(images/bg.png) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
    color: #666;
}


* html body { /*IE6 only*/
	background-color: #fff;
	background-image: none;
}

h1, h2, h3, h4, h5, h6{
	color: #333;
}

h2, h2 a:link, h2 a:visited{
	color: #4499ff;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 14px;
	text-decoration: none;
}

div.content h2{
	margin-top: 0px;
}

h2 a:hover, h2 a:focus{
	color: #000;
	background-color: #bed0dc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

h2 a:active{
	color: #fff;
	background-color: #7a858d;
}

div.content h3{
	margin-top: 12px;
	margin-bottom: 6px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	display: block; 
	background-color: #cde0ee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.sidebar h3, div.sidebar a h3{
	color: #4499ff;
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	display: block;
}

div.sidebar h3:hover, div.sidebar a h3:hover{
	*background-color: none;
}

div.social h3, div.social a h3{
	color: #333;
	width: 190px;
	float: left;
	padding-bottom: 10px;
}

div.social h3:hover, div.social a h3:hover{
	*background-color: none;
}

.clear{
	clear: both;
}

h3.twitter{
	background: transparent url(images/twitter_small.gif) right 0 no-repeat;
}

h3.flickr{
	background: transparent url(images/flickr_small.gif) right 0 no-repeat;
}

h3.youtube{
	background: transparent url(images/youtube_small.gif) right 0 no-repeat;
}

h3.footertitle{
	display: none;
}

div.content p{
	margin-bottom: 12px;
}

div.content small{
	color: #666;
}

div.wrapper{
	margin: 0 auto;
	width: 882px;
	
}

div.content ul li{
	margin-left: 10px;
}

div.content ul li ul {
	padding-bottom: 10px;
}

div.content p.postmetadata{
	margin-bottom: 25px;
}

div.content div.flickr-thumb{
	margin-bottom: 20px;
}

div.content h4{
	margin: 3px 0;
	font-weight: normal;
}

div.tubepress_thumb a img{
	margin: 3px;
	margin-top: 0px;
}

div.tubepress_thumb dd a{
	font-weight: normal;
}

div.content div.tubepress_thumb{
	height: auto;
	padding-bottom: 15px;
}

div.sidebar div.tubepress_thumb{
	height: auto;
	padding-bottom: 8px;
}

div.content div.navigation div.alignleft{
	float: left;
}
div.content div.navigation div.alignright{
	float: right;
}

/* KOMMENTARFELD */

div#respond h3{
	background: none;

}

div#respond h3:hover{
	cursor: pointer;
}

div#respond{
	padding: 0 5px;
	background-color: #ebebeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

form#commentform textarea, form#commentform input, div.sendit form input{
	background-color: #d8ecfb;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 10px;
}

form#commentform input{
	height: 18px;
}

div.sendit form input{
	margin: 0;
	height: 18px;
	clear: both;
	float: none;
}

form#commentform input#submit, div.sendit form input.button{
	height: 20px;
	background-color: #999;
	color: #fff;
	border: 1px solid #000;
	margin-bottom: 10px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.sendit form input.button{
	margin-left: 0;
	margin-top: 5px;
}

form#commentform input#submit:hover, div.sendit form input.button:hover{
	background-color: #666;
}

form#commentform input#submit:active, div.sendit form input.button:active{
	background-color: #cde0ee;
	color: #000;
	text-shadow: #999 0px 0px 5px;
}


/* footer */

div.logos ul li{
	float: left;
	margin: 5px;
	height: 55px;
}

/* HEADER */


div.header h1{
	position: absolute;
	top: 15px;
	left: 30px;
}
div.header div.description{
	position: absolute;
	top: 31px;
	right: 185px;
}

div.header a.alde{
	position: absolute;
	display: block;
	right: 5px;
	top: 5px;
	width: 167px;
	height: 65px;
	background: transparent url(images/alde.png) no-repeat;
}

div.header{
	background: transparent url(images/header.png) top no-repeat;
	width: 882px;
	height: 108px;
	margin-top: 14px;
	margin-bottom: 14px;
	position: relative;
}

/* MEN† POS */

div.page-navi{
	position: absolute;
	left: 20px;
	bottom: 0px;
}

/* SEARCH */

div.search{
	position: absolute;
	right: 20px;
	bottom: 5px;
}

div.search label{
	display: none;
}

div.search input#s{
	height: 18px;
	width: 160px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	background-color: #f7f7f7;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	float: left;
}

div.search input#searchsubmit{
	height: 20px;
	width: 50px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	background: transparent url(images/search_btn.png) left top no-repeat;
	border: 0;
	color: #fff;
	float: left;
}

div.search input#searchsubmit:hover{
	background: transparent url(images/search_btn.png) left -30px no-repeat;
}

div.search input#searchsubmit:active{
	background: transparent url(images/search_btn.png) left -60px no-repeat;
}

a.rss{
	display: block;
	position: absolute;
	right: 255px;
	bottom: 6px;
	width: 20px;
	height: 20px;
	background: transparent url(images/feed-icon.png) top no-repeat;
}

a.rss:hover{
	background: transparent url(images/feed-icon.png) bottom no-repeat;
}

/* BREADCRUMBS */

div.breadcrumbs{
	margin: 0 20px 16px 20px;
	font-size: 12px; 			/* SCHRIFTGR…SSE */
}

/* STARTSEITE */

div.news{
	width: 882px;
	height: 320px;
	position: relative;
	z-index: 50;
}

div.txt{
	width: 310px;
	position: absolute;
	right: 20px;
	top: 20px;
}

a.more_btn{
	width: 169px;
	height: 31px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url(images/more_btn.png) top no-repeat;
}

a.more_btn:hover{
	background: transparent url(images/more_btn.png) bottom no-repeat;
}

/* BILD WECHSEL */

div.changer{
	position: relative;
	*position: absolute;
	z-index: 0;
}

div.changer img{
	float: left;
	z-index: 1;
	position: relative;
}

img.ch_pic{
	display: none;
}


div.txt ul{
	margin-top: 10px;
}

div.txt ul li{
	height: 26px;
	padding-left: 28px;
	padding-top: 10px;
}

div.txt ul li.video{
	background: url(images/art_icons.png) left -72px no-repeat;
}

div.txt ul li.ton{
	background: url(images/art_icons.png) left -112px no-repeat;
}

div.txt ul li.text{
	background: url(images/art_icons.png) left -32px no-repeat;
}

div.txt ul li.bild{
	background: url(images/art_icons.png) left 8px no-repeat;
}

div.txt ul li.link{
	background: url(images/ico/link.png) left 8px no-repeat;
}


/* SOCIAL STARTSEITE */
div.social{
	position: relative;
	width: 882px;
	min-height: 200px;
	overflow: visible;
	position: relative;
	background: transparent url(images/content-bg2.png) no-repeat;
	padding: 20px 0 0px 20px;
}

div.box img{
	border: 1px solid #999;
}

div.box{
	width: 190px;
	float: left;
	position: relative;
	overflow: visible;
}

div.box img.ico{
	float: right;
	border: 0;
}

div.social{
	color: #666;
}

div.social div.flickr img{
	width: 100%;
	margin-bottom: 10px;
}

div.social div.flickrhome img
{
    margin-top: 1px;
}

div.social div.youtubehome dd
{
    margin-bottom: 4px;
    padding-left: 3px;
}

div.social div.flickrhome a:hover,
div.social div.youtubehome a:hover
{
    background-color: transparent;   
}

div.tubepress_thumbs
{
    padding-top: 0;
}

div.dbem-calendar{
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

div.dbem-calendar a{
	color: #888;
	text-decoration: none;
}

.event-item{
	list-style-type: none;
}


/* TWITTER */
/*
    * ul.twitter: the main ul (if list is activated)
    * li.twitter-item: the ul items (if list is activated)
    * p.twitter-message: each one of the paragraphs (if msgs > 1)
    * .twitter-timestamp: the timestamp span class
    * a.twitter-link: the tweet link class
    * a.twitter-user: the @username reply link class
*/
h2.widgettitle a
{
    font-size: 14px;
    color:#333333;
    padding-bottom:10px;
    text-decoration: none;
}
.twitter-timestamp
{
    color:#4499ff;
}

li.twitter-item
{
    margin-bottom: 5px;
    font-size: 12px;
}

a.twitter-link
{
    text-decoration: none;
    color:#4499ff;
}

div.trenner{
	width: 27px;
	height: 200px;
	float: left;
	position: relative;
	background: transparent url(images/trenner.png) center no-repeat;
}


/* DOSSIER SWITCHER */
div.dossiers{
	position: relative;
	width: 882px;
	height: 107px;
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 0;
	background: transparent url(images/dossier_leiste_silber.png) bottom no-repeat;
}

div.dossiers div.switcherdos ul li {
	float: left;
	width: 190px;
	_width: 180px;
/* 	height: 107px; */
	margin: 0 15px;
	position: relative;
/* 	padding-top: 88px; */
	z-index: 5;
}

div.dossiers div.switcherdos ul li a{
	display: block;
/* 	width: 190px; */
	width: 100%;	
/* 	height: 19px; */
/* 	margin: 0 15px; */
/* 	position: relative; */
	padding-top: 88px;
/* 	z-index: 5; */
	text-decoration: none;
/* 	color: #444; */
	color: white;
	_color: #555;
	text-shadow: 1px 1px 2px #444;

	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

div.dossiers div.switcherdos ul li a.politik1{
	background: transparent url(images/dossiers/muenze.png) center 8px no-repeat;
}
div.dossiers div.switcherdos ul li a.politik1:hover{
	background: transparent url(images/dossiers/muenze.png) center -117px no-repeat;
}

div.dossiers div.switcherdos ul li a.politik2{
	background: transparent url(images/dossiers/laptop.png) center 8px no-repeat;
}
div.dossiers div.switcherdos ul li a.politik2:hover{
	background: transparent url(images/dossiers/laptop.png) center -129px no-repeat;
}

div.dossiers div.switcherdos ul li a.politik3{
	background: transparent url(images/dossiers/fingerabdruck.png) center 8px no-repeat;
}
div.dossiers div.switcherdos ul li a.politik3:hover{
	background: transparent url(images/dossiers/fingerabdruck.png) center -122px no-repeat;
}

div.dossiers div.switcherdos ul li a.politik4{
	background: transparent url(images/dossiers/europa.png) center 8px no-repeat;
}
div.dossiers div.switcherdos ul li a.politik4:hover{
	background: transparent url(images/dossiers/europa.png) center -131px no-repeat;
}

div.dossiers a.prev, div.dossiers a.next{
	display: block;
	width: 16px;
	height: 49px;
	background: transparent url(images/arrows.png) left top no-repeat;
	position: absolute;
	z-index: 100;
	top: 28px;
}

div.dossiers a.prev{
	left: 4px;
}

div.dossiers a.next{
	right: 4px;
	background-position: right top;
}

div.dossiers a.prev:hover{
	background-position: left bottom;
}

div.dossiers a.next:hover{
	background-position: right bottom;
}



/*  CONTENT */

div.content{
/* 	background: transparent url(images/content_bg.png) no-repeat; */
	width: 500px;
	float: left;
	position: relative;
	padding: 20px;
	padding-top: 0px;
}

div.content img.alignright{
	float: right;
	margin: 2px;
	border: 1px solid #666;
}



/* SIDEBAR */
div.sidebar{
	width: 260px;
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 40px;
}

div.sidebar img{
	border: 1px solid #999;
}


/* FOOTER */

div.footer{
	padding-top: 25px;
	clear: both;
	position: relative;
	background-color: white;
}

hr.footerhr{
	position: relative;
	background-color: #999;
	height: 1px;
	border: none;
	margin-bottom: 10px;		
}

ul.meta_nav{
	float: right;
	margin-right: 20px;
}

ul.meta_nav li a{
	color: #5f5f5f;
	text-decoration: none;
	font-size: 12px;
	display: block;
}

ul.meta_nav li a:hover{
	color: black;
}

ul.meta_nav li{
	float: left;
	padding: 3px 8px 5px 8px;
}

div.bookmarks{
	width: 200px;
	height: 30px;
	padding-left: 20px;
	float: left;
	_display: none;
}


div.logos{
	width: 100%;
	height: 100px;
	margin-top: 80px;
}


/* KATEGORIEN */

ul.kategorien{
	padding-left: 20px;
	margin-right: 40px;
}

ul.kategorien li a {
	color: black;
	text-decoration: none;
}

ul.kategorien li {
	padding-left: 16px;
	text-transform: uppercase;
	line-height: 1.8;
	font-weight: bold;
}

ul.kategorien li ul{
	margin-bottom: 10px;
}

ul.kategorien li ul li{
	text-transform: none;
	font-weight: normal;
	border-left: 1px solid #999;
}

ul.kategorien li ul li ul{
	margin-bottom: 0;
}

ul.kategorien li ul li ul li{
	border: 0;
}


ul.kategorien li a:hover {
	background-color: #bed0dc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

ul.kategorien .current-cat{
/* 	background-color: #d4e8f5; */
/* 	border: 1px solid #999; */
/* 	-webkit-border-radius: 3px; */
/* 	-moz-border-radius: 3px; */
}

ul.kategorien img{
	border: 0;
}

/* CONTENT LINKS, SIDEBAR|PERSÖNLICHES LINKS*/

div.content a:link, div.content a:visited, div.breadcrumbs a:link, div.breadcrumbs a:visited, div.sidebar a:link, div.sidebar a:visited, .link, div.social a:link, div.social a:visited{
	text-decoration: none;
	color: #4499ff;
}

div.content a:hover, div.content a:focus, div.breadcrumbs a:hover, div.breadcrumbs a:focus, div.txt a:hover, div.txt a:focus, div.sidebar a:hover, div.sidebar a:focus, div.social a:hover, div.social a:focus{
	color: #000;
	background-color: #bed0dc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.content a:active, div.breadcrumbs a:active, div.txt a:active, div.sidebar a:active, div.social a:active{
	color: #fff;
	background-color: #7a858d;
}

div.sidebar{
	margin-bottom: 20px;
}

/* HEADER */

div.header{
	z-index: 900;
}

div.header h1 a{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 32px;
	color: #ededed;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #444;
}

div.header div.description{
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #444;
}

/* START */

div.news div.txt a{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

div.news div.txt h2{
	font-size: 16px;
	padding-bottom: 10px;
}

div.news div.txt{
	color: #666;
}

/*Events Manager*/

li.event-item
{
    color: #4499ff;
    font-size: 12px;
}

li.event-item ul
{
    color: #666;
    margin-bottom: 5px;
}

a.weiter{
	display: block;
	float: right;
	margin-right: 10px;
}

a.weiter_sidebar{
	clear: both;
}

/*Sidebar|Kontakt|Social Networks*/
div.sidebar ul#sidebar-kontakt-socialnetworks li ul li a:hover,
div.sidebar ul li.flickrsidebar a:hover,
div.sidebar ul li.youtubesidebar a:hover
{
    background-color:transparent;
}
div.sidebar ul#sidebar-kontakt-socialnetworks li ul li a img
{
    border-style: none;
}

/* Sidebar|Persönliches|Private Fotos*/
div#sidebar-persoenliches-privategalerie
{
	width: 154px;
	padding: 0;
}

div#sidebar-persoenliches-privategalerie a.prev
{
    float: left;
}

div#sidebar-persoenliches-privategalerie a.next
{
    float: right;
}

div#sidebar-persoenliches-privategalerie div ul li a
{
    background-color:transparent;
}

div#termine h3{
	color: #4499ff;
	font-size: 14px;
	margin-bottom: 6px;
	margin-left: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	
}

/* LEXIKON */

div.content ul.lexikon{
	clear: both;
}

div.content ul.lexikon li{
	list-style-image: url(images/up.gif);
	margin-left: 20px;
}

div.content ul.lexikon li div{
	margin: 5px 0 14px 0;
	padding: 3px;
	background-color: #d4e8f5;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.content ul.lexikon li a{
	cursor: pointer;
	display: block;
}


ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
	font-size: 16px;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 4px;
}

ol.snap_nav li a {
	font-weight: bold;
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

div.fold_1{
	margin-top: 20px;
}


div.fold_1 ul.folder li a{
	display: block;
	background: transparent url(images/folder.png) left center no-repeat;
	height: 56px;
	padding-left: 100px;
	padding-top: 20px;
	margin: 10px;
	font-size: 16px;
}
div.fold_1 ul.folder li a:hover{
	background: #d0e3f1 url(images/folder.png) left center no-repeat;
}

div.fold_1 ul.folder li ul{
}

div.fold_1 ul.folder li ul li{
	margin-top: 0;
}


div.fold_1 ul li ul{
	padding-bottom: 0;
	margin-bottom: 0;
}

div.fold_1 ul.folder li.categories, div.fold_1 ul.folder li.cat-item-19{
}