/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #242124;
	background-color: #FFFFFF;
	text-align: center;
	width: auto !important;
	max-width: 100% !important;
	margin: 0;
	padding: 0;
	background-image: url(media/bgnd-staff-lite.png);
}
img {
    width: 100%;
    height: auto;
}
li {
	padding-bottom:5px;
	font-size:1.1em;
}
#wrapper {
	max-width:1350px;
	text-align:center;
	margin: 0 auto;
	position: relative;
	display:block;
}
#outerbox {
	max-width:100%;
	margin: 0 2%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 7px 7px 5px #888888;
	border: 2px solid #194160;
	border-radius:15px;
	text-align:left;
}
#outerbox h1 {
	color:#194160;
}
#outerbox h2, h3, h4 {
	color:#242124;
}
#outerbox p {
	color:#242124;
}	
#headerbox {
	max-width: 100%;
}
#contentbox {
	max-width:85%;
	margin-left: 2%;
}	
#navbox {
	font-size: 1.5em;
	text-align:center;
	padding-left:0%;
	padding-bottom:5px;
	margin-top:19px;
	margin-bottom:8px;
	background-image:url(media/border-chain-new.png);
	color:grey;
}
#navbox a:hover {
	background-color:#87e466;
}
#navbox a:link {
	text-decoration:none;
	color: grey;
}
#navbox a:visited {
	color:grey;
}
#navbox-m {
	display:none;
	font-size: 1.2em;
}
#navbox-m a:link {
	text-decoration:none;
	color: grey;
}
#navbox-m a:hover {
	background-color:#87e466;
}
#navbox-m a:visited {
	color:grey;
}	
.navboxlets {
	display: inline-block;
	margin: 0px;
	text-align:center;
	background-color:whitesmoke;
	color: grey;
	padding: 10px;
	box-shadow: 7px 7px 5px #888888;
	border: 2px solid #194160;
}	
#midbox {
	background: whitesmoke;
	background-image:url(media/bgnd-greyfilter-studio.jpg);
	width:100%;
	color:#242124;
	text-align:left;
	padding-right:10px;
	position:relative;
	margin:0;
	padding-bottom: 30px;
	border-top: 2px solid #194160;
	border-bottom: 1px solid black;
}
#midbox a {
	text-decoration:none;
	color:purple;
}
#midbox a:visited {
	color:grey;
	text-decoration:none;
}
#midbox a:hover {
	background:#87e466;
	color:#242124;
}
#midbox-container {
	float:left;
	text-align: left;
	margin:2%;
	padding-top:40px;
}	
#row1 {
	width:100%;
	text-align:left;
	display: inline-block;
	position:relative;
	margin:0 auto;
}
#row1 a:hover {
	background-color:#87e466;
}
#bio {
	position:relative;
	margin:auto;
	padding:1px 0;
	display:block;
}
#bio-left {
	width:25%;
	float:left;
	text-align:right;
	padding-right:0%;
}
#bio-m {
	display:none;
	position:relative;
	margin:auto;
	padding:2%;
}
#bio-right {
	max-width:60%;
	float:left;
	text-align:left;
}
#biobox h4 {
	padding-top:25px;
	padding-bottom:10px;
}
#biobox-m {
	display:none;
}
#biobox-m h4 {
	padding-top:15px;
	padding-bottom:10px;
}
/* Main Container -  this controls the size of the circle */
.circle_container {
	width : 150px;
	height : 150px;
	padding : 0;
	position:relative;
	margin:0 auto;
	z-index:1;
}
/* Circle Main draws the actual circle */
.circle_main {
	width : 100%;
	height : 100%;
	border-radius : 50%;
	border : 1px solid whitesmoke;	 /* can alter thickness and colour of circle on this line */
	margin : 0;
	padding : 0;
	background:black;
	box-shadow: 4px 4px 5px #333;
}
/* Circle Text Container - constrains text area to within the circle */
.circle_text_container {
	/* area constraints */
	width : 70%;
	height : 70%;
	max-width : 70%;
	max-height : 70%;
	margin : 0;
	padding : 0;
	/* some position nudging to center the text area */
	position : relative;
	left : 15%;
	top : 15%;
	/* preserve 3d prevents blurring sometimes caused by the text centering in the next class */
	transform-style : preserve-3d;
}
/* Circle Text - the appearance of the text within the circle plus vertical centering */
.circle_text {
	/* change font/size/etc here */
	font: 11px "Tahoma", Arial, Serif;	
	font-size:1.8em;
	text-align: center;
	color:#ffffff;
	/* vertical centering technique */
	position : relative;
	top : 50%;
	transform : translateY(-50%);
}
#col1-container {
	background:none;
}
#col1-container a:hover {
	background:#87e466;
}
#col1-orange {
	float:left;
	width:25%;
	text-align:center;
	padding-right:0%;
	background: none;
}
#col1-orange p {
	color:#242124;
}
#col1-orange a:link {
	color:#242124;
}
#col1-orange a:hover {
	color:#242124; 
	background-color:#87e466;
	text-decoration: underline;
}
#col1-orange a:visited {
	color:grey;
}
#contact {
	display:block;
}
#contact p {
	text-align: left;
}
#contact-m {
	display:none;
}
#contactbox {
	background: rgba(255, 255, 255, 0.85);
	padding:0 2%;
	display:block;
}
#biobox {
	color: #242124;
}
#biobox a:link {
	color: #242124;
}
#description {
	display:block;
}
#description-m {
	display:none;
}
#home {
}
#home-m {
	display:none;
}
#homepic {
	border-radius:15px; 
	margin-left:8px;
	max-width: 300px; 
	float:right;
	padding:4px 4px 15px 4px;
}
#lessonsbox {
	padding:0%;
	display: inline-block;
	text-align:left;
	color:#242124;
}
#lessonsbox a:link {
	color: #242124;
	text-decoration:underline;
}
#lessonsbox a:visited {
	color: grey;
	text-decoration:underline;
}
#lessonsbox a:hover {
	color: #242124;
	text-decoration:underline;
	background: #87e466;
}
#lessons-container {
	max-width:100%;
	padding:20px 5%;
	background:rgba(255, 255, 255, 0.85);
}
#lightyellow {
	max-width: 94%;
	text-align: left;
	margin: 3%;
}
#lightyellow a:link {
	color:#242124;
	}
