/*	 
Theme Name: BridgeWat
Theme URI:
Description: A child theme of hueman, from http://alxmedia.se/themes/hueman/
Author: Marc Groenewegen
Author URI: http://www.gways.nl/
Template: hueman
Version: 1.0
Tags: Hueman Child Theme
*/


/**
 *	Base Styles
 */

#header {
	background-color: transparent;
}

#header .pad { padding-top: 10px; padding-bottom: 10px; } 

#nav-header div.nav-wrap.container {
	background-color: #A22F03;
}

/** table */
.entry table { text-align: inherit; }
.entry table td { text-align: inherit; }
.entry table th { text-align: inherit; }

 
/**	base : forms */
.themeform label { color: #222; }
.themeform input[type="text"], 
.themeform input[type="password"], 
.themeform input[type="email"], 
.themeform textarea { color: #555; }
.themeform input[type="text"]:focus, 
.themeform input[type="password"]:focus, 
.themeform input[type="email"]:focus, 
.themeform textarea:focus { color: #222; } 

/** rounded shape */
.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 0 .2s ease-in-out;
	-moz-transition: 0 .2s ease-in-out;
	transition: filter .2s ease-in-out;
	margin: 0px 20px 0 0; /* top right bottom left */
}

/**
 *	Plugins
 */

/** plugin : jetpack */
.jetpack-slideshow,.slideshow-window {
	background-color: #fff !important; /** <-- this over rides the background **/
	border: 0 solid #fff !important;
	border-radius: 0 !important;;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
} 
 
/**	plugin : wp-pagenavi */
.wp-pagenavi a,
.wp-pagenavi span { color: #777; }

/**	plugin : Mini Loops */
.ml-alignleft {
		float: left;
		margin: 0px 20px 10px 0; /* top right bottom left */
}