/*
Theme Name: Michniaklab
Author: Omure
Version: 1
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
strong, b, strong *, b * { font-weight: bold; } em, i, em *, i * { font-style: italic; }
/**/

body {
	color: #35172E;
	background-color: #F7F3F7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url('img/Page-BgGradient.jpg');
    background-repeat: repeat-x;

}

p {
	color:#35172E;
	font-size:12px;
	line-height:20px;
}

a {
	color:#6A2F5B;
}

a:hover {
	text-decoration:none;
	color:#D926AF;
}

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


.container {
	width:1000px;
	margin:30px auto;
	overflow: hidden;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 21px 3px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 21px 3px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 21px 3px rgba(0,0,0,0.26);
}

#content {
	display: block;
	overflow:hidden;
	background: #DFE0D7;
}

#main {
	background: #DFE0D7;
	padding: 20px;
}


/***
/* Menu
/********************/

.slicknav_menu {
	display:none;
}

.menu {
	display: block;
	background: rgb(197,200,183);
	background: -moz-linear-gradient(top, rgba(197,200,183,1) 0%, rgba(209,211,197,1) 50%, rgba(193,195,177,1) 53%, rgba(203,205,191,1) 100%);
	background: -webkit-linear-gradient(top, rgba(197,200,183,1) 0%,rgba(209,211,197,1) 50%,rgba(193,195,177,1) 53%,rgba(203,205,191,1) 100%);
	background: linear-gradient(to bottom, rgba(197,200,183,1) 0%,rgba(209,211,197,1) 50%,rgba(193,195,177,1) 53%,rgba(203,205,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c8b7', endColorstr='#cbcdbf',GradientType=0 );
	clear: both;
	height: 40px;
}


.slicknav_menu {
	padding: 0px !important;
	background: rgb(197,200,183) !important;
	background: -moz-linear-gradient(top, rgba(197,200,183,1) 0%, rgba(209,211,197,1) 50%, rgba(193,195,177,1) 53%, rgba(203,205,191,1) 100%) !important;
	background: -webkit-linear-gradient(top, rgba(197,200,183,1) 0%,rgba(209,211,197,1) 50%,rgba(193,195,177,1) 53%,rgba(203,205,191,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(197,200,183,1) 0%,rgba(209,211,197,1) 50%,rgba(193,195,177,1) 53%,rgba(203,205,191,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c8b7', endColorstr='#cbcdbf',GradientType=0 ) !important;


}

.slicknav_menu .slicknav_icon-bar {
	background-color:#000 !important;
}

.slicknav_nav {
	background-color: #c8caba !important;
}

.menu li {
	display:block;
	position:relative;
	cursor: pointer;
	float: left;
}
.menu li a {
	padding: 0px 12px;
	font-size:12px;
	line-height:40px;
	color:#35172E;
	display:block;
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	
}
.menu > li:hover {
	color:#fff;
	background: rgb(236,211,230);
	background: -moz-linear-gradient(top,  rgba(236,211,230,1) 0%, rgba(219,174,207,1) 17%, rgba(213,156,199,1) 25%, rgba(187,98,164,1) 50%, rgba(175,89,154,1) 53%, rgba(158,74,136,1) 56%, rgba(145,63,125,1) 58%, rgba(178,80,153,1) 83%, rgba(188,97,164,1) 97%, rgba(187,102,167,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(236,211,230,1) 0%,rgba(219,174,207,1) 17%,rgba(213,156,199,1) 25%,rgba(187,98,164,1) 50%,rgba(175,89,154,1) 53%,rgba(158,74,136,1) 56%,rgba(145,63,125,1) 58%,rgba(178,80,153,1) 83%,rgba(188,97,164,1) 97%,rgba(187,102,167,1) 100%);
	background: linear-gradient(to bottom,  rgba(236,211,230,1) 0%,rgba(219,174,207,1) 17%,rgba(213,156,199,1) 25%,rgba(187,98,164,1) 50%,rgba(175,89,154,1) 53%,rgba(158,74,136,1) 56%,rgba(145,63,125,1) 58%,rgba(178,80,153,1) 83%,rgba(188,97,164,1) 97%,rgba(187,102,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecd3e6', endColorstr='#bb66a7',GradientType=0 );

}
.menu > li.current-menu-item, .menu > li.current_page_item  {
	color:#fff;
	background: rgb(215,163,202);
	background: -moz-linear-gradient(top, rgba(215,163,202,1) 0%, rgba(177,81,153,1) 36%, rgba(162,71,138,1) 44%, rgba(147,65,127,1) 50%, rgba(134,59,116,1) 53%, rgba(111,49,96,1) 56%, rgba(96,41,83,1) 58%, rgba(102,45,86,1) 64%, rgba(125,55,109,1) 81%, rgba(152,66,129,1) 100%);
	background: -webkit-linear-gradient(top, rgba(215,163,202,1) 0%,rgba(177,81,153,1) 36%,rgba(162,71,138,1) 44%,rgba(147,65,127,1) 50%,rgba(134,59,116,1) 53%,rgba(111,49,96,1) 56%,rgba(96,41,83,1) 58%,rgba(102,45,86,1) 64%,rgba(125,55,109,1) 81%,rgba(152,66,129,1) 100%);
	background: linear-gradient(to bottom, rgba(215,163,202,1) 0%,rgba(177,81,153,1) 36%,rgba(162,71,138,1) 44%,rgba(147,65,127,1) 50%,rgba(134,59,116,1) 53%,rgba(111,49,96,1) 56%,rgba(96,41,83,1) 58%,rgba(102,45,86,1) 64%,rgba(125,55,109,1) 81%,rgba(152,66,129,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a3ca', endColorstr='#984281',GradientType=0 );
}

.menu > li.current-menu-item > a,
.menu > li.current_page_item > a,
.menu > li:hover > a {
	color: #fff;
}

	/*** DROPDOWN ***/
	.menu .sub-menu,
	.menu .children {
		background-color: #c8caba;
		display: none;
		padding: 0;
		position: absolute;
		margin-top:0;
		left: 0;
		z-index: 99999;
		-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	}
	
	ul.menu ul a,
	.menu ul ul a {
		color: #000;
		margin: 0;
		padding:3px 10px;
		min-width: 160px;
		line-height:20px;
	}
	
	ul.menu ul li,
	.menu ul ul li {
		padding-right:0;
		margin-right:0;
	}

	ul.menu ul a:hover,
	.menu ul ul a:hover {
		color: #fff;
		background:#c275af;
	}

	ul.menu li:hover > ul,
	.menu ul li:hover > ul {
		display: block;
	}
	
	.menu .sub-menu ul,
	.menu .children ul {	
		left: 100%;
		top: 0;
		
	}


/***
/* Header
/********************/
#header {
	
}

#logo {
	overflow: hidden;
	text-align:center;
	padding: 30px;
	background: rgb(183,99,159);
	background: -moz-linear-gradient(45deg, rgba(183,99,159,1) 0%, rgba(231,189,219,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(183,99,159,1) 0%,rgba(231,189,219,1) 100%);
	background: linear-gradient(45deg, rgba(183,99,159,1) 0%,rgba(231,189,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7639f', endColorstr='#e7bddb',GradientType=1 );
}

#logo h1 {

	float: right;
}

#logo img {
	max-width:100%;
	height:110px;
}


/***
/* Posts
/********************/
.post, #main > .page {
}
.post-img {
	text-align:center;
}
.post-img img {
	max-width:100%;
	height:auto;
}

.post-img.audio iframe {
	height:166px;
	width:100%;
}

.post-header {
	padding: 0px 0px 24px;
	text-align:left;
}

.post-header h1 {
    font-size: 22px;
    font-weight: bold;
    color: #431E3A;
}

.post-title h4, .post-title h4 a, .post-title h4 a:link, .post-title h4 a:visited, .post-title h4 a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #212121;
    text-decoration: none;
    margin: 20px 0px;
}





	/*** Post Entry ***/
	.post-entry {
		padding:0;
		font-size:12px;
		line-height:24px;
		margin-bottom:0px;
		overflow:hidden;
	}
	
	.more-link {
		text-align:center;
		display:block;
	}
	.more-button {
		border:1px solid #e9e9e9;
		text-transform:uppercase;
		letter-spacing:2px;
		font-size:11px;
		padding:7px 16px 8px;
		display:inline-block;
		margin-top:12px;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}
	.more-button:hover {
		background:#EF9D87;
		color:#fff;
		border:1px solid;
		border-color:#EF9D87;
	}
	
	.post-entry img {
		max-width:100%;
		height:auto;
	}
	

	.post-entry a:hover {
		text-decoration:underline;
	}
	
	.post-entry p, .post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr {
    	margin-bottom:20px;
	}
	.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
		color:#000;
		font-weight:400;
	}
	.post-entry h1 {
		font-size:27px;
	}
	.post-entry h2 {
		font-size:24px;
	}
	.post-entry h3 {
		font-size:21px;
	}
	.post-entry h4 {
		font-size:19px;
	}
	.post-entry h5 {
		font-size:17px;
	}
	.post-entry h6 {
		font-size:15px;
	}
	.post-entry hr {
		border:0;
		height:0;
		border-bottom:1px solid #e5e5e5;
		clear:both;
	}
	.post-entry blockquote {
		border-left:3px solid;
		border-color:#EF9D87;
	}
	.post-entry blockquote p{
		color:#999;
		padding:0 18px;
		
		font-size:18px;
		line-height:28px;
		font-style:italic;
	}

	.post-entry ul, .post-entry ol {
		padding-left:45px;
		margin-bottom:20px;
		
	}
	.post-entry ul li {
		margin-bottom:12px;
		list-style:square;
	}
	.post-entry ol li {
		margin-bottom:12px;
		list-style:decimal;
	}


	.sticky.post .post-header {  }
	.bypostauthor  {}

	.post-entry table { width:100%; margin-bottom:22px; border-collapse:collapse }
	.post-entry td, .post-entry th { padding: 12px; border-bottom: 1px #e5e5e5 solid; }
	.post-entry th { font-weight:bold; font-size:14px; background:#f5f5f5;}
	.post-entry tr:hover {
		background:#f9f9f9;
	}


/*** Post Pagination ***/

.post-pagination {
	margin-bottom:20px;
	overflow:hidden;
}

.post-pagination a {
	border-radius: 25px;
	padding: 14px 20px;
	color: #fff;
	text-decoration: none;
	display:inline-block;
	background: rgb(236,211,230);
	background: -moz-linear-gradient(top,  rgba(236,211,230,1) 0%, rgba(219,174,207,1) 17%, rgba(213,156,199,1) 25%, rgba(187,98,164,1) 50%, rgba(175,89,154,1) 53%, rgba(158,74,136,1) 56%, rgba(145,63,125,1) 58%, rgba(178,80,153,1) 83%, rgba(188,97,164,1) 97%, rgba(187,102,167,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(236,211,230,1) 0%,rgba(219,174,207,1) 17%,rgba(213,156,199,1) 25%,rgba(187,98,164,1) 50%,rgba(175,89,154,1) 53%,rgba(158,74,136,1) 56%,rgba(145,63,125,1) 58%,rgba(178,80,153,1) 83%,rgba(188,97,164,1) 97%,rgba(187,102,167,1) 100%);
	background: linear-gradient(to bottom,  rgba(236,211,230,1) 0%,rgba(219,174,207,1) 17%,rgba(213,156,199,1) 25%,rgba(187,98,164,1) 50%,rgba(175,89,154,1) 53%,rgba(158,74,136,1) 56%,rgba(145,63,125,1) 58%,rgba(178,80,153,1) 83%,rgba(188,97,164,1) 97%,rgba(187,102,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecd3e6', endColorstr='#bb66a7',GradientType=0 );
}

.post-pagination a:hover {
	background: rgb(215,163,202);
	background: -moz-linear-gradient(top, rgba(215,163,202,1) 0%, rgba(177,81,153,1) 36%, rgba(162,71,138,1) 44%, rgba(147,65,127,1) 50%, rgba(134,59,116,1) 53%, rgba(111,49,96,1) 56%, rgba(96,41,83,1) 58%, rgba(102,45,86,1) 64%, rgba(125,55,109,1) 81%, rgba(152,66,129,1) 100%);
	background: -webkit-linear-gradient(top, rgba(215,163,202,1) 0%,rgba(177,81,153,1) 36%,rgba(162,71,138,1) 44%,rgba(147,65,127,1) 50%,rgba(134,59,116,1) 53%,rgba(111,49,96,1) 56%,rgba(96,41,83,1) 58%,rgba(102,45,86,1) 64%,rgba(125,55,109,1) 81%,rgba(152,66,129,1) 100%);
	background: linear-gradient(to bottom, rgba(215,163,202,1) 0%,rgba(177,81,153,1) 36%,rgba(162,71,138,1) 44%,rgba(147,65,127,1) 50%,rgba(134,59,116,1) 53%,rgba(111,49,96,1) 56%,rgba(96,41,83,1) 58%,rgba(102,45,86,1) 64%,rgba(125,55,109,1) 81%,rgba(152,66,129,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a3ca', endColorstr='#984281',GradientType=0 );
}
.post-pagination .pagi-prev {
	float:left;
	
}
.post-pagination .pagi-next {
	float:right;
	
}

/***
/** Member POSTS
/******************************/

li.member {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
}

.member-img {
	border: 3px double #666666;
	float: right;
	height: 150px;
	width: 150px;
}

/***
/** PAGINATION
/******************************/

.pagination {
	margin-bottom:20px;
	overflow:hidden;
}

.pagination a {
	border-radius: 25px;
	padding: 14px 20px;
	color: #fff;
	text-decoration: none;
	display:inline-block;
	background: rgb(236,211,230);
	background: -moz-linear-gradient(top,  rgba(236,211,230,1) 0%, rgba(219,174,207,1) 17%, rgba(213,156,199,1) 25%, rgba(187,98,164,1) 50%, rgba(175,89,154,1) 53%, rgba(158,74,136,1) 56%, rgba(145,63,125,1) 58%, rgba(178,80,153,1) 83%, rgba(188,97,164,1) 97%, rgba(187,102,167,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(236,211,230,1) 0%,rgba(219,174,207,1) 17%,rgba(213,156,199,1) 25%,rgba(187,98,164,1) 50%,rgba(175,89,154,1) 53%,rgba(158,74,136,1) 56%,rgba(145,63,125,1) 58%,rgba(178,80,153,1) 83%,rgba(188,97,164,1) 97%,rgba(187,102,167,1) 100%);
	background: linear-gradient(to bottom,  rgba(236,211,230,1) 0%,rgba(219,174,207,1) 17%,rgba(213,156,199,1) 25%,rgba(187,98,164,1) 50%,rgba(175,89,154,1) 53%,rgba(158,74,136,1) 56%,rgba(145,63,125,1) 58%,rgba(178,80,153,1) 83%,rgba(188,97,164,1) 97%,rgba(187,102,167,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecd3e6', endColorstr='#bb66a7',GradientType=0 );
}

.pagination a:hover {
	background: rgb(215,163,202);
	background: -moz-linear-gradient(top, rgba(215,163,202,1) 0%, rgba(177,81,153,1) 36%, rgba(162,71,138,1) 44%, rgba(147,65,127,1) 50%, rgba(134,59,116,1) 53%, rgba(111,49,96,1) 56%, rgba(96,41,83,1) 58%, rgba(102,45,86,1) 64%, rgba(125,55,109,1) 81%, rgba(152,66,129,1) 100%);
	background: -webkit-linear-gradient(top, rgba(215,163,202,1) 0%,rgba(177,81,153,1) 36%,rgba(162,71,138,1) 44%,rgba(147,65,127,1) 50%,rgba(134,59,116,1) 53%,rgba(111,49,96,1) 56%,rgba(96,41,83,1) 58%,rgba(102,45,86,1) 64%,rgba(125,55,109,1) 81%,rgba(152,66,129,1) 100%);
	background: linear-gradient(to bottom, rgba(215,163,202,1) 0%,rgba(177,81,153,1) 36%,rgba(162,71,138,1) 44%,rgba(147,65,127,1) 50%,rgba(134,59,116,1) 53%,rgba(111,49,96,1) 56%,rgba(96,41,83,1) 58%,rgba(102,45,86,1) 64%,rgba(125,55,109,1) 81%,rgba(152,66,129,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7a3ca', endColorstr='#984281',GradientType=0 );
}
.pagination .newer {
	float:left;
	
}
.pagination .older {
	float:right;
	
}


/***
/** FOOTER
/******************************/

#footer {
	background: rgb(231,189,219);
	background: -moz-linear-gradient(top, rgba(231,189,219,1) 0%, rgba(183,99,159,1) 100%);
	background: -webkit-linear-gradient(top, rgba(231,189,219,1) 0%,rgba(183,99,159,1) 100%);
	background: linear-gradient(to bottom, rgba(231,189,219,1) 0%,rgba(183,99,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7bddb', endColorstr='#b7639f',GradientType=0 );
}



/*** Footer Copyright ***/

#footer-search{
	padding:20px 0 0px;
	font-size:11px;
	text-align: center;
}
#footer-copyright {
	padding:20px 0;
	font-size:11px;
	text-align: center;
}



/***
/* Archive
/********************/
.archive-box {
	background:#fff;
	padding:18px;
	margin-bottom:30px;
	-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	   -moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	text-align:center;
}

.archive-box span {
	font-size:11px;
	font-style:italic;
	letter-spacing:1px;
	color:#999;
	margin-bottom:4px;
	display:inline-block;
}
.archive-box h1 {
	font-size:28px;
	letter-spacing:5px;
	text-transform:uppercase;
}

/***
/* 404 Page
/********************/
.error-page {
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}
.error-page h1 {
	font-size:190px;
}
.error-page p {
	color:#888;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*** Custom WordPress gallery style ***/
.gallery .gallery-caption{  
    font-size:12px;
	color:#888;
	font-family:"Open Sans";
}  
  
.gallery .gallery-icon img{  
    border-radius:2px;  
    border:1px solid #eee !important;  
	padding:7px;
}  
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;  
}


.printfriendly {
	display: block !important;
	float: none !important;
	text-align: right !important;
	margin-bottom: 20px !important;
	margin-top: 0px !important;
}