/*   
Theme Name: DMP Media
Theme URI: 
Description: DMP Media.
Author: Diana Moss
Author URI: http://www.dmpmedia.co.za/
Template: thematic
Version: 1.0.1
Tags: Thematic
.
Thematic Site is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-r-fixed-988px.css');

/* Apply basic image styles */
@import url('images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* =Global Elements
-------------------------------------------------------------- */

#buttons {
    padding:0em 0;
} 
a.button {
    border:0px solid #ccc;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    color:#666;
    font-size:12px;
    margin:0 10px 0 0;
    padding:0em 0em;    
    text-decoration:none;
}
a.button:hover,
a.button:active {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#branding {
    position:relative;
}
#blog-title {
    width:652px;
}
#blog-description {
    width:652px;
}
#branding #searchform {
    display:none;
}
#branding #searchform label {
    display:none;
}
#branding #searchform input {
    display:none;
}
#branding #searchform input#s {
    display:none;
}
#branding #searchform input#searchsubmit {
    display:none;
}

/* =Menu
-------------------------------------------------------------- */

#nav {
    float:right;
}


/* =Content
-------------------------------------------------------------- */

.search .page-title {
    display:none;
}


/* =Leader and Front Page Styles
-------------------------------------------------------------- */

#leader {
    border-bottom:0px solid #ccc;
    padding:40px 0 0px 0;
}
#leader-container {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:988px;
	border-top:1px solid #ccc;
	padding-top:40px;
}
#leader .entry-title {
	color:#666;
    font-family:Georgia,serif;
    font-size:24px;
	font-weight:normal;
	font-style:italic;
	margin-left:5px;
}
#leader .entry-title span {
    font-family:Arial,san-serif;
    font-weight:normal;
}
.single #leader .entry-title {
    width:652px;
}
#leader .entry-meta {
    position:absolute;
    top:15px;
    left:690px;
}

.page-template-front-page-php #feature {
    width:988px;
	float:left;
	border-bottom:0px solid #ccc;
	padding-bottom:-50px;
}
.page-template-front-page-php #feature img {
	float:left;
}
.page-template-front-page-php #feature-info {
    float:right;
	margin:0 0 0 19px;
    width:494px;
}
.page-template-front-page-php #feature-info h2 {
	color:#f25306;
    font-family:Georgia,serif;
    font-size:24px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:1px;
    line-height:18px;
    padding:0 0 20px 0;
}
.page-template-front-page-php #feature-info h3 {
	color:#666;
    font-family:Arial,san-serif;
    font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
    padding:0 0 20px 0;
}
.page-template-front-page-php #container,
.page-template-front-page-php #content  {
    margin:0;
    padding:0;
    width:988px;
}
.page-template-front-page-php #container {
	border-bottom:0px solid #ccc;
}
.page-template-front-page-php #sub-feature {
    font-size:13px;
    line-height:18px;
    position:relative;
    overflow:hidden;
	margin-bottom:10px;
}
.page-template-front-page-php #sub-feature p {
    margin:0 0 18px 0;
}
.page-template-front-page-php #sub-feature h3 {
    font-family:Georgia,serif;
    font-size:18px;
	font-weight:normal;
	letter-spacing:0px;
    line-height:18px;
    padding:0 0 20px 0;
    text-transform:none;
	color:#666;
}
.page-template-front-page-php #sub-feature h3 img {
    position:absolute;
    top:3px;
    right:0;
}
.page-template-front-page-php .block {
    float:left;
    width:464px;
}
#front-block-1 {
	color:#f25306;
    margin-right:30px;
	font-family:Georgia, serif;
	font-size:20px;
	line-height:28px;
	margin-bottom:30px;
}
.page-template-front-page-php .block .avatar {
    float:left;
    margin:.25em 10px 0 0;
}
.page-template-front-page-php .block ul {
    border-top:1px solid #ccc;
    list-style:none;
    margin:0;
}
.page-template-front-page-php .block ul li {
    display:inline;
}
.page-template-front-page-php .block ul li a {
    border-bottom:1px solid #ccc;
    color:#666;
    display:block;
    padding:6px 0;
    text-decoration:none;
}
.page-template-front-page-php .block ul li a:hover,
.page-template-front-page-php .block ul li a:active {
    background:#fafafa;
    color: #FF4B33;
}
.page .entry-content,
.single .entry-content {
    padding-top:0;
}

#post-2 #leader {
display:none;
}