#methodsbox {
	display:none;
	padding-top:0px;
	padding-left:10px;
}
#methodsbox a:link {
	color:#242124;
	padding-bottom:7px;
}
#onlinebox {
	display:none;
	padding:0%;
	text-align:left;
}
#online-container {
	max-width:100%;
	padding:20px 5%;
	background:rgba(255, 255, 255, 0.85);
}	
#payment-m {
	display:none;
}
#red {
	position:relative;
	margin:auto;
	padding:2%;
	background: black;
}
#review-container {
	max-width:100%;
	padding:20px 5%;
	background:rgba(255, 255, 255, 0.85);
}
.reviewname {
	font-size:.75em;
	font-style:italic;
	color:#4c72bb;
}
.reviewpic {
	max-width:250px;
	float:right;
	padding-left:10px;
}
.reviewpic-caption {
	clear:both; 
	font-weight:bold; 
	font-size:1.2em; 
	text-align:center; 
	padding-top:10px;
}
.reviewquote {
	max-width: 70%;
}
#skypelink {
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
}
#skypelink h3 {
	font-size:1.2em; 
	font-weight:bold; 
	padding-bottom:7px;
	color: #242124;
}
#skypelink a:link {
	text-decoration:underline;
}
#skypelink a:visited {
	text-decoration:none;
}
#skypelink-m {
	margin-top:5px;
	text-align:center;
	padding: 5px;
	display:none;
}
#tipsbox {
	background: rgba(255, 255, 255, 0.85);
	padding:0 2%;
	display:block;
}
#tipsbox h2 {
	font-size:1.2em;
}
#tipsbox-m {
	background: rgba(255, 255, 255, 0.85);
	padding:0 2%;
	display:none;
}
.tips-leftcol {
	max-width: 30%;
	float:left;
	margin-bottom:20px;
}
.tips-rightcol {
	width:68%;
	float:right;
	padding-left:2%;
	padding-bottom:10px;
	background: none;
}
#yellow {
	float:left;
	max-width:60%;
	text-align:left;
	background: purple;
	font-size:1.2em;
}
#quoterow {
	max-width: 100%;
	margin-top:0px;
}
#quote {
	float:right;
	padding: 10px 3% 0px 3%;
	font-size:1.3em;
	font-weight: bold;
	text-align: left;
	max-width:42%;
}
.quotename {
	font-size: 75%;
	font-style: italic;
	font-weight: normal;
	color: #242124;
}
#quotepic {
	max-width:50%;
	box-shadow: 7px 7px 5px #888888;
	border-radius:15px;
	float:left;
}
#quoterow-m {
	max-width: 100%;
	display:none;
		margin-top:0px;
}

