/*Created April 2009 by Casey Gerdes; Casey@yogawithcasey.com */

/* some generic code to start with*/

* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
}
/*eliminates borders around images used as links */
a img {
	border: none;	
}
/*the following code gets rid of dotted borders around links in Firefox */
a {
	outline: 0;
}
a:focus {
	outline: none;
}

/* body CSS -----------------------------------------------------------------------------*/
body {
	background-position: center 50px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	color: #5e5b5b;
	background-color: #FFF;
	background-attachment: fixed;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-position: 50% 10px;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 15px;
}
.mainContentHome {
	margin-top: 110px;
	z-index: 5;
	padding-top: 35px;
	padding-left: 102px;
	display: block;
	text-align: left;
	float: left;
	padding-right: 20px;
	width: 460px;
}
.mainContentPortfolio {
	margin-top: 110px;
	padding-top: 45px;
	margin-left: 33px;
	width: 170px;
	padding-right: 20px;
	float: left;
	text-align:right;
}
.mainContentdetail {
	margin-top: 110px;
	padding-top: 45px;
	margin-left: 102px;
	width: 700px;
	padding-right: 20px;
	float: left;
	}
.mainContentdetail p {
	line-height: 1.6em;	
	padding-left: 20px;
}
.displayArt a:link, .displayArt a:visited, .mainContentPortfolio a:link, .mainContentPortfolio a:visited, .mainContentHome a:link, .mainContentHome a:visited, .mainContentdetail a:link, .mainContentdetail a:visited {
	text-decoration: underline;
	color: #a4858d;
}
.displayArt a:hover, .mainContentPortfolio a:hover, .mainContentHome a:hover, .mainContentdetail a:hover {
	color: #7d2244;	
}

.learn {
	padding-left: 20px;	
}
.visit {
	clear: both;
	padding-left: 280px;	
}

.visitRight {
	text-align: right;
	width: 30px;
	margin-top: -60px;
}
h1 {
	font-size: 2.1em;
	font-weight: normal;
	color: #5e5b5b;
	font-style: normal;
	font-variant: normal;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #5e5b5b;
	font-style: normal;
	font-variant: normal;
	padding-bottom: 0px;
	padding-top: 10px;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #5e5b5b;
	font-style: normal;
	font-variant: normal;
	padding-bottom: 0px;
	padding-top: 10px;
}
.mainContentHome p {
	z-index: 4;
	padding-bottom: 13px;
	font-size: 1em;
}
.rightContent {
	float: right;
	width: 295px;
	margin-top: 110px;
	padding-top: 125px;
	margin-right: 50px;
}
.rightContentPortfolio {
	width: 190px;
	float: left;
	padding-top: 40px;
	padding-left: 5px;
	margin-top: 110px;
}
.displayArt {
	float: left;
	width: 505px;
	margin-top: 110px;
	padding-top: 35px;
	padding-right: 10px;
}
.clear { 
	clear: both;
}
#footer {
	font-size: .9em;
	color: #a4858d;
	margin-top: 10px;
	margin-left: 102px;
	padding-top: 5px;
	padding-bottom: 8px;
}
#footer p {
	display: inline;
	padding-right: 25px;
}
#footer p a:link, #footer p a:visited {
	color: #a4858d;	
	text-decoration: none;
}
#footer p a:hover {
	color: #5e5b5b;	
	text-decoration: underline;
}
.w3 {

}
#rights {
	padding-left: 90px;	
}
#footer #greenerprinter {
	float: none;
	margin-bottom: -10px;
	margin-top: 4px;
}
/*Navigation CSS ------------------------------------------------------------------------*/
#mainNav {
	display: block;
	color: #7d2244;
	top: 20px;
	left: 300px;
	width: 450px;
	text-align: right;
	font-weight: bold;
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}
.mainNavItem {
	display: inline;
	font-size: 1em;
	margin-left: 50px;
}
.mainNavItem a, .mainNavItem a:link, .mainNavItem a:visited {
	font-size: 1.1em;
	color: #7d2244;
	text-decoration: none;
}
.mainNavItem a:hover {
	color: #8d8989;

}
#home .mainNavItem .home {
	color: #7d2244;	
}
#contact .mainNavItem a.contact {
	color: #7d2244;	
}
#secondNav {
	position: absolute;
	top: 90px;
	right: 100px;

}
#secondNav li {
	margin-bottom: 2px;
	text-align: left;
	list-style-type:none;
	font-size: .9em;
	padding-left: 17px;
	
}	
#secondNav a:link, #secondNav a:visited {
	text-decoration: none;
	color: #8d8989;

}
#secondNav a:hover {
		color: #7d2244;
}
#secondNav li:hover {
	background-image: url(images/bullet-triangle.jpg);
	background-position: left center;
	background-repeat:no-repeat;
}
#secondNav li#activeSecond {
	color:#7d2244;
	background-image: url(images/bullet-triangle.jpg);
	background-position: left center;
	background-repeat:no-repeat;
}
#secondNav li#web a:link, #secondNav li#web a:visited {
	color: #7d2244;	
}



