/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(base_theme.css);
@import url(/mt/mt-static/support/themes/blogwaybaby/blogwaybaby.css);
/* end StyleCatcher imports */

.entry-inside {
	background: #fff;
    	border: 1px solid #000;
    	padding: 10px;
}

#sidebar {
	width:370px;
	float: right;
}


/* footer styles */

#footer-inner {
	width: 940px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}

#footer {
	background: #000;
	margin: 0;
	padding: 20px;
	font-size: 12px;
}

#footer h4 {
	color: #eee;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #222;
}

#footer .footer-section {
	text-align: left;
	margin-right: 30px;
	float: left;
}

#footer ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	color: #666;
}

#footer-inner li {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 2;
	margin-bottom: 15px;
}

#footer ul li a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #fbfbfb;
	font-weight: bold;
}

.badges td {
	padding-right: 20px;
	padding-bottom: 20px;
	
}


/* Sidebar blocks */
.block {
	margin-bottom: 20px;
	padding-bottom: 30px;
	margin-right: 10px;
	clear: both;
}

.block h4 {
	/* padding: 0 3px 3px 3px; */
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

.block h4 a {
	text-decoration: none;
	color: #666;
}

.block h4 a img {
	margin-right: 15px;
}

.block h4 a:hover {
	color: #f00;
}

.block ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	color: #666;
}

.block li {
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 2;
	margin-bottom: 15px;
}

.block li a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #fbfbfb;
	font-weight: bold;
}



.block li a:hover {
	color: #000;
}





