/*   
Theme Name: thematic2
Theme URI: http://round1equity.com
Description: Child Theme
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Tags: Thematic
.
Thematic 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('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


#blog-title a {
   background:url(images/mp_hdr_1.gif) no-repeat top center;
display:block;
text-indent:-9000px;
width: 877px;
height: 130px;
}


#branding {
    padding:0px 0 0px 0;
}
.pageid-16 .entry-title {
display:none;
}

#wrapper {
background-color: #ffffff;
}

#tag_cloud{
text-decoration:none;
}


#main {
    clear:both;
    padding:20px 0 11px 0;
}


body, input, textarea {
    font: 13px arial,sansserif;
    line-height:19px;
}
ul {
margin-top:-14px;    
margin-bottom:18px;
}

a:link {
    color:#36302c;
}
a:visited {
    color:#9a9e9d;
}
a:active,
a:hover {
    color: #b9d5af;
}


.sf-menu li {
	background:		#c7cfdb;
}
.sf-menu li li {
	background:		#c7cfdb;
}
.sf-menu li li li {
	background:		#c7cfdb;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #dacba6;
	outline:		0;
    border-bottom-color:#dacba6;
}



/* Footer changes */
#footer {
    border-top:1px solid #b9af9b;
    background-color: #000000;
    margin-top:22px;
}


#siteinfo {
    color:#606060;
    font-size:11px;
    line-height:22px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#606060;
}

.entry-title {
    font-family:Arial,sans-serif;
    font-size:18px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#00099;
    text-decoration:none;
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:22px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:22px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:none;
    letter-spacing:0.05em;
}


