/*
Theme Name:		Suffusion Child
Theme URI:		http://blog.bokhorst.biz/
Description:	Child theme for the Suffusion theme
Author:			Marcel Bokhorst
Author URI:		http://blog.bokhorst.biz/about/
Template:		suffusion
Version:		0.1
*/

/* Wrapper

#wrapper {
	-moz-border-radius: 0;
}*/

/* Widgets

div.suf-widget {
	background: rgba(255, 255, 255, 0.6);
}*/

/* Tables */

.entry table {
	width: auto;
}

.post table, .tableborder table {
	border-collapse: collapse;
	margin: 10px 0 20px;
}

.post th, .post td, .tableborder th, .tableborder td {
	border: 1px silver solid;
	padding: 2px;
}

/* Move comments plugin */
.move-wordpress-comments * {
	font-size: xx-small;
}

/* Countries page */
#my-countries td {
	width: 135px;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
}

/* Wonders page */
#my-wonders {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}

#my-wonders td {
	vertical-align: middle;
	text-align: left;
	font-size: 12px;
	line-height: 1.3em;

	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
}

#my-wonders td img, .wpcf7-form img {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-ms-filter: none !important;
	filter: none !important;
}

.wpcf7-form img {
	vertical-align: middle !important;
}

/* Image */
.entry img {
	/* Border */
	padding: 3px;
	border: 1px double #A9A9A9;
	background-color: #FFFFFF;
	margin-right: 10px;

	/* Rounded corners */
	-moz-border-radius: 3px;

	/* Drop shadow */
	-moz-box-shadow: 3px 3px 4px #444444;
	-webkit-box-shadow: 3px 3px 4px #444444;
	-o-box-shadow: 3px 3px 4px #444444;
	box-shadow: 3px 3px 4px #444444;

  	/* For IE 8 */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')"; */
	/* For IE 5.5 - 7 */
	/* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444'); */
}

.entry img:hover {
	background-color: #A9A9A9;
}

.ngg-gallery-thumbnail img {
	margin: 4px 0 4px 5px;
}

img.avatar {
	margin: 5px;
	padding: 0;
	border: 0;
	width: 25px;
	height: 25px;
}

img.noboxshadow, img.wp-smiley {
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

img.noboxshadow:hover {
	background-color: inherit;
}

/* Nextgen gallery */
.ngg-galleryoverview {
	margin-bottom: 10px;
}

/* Recommended */
#text-260698543, div.recommended, .contentCenter {
	text-align: center;
}

div.recommended ul li {
	background-image: none;
	margin-left: -20px;
}

/* Copyright / disclaimer */
#text-4, #text-260698547 {
	text-align: center;
}

/* Subscribe to comments plugin */
.subscribe-to-doi-comments label {
	width: 250px !important;
}

/* Header description */
#header .description {
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}

/* Related posts */
.suf-mag-category ol,
.tab-box div.sidebar-tab-content ol,
.suf-widget ol,
.suf-flat-widget ol,
.suf-panel-widget ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.suf-mag-category ol li,
.tab-box div.sidebar-tab-content ol li,
.suf-widget ol li,
.suf-flat-widget ol li,
.suf-panel-widget ol li {
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: 0 1px;
	padding-bottom: 3px;
}

/* Contact form 7 */
.wpcf7-form img {
	margin: 0 !important;
	padding: 1px 5px 0 0 !important;
	border: 0 !important;
	vertical-align: top;
}

.wpcf7-form td {
	border: 0;
}

.wpcf7-form input[type="submit"],
.wpcf7-form .ajax-loader {
	float: right;
}

/* --- */

p + a.liinternal {
	display: block;
	margin-top: -15px;
}

/* Before posted by */
.entry {
	margin-bottom: 0;
}

/* Sticky posts */
.sticky {
	 background: rgba(235, 255, 218, 0.6); /* #EBFFDA; */
	 border: 1px solid black;
}

/* Code align */
.comment p code, .comment p pre {
	text-align: left;
}

/* WP-Syntax plugin */
.wp_syntax {
	border: 0 !important;
	background-color: transparent !important;
}

.wp_syntax div {
	padding: 0 !important;
}

.wp_syntax pre {
	overflow: auto !important;
}

#recaptcha_widget_div {
	padding: 10px;
}

/* Fixes for minimalistic theme */
/*
#content {
	margin-top: 0 !important;
}

.post, .page {
	padding-top: 0 !important;
}

#cred {
	display: none;
}
*/

.micro {
	 background: rgba(144, 200, 240, 0.4);
	 border: 1px solid #90C8F0;
}

.micro h1, .micro h2 {
	font-size: 120% !important;
	font-weight: bold !important;
}

.micro h3 {
	font-size: 100% !important;
	font-weight: bold !important;
}
/*
.micro .entry-container {
	display: none;
}
*/
.microlist {
	font-size: smaller;
}

.microlist table {
	border-collapse: collapse;
	margin: 10px 0 20px;
}

.microlist td {
	border: 1px silver solid;
	padding: 2px;
}

#respond .form-submit {
	display: inline-block
}

.wpcf7-captchac { vertical-align: middle; padding-right: 10px; }
