@charset "UTF-8";
/* CSS Document */



body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FAE8C4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#container {
	text-align: left;
	margin: 0 auto;
	width: 800px;
} 

#header { 
	background:url(../images/header.jpg) no-repeat;
	height:37px;
	margin: 0;/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div		 				has a border around it, this is not necessary as that also avoids the margin collapse */
} 

#topNavBg{
	background:url(../images/topNav.jpg) no-repeat;
	height:75px;


}


#topCard{
	background:url(../images/topCard.jpg) no-repeat;
	height:68px;
}

#topLogo{
	background:url(../images/expand/logoExpand.jpg) no-repeat;
	height: 113px;
	padding: 0px;
}

#wrapper{
	margin: 0 auto;
	position:relative;
	top: 70px;
}

#mainContent, #mainContent.mobile{
	background:url(../images/expand/leftExpand.jpg) repeat-y;
	width:800px;
	background-color:#FFFFFF;
	height: 640px;
}

#mainContent.web {
	background:url(../images/expand/leftExpand.jpg) repeat-y;
	width:800px;
	background-color:#FFFFFF;
	height: 1100px;
}


#welcome {
	margin:0 auto;
	width:240px;
	padding:20px 0px 10px 0px;
	background:url(../images/welcomeLine.gif) no-repeat bottom;
	}
	
#welcome h1{
	text-align:left;
	font:lighter 24px/1 Arial, Helvetica, sans-serif;
	color:#79510b;
	margin: 0;
	padding: 0;
}	

#welcomeText {
	margin-left:50px;
	margin-top: 10px;

}




#welcomeText p{
	font-size:12px;
	padding:5px;
	margin:0;
	

}

#welcomeText a{
	color:#006600;
}


	
#welcomeServices {
	width:260px;
	margin-left:5px;
	margin-top: 20px;
	padding: 0px 0 10px 0;
	background:url(../images/welcomeLine.gif) no-repeat bottom;
}

#welcomeServices h2{
	text-align:left;
	font:lighter 18px/1 Arial, Helvetica, sans-serif;
	color:#79510b;
	margin: 0;
	padding: 0;
}

#welcomeLinks ul {
	color:#003300;
	font-size: 12px;
}

#welcomeLinks ul a{
	color:#006600;	
}

#sideCard, #sideCard.mobile{
	background:url(../images/expand/rightExpand.jpg) repeat-y;
	height:640px;
	float:right;
	width: 82px;
}

#sideCard.web {
	background:url(../images/expand/rightExpand.jpg) repeat-y;
	height:1100px;
	float:right;
	width: 82px;
}


#noteWrap, #noteWrap.mobile{
	height:625px;
	width:585px;
	position: relative;
	left: 120px;
	padding: 0px;
	z-index: 30;
}

#noteWrap.web{
	height:1080px;
	width:585px;
	position: relative;
	left: 120px;
	padding: 5px;
	z-index: 30;
}


#bodyText{
	width:205px;
	height:290px;
	position:relative;
	left:10px;
	top: 0px;
	font-size: 12px;
	margin-left: 340px;
	padding: 0px 10px 0px 10px;
	
}

#bodyText.intro {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#bodyText p.intro {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


#bodyText.web {
	width:300px;
	height:370px;
	position:relative;
	left:10px;
	top: 0px;
	font-size: 12px;
	margin-left: 2px;
	padding: 0px 10px 0px 10px;
}



#bodyText.mobile{
	width:550px;
	height:30px;
	position:relative;
	left:10px;
	top: 0px;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	margin-left: 1px;
}


#pinkNote{
	background:url(../images/pinkNote.jpg) no-repeat;
	height: 190px;
	position: absolute;
	width: 190px;
	left: 380px;
	top: 22px;
}

#webNote{
	background:url(../images/pinkNoteWeb.jpg) no-repeat;
	height: 320px;
	position: absolute;
	width: 250px;
	left: 325px;
	top: 0px;
}



/* ---------------------------unnamed tab menu styles--------------*/