#row2-container {
	position: relative;
	margin:auto;
	text-align:center;
	max-width:90%;
}
#row2 {
	padding:2%;
	overflow:hidden;
	position: relative;
	margin:auto;
	border:none;
	border-radius:15px;
	display:inline-block;
}
#pic1 {
	width:40%;
	float: right;
	border-radius:15px;
	background:grey;
	background-image:url(media/bgnd-bluefilter-studio.jpg);
}
#pic1 img {
	border-radius:15px;
}
#review1 {
	width:60%;
	font-size:2em;
	text-align:right;
}
#review1 p {
	color:#242124;
	padding:10px;
	margin-right:20px;
	overflow:hidden;
	font-size:.75em;
	font-family: "Times New Roman", Times, serif;
	margin-top:10%;
	border-radius:15px;
}	
	
#footer {
	max-width:100%;
	text-align: left;
	color: #242124;
	clear: both;
	margin-left:2%;
	margin-right:2%;
	padding-bottom:10px;
	font-size:0.9em;
	border-radius:15px;
	margin-top:10px;
}
#footer p {
	padding-left: 2%;
	color: #242124;
}
#footer a:link {
	text-decoration:underline;
	color:#242124;
}
#footer a:visited {
	color:grey;
}
#footer a:hover {
	text-decoration:none;
	background-color:#87e466;
}
#guarantee-m {
	display:none;
	position:relative;
	margin:auto;
	padding:10px 0;
}
#guarantee {
	position:relative;
	margin:auto;
	padding:15px 0;
}
#guarantee-left {
	float:left;
	width:25%;
	text-align:right;
	padding-right:0%;
}
#guarantee-right {
	float:left;
	max-width:60%;
	text-align:left;
}
#guarantee-right a:link {
	color: #242124;
}
#guarantee-right a:visited {
	color: grey;
}
.description {
	padding-left:7%;
	padding-right:7%;
	padding-bottom:3px;
	padding-top:20px;
	color:#fff;
	font-size:1.2em;
	max-width: 100%;
}
.inset {
		margin-left:20px;
}
.leftimage {
	float: left;
	margin: 0px 10px 3px 0px;
}
.logo {
	max-width:100px;
	position:relative;
	margin:auto;
	background:none;
}
.methods {
	display:none;
	padding-bottom:10px;
}
.notorange {
	background-color:none;
	padding-top:25px;
	text-align:center;
	position:relative;
	margin:auto;
	color:#fff;
}
.notorange a:hover {
	background-color:#87e466;
	text-decoration:none;
}
.notorange a:visited {
	background-color:#87e466;
	text-decoration:none;
}
.rightimage {
	float: right;
	padding: 5px;
}
@media only screen and (max-width:1350px) {
#review1 p {
	margin-top: 4%;
	font-size:.65em;
}
#yellow {
	max-width:70%;
	font-size:1.2em;
}
#contact-right {
	max-width:75%;
}
}
@media only screen and (max-width:1088px) {
#guarantee-left {
	width:25%;
}
#guarantee-right {
	max-width:70%;
}
#homepic {
	max-width:250px; 
}
#review1 p {
	margin-top: 2%;
	font-size:.55em;
}
.reviewpic {
	max-width:200px;
}
#quote {
	font-size:1.3em;
	font-weight: bold;
	text-align: left;
}
}
@media only screen and (min-width:451px) and (max-width:960px) {
#tipsbox {
	display:block;
}
#tipsbox-m {
	display:none;
}
.reviewpic {
	max-width:175px;
}
.reviewpic-caption {
	clear:both; 
	font-weight:bold; 
	font-size:1.0em; 
	text-align:center; 
	padding-top:10px;
}
#lessons-container h2 {
  display:block;
  text-align:left;
  padding-left:3%;
}
.circle_text {
  font-size:1.5em;
}
.circle_container {
  width : 120px;
  height : 120px;
}
}

@media only screen and (max-width:760px) {
#biobox-m {
	padding-left:3%;
}
#guarantee {
	display:none;
}
#guarantee-m {
	display:block;
}
#homepic {
	border-radius:15px; 
	margin-left:8px;
	max-width:200px; 
}
#quote {
	font-size:1.1em;
	font-weight: bold;
}
#review1 p {
	margin-top: 7px;;
	font-size:.45em;
}
#col1-orange {
	width:30%;
}
#col1-notorange {
	background:none;
}
#headerbox {
	max-width:100%;
}
#quoterow {
	display:none;
}
#quoterow-m {
	max-width: 91%;
	text-align:center;
	display:block;
	position:relative;
	margin:auto;
}
#quotepic-m {
	box-shadow: 7px 7px 5px #888888;
	border-radius:15px;
	display:block;
	position:relative;
	margin:auto;
	text-align:center;
}
#quote-m {
	padding: 20px 3% 0px 3%;
	font-size:1.1em;
	font-weight: bold;
	text-align: left;
	position:relative;
	margin:auto;
}
#skypelink {
	display:none;
}
#skypelink-m {
	display:block;
	color:#242124;
}
.reviewpic {
	max-width:100%;
	float:none;
}
.reviewpic-caption {
	font-size:1em;
	padding-bottom:20px;
}
.reviewquote {
	margin-right:3%;
	max-width:90%;
	text-align:left;
}
.reviewname {
	text-align:left;
}
}

