/*

Theme Name: trispoat
Theme URI: http://themeforest.net
Description: Hydra theme for trispoat
Version: 1.0.2
Author: pixelentity
Author URI: http://themeforest.net/user/pixelentity
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: photoblogging

*/

/* Auszug aus hydra style.css - Überschreiben div. Einstellungen*/

/*main menu*/
	
.nav li a{
	color:#ffffff;
}
	
.nav > li > a:hover,
.nav > li.active > a{
	color:#29AAE2;
}
	
.nav li a:hover,
.nav li a.active{
	color:#29AAE2;
}
	
/*drop menu*/

.dropdown-menu li > a{
	color:#ffffff;
}


/*alignment inside post page content*/
	.alignright,
	.alignleft,
	.aligncenter,
	.sticky,
	.wp-caption-text,
	.wp-caption,
	.bypostauthor,
	.gallery-caption{
		
	}
	
	.alignright{
		float:right;
		clear:right;
		margin-left:20px;
		margin-bottom:10px;
	}
	
	.alignleft{
		float:left;
		clear:left;
		margin-right:20px;
		margin-bottom:10px;
	}
	
	.aligncenter{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
	}
	
	/*image flow fix*/
	img{
		max-width:100%;
		height:auto;
		display:block;
	}
	
	/*google map image flow reset*/
	.gmap div img{
        max-width:none;
    }

    /*WPML*/
    
    /*drop list*/
    #lang_sel{
    }
    
	#lang_sel img {
		display: inline;
    }

    #lang_sel ul ul li a:hover,
    #lang_sel ul ul li,
    #lang_sel ul ul li a:hover span{
        color:#fff;
    }
    
    #lang_sel ul ul li:hover a{
        color:#fff;
	background-color: #00A6D5;
    }
    
    #lang_sel a, #lang_sel a:visited{
        border-color:#f9f9f9;
    }
    
    #lang_sel ul ul a, #lang_sel ul ul a:visited {
        background-color:#fafafa;
    }
    
    #lang_sel a span.icl_lang_sel_current{
        color:#c2c2c2 !important;
    }
    
    /*normal list*/
    #lang_sel_list{
        width:auto;
    }
    
	#lang_sel_list img {
		display: inline;
    }

    #lang_sel_list ul{
        width:auto;
        border:none;
    }
    
    #lang_sel_list li{
        width:auto;
    }
    
    #lang_sel_list a, #lang_sel_list a:visited{
        border:none;
    }
    
    #lang_sel_list a.lang_sel_sel,
    #lang_sel_list a span{
        color:#c2c2c2 !important;
    }
    
    #lang_sel_list a:hover span{
        color:#D73300 !important;
    }
    
    #lang_sel_list a span.icl_lang_sel_current,
    #lang_sel_list a:hover span.icl_lang_sel_current{
        color:#333 !important;
        cursor:default;
    }


/* Anpassungen Christian / Alex */
body,p,input,select,textarea,button,label { font-size: 14px !important; }
.logo-small > a { margin: 0 !important; padding: 20px; }
.peOverlay.bgColor { background: none !important; }
ul.nav { margin-top: 27px;}
footer p { font-size: 12px !important; }
p { font-weight: 400 !important; }
#logowearetrispoat { margin-top:20px !important; }
.events-table td {font-weight: 400 !important;}

/* Überschrift / Seitentitel ausblenden: */
.page-id-1099 h3 {display: none !important;}
.page-id-26 h3 {display: none !important;}

/* Sponsorbilder MouseOver */
.img_highlight_mouseover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
.img_highlight_mouseover:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

/* Liste in News - Bullets anzeigen */
.post-body ul {color:#ffffff; list-style: disc; padding-left:20px;}