/*
Theme Name: UBlog Child
Description: Child theme for the UBlog WordPress theme
Author: Simrandeep Singh
Template: ublog
*/

@import url("../ublog/style.css");

/* Start Adding Your CSS Here */

.main-header {
	background:#fff;
	color:#fff;
	margin:0 auto;
	width:100%;
}
.post-home {
    	margin: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	overflow:hidden;
	padding: 0px;
}

h1 {font-family:sans-serif;
font: helvetica, arial;
font-weight: 100;
text-align: center;
    font-style:normal;
  color:#dbdbdb;

}


h2 {font-family:sans-serif;
font: helvetica, arial;
font-weight: 200;
text-align: center;
    font-style:normal;
font-size:5px;
   color:#dbdbdb;
}

h3 {font-family:sans-serif;
font: helvetica, arial;
font-weight: 200;
text-align: center;
    font-style:normal;
   color:#dbdbdb;
}
h5 {font-family:sans-serif;
font: helvetica, arial;
font-weight: 100;
text-align: center;
    font-style:normal;
   color:#dbdbdb;
}
.page-title {
	font-size:18px;
	margin:20px 0 5px;
   color:#dbdbdb;
}

.post-content {
	font-size:10px;
	line-height:15px;
	margin:0 0 30px;
	padding:0;
	letter-spacing: 1px;
}

.header {
	clear: both;
	margin:0 auto;
	max-width:100%;
	padding: none;
	position:relative;
	text-align:center;
	width:100%;
    background-image: url("");
	
}

.line {padding:5px;}

.floatleft {float:left;
padding-left:12%;
padding-right:10px;}

.floatright {
    float: left;
    padding-left: 5%;
    padding-top: 1.5%;
}

img.alignrightnew, .wp-caption.alignrightnew {
    background: rgba(0, 0, 0, 0.027);
    border: 0px solid rgba(0, 0, 0, 0.08);
    display: block;
    float: right;
    margin: 0.4em 0 1em 1.5em;
    padding: 5px;
}

.metoute-content {
    margin: 0 0 0 0;
    width: 62.7%;
}
 .metoute-sidebar-small {
    float: left;
    margin: 0 0 0 0;
width: 16%;
height:1000px;
}

.metoute-single-content-area {
 margin: 0 0 0 0;
    width: 62.7%;
	height:100%;
	max-height:1500px;
}

.menu-main a {color:#fff;
}
.menu-main{padding-right:10px;}
.metoute-content-detail{border:1px solid #ffffff;}

.sidebar-widget-metoute {
	border:1px solid #e3e3e3;
	background:;
	list-style:none;
	margin-bottom:0;
	padding:20px;
	position:relative
}