/* 
    AUTHOR: Steven Collins
            stevenecollins@me.com
            http://stevencollins.net

Individual CSS elements for the Homepage

*/

/* TEXT */
p#hmpg-text {
		font-size: 1.4em; line-height: 1.6em; margin-bottom: 1.2em;
		text-align: justify;
}

p#hmpg-news {
		font-weight: bold;
		font-size: 1.5em; line-height: 1.6em; margin-bottom: 1.2em;
		text-align: justify;
}

/* STRUCTURE */

#main-content{
		position: relative;
		top: 0px;
		width: 1000px;
		height: 725px;
		padding: 0, 30px, 0px, 30px;
}

#media-content	{
		position: relative;
		top: 0px;
		width: 945px;
		height: 320px;
		left: 0px;
		padding-left: 5px;
		padding-top: 5px;
		background-color: black;
}
	
#left-sidebar	{
		position: relative;
		width: 550px;
		height: auto;
		float: left;
		margin-top: 10px;
}

#right-sidebar	{
		position: relative;
		width: 350px;
		height: auto;
		float: right;
		margin-top: 10px;
}
#newsfeed	{
		position: relative;
		width: 350px;
		height: 140px;
				
}

#mailchimp	{
		position: relative;
		padding-top: 100px;
		width: 230px;
		height: 90px;
		margin-top: 25px;
		
}

#newsletter
{
  display: block;
  width: 230px;
  height: 90px;
  background: url(../images/newsletter_sprite.png) no-repeat 0 0;

}

#newsletter:hover
{ 
  background-position: 0 -90px;
}

#newsletter span
{
  display: none;
}


.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none;
}
.feedburnerFeedBlock ul li {
padding: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #E0E0E0;
}

.feedburnerFeedBlock ul li span.headline a {
color: #990000;
text-decoration: none;
display: block;
}

.feedburnerFeedBlock ul li span.headline a:hover {
color: #535353;
}

#creditfooter {
display: none;
}