/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/* Search form in Main Menu */ 

div.search-form {
	display: inline;
	float: right;
	margin:20px;
}

#searchformtop {
      	position: relative;
	z-index: 30px;
}
/* Search form end in Main Menu */ 


#main .post-item {
 background: #ededed;
 margin-bottom: 28px;
 border: 1px solid white;
 overflow: hidden;
 padding-right: 40px;
}

.post-item img {
 float: left;
 padding: 30px 20px 30px 30px;
}

.post-item h2 {
 padding-top: 30px;
}

.post-item p.meta {
 background: #9c2323;
 color: white;
 font-size: 11px;
 font-style: normal;
 padding: 4px;
 margin-left: 250px;
 margin-bottom: 14px;
 width: 100px;
 min-width: 100px;
 text-align: center;
 border-bottom: 1px solid white;
}

.post-item p {
 color: #7e7e7e;
 font-style: italic;
}

.mtphr-dnt-tick-contents {
    overflow: hidden;
    position: relative;
    background-color:#eee;
}

h3.mtphr-dnt-inline-title {
    float: right;
    padding-right: 5px;
}