/* CSS for images -----------------------------------------------------------------------------------*/
#largeLotus {
	position: absolute;
	left: 475px;
	top: 50px;
	z-index: -2;
}

#logo {
	position: absolute;
	left: 30px;
	top: 20px;
}

.thumbnails {
	padding: 5px;
	border: 2px solid #5e5b5b;
}
.thumbList /*this is style for the image itself */ {
	list-style:none;
	margin-left: 12px;
	margin-top: 25px;
	list-style-type: none;
	color: #8d8989;
	float: left;
}
.thumbList li {
	margin-right: 8px;
	text-decoration:none;
	
	float: left;
	width: 82px;
	text-align: center;
}
.label {
	display: block;	
}

.thumbList a:link, .thumbList a:visited, .thumblist {
	text-decoration: none;
	color: #8d8989;
	margin-top: -1px;
	background-color:#FFfffC;
}
.thumbList a:hover {
	color: #7d2244;
}
.thumbList a:hover img {
	border: 3px solid #7d2244;
	padding: 4px;
}

#portolioImg {
	top: 92px;
	right: 190px;
	position: absolute;
}
.rightContentPortfolio img {
	border: 2px #5e5b5b solid;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color:#fffffc;
	}

.rightContentPortfolio a:hover img {
	border: 3px solid #7d2244;
	padding: 4px;
}
img#activeThumb {
	border: 3px solid #7d2244;
	padding: 4px;	
}
 
.lgWebImg, .lgPrintImg {
	border: 1px #5e5b5b solid;
	float: right;
}
.detailPhotos {
	float: right;
	border: 1px solid #5e5b5b;
	margin: 15px;
	padding: 6px;
}
.detailPhotosleft {
	float: left;
	border: 1px solid #5e5b5b;
	margin: 15px;
	padding: 6px;
}

/*specific to the web page --------------------------------------------------------------------------------*/
.click {
	padding-top: 90px;
	color: #a4858d;
	
}
.click2 {
	padding-top: 30px;
	padding-left: 90px;	
	padding-right: 65px;
}


/* style for client quotes ---------------------------------------------------------------------------*/
.quote {
	padding-top: 8px;
	padding-right: 15px;
	font-style:italic;
	color: #a4858d;
}

#happy {
	padding-left:140px;	
	padding-top: 70px;
}

/* styles for the Sitemap page ---------------------------------------------------------------------*/
#sitemap {
	margin-left: 20px;	
}
#sitemap li, #sitemap li ul li, #sitemap a {
	list-style-type: none;
	font-size: 1.1em;
	padding-bottom: 5px;
}
	
#sitemap li a {
	font-size: 1.2em;	
}
#sitemap  ul li  {
	font-size: .9em;	
}
#sitemap a:link {
	color:#8d8989;
}
#sitemap a:visited {
	color: #a4858d;	
}
#sitemap a:hover {
	color: #7d2244;	
}
#sitemap ul  {
	padding-bottom: 15px;	
}

#sitemap ul li {
	padding-left: 40px;
}
#sitemap ul ul {
	padding-bottom: 8px;	
}
#sitemap ul ul li {
	margin-left: 40px;	
	padding-bottom: 0px;
}

/* styles for miscellaneous other items --------------------------------------------*/
.smaller {
	font-size: .7em;	
}

.questions {
	padding-left: 20px;	
}

/* this is here to style the Portfolio Samples img (PNG) to display properly in IE 6 -------------------------------------------------------------------------------------*/
.samples {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/portfolio_samples.png' ,sizingMethod='crop');
}