@media only screen and (max-width:580px) {
#biobox {
	display:none;
}
#biobox-m {
	text-align:left;
	display:block;
	padding-top:10px;
	font-size:0.9em;
}
#biobox-m h4 {
	text-align:left;
}
#home {
	display:none;
}
#home-m {
	display:block;
	text-align:left;
	padding-left:3%;
}
#home-m h2 {
	text-align:right;
}
#homepic {
	max-width:200px; 
}
#lessons-container li {
	text-align:left;
	padding-left:3%;
	font-size:1.1em;
	padding-bottom:11px;
}
#lightyellow {
	text-align: left;
}
#online-container h2 {
	text-align:left;
	padding-left:5%;
	font-size:1.2em;
}
#online-container h4 {
	text-align:left;	
}
#online-container li {
	text-align:left;
	padding-left:3%;
	font-size:1.1em;
	padding-bottom:11px;
}
#online-container {
	text-align:left;
}
#online-container p {
	text-align:left;
	font-size:.9em;
}
#outerbox {
	margin:0;
	border:none;
	box-shadow:none;
}
#tipsbox {
	display:none;
}
#tipsbox-m {
	display:block;
	padding: 0 10px;
	text-align:left;
}
#tipsbox-m a:link {
	color:#242124;
}
#tipsbox-m a:visited {
	color:grey;
}
#tipsbox-m h4 {
	color:#242124;
	font-size:1.1em;
	padding-bottom:7px;
}
.description {
	max-width:90%;
}
.tips-m-text {
	padding-left:5%;
	padding-bottom:22px;
	padding-top:10px;
}
.tips-pic-right {
	max-width:60%;
	float:right;
	padding-bottom:10px;
}
.reviewpic {
	padding-left: 2%;
}
}

@media only screen and (max-width:470px) {
#description {
	display:none;
}
#description-m {
	display:block;
}
#lessons-container h2 {
	text-align:right;
	padding-left:0%;
}
#lessons-container li {
	text-align:left;
	padding-left:3%;
	font-size:1em;
	padding-bottom:11px;
}
#lightyellow {
	text-align: right;
	margin:1%;
}
#navbox {
	display:none;
}
#navbox-m {
	display:block;
	text-align:center;
	padding-left:2%;
	padding-bottom:10px;
	margin-top:15px;
	background-image:url(media/border-chain-new.png);
}
#online-container ul {
	text-align:left;
	padding-left:3%;
	font-size:.9em;
	padding-bottom:11px;
}
#outerbox {
	margin:0;
	border:none;
	box-shadow:none;
}
#lessons-container h2 {
  display:block;
  text-align:right;
  padding-left:3%;
}
#contact {
	margin: 0 auto;
	padding:0;
	text-align: left;
}
#payment {
	display:none;
}
#payment-m {
	display:block;
	padding-left:15%;
}
.reviewpic {
	width:100%;
	float:none;
	text-align:center;
	position:relative;
	margin:auto;
}
.reviewname {
	font-size:.75em;
}
.reviewquote {
	padding:none;
	font-size:90%;
}
#row2-container {
	position: relative;
	margin:auto;
	max-width:100%;
}
#tipsbox {
	display:none;
}
#tipsbox-m {
	display:block;
	max-width:90%;
}
#tipsbox-m a:link {
	color:#242124;
	font-size:1.2em;
}
#tipsbox-m a:visited {
	color:grey;
	font-size:1.2em;
}
#tipsbox-m h4 {
	color:#242124;
	font-size:1.0em;
	padding-bottom:7px;
}
.description {
	max-width:90%;
}
.logo {
	max-width: 80px;
}
.tips-m-text {
	padding:10px 0 30px 0;
}
.tips-pic {
	max-width:60%;
	float:left;
}
.tips-pic-right {
	max-width:60%;
	float:right;
	padding-bottom:10px;
}
.tips-pic-left {
	max-width:60%;
	float:left;
	padding-bottom:10px;
}
.circle_text {
  font-size:1em;
}
.circle_container {
  width : 80px;
  height : 80px;
}
}
