/*body { font: 400 12px/19px Georgia, sans-serif; color: #000;
		background: #f9f2ae;
background: -moz-linear-gradient(top, #f9f2ae 0%, #ffffff 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f2ae), color-stop(100%,#ffffff)); 
background: -webkit-linear-gradient(top, #f9f2ae 0%,#ffffff 100%); 
background: -o-linear-gradient(top, #f9f2ae 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #f9f2ae 0%,#ffffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f2ae', endColorstr='#ffffff',GradientType=0 ); 
background: linear-gradient(top, #f9f2ae 0%,#ffffff 100%);
} */

body {
	font: 400 12px/19px Georgia, serif; 
	color: #000;
	background: url("../img/parchtile3.jpg") repeat scroll 0 0;
}
body:before { /* For that nifty top-shadow */
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          z-index: 100;
}
a:link {
 	text-decoration: none;
 	color: #137cbc;	
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #838EA4;
}

.load{background:url('../img/loading.gif') no-repeat center;}

/*@font-face {
	font-family: Astroscript;
	src: url('../js/fonts/astroscript-webfont.ttf'),
		url('../js/fonts/Astroscript.eot'),
		url('../js/fonts/astroscript-webfont.svg')
}*/



#sideBar {
	margin: 10px 0 0 0;
	margin-right:2px;
}
#sideBar ul {
	width: 90px;
	float: right;
}
#sideBar li {
	margin-bottom: 12px;
	width: 80px;
}
#sideBar img {
		box-shadow: 0 5px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
#main {
	background: url("../img/body-bg4.jpg") #FFF no-repeat 37% 0%;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-moz-border-radius:0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	padding:0;
	min-height: 650px;
	margin-left: 0;
	overflow: hidden;
	
}
body#astro-bio #main {
	background: url("../img/body-bg5.jpg") #EDEFEE repeat-y 0% 0%;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-moz-border-radius:0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	padding:0;
	min-height: 650px;
	margin-left: 0;
	overflow: hidden;

}
#main2 {
	background: url("../img/body-bg6.jpg") #FFF no-repeat 10% 0%;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-moz-border-radius:0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	padding:0;
	min-height: 650px;
	margin-left: 0;
	overflow: hidden;
}
body#paint #main, body#paint-bio #main, body#paint-links #main {
	/*background: url("../img/blue-bowl.jpg") #FFF no-repeat;*/
	background: #84a76c;
	background: -moz-linear-gradient(top, #ffffff 0%, #84a76c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#84a76c));
	background: -webkit-linear-gradient(top, #ffffff 0%,#84a76c 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#84a76c 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#84a76c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#84a76c',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#84a76c 100%);
}
#paint #mainInner {
	margin-top: 17px;
}
body#paint #main {
	overflow: inherit;
}
#mainInner {
	margin: 60px auto 15px auto;
	width: 800px;
	padding: 0 20px;
}
#mainInner p {
	float: left;
	font-family: Georgia, Palatino, serif;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 12px;
}

span.firstWord {
	color:#1955a5;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 24px;
	letter-spacing: .12em;
	line-height: 2.8em;
	margin-left: 60px;
}
/* TOPNAV */
ul#navigation {
    margin: 0 auto;
    padding: 0 0 0 60px;
    list-style: none;
    z-index:999999;
    width:805px;
}
ul#navigation li {
    width: 180px;
    display:inline;
    float:left;    
    margin-right: 20px;
    margin-top:-20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    behavior: url(PIE.htc);
    
}
ul#navigation li.home a span{
	margin-left: 68px;
}
ul#navigation li.about a span{
	margin-left: 42px;
}
ul#navigation li.testi a span{
	margin-left: 48px;
}
ul#navigation li.links a span{
	margin-left: 23px;
}
ul#navigation li.gallery a span{
	margin-left: 62px;
}


ul#navigation li a {
    display: block;
    float:left;
    margin-top: 0;
    width: 180px;
    height: 3px;
    background-color:#e8a229;
    background-repeat:no-repeat;
    /*background-position-y: -10px;*/
    border:2px solid #FFF;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    behavior: url(PIE.htc);
    text-decoration:none;
    text-align:center;
    padding-top:40px;
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
    box-shadow: inset 0 0 8px rgba(0,0,0,.6);
		-moz-box-shadow: inset 0 0 8px rgba(0,0,0,.6);
		-webkit-box-shadow: inset 0 0 8px rgba(0,0,0,.6);	
}
ul#navigation li a:hover, ul#navigation li a.current {
     background-color:#cea43f;
     color:#969696;
}
ul#navigation li a.current: hover {
	cursor: default;
}
ul#navigation li a:focus {
	opacity: 0.9;
	}	
