@charset "utf-8";

/* ---- welcome ----- */
.bigBox{
}

#welcome_engine .sb-inner { 
	background: url(../images/banner_1.png);
}
#welcome_authorship .sb-inner { 
	background: #94c561 url(../images/banner_2.png);
}
#welcome_collaboration .sb-inner { 
	background: #ff904c url(../images/banner_3.png);
}
#welcome_you .sb-inner { 
	background: #ff646f url(../images/banner_4.png);
}

#welcome {
	float: left;
	width: 900px;
	height: 290px;
}
#welcomeNav {
	width: 900px;
	height: 50px;
}
#engine_btn,
#authorship_btn,
#collaboration_btn,
#you_btn {
	float: left;
	width: 225px;
	height: 47px;
	padding-top: 3px;
	text-align: center;
	font-size: 24px;
}
#engine_btn a,
#authorship_btn a,
#collaboration_btn a,
#you_btn a {
	color: #ffffff;
	display: block;
	outline: none;
}
#engine_btn {
	background: url(../images/welcomeNav_engine_bkg.jpg) no-repeat;
}
#authorship_btn {
	background: url(../images/welcomeNav_authorship_bkg.jpg) no-repeat;
}
#collaboration_btn {
	background: url(../images/welcomeNav_collaboration_bkg.jpg) no-repeat;
}
#you_btn {
	background: url(../images/welcomeNav_you_bkg.jpg) no-repeat;
}

#engine {
	background: url(../images/banner_1.png) repeat-x;

	width: 900px;
	height: 300px;
}
#authorship {
	background: url(../images/banner_2.png) repeat-x;

	width: 900px;
	height: 300px;
	
}
#collaboration {
	background: url(../images/banner_3.png) repeat-x;

	width: 900px;
	height: 300px;
}
#you {
	background: url(../images/banner_4.png) repeat-x;

	width: 900px;
	height: 300px;
}
/* ------------------ */

/* ------ blurb ----- */
.blurb {
	float: left;
	font-size: 24px;
	max-width: 550px;
	margin: 15px 0 0 15px;
}
.blurb span {
	font-size: 45px;
}
/* ------------------ */

/* ---- sign in ----- */

#signIn, #signInGreen, #signInOrange, #signInRed{
	float: right;
	width: 183px;
	height: 225px;
	margin: 25px;
	padding: 10px 15px;
	font-weight: bold;
	background: url(../images/banner_sign_in.png);
}
#signIn a{
	color: #0d5e75;
	text-decoration: underline;
}
#signIn a:HOVER{
	color: #000;
	text-decoration: underline;
}
#signInGreen a{
	color: #336600;
	text-decoration: underline;
}
#signInGreen  a:HOVER{
	color: #000;
	text-decoration: underline;
}
#signInOrange a, #signInRed a{
	color: #663333;
	text-decoration: underline;
}
#signInOrange a:HOVER, #signInRed a:HOVER{
	color: #000;
	text-decoration: underline;
}
#signIn input, #signInGreen input, #signInOrange input, #signInRed input{
	width: 171px;
}
#signIn h2, #signInGreen h2, #signInOrange h2, #signInRed h2{
	font-size: 24px;
	margin: 2px 0 10px 0;
	padding: 0;
} 
#signIn_remember {
	margin-bottom: 10px;
}
#signIn_remember input{
	width: 13px;
}

#signIn_btn, #signInGreen_btn, #signInOrange_btn, #signInRed_btn {
	float: right;
	text-align: right;
	font-weight: normal;
}
#signIn_btn input {
	width: 84px;
	height: 22px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: left;
	color: #ffffff;
	border: none;
	font-weight: bold;
	background: url(../images/signIn_btn_bkg.png);
}
#signInGreen_btn input {
	width: 84px;
	height: 22px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: left;
	color: #ffffff;
	border: none;
	font-weight: bold;
	background: url(../images/signInOrangeGreen_btn_bkg.png);
}
#signInOrange_btn input {
	width: 84px;
	height: 22px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: left;
	color: #ffffff;
	border: none;
	font-weight: bold;
	background: url(../images/signInOrangeOrange_btn_bkg.png);
}
#signInRed_btn input {
	width: 84px;
	height: 22px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: left;
	color: #ffffff;
	border: none;
	font-weight: bold;
	background: url(../images/register_btn_bgr.png);
}

#registration{
	position: absolute;
	margin: 10px;
	margin-left: 150px;
}
#registration a{
	color: #660000;
}
#registration a:HOVER{
	color: #990000;
}
/* ------------------ */

/* ---- featured ---- */
.featSectionHeading{
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 0 15px;
}

#featuredStories_container {
	float: left;
	width: 440px;
	margin: 10px 0 0 0;
}
#featuredAuthors_container {
	float: right;
	width: 440px;
	margin: 10px 0 0 0;
}
#featuredStories .sb-inner, 
#featuredAuthors .sb-inner { 
	background: #f0edea;
}
#featuredStories, 
#featuredAuthors {
	width: 440px;
	height: 380px;
}

#featuredStories_inner,
#featuredAuthors_inner {
	padding: 10px 15px;
}

.featuredMore {
	float: right;
	font-weight: bold;
}

.featured {
	color: #2b221e;
	margin: 0 0 10px 0;
}
.featured img {
	float: left;
}

#featured1 .sb-inner { 
	background: #f1efc1; 
}
#featured1 .sb-border { 
	background: #f7d766; 
}
#featured2 .sb-inner { 
	background: #f1efc1; 
}
#featured2 .sb-border { 
	background: #f7d766; 
}
#featured3 .sb-inner { 
	background: #f1efc1; 
}
#featured3 .sb-border { 
	background: #f7d766; 
}


.avBlock{
	float: left;
	margin: 5px 5px 0 0;
	min-width: 32px;
	max-width: 32px;
}
.featuredHeading {
	font-size: 18px;
}
.featuredInfo {
	float: left;
	color: #606161;
	font-size: 11px;
	margin: 3px 0 0 0;	
	height: 20px;
}
.featuredContent {
	float: left;
	clear: both;
	width: 405px;
	min-height: 20px;
	overflow: hidden;
	padding-right: 5px;
	
}
.featuredKeepReading {
	width: 35px;
	font-weight: bold;
	float: right;
	clear: both;
}
/* ------------------ */