#topNav{
	position:relative;
	height:75px;
	z-index: 20;	
	}
	

#topNav ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	float:left;
	position:absolute;
	right:242px;
	bottom:10px;
	z-index: 10;
}

#topNav li{
	float:left;
}

#topNav li a{
	display:block;
	width:70px;
	padding:5px;
	font:16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
	margin-right:12px;
	margin-left:0px;
}


#topNav li a:hover {
	color:#FFFFFF;
	
}


#topNav li a.home{
	background:url(../images/home.png) no-repeat;
	
	}



#topNav li a.home:hover {
	color:#FFFFFF;
	background-position:-70px 0;
}

#topNav li a.contact{
	background:url(../images/contact.png) no-repeat;
	}



#topNav li a.contact:hover {
	color:#FFFFFF;
	background-position:-70px 0;
	


}












/* ---------------------------sideNav post-it menu styles--------------*/
/*----------------------200px wide with no padding---------------------*/

#sideNav ul{
	margin:0;
	padding:15px 0 0 0;
	list-style:none;
}


#sideNav ul li{
	margin:0;
	padding:0;
	
}

#sideNav ul a{
	font:16px/38px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	margin:0;
	width:120px;
	padding-left:77px;
	display:block;
	background:url(../images/circle5.png) no-repeat;

}

#sideNav ul a:hover{
	background-position:-189px 0;
	color:#FFFFFF;
	
}

#sideNav ul a.current{
	background-position:-189px 0;
	color:#FFF;
	cursor:default;
	
	}





/* ---------------------- ends sideNav post-it menu styles--------------*/

/* ---------------------------Green post-it styles--------------*/


#greenNote{
	background:url(../images/greenNotePic.jpg) no-repeat;
	height: 190px;
	position: absolute;
	width: 190px;
	left: 379px;
	top: 218px;
}

#recentWork{
	padding:15px 0px 5px 75px;
	margin-bottom: 5px;	
}

#recentWork h4{
	text-align:center;	
}

#recentWorkBody{
	margin: 0 auto;
	text-align:left;
	width: 160px;
	position: absolute;
	left: 13px;
	top: 100px;
}

#recentWorkBody p{
	font:12px/14px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#000000;
}




/* ---------------------- ends Green post-it menu styles--------------*/

#yellowNote{
	background:url(../images/yellowNote_plain.jpg) no-repeat;
	height: 225px;
	position: absolute;
	width: 225px;
	left: 80px;
	top: 81px;
}

#yellowNote.about{
	background:url(../images/yellowNote.jpg) no-repeat;
	height: 225px;
	position: absolute;
	width: 225px;
	left: 80px;
	top: 81px;
}

#yellowNote.portfolio{
	height: 225px;
	position: absolute;
	width: 169px;
	left: 77px;
	top: 290px;
	background:url(../images/yellowNote2.jpg) no-repeat;
}






/* ---------------------- Portfolio page post-it navigation styles--------------*/



#pinkNote.mobile{
	background:url(../images/pinkNoteMain.jpg) no-repeat;
	height: 189px;
	position: absolute;
	width: 190px;
	left: 2px;
	top: 114px;
}


#greenNote.web{
	background:url(../images/greenNoteMain.jpg) no-repeat;
	height: 189px;
	position: absolute;
	width: 190px;
	left: 388px;
	top: 118px;
}


#yellowNote3.video{
	background:url(../images/yellowNoteMain.jpg) no-repeat;
	height: 189px;
	position: absolute;
	width: 190px;
	left: 196px;
	top: 102px;
}


#pinkNoteText ul, #greenNoteText ul, #yellowNoteText ul{
	margin:0;
	padding:60px 0 0 0;
	list-style:none;
}


#pinkNoteText ul li,#greenNoteText ul li,#yellowNoteText ul li{
	margin:0;
	padding:0;
	
}

#pinkNoteText  ul a,  #greenNoteText ul a, #yellowNoteText ul a{
	font:16px/38px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	margin:0;
	width:120px;
	padding-left:75px;
	display:block;
	background:url(../images/circle5.png) no-repeat;
	padding-top: 0px;
}

