/*+++++++++++++++++++++++++++++++++++++++++++++++

    Theme Name: HaberMatik Mobil
	Version: 1.0
    Description: WordPress Mobil Haber  Teması, Premium WordPress Mobile News Theme
    Author: HaberMatik
	Theme URI: http://www.habermatik.net
	Created Time: 17.12.2013
    Copyright: 2013 AKIN MEDYA LTD.
	
		
/* HaberMatik Mobil
================================================== */

/* Head styles
-----------------------------------------------------------------------------*/
/* Page header
-----------------------------------------------------------------------------*/
header.page-header {
    width: inherit;
    height: 98px;
    border-bottom: 2px solid #b43c38;
}
/* Top navigate */
header.page-header div.top-navigate {
    width: inherit;
    height: 48px;
    background: url("../img/top-navigate.png") repeat-x;
}
header.page-header div.menu-button a {
    height: 19px;
    float: left;
    display: block;
    padding: 1px 0 0 35px;
    background: url("../img/menu-button.png") no-repeat left center;
    font: 700 14px "PT Sans";
    color: #ffd4d2;
}
article.post div.image span {
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 6px 5px 0;
    background: url("../img/post-image_middle.png") repeat-x;
    font: 700 14px "PT Sans";
    color: #ffd4d2;
}

article.post div.image span:before {
    width: 23px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -23px;
    background: url("../img/post-image_left.png");
    content: ".";
    text-indent: 100%;
    white-space: nowrap;
}

article.post div.image span:after {
    width: 6px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -6px;
    background: url("../img/post-image_right.png");
    content: ".";
    text-indent: 100%;
    white-space: nowrap;
}

div.tab-overlay ul.new-comment li input[type="submit"] {
    width: 100px;
    height: 34px;
    float: right;
    margin-right: -20px;
    padding-top: 2px;
    background: #d94a43;
    border-bottom: 2px solid #b43c38;
    border-radius: 5px;
    color: #fff;
}