/*   
Theme Name: Sports Biz Blog
Theme URI: http://www.sportsbizblog.com
Description: Official theme of Sports Biz Blog
Author: Sam Richard
Author URI: http://www.snugugmedia.com
Version: 2.0
*/


/*  Start Layout Styling  */
body {
	background-color: F9F9DE;
}

#pageWrapper {
	width: 1280px;
	margin: 0 auto;
/*	background-color: #ff0;
*/
}	

#headerWrapper {
	width: 100%;
	height: 350px;
	z-index: 1;

}

#headerWrapper img {
	border-style: none;
}

#adSpacer {
	height: 104px;
	border-bottom: dashed thin #CCC;
/*	background-color: #6FF;
*/
}

#adSpacer.wrapper {
	margin-bottom: 0px;
}

#adSpacer li {
	display: inline;
	list-style: none;
}



#adSpacer.featuredIn {
	width: 510px;
	height: 65px;
	float: right;
	margin-top: -25px;
	border-bottom: none;
	z-index: 0;
	color: #ED2224;
}

#adSpacer.featuredIn li {
	display: inline;
	margin-right: 10px;
}

#adSpacer.featuredIn h2 {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: -10px;
}

#contentWrapper {
	max-width: 825px;
	min-height: 100px;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 10px;
/*	background-color: #900;
*/
	float: left;
}

#sidebarWrapper {
	min-height: 100px;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 10px;
	float: right;
	border-left: dashed thin #CCC;
}

#sidebarWrapper.money {
	width: 215px;
/*	background-color: #C0F;
*/
}

#sidebarWrapper.info {
	width: 215px;
/*	background-color: #666;
*/
}

/*  End Layout Styling  */
/*  Start Content Styling */

#content_box {
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	border: dashed thin #ccc;
}

.loopContent{
	font-size: 20px;
}

.loopContent p:first-letter {
	font-size: 24px;
	color: #ED2224;
	padding-left: 25px;
}

.infoTag {
	color: #ED2224;
}

.infoTag h1 {
	text-align: center;
	font-size: 30px;
}

.infoTag h2 {
	text-align: right;
	font-size: 12px;
	font-weight: bolder;
}

a:link {
	text-align: inherit;
	color: #ED2224;
	text-decoration: underline;
}

#search {
	list-style: none;
}

#search label {
	font-size: 18px;
}

#search-form input.search-text {
	text-align: center;
	background-color: DFF2F5;
	color: ED2224;
}

#search-form input.search-submit {
	list-style: none;
}