/*
Theme Name:     Madagascar Thematic
Description:    
Author:         Becky Stern
Template:       thematic

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../thematic/style.css");



#branding {
height: 184px; /* Change this to your images height */
width: 936px;
padding: 0;
position:relative;
font-family:Helvetica, Verdana, sans-serif;
background:transparent url(http://www.madagascarinstitute.com/wp-content/uploads/2012/03/mada-header1.jpg) repeat scroll 0 0; 

}
#blog-title {
color:#e80e0f;
font-style:italic;
text-transform:uppercase;
font-size:6.0em;
line-height:80%

}
#blog-title a {
color:#e80e0f;
}

#blog-description
 {
text-transform:lowercase;
font-size:2.0em;
font-weight:bold;
position:absolute;
left:400px;
color:#e80e0f;
}


#header-image {
background:url("http://www.madagascarinstitute.com/wp-content/uploads/2012/03/mada-header.jpg") no-repeat transparent; /* Change This to Your Image */
height:100%;
width:100%;
position:absolute;
cursor: pointer;
top:0;

}

#press_body{
margin-left: 15px;
float:left;
width:550px;
}

}
.press_body_entry{
height: 110px;
width: 150px;
float: left;
margin-right: 6px;
margin-bottom: 5px;
}
.press_body_entry a{
font-weight: bold;
font-size: 12px;
}
.press_body_entry a img{
border: 1px solid;
}

.clearBoth {

	clear: both;

	}