/*
Theme Name:     Designfolio Child Theme
Theme URI:      http://www.presscoders.com/designfolio
Description:    A child theme of Designfolio (free).
Author:         PressCoders.com
Author URI:     http://www.presscoders.com
Template:       designfolio
*/

@import url("../designfolio/style.css");

/* Add your custom css below this line */


#header-container {
background-color: #c0c0c0;
position: relative;
z-index: 90;
padding-top: 10px;
}

#header-container header {
display: block;
clear: both;
max-width: 960px;
position: relative;
padding: 0;
margin: 0 auto;
min-height: 100px;
}

#logo-wrap {
float: left;
margin: 10px 0;
}

h1, h2, h3, h4 {
margin: 0 0 15px 0;
padding: 0;
font-family: "Palatino Linotype", Palatino, Georgia, serif;
font-weight: bold;
}

h1 {
font-size: 30px;
line-height: 40px;
}

h2 {
font-size: 26px;
line-height: 30px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 14px;
}



/*** Images ***/

img {
max-width: 100%;
height: auto;
}

.post img {
margin-bottom: 0px;
}

.post .post-thumb {
margin-bottom: 10px;
overflow: hidden;
}

.post .post-thumb img {
margin: 0;
display: block;
}

p.wp-caption-text {
margin-bottom: 8px;
text-align: center;
font-size: 12px;
}

.gallery img {
margin: 10px;
}

.gallery .gallery-caption {
font-size: 12px;
}

.icon {
margin: 0 10px 0 0;
position: relative;
top: 10px;
}

.content img.noborder {
border: none;
}