@charset "UTF-8";
/* Orchard Studios - home.css */



.homeHeaderWrapper {
 	width:100%;
  	height:455px;
  	background:#0d0d0d url(../images/home_headerglow.png) no-repeat 50% 69px;
}

.homeHeader {
 	width:960px;
  	height:455px;
   margin:0 auto;
}

.homeHeader a.logo {
 	width:260px;
  	height:74px;
   	display:block;
    float:left;
    text-indent:-9999px;
    margin:50px 0 0 20px;
    background:url(../images/orchardstudios_logo.gif) no-repeat 0 0;
}

.lead {
 	clear:both;
 	margin:30px auto -40px 0;
 	width:945px;
	height:368px;
 	z-index:0;
}




.leadItem {
	width:945px;
 	overflow:hidden;
  	height:328px;
}

.leadItem div {display:none; width:945px; height:368px; overflow:hidden;} 





.leadItem a, .leadItem img {
 	border:0;
  	margin:0;
   padding:0;
}	

 ul.leadMenu {
  	display:block;
   	float:right;
    list-style:none;
    margin-top:4px;
 }
 
 ul.leadMenu li {
  	float:left;
   	color:#FFF;
    font: bold 16px Helvetica, Arial, sans-serif;
    letter-spacing:-1px;
    padding:0 15px 0 0;
 }
 
 ul.leadMenu li a {
  	text-decoration:none;
   	color:#fff;
 }
 
 ul.leadMenu li a:hover {
  	color:#000;
 }
 
 


.homeContentWrapper {
 	background:url(../images/home_topshadow.jpg) no-repeat top center;
	padding:70px 0 0 0;
}

.homeContent, .middle {
 	width:960px; margin:0 auto;
}


.homeContentLeft {
 	padding:150px 0 0 0;
	background:url(../images/home_tag.png) no-repeat 0 0;
 	width:565px;
  	float:left;
}


.leftSlug {
 	width:500px;
  	clear:both;
  	padding:20px 0 0 70px;
   margin-top:30px;
}

.leftSlug div {
 	width:420px; display:block; float:left;
}


.leftSlug a img {
 	display:block; float:left;
  	border:0;
}

.leftSlug h2 a {
 	display:block; float:right;
	font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; font-style:italic; letter-spacing:-1px; color:#13517c;
 	width:420px;
  	margin:0;
 }
 
 .leftSlug h2 a:hover {color:#066db5;}

.leftSlug p {
  	display:block; float:right;
   	width:420px;
    font-size:12px;
 }


/*-------------------- right Slugs -----------------*/
.homeContentRight {
 	width:375px;
  	float:right;
}


.rightSlug {
 	display:block; float:right;
  	width:375px;
   	margin:50px 0 30px 0;
}

.rightSlug h2 a {
 	display:block; float:right;
	font-family:Georgia, "Times New Roman", Times, serif; font-style: italic; font-size:22px; letter-spacing:-1px; color:#000;
 	width:280px;
  	margin:0;
   padding-bottom:5px;
   border-bottom:1px solid #adadad;
 }
 
 .rightSlug h2 a b {color:#647c13; font-weight:normal;}
 
 .rightSlug h2 a:hover {color:#606060;}

 .rightSlug h2 a:hover b {color:#7fa500;}

.rightSlug p {
  	display:block; float:right;
   	width:280px;
    font-size:12px;
 }

.rightSlugIcon1 {background:url(../images/icon_advice.jpg) no-repeat 0 0; }
.rightSlugIcon2 {background:url(../images/homeicon_social.png) no-repeat 0 0; }
.rightSlugIcon3 {background:url(../images/icon_core.jpg) no-repeat 0 0; }

/*--------------- middle area ---------------*/

.middleWrapper {
 	width:100%;
  	background:url(../images/home_middlebg.jpg) repeat-x 0 0;
}	

.middle {
 	height:400px;
}

.mobile { margin:0; float:left; width:500px;}

.mobile h3.title {
	display:block; width:283px; height:41px;
	margin:90px 0 0 0;
 	text-indent:-9999px; overflow:hidden;
	background:url(../images/home_mobiletitle.jpg) no-repeat 0 0;
 }

.mobileText {
 	width:320px; display:block; float:left;
}


.mobile a.mobileImg, .mobile a.mobileImg img {
 	display:block; float:left;
  	border:0;
}

.mobile h2 a {
 	display:block; float:left;
	font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-style:italic; line-height:22px; letter-spacing:-1px; color:#13517c;
 	width:320px;
  	margin:0;
 }
 
.mobile h2 a:hover {color:#066db5;}

.mobile p {
  	display:block; float:left;
   	width:360px;
    font-size:12px;
 }




#twitterContainer {float:right; width:450px;}




