#pinkNoteText ul a:hover, #greenNoteText ul a:hover, #yellowNoteText ul a:hover{
	background-position:-189px 0;
	color:#FFFFFF;
	
}





/* ---------------------- Portfolio page post-it navigation styles--------------*/









#bottomCard{
	background:url(../images/expand/footerExpand.jpg) no-repeat;
	height:133px;
	color:#f2c36b;
	position: relative;
	z-index: 40;
}








#FooterContact {
	font: 12px Arial, Helvetica, sans-serif;
	text-align:center;
	position: absolute;
	left:203px;
	top: 24px;
	width: 421px;
	z-index: 1;
}

#FooterContact a{
	color:#f2c36b;
}

#footer{
	background:url(../images/footerBottom.jpg) no-repeat;
	height:109px;
	position:relative;
	z-index: 50;
} 

#footerCopyright {
	font-size: 10px;
	position: absolute;
	color: #7d550f;
	text-align: center;
	left: 330px;
	top: 2px;
	z-index: 0;
}

/* -----------------------------------------------FORM STYLES---------------------------------------------*/

	
#formWrap{
	margin: 0 auto;
	width: 530px;
	padding: 20px 0px 0px 15px;
}


fieldset{
	border:#778D1D;
	margin:15px 10px 10px 50px;
	padding:16px;
}

legend{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000000;
	margin-left:0px;	
}


fieldset p, form p {

	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px;
	line-height: 1.2;
	margin: 1.4em 0;

}

input.text{
	width:200px;

}

input.text, textarea { 
	
	border:1px solid #778D1D; 
	background-color:#ECF4CA; 

}



input.button {
	width:85px;
	margin-top:10px;

}


input.text:focus, textarea:focus {
	background:#FFFF99;
	
}

#container #mainContent #noteWrapForm #Email {
	background-color: #ECF4CA;
}

#videos_list{
	background:#FFFFFF;
}#container #mainContent #noteWrap #bodyText #yellowNote #videos_list {
	background-color: #FFFFFF;
}
#videoBlurb {
	font-size: 12px;
	width: 270px;
	padding: 2px 10px 2px 10px;
	margin-left: 15px;
	margin-top: 0px;
	height: 315px;
}

/* -----------------------------------------------YouTube Video STYLES---------------------------------------------*/

#youTubeList {
	position:absolute;
	left:317px;
	top:314px;
	width:271px;
	height:316px;
	z-index:3;
}
#youTubeVideo {
	position:absolute;
	left:7px;
	top:3px;
	width:340px;
	height:285px;
	z-index:2;
}

#videoBlurb p {
	margin: 0px;
	padding: 0px;
}
#videoBlurb img {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Videotitle {
	margin: 0 auto;
	width: 231px;
	padding: 50px 0 0 0;
}

/* -----------------------------------------------Website Page site STYLES---------------------------------------------*/

#Webtitle {
	margin: 0 auto;
	width: 72px;
	padding: 50px 0 0 0;
}

#siteContainer {
	margin:0 auto;
	padding: 0px;
	width: 375px;
	position: relative;
}

#siteContainer img{
	margin-top:5px;
	margin-bottom: 5px;
}


#galleryLink {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 90px;
	top: 310px;
}

/* ----------------------------------------------Mobile Page STYLES---------------------------------------------*/
#mobileBlurb {
	font-size: 12px;
	width: 200px;
	padding: 2px 10px 2px 10px;
	margin-left: 362px;
	margin-top: 0px;
	height: 590px;
}

#dandelionDreamVideo {
	position:absolute;
	left:26px;
	top:42px;
	width:340px;
	height:285px;
	z-index:4;
}

#winterSnowmenVideo {
	position:absolute;
	left:26px;
	top:334px;
	width:340px;
	height:285px;
	z-index:3;
}

presentCarouselVideo{
	width:340px;
	height:285px;

	
	}