ul#navigation li a span{
    letter-spacing:1px;
    font-size:14px;
    color:#000;
    text-transform: lowercase;    
    float: left;
    margin-top: -19px;
}



/* #topNav {
	margin:7px -3px 30px -2px;
	min-width: 700px;
	max-width: 78em;
	float: left;
}
#menu {
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-moz-border-radius:4px
	border-radius: 4px
	-webkit-border-radius: 4px;
}
#topNav ul {
		float: left;
}
#topNav li {
	float:left;
	display:inline;
	list-style-type:none;
}
#topNav li a {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	background:#000;
	border-left:1px solid #6f6f6f;
	border-top: 1px solid #6f6f6f;	
	border-bottom: 1px solid #6F6F6F;
	padding:10px 49px;
	letter-spacing: .2em;
	font-size: 1.3em;
}
#topNav li a.current {
	color: #ffe572;
}

#topNav li a.current:hover {
	background:#000;
	cursor:default;
}
#topNav li a.currentP:hover {
	background:#000;
}
#instructorsIp #topNav li a.current:hover {
	cursor:pointer;
}
#topNav li:last-child a{
	border-right: 1px solid #6F6F6F;
	padding:10px 52px 10px 53px;
}
#topNav li:first-child a {
}
#topNav li a:hover {
	background:rgba(239, 227, 128, 0.9);
}
#topNav li a:focus {
	background:rgba(187, 187, 191, 1);
}*/

#symbols {
	margin: 14px 0 0 8px;
}
#symbols p {
	font-size: 44px;
	font-family: AstroScriptRegular;
	margin-bottom: 34px;
	color:#7792b6; 
	cursor:default;
	-moz-transition: all 0.4s ease-in-out 0s;
}
#symbols p:hover {
	color:#1955a5; /*midnight blue color*/
}
#symbols p.first {
	margin-top: 6px;
}
/* .box-fade {
	padding: 10px;
	margin: 40px 5px 10px 20px;
	border: 2px solid #555;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	color: #1955a5;
	height: 180px;
	background:rgba(239,227,128,0.3);
	float:left;
	
} */
.box-fade hr {
	background-color: #d2d2d2;
	border: none;
	color: #d2d2d2;
	float: left;
	height: 3px;
	width: 100%;
}
	
#testimonials{
	width: 750px;
	margin: 0 auto;
}
#testimonials h2 {
float: right;
clear: left;
margin-bottom: 20px;
	color:#1955a5;
	font:20px Georgia, serif;
	text-shadow:-1px -1px 0 rgba(255,255,255,0.25);
}
#testimonials h2 span {
	font-size: 14px;
	font-style: italic;
	margin-left: 5px;
}
#testimonials li {
	/*border-top:3px solid rgba(0,0,0,0.2);*/
	clear:both;
	padding:20px 42px 40px;
}
#testimonials li img {
	border:5px solid transparent;
	float:left;
	-moz-box-shadow:0 0 10px #333;
	-webkit-box-shadow:0 0 10px #333;
	box-shadow:0 0 10px #333;
	-moz-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
	transform:rotate(-5deg);
	margin:0 20px 0 0;
}
#testimonials li:nth-child(2n) img {
	float:right;
	-moz-transform:rotate(5deg);
	-o-transform:rotate(5deg);
	-webkit-transform:rotate(5deg);
	transform:rotate(5deg);
	margin:0 0 0 20px;
}
#testimonials p {
	padding:15px 0;
}
#testimonials p:hover {
	cursor:default;
}
#testimonials p.noPadding {
	padding: 5px 0;
}
#testimonials li:first-child {
	border:none;
}
#testimonials div {
	overflow:hidden;
}


#menu{width:100%;
	overflow:hidden;
	line-height:12px;opacity:0.6;filter:alpha(opacity=60);padding:0;
		background: #efe380;
			box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
				-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
				-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
}
#menu h2 {float: left; color: #1955a5; margin-left:50px; margin-top: 30px;font-size: 28px;}
#menu h2 span {font-size: 12px;}
#menu p {clear: left; float: left; color: #000; margin: 10px 0 0 50px; font-size: 14px; font-style:italic; height: 15px; font-weight:bold;}

iframe {
	clear: left;
	float: left;
	margin-bottom: 20px;
	margin-left: 100px;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-moz-border-radius:4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
}

