
/*The style sheet for the homepage of the site*/
/*The section for possibly some ads. Right now it just acts
as a spacer*/
.ad_spacer {
	width: 212px;
	background-color: white;
	height: 100%;
	float: left;
	margin: 7px;
	margin-right: 5px;
}

.newest_title {
	color: #FA356A;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

/*The style for the newest patterns section*/
.newest_patterns {
	text-align: left;
	background-color: white;
	width: 400px;
	float: right;
}

.popular_title {
	color: #EE9F67;
	font-size: 21px;;
	font-weight: bold;
}
/*The style for the popular patterns section*/
.popular_patterns {
	text-align: left;
	background-color: white;
	width: 400px;
	float: right;
}


.news_title {
	color: #89C472;
	font-size: 21px;
	font-weight: bold;
}
/*The style for the news section*/
.news {
	text-align: left;
	background-color: white;
	width: 400px;
	float: right;
	margin-bottom: 200px;
}
.comments {
	width: 400px;
	height: 30px;
	float: right;
}
