/* this stylesheet contains some example styling for the blog pages. Feel free to edit or include this css in your existing stylesheet */


.news .current{
	color: #2A6D96;
}

/* main structural elements*/
#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	float: left;
	width: 650px;
}

#navigation {
	float: right;
	width: 230px;
}

ul.hfeed {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.hentry {
    padding-bottom: 20px;
	margin-top: 30px;
	border-bottom:1px solid #CCC;
}

li.hentry h2 {
    margin: 0 0 5px 0;
	font-size: 28px;
}

.hentry img{
	float:left;
	margin-right:15px;
}

div.hentry h2 {
	margin: 0;
}

div.hentry h2 a {
	text-decoration: none;
}

.hentry p.date {
    margin: 8px 0 10px 0;
    font-size: 20px;
	color: #2A6E96;
}

li.hentry .entry-summary {
	font-family:'Lato';
	font-size: 13px;
	line-height:20px;
}

li.hentry .entry-summary p {
	margin: 0;
}

.meta {

}

.meta h3 {
	font-size: 100%;
	margin: 0;
}

.meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta .cats {
	width: 50%;
	float: left;
}

.meta .tags {
	width: 48%;
	float: right;
}

/* navigation */

#navigation h2{
	font-size: 34px;
}
#navigation h3{
	font-size: 28px;
}

#navigation li{
	font-size:14px;
	font-family:'Lato';
	margin:3px 0;
}

#navigation .archives-date li{
	font-size:18px;
	font-family:'BebasNeueRegular';
}


#navigation .newsletter{
	margin:30px 0 50px 0;

}
#navigation .newsletter p:first-child{
	font-size:22px;
	margin-bottom: 7px;

}
#navigation .newsletter p.slogan{
	font-size:28px;
}
#navigation .newsletter{

}


/* comments */

.comments {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments li {
	margin-left: 70px;
	position: relative;
}

.comments img {
	position: absolute;
	left: -70px;
	display: block;
	margin: 0 10px 10px 0;
}

.comment-form label {
	display: inline-block;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

.comment-form input[type=submit] {
	margin-left: 105px;
}

/*paging */

.paging{
	margin:30px 0;
	font-size:15px;
}
