/* Color scheme */
.delhidarbar-footer, .delhidarbar-topheader {
    background:#97735d;
}
.q2 {
    background:#97735d;
}
.sidebar *, .home * {
    color:#97735d;
}
.src {
    background:#bf9b85;
}
.sidebar .h, .home .h {
    background: #bf9b85;
}
.sidebar .s, .home .s {
    border: 1px solid #bf9b85;
}


/* SYSTEM */
* {
    font-family:'Lora', sans-serif;
    font-size:18px;
    margin:0px;
    padding:0px;
    border:0px;
}
td,th {
    vertical-align:top;
    text-align:left;
}
a:hover {
    text-decoration: none;
}
.c {
    clear:both;
}
.padding {
    padding:20px;
}
.padding2 {
    padding:10px;
}
body {
    background:#CCC url('/templates/delhidarbar/delhidarbar-background.png');
}
.body {
    background:#FFF;
    margin:0 auto;
    width:920px;
    max-width:100%;
}

.body-bg {
    
}
.body-fix {
    position:fixed;
    top:0;
    left:0;
    right:0;
    margin:0 auto; 
    height:60px; 
    width:100%;  
    overflow:hidden;
}
.body-fix-container {
    height:60px;
    display:none;
}
.flex {
    display: flex;
}
/*
.content {
    float:left;
    width:calc(100% - 320px);    
}
*/
.sidebar {
    align-items: stretch;
    flex:1;
    float:left;
    width:320px;
}
.sidebar .s {
    border-radius:3px 3px 0px 0px;
    margin-bottom:10px;
}
.sidebar .s2 {
    padding:10px;
}
.sidebar .h {
    color:#FFFFFF;
}
.sidebar ul {
    margin:10px;
    font-size:90%;
    list-style-type:none;
}
.sidebar ul li {
    margin-bottom:20px;
    line-height:18px;
    font-size:90%;
    text-decoration:none;
}
.sidebar a {
    font-size:90%;
    text-decoration:none;
}
.sidebar a:hover {
    text-decoration:underline;
}
.sidebar p {
    padding:10px;
}
.delhidarbar-footer {
    color: #FFF;    
}
.delhidarbar-footer a {
    color: #FFF;
}
.nav1 a {
    color:#fff;
    text-decoration:none;
    display:block;
    float:left;
    padding:4px 10px 10px 10px;
}
.nav1 ul {
    list-style-type:none;
}
.q {
    width:calc(100% - 85px);
    height:35px;
    font-size:16px;
}
.q2 {
    font-size:16px;
    width:80px;
    height:35px;
    border:0px;
    cursor:pointer;
    color:#FFF;
}
.delhidarbar-article {
    padding-bottom:100px;
    overflow:hidden;
}
.delhidarbar-article p, .delhidarbar-article ul, .delhidarbar-article ol {
    padding: 1.12em 0;
    line-height:30px;
}
.delhidarbar-article ul, .delhidarbar-article ol {
    margin-left:40px;
    line-height:30px;
}
img {
    max-width:100%;
    height:auto;
}

/* FONT */
body {
    cursor: default;
}
.material-icons {
    font-size: 22px;
}
h1 {
    font-size:30px;
    padding-bottom:30px;
}
h2,h2 a {
    font-size:24px;
    padding:0px 0px 30px 0px;
}
h3,h3 a {
    font-size:24px;
}

/* CGR */
div.ceg {
    margin-bottom:60px;
}
.table {
    width:100%;
}
.form {
    max-width:640px;
}
.form input[type="text"], .form textarea {
    border:1px solid #000;
    margin:1px;
    width:100%;
    max-width:calc(100% - 45px);
}
.form input[type="submit"] {
    border:1px solid #000;
    cursor:pointer;
    background:#CDCDCD;
    padding:5px;
}
div.td {
    min-width:320px;
    width:50%;
    float:left;
}
div.td3 {
    min-width:320px;
    width:33%;
    float:left;
}
div.blog-entry div.blog-image {max-width:300px;background:#DDDDDD;float:left;padding:5px 5px 10px 5px;text-align:center;border-right:10px solid #FFF;border-bottom:10px solid #FFF}
div.blog-entry div.blog-image img {padding-bottom:10px}
.dn {display:none}

.delhidarbar-posts {margin-bottom:50px}
.delhidarbar-posts:after {content: "";display: block;clear: both;}
.delhidarbar-post-image {max-width:300px;float:left;margin-right:10px}
.delhidarbar-posts .post-title a {font-size:22px}


@media screen and (max-width: 768px) {
    .content {
        width:100%;
    }
    .sidebar {
        width:100%;
    }
    .flex {
        display:block;
    }
    .delhidarbar-post-image {
    	width:100%;
    	max-width:100%;
    }
}

.delhidarbar-article img {height:auto !important}