/*For Painting Gallery */

  #gallery {
    padding: 30px;
    background: transparent;
    margin: 10px auto 0;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
/*For Painting Bio Page */
#bioText {
	width: 700px;
	margin: 65px auto 15px auto;
}
#bioText h1 {
	color:#1955a5;
	font-size: 3em;
	letter-spacing: 0.05em;
	margin: 5px 0 25px 0;
	padding-top: 30px;
	text-align: center;
	text-shadow: 1px 0px 1px #4a474a;
	filter: dropshadow(color=#4a474a, offx=1, offy=0); 
}
#bioTextCopy {
	padding: 10px 15px;
}
#bioTextCopy p {
	color: #111;
	font-size: 1.2em;
	line-height: 18px;	
	padding: 8px 0 8px 2px;
	width: 640px
}
#bioTextCopy a {
	color: #585858;
	text-decoration: underline;
}
#quoteText {
	width: 500px;
	margin: 40px auto 15px auto;
	font-size: 1.1em;
	font-style: italic;
}
#quoteText p {
	float: left;
	margin: 0 0 25px 0;
}
#quoteText p span {
	float: right;
	margin-top: 30px;
}
p#kleeQuote {
	color:#1955a5;
	font-size: 1.2em;
}
#quoteText p#kleeQuote span {
	font-size: .8em;
	margin-top: 10px;
}

p#rilkeQuote {
	color:#7e1416;
}
/*For Painting Links Page */
body#paint-links h2 {
	color: #838383;
	font-size: 1.4em;
	margin: 8px 0 4px;
}
body#paint-links li {
	font-size: 1.1em;
}

#astro-bio #mainInner p {
	width: 750px;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 85px;
	margin-left: -180px;
}
#back-top a {
	width: 54px;
	display: block;
	text-align: center;
	font: 9px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 54px;
	height: 54px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../img/up-arrow2.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

#astro-bio #mainInner p.jungQuote {
	 -moz-transition: all 0.2s ease 0s;
    /*background: none no-repeat scroll 320px 50% #E6E2DF;*/
    background: none transparent;
    border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
    color: #444;
    display: inline-block;
    line-height: 1.6em;
    margin: 0 55px;
    padding: 20px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ccc;
    filter: dropshadow(color=#cccccc, offx=1, offy=1);
    width: 600px;
}
#astro-bio #mainInner p.jungQuote.first {
	color: #1955a5;
}
p.firstBioParagraph {
	line-height: 2em;
}
span.author {
	float: right;
	margin-top: 20px;
}
/*p.jungQuote:hover {
   background-color: rgba(241,222,154,0.4);
   box-shadow: 0 5px 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}*/
#feeSchedule {
	background: rgba(244, 244, 237, 0.4);
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.6);
	clear: left;
	font-family: palatino, serif;
	float: left;
	margin: 15px 12px 35px 20px;
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
	padding: 18px 20px 20px 20px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	width: 720px;
}
#feeSchedule:hover {
	background-color: rgba(238,219,160,0.4);
   	
}
#feeSchedule h3 {
	font-family: Palatino, serif;
	font-size: 1.8em;
	text-align: center;
}
#feeSchedule ul {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: disc;
	margin: 18px 0 10px 50px;
}
#claudiaSig {
	float: right;
	margin: 6px 25px 0 0;
	width: 160px;
	
}
#claudiaSig a {
	color: #137cbc;
}
#feeSchedule #claudiaSig p {
	clear: left;
	float: left;
	font-family: palatino, serif;
	margin-bottom: 0;
}
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}
h2.hr-tagettes {
	text-align: center;
}
/* IE 6  for the back-to-top Button */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

#finePrint p {
	text-align: center;
	margin: 7px 0;
}
#finePrint p.jason {
	background: rgba(231,231,237, 0.4);
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	color: #8a8a8a;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
   margin: 7px auto;
   padding: 4px;
   text-shadow: 0 0 1px #999;
   width: 388px;
}

#finePrint p.jason a {
    -moz-transition: all 0.2s ease-in-out 0s;
    color: #C47A3A;
    text-decoration: none;
}
#finePrint p.jason a:hover {
    color: #000000;
}
#inquire {
	float: left; 
	font-family: palatino, georgia, serif; 
	font-size: 1.1em; 
	margin:10px 0 0 29px;
	text-align:center;
	width: 800px;
}
#inquire p {
	background: rgba(231,231,237, 0.4);
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 8px 18px;
	margin: 0 auto;
	width: 750px;
}
#inquire a {
	color: #137cbc;
}