/*
** Frontend common css
** QbBlog
**
** @date 10-14-2011
** @author Dylan Marsh
*/

#qbblog-wrapper
{
	/*margin: 0 auto;
	padding: 3px;
	text-align: left;*/
	
	display: inline-block;
	height: auto !important;
	margin-bottom: 20px;
	min-height: 350px;
	width: 100%;
	position: relative;
}

#qbblog-wrapper .section-head
{
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	height: 48px;
	margin-bottom: 10px;
}

#qbblog-wrapper h3.category-title
{
	margin: 0;
}

#qbblog-wrapper h3.entry-title, 
#qbblog-wrapper h2.entry-title
{
	margin: 0;
}

#qbblog-wrapper p
{
	/*color: #000000;
	font-size: 12pt;*/
}

#qbblog-wrapper p.alert
{
	font-size: 15px;
	font-weight: bold;
}

#qbblog-wrapper div.entry-meta p
{
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 3px;
}


#qbblog-wrapper hr
{
	background: #d9d9d9;
	border-width: 0;
	color: #d9d9d9;
	height: 1px;
}

.clearfix:after {clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden;}
.clearfix {zoom:1;}



/* copyright */
/*div#copyright-container
{
	margin: 0 auto;
	padding-top: 6px;
}
p.copyright
{
	line-height: 16px;
	color: #999999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}*/