
/**** Homepage Elements ****/

#homepage-left {
	float: left;
	width: 50%;
}

#homepage-left-content {
	width: 100%;
	padding-right: 15px;
	padding-bottom: 10px;
}

#homepage-left-content h1 {
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 2px;
}

#homepage-right {
	float: left;
	width: 50%;
}

#homepage-right-content {
	padding-left: 15px;
	padding-bottom: 10px;
}

#homepage-right-content h1 {
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 2px;
}

/**** Featured & Welcome Text (Homepage) ****/

#featurewelcome-block {
	position: relative;
	width: 100%;
	height: 385px;
	padding-top: 10px;
	background-image:url("https://anthonyscomicbookart.r.worldssl.net/images/msh1.jpg");
	background-repeat:repeat-x;
	background-position:center top;	
	overflow: hidden;
}

#featured {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 568px;
	height: 383px;
	padding-top: 10px;
}

#featured-text {
	position: absolute;
	left: 10px;
	top: 260px;
	z-index: 4;	
	width: 548px;
	height: 100px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}

#featured-text-left {
	float: left;
	width: 418px;
	padding-left: 10px;
}

#featured-text-right {
	float: left;
	width: 120px;
	text-align: center;
}

#featured-text-left h1 {
	color: #000;	
	font-size: 18px; 
	font-weight: bold;
}

#featured-text-left h2 {
	color: #000;	
	font-size: 15px; 
	font-weight: bold;
	color: #BD170C;
}

#featured-text-left a {
	color: #000;
}

#featured-text-left a:hover {
	color: #BD170C;
	text-decoration: none;
}

#featured-text-right h1 {
	color: #BF190D;	
	font-size: 20px;
	font-weight: bold;
}

#featured-floater {
	position: absolute;
	z-index: 5;
	width: 233px;
	height: 232px;
	top: 3px;
	left: 422px;
}

#welcome {
	margin-left: 588px;
	height: 383px;
	text-align: center;
}

#welcome p {
	font-size: 14px;
}

#welcome h1 {
	color: #BD170C;
	font-size: 22px;
}

#feature-fill {
	float: left;
	height: 383px;
	background-image:url("https://anthonyscomicbookart.r.worldssl.net/images/msh1.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	width: 500px;
}

/**** Repped List (Homepage) ****/

#repped-list {
	position: relative;
	width: 100%;
	padding-top: 10px;
	min-height: 250px;
}

#repped-list h1 {
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 2px;
}


#content-full {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content-full ul {
	list-style-image: url('https://anthonyscomicbookart.r.worldssl.net/images/ces_redarrow.gif');
}

#content-full li {
	line-height: 20px;
}

/**** Testimonial (Homepage) ****/

.testimonial-top {
	background-color: #C4E8BA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}

.testimonial-bottom {
	width: 100%;
	min-height: 35px;
	background-image:url("https://anthonyscomicbookart.r.worldssl.net/images/background-test-bottom.gif");
	background-repeat:no-repeat;
	background-position:left top;
	line-height: 35px;
	padding-left: 310px;
}