/*
Theme Name: Kampoo
Author: Thaishopdesign.com
Author URI: http://www.thaishopdesign.com/
Description: Thaishopdesign.com by Punidea Co.,Ltd.
Version: 1.0
License: GNU General Public License v2 or later
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

.header {}

#menu-main-menu a {
	color: #fff;
}

#menu-main-menu a:hover {
    background-color: rgba(0,0,0,0.3);
}

#content-container {
    float: left;
    min-height: 400px;
    width: 100%;
}
/*Wordpress editor styles end*/

