@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
	width: auto;
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: auto;
	width: 100%;
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
 button1 {
  border: 0;
transition: background-color 0.5s ease;
  background: #fb8e01;
  border-radius: 10px;
  box-shadow: 0 5px 0 #9f5b03;
  color: #fff;
  cursor: pointer;
  font: inherit;
  margin: 2%;
  outline: 0;
  padding: 12px 40px;
  transition: all .1s linear;
 }
button1:hover {
  background-color: #fea129;
  text-decoration: none; 
}

button1:active {
  box-shadow: 0 2px 0 #9f5b03;
  transform: translateY(3px);
}  
 button3 {
  border: 0;
transition: background-color 0.5s ease;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 0 #373b40;
  color: #f8891c;
  cursor: pointer;
  font: inherit;
  margin: 2%;
  outline: 0;
  padding: 12px 40px;
  transition: all .1s linear;
 }
button3:hover {
  background-color: #f8891c;
  text-decoration: none; 
  color: #ffffff;
}

button3:active {
  box-shadow: 0 2px 0 #f8891c;
  transform: translateY(3px);
} 
button4 {
  border: 0;
transition: background-color 0.5s ease;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 0 #373b40;
  color: #f8891c;
  cursor: pointer;
  font: inherit;
  margin: 2%;
  outline: 0;
  padding: 12px 40px;
  transition: all .1s linear;
 }
button4:hover {
  background-color: #f1f1f1;
  text-decoration: none; 
  color: #f8891c;
}

button4:active {
  box-shadow: 0 2px 0 #f8891c;
  transform: translateY(3px);
} 
 button2 {
  border: 0;
transition: background-color 0.5s ease;
  background: #fb8e01;
  border-radius: 10px;
  box-shadow: 0 5px 0 #9f5b03;
  color: #fff;
  cursor: pointer;
  font: inherit;
  margin: 4%;
  outline: 0;
  padding: 6px 20px;
  transition: all .1s linear;
 }
button2:hover {
  background-color: #fea129;
  text-decoration: none; 
}

button2:active {
  box-shadow: 0 2px 0 #9f5b03;
  transform: translateY(3px);
}
.fordollar
	a:hover
{
    text-decoration: underline;
	color: #fff;
}
.fordollar
	a:link
{
    text-decoration: underline;
	color: #2482bd;
}
.fordollar
	a:visited
{
    text-decoration: underline;
	color: #2482bd;
}
.elementsblock
	a:hover
{
    text-decoration: none;
}
.abouthomeright
a:link
{
    text-decoration: none;
}
.abouthomeright
a:hover
{
    text-decoration: none;
}
.elementsblock
	a:link
{
    text-decoration: none;
}
.LessonsIndex
a:link
{
    text-decoration: none;
}
.LessonsIndex
a:hover
{
    text-decoration: none;
}
.becomeamembernew
	a:hover
{
    text-decoration: none;
}
.becomeamembernew
	a:link
{
    text-decoration: none;
}
.watercolordes
	a:hover
{
    text-decoration: none;
}
.watercolordes
	a:link
{
    text-decoration: none;
}
.pasteldesnew
	a:hover
{
    text-decoration: none;
}
.pasteldesnew
	a:link
{
    text-decoration: none;
}
.coloreddesnes 
	a:hover
{
    text-decoration: none;
}
.coloreddesnes 
	a:link
{
    text-decoration: none;
}
.secretsblock 
	a:hover
{
    text-decoration: none;
}
.secretsblock 
	a:link
{
    text-decoration: none;
}
.oildesnew 
	a:hover
{
    text-decoration: none;
}
.oildesnew 
	a:link
{
    text-decoration: none;
}
.optin1body 
	a:hover
{
    text-decoration: none;
}
.optin1body 
	a:link
{
    text-decoration: none;
}
.CheckCourses 
	a:hover
{
    text-decoration: none;
}
.CheckCourses
	a:link
{
    text-decoration: none;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	background-color: #FFFFFF;
}
#Header {
	width: 100%;
	padding-left: 0px;
	display: none;
}
#Navigation {
display: block;
}
#Content {
	background-color: #FFFFFF;
	width: 90%;
	display: block;
	font-size: medium;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 5%;
	padding-right: 5%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#headerimage {
	width: 100%;
	margin-left: 0;
	float: left;
}
#Logo {
}
#HeaderLink {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#SocialImage {
}
#Facebook {
}
#Search {
	width: 90%;
	margin-left: 5%;
	clear: both;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: 5%;
}
#Newsletter {
	width: 100%;
	padding-bottom: 5px;
	margin-left: 5%;
	clear: both;
	margin-right: 5%;
	color: #2482BD;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	max-width: 300px;
	line-height: 30%;
}
#ConnectwithMe {
	width: 21.0526%;
	margin-left: 0;
	clear: both;
	display: none;
}
#SocialButtons {
width: 73.6842%;
margin-left: 5.2631%;
clear: none;
}
#ConnectImage {
width: 73.6842%;
margin-left: 5.2631%;
clear: none;
}
#Sidebar {
	width: 90%;
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
}
#FaceBook {
}
#TeacherPack {
	padding-bottom: 10px;
}
#FooterBottom {
	left: auto;
	right: auto;
}
#Podcast {
	padding-bottom: 10px;
}
#Footer {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	padding-bottom: 5%;
	background-color: #2482BD;
	color: #FFFFFF;
	text-align:center;
	font-size: small;
}
#Footer a:link{
    color:#FFFFFF;}
	#Footer a:visited{
    color:#FFFFFF;}
#DesktopNavigation {
display: none;
}
#MembersLearnMore {
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	margin-left: 0;
}
#MobileHeader {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #433e3b;
}
#AdsenseTop {
	display: block;
	color: #CCCCCC;
	font-size: xx-small;
	margin-top: 5px;
	padding-top: 5px;
	width: 100%;
	margin-left: 0;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 5px;
}
#AdsenseMobile {
}
#Pinterest {
	width: 250px;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#FamPhoto {
}
#div7 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div7 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div7 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div7 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
	
#div2 {
	padding-bottom: 10px;
	clear: both;
	margin-left: 0;
	color: #2482BD;
	text-align: center;
	font-size: x-large;
}
#div15 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div15 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div15 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div15 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#BySubject {
	padding-bottom: 10px;
	text-align: center;
	font-size: large;
}
#AdsenseBottom {
	width: 300px;
	padding-bottom: 10px;
	left: auto;
	right: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	color: #CCCCCC;
	font-size: x-small;
}
#div1 {
padding-bottom: 10px;
clear: both;
margin-left: 0;
color: #2482BD;
text-align: center;
font-size: x-large;
}
#div3 {
	padding-bottom: 10px;
	text-align: left;
	font-size: normal;
}
#div3 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div3 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div3 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
#div4 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div4 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div4 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div4 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
#div5 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div5 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div5 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div5 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div6 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div6 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div6 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div6 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div8 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div8 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div8 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div8 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div9 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div9 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div9 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div9 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div10 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
}
#div10 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div10 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div10 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div11 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
}
#div11 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div11 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div11 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div12 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div12 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div12 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div12 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#mem {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
	padding-left: 5px;
	border-radius: 10px;
	width: 96%;
}
#mem a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#mem a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#mem a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#eximg {
width: 100%;
}
#responsivead {
	background-color: #FFFFFF;
}
.Photos {
width: 100%;
clear: both;
margin-left: 0;
}
.Adsenseside {
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
.IndexContent {
}
.IndexContent {
}
.IndexMembercontent {
	width: 90%;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 4px;
	padding-bottom: 5%;
	background-color: #FFFFFF;
	left: auto;
	right: auto;
	padding-left: 5%;
	padding-right: 5%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.courses {
width: 100%;
}
.thumbimage {
	width: 98%;
	margin-left: 0;
}
.LessonsIndex {
	width: 92%;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 10px;
	padding-left: 4%;
	padding-right: 4%;
	left: auto;
	right: auto;
	clear: both;
	color: #636363;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Indextop {
	padding-bottom: 20px;
	color: #363636;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 2%;
	padding-right: 2%;
	width: 94%;
	padding-top: 2%;
}
.brushphoto {
	width: 100%;
	padding-bottom: 5px;
}
.fluidthird {
	width: 90%;
	clear: none;
	margin-left: 5%;
	margin-bottom: 10px;
	margin-right: 5%;
	float: left;
}
.fluidmore {
width: 100%;
}
.InfoBox {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #DFDFDF;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.AboutMe {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.SocialTop {
}
.connectwithmetop {
}
.Sidebartop {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.insideaboutme {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	width: 96%;
	padding-bottom: 5px;
	padding-top: 5px;
}
.like_box_wrapper {
}
.facebookbox {
	width: 100%;
	padding-bottom: 10px;
}
.bottomfooter {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
.bottomfooter a:visited{
	color: #ffffff;
}
.bottomfooter a:link{
	color: #ffffff;
}
.pinterest {
	width: 100%;
	float: right;
}
.adsbygoogle {
 background: #ffffff;
}
.newheader {
}
.newheaderlogo {
}
.newlogo {
}
.centered {
}
.whitebackground1 {
}
.ColoredPencilChart {
}
.ArtVideoCourses {
	width: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 4%;
	padding-right: 4%;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #eaeaea;
}
.Pastelandscape {
	width: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 4%;
	padding-right: 4%;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #f3eddd;
}
.OilPaintingMaster {
	border-radius: 10px;
	background-color: #eafbff;
	border: medium solid #2482bd;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 4%;
	padding-right: 4%;
	width: 90%;
}
.LiveLessons {
	border-radius: 10px;
	background-color: #f2fbff;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	padding-top: 4px;
	padding-bottom: 5%;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.TheElementscourse {
	width: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 4%;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #fff5ef;
	padding-right: 4%;
}
.SubjectHeader {
	margin-bottom: 1%;
}
.newslettersignup {
}
.slider {
}
.videocoursedescription {
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
	padding-left: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	background-attachment: scroll;
	-webkit-box-shadow: inset 0px 0px 0px 0px #44494E;
	box-shadow: inset 0px 0px 0px 0px #44494E;
	background-size: cover;
	background-image: url(images/brushesfade.jpg);
}
.social {
	padding-left: 5%;
	width: 95%;
}
.indexlead {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	color: rgba(212,212,212,1.00);
	background-image: url(images/homepagebackground.jpg);
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.indexleadinsert {
}
.transparentcontainer {
}
.Title {
}
.Indexcoursesections {
}
.coursesectionleft {
}
.coursesectionright {
}
.sectionleftwide {
}
.sectionrightshort {
}
.shortleft {
}
.longright {
}
.imagealign {
}
.imagealignright {
}
.Newsletterstrip {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #4A4949;
	color: #FFFFFF;
}
.Newsletterinfo {
}
.newsletterinforight {
	padding-left: 0%;
	padding-right: 0%;
	width: 100%;
	padding-bottom: 3%;
}
.newstitle {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
}
.Blogstrip {
	color: #FFFFFF;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	background-color: #4A4949;
}
.titleblog {
}
.more {
}
.Formembers {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.memberstitle {
	color: #2482BD;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	padding-bottom: 2%;
	font-weight: bolder;
}
.memberscontent {
	text-align: center;
	color: #4A4949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.courseimage {
}
.colorbar {
}
.colorbarlast {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.LessonPlanHeader {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-image: url(images/lessonplanbackground.jpg);
}
.LessonPlanDescription {
}
.ulpimage {
}
.Ultimate {
}
.videoholder {
}
.Ulpabout {
}
.FundamentalsHeader {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #E7E7E7;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
	background-image: url(images/fundamentalsbackground.jpg);
}
.fundamentalswriteup {
}
.artfundamentalsheader {
	width: 90%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
}
.Artfundamentalsinfo {
}
.AboutMeHeader {
	background-color: #233039;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}
.headerinfo {
	width: 100%;
	color: #DCD6D7;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
}
.famphoto3 {
	width: 90%;
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	font-size: small;
}
.bottomimage {
}
.tabletmobileme {
	padding-top: 2%;
	padding-bottom: 3%;
}
.disclaimer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2482BD;
	font-style: italic;
}
.fixedtest {
}
.drawingofmeleft {
}
.drawingofme {
}
.videocoursetext {
}
.coursesheader {
}
.LessonPlanAdditional {
	border-radius: 10px;
	border-color: #2482bd;
	border-style: solid;
	width: 94%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-color: #E7E6E6;
}
.scrollingsidebar {
}
.Scrollingelement {
}
.sidebarBox {
	display: none;
}
.scrollingBox {
}
.TabletCourse {
	padding-bottom: 2%;
	max-width: 300px;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 5%;
	margin-right: 0%;
	clear: none;
	display: none;
}
.adcentered {
	color: #D2D2D2;
	font-size: x-small;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.materials {
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 10px;
	background-color: #EBEBEB;
}
.materials a:link{
    color:#2482bd;}
.test {
}
.headercontainer {
}
.navcontainer {
}
.drawinglessonshead {
	background-color: #339999;
	padding-left: 2%;
	padding-right: 2%;
	width: 96.2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.PaintingHeader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #669933;
}
.digitalartheader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #CC9900;
}
.Videocoursesheader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #CC6600;
}
.LessonplanHeader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #CC3333;
}
.ArtFundamentalsheader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #993399;
}
.detailimage {
	text-align: center;
}
.optin1 {
}
.optin1title {
	width: 96%;
	margin-top: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	background-color: #ee8a00;
}
.optin1body {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	width: 94.5%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	border: medium solid #ee8a00;
}
.optin2 {
}
.DrawingLessonsHeader {
	background-size: cover;
	background-image: url(images/coursevideosbackgrounddrawingmobile.jpg);
}
.CheckCourses {
	padding-left: 18%;
	padding-right: 18%;
	margin-top: 30%;
	margin-bottom: 18%;
	width: 64%;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
	font-style: italic;
	line-height: 200%;
}
.courseimagesdrawing {
}
.sidebarcourses {
}
.leftimage {
	width: 100%;
}
.secretsbackgroundnew {
	background-image: url(images/secretsbackground.jpg);
	background-size: cover;
}
.coursedesnew {
	padding-top: 16%;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 16%;
	width: 92%;
}
.coursehalf {
	padding-top: 6%;
	padding-right: 4%;
	padding-bottom: 6%;
	padding-left: 4%;
	width: 92%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
}
.secretsblock {
	width: 88%;
	padding-left: 6%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 0%;
	color: #F0F0F0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	background-color: #5d616a;
}
.oilbackgroundnew {
	background-image: url(images/oilbackground.jpg);
	background-size: cover;
}
.oildesnew {
	background-color: #1d6272;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1f1f1;
	font-size: medium;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
	width: 88%;
}
.floater {
	-webkit-box-shadow: 0px 0px 0px 0px #535252;
	box-shadow: 0px 0px 0px 0px #535252;
	padding-top: 0%;
	padding-bottom: 6px;
	background-image: url(images/colorbar.jpg);
	background-repeat: repeat-x;
}
.coloredpencilnew {
	background-image: url(images/cpcbackground.jpg);
	background-size: cover;
}
.coloreddesnes {
	padding-top: 6%;
	padding-right: 6%;
	padding-left: 6%;
	width: 88%;
	background-color: #0eb08d;
	text-align: left;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1f1f1;
}
.pastelbackgroundnew {
	background-image: url(images/pastelbackground.jpg);
	background-size: cover;
}
.pasteldesnew {
	padding-top: 6%;
	padding-left: 6%;
	padding-right: 6%;
	width: 88%;
	background-color: #a32821;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1f1f1;
}
.watercolorworkshopbackground {
	background-image: url(images/watercolorcoursebackground.jpg);
	background-size: cover;
}
.watercolordes {
	background-color: #56186b;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
	color: #f1f1f1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	width: 88%;
}
.elementsmini {
	background-size: cover;
	background-image: url(images/elementsbackground.jpg);
}
.elementsblock {
	background-color: #8e8e8e;
	width: 88%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
	text-align: left;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1f1f1;
}
.becomeamembernew {
	width: 76%;
	padding-top: 6%;
	padding-right: 12%;
	padding-bottom: 10%;
	padding-left: 12%;
	background-color: #e07f05;
	text-align: center;
	color: #f1f1f1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: x-large;
	float: none;
}
.topblockdes {
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 4%;
	padding-bottom: 2%;
}
.coursestack {
}
.fordollar {
	background-color: #deb808;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 4%;
	padding-right: 4%;
	width: 92%;
	float: none;
}
.newslettertitle {
}
.maxwidth {
	width: 90%;
	padding-left: 10%;
	padding-right: 10%;
}
.wrapper {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.newsletterheader {
	background-color: #404040;
}
.videonewsletter {
	display: block;
}
.messagenewsletter {
}
.memberscourses {
}
.newcourseborders {
	border: thin solid #cccccc;
	margin-bottom: 2%;
}
.coursedescriptionnew {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.newsletterbackground {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-color: #FFFFFF;
	width: 96%;
}
.Aboutvideo {
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	display: none;
}
.abouthomeright {
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: left;
}
.courseshome {
	width: 90%;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: left;
}
.coursesband {
	width: 100%;
}
.courseimagesband {
}
.bar {
	padding-top: 1%;
	/* [disabled]padding-bottom: 1px; */
	background-color: hsla(0,0%,77%,1.00);
}
.videohead {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 0%;
	padding-bottom: 2%;
	width: 94.01%;
	color: #f0f0f0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	background-color: #3F3F3F;
}
.videoheadvideo {
}
.boxesright {
	display: none;
}
.imagelinksright {
}
.related {
}
.loginbar {
	background-color: #433e3b;
}
.login {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: right;
	float: none;
}
.logincontainer {
	width: 40%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	float: right;
}
.loginmenu {
}
.logintab {
	float: left;
	text-align: center;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	clear: none;
	width: 44%;
	text-decoration: none;
	color: #f0f0f0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.logintab a:link {
	text-decoration: none;
	color:#ffffff;
}
.logintab a:hover {
	text-decoration: none;
}
.logintab:hover {
	background-color: #544f4c;
	color: #fffffff;
	text-align: center;
}
.Satrthere {
}
.colorwheels {
}
.spacer {
	padding-left: 3%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	width: 94%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#Header {
	width: 23.0769%;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 2px;
}
#Navigation {
display: block;
}
#Content {
	width: 62%;
	display: block;
	padding-top: 10px;
	padding-left: 4%;
	padding-right: 4%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#headerimage {
	width: 50%;
	margin-left: 0;
	float: right;
}
#Logo {
}
#HeaderLink {
	width: 30%;
	clear: none;
	margin-left: 2.5641%
%
%;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 2.5641%;
	text-align: right;
	float: right;
}
#SocialImage {
}
#Facebook {
	float: left;
	position: static;
	vertical-align: text-top;
}
#Search {
	width: 25%;
	clear: none;
	margin-left: 2.5641%;
	padding-top: 10px;
	margin-right: 0%;
}
#Newsletter {
	width: 25%;
	clear: none;
	margin-left: 2.5641%;
	margin-right: 0%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	color: #2482BD;
	max-width: 300px;
	line-height: 40%;
}
#ConnectwithMe {
width: 10.2564%;
clear: none;
margin-left: 2.5641%;
display: none;
}
#SocialButtons {
	width: 25%;
	clear: none;
	margin-left: 2.5641%;
}
#ConnectImage {
	width: 25%;
	clear: none;
	margin-left: 2.5641%;
}
#Sidebar {
	width: 35.8974%;
	clear: none;
	margin-left: 2.5641%;
	margin-right: 0%;
}
#FaceBook {
}
#TeacherPack {
}
#FooterBottom {
	max-width: 1020px;
	left: auto;
	right: auto;
}
#Podcast {
}
#Footer {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	padding-bottom: 5%;
	background-color: #2482BD;
	color: #FFFFFF;
}
#Footer a:link{
    color:#FFFFFF;}
#DesktopNavigation {
	display: none;
	width: 100%;
}
#MembersLearnMore {
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	margin-left: 0;
}
#MobileHeader {
display: none;
}
#AdsenseTop {
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	width: 100%;
	display: block;
	padding-left: 5px;
	color: #CCCCCC;
	font-size: xx-small;
	margin-left: 0;
	clear: both;
}
#AdsenseMobile {
}
#Pinterest {
}
#FamPhoto {
}
#div7 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#div2 {
	clear: both;
	margin-left: 0;
	color: #2482BD;
	text-align: center;
	font-size: large;
}
#div15 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#BySubject {
	padding-bottom: 10px;
	font-size: large;
	text-align: center;
}
#AdsenseBottom {
	width: 300px;
	padding-bottom: 10px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	color: #CCCCCC;
	font-size: x-small;
}
#div1 {
clear: both;
margin-left: 0;
color: #2482BD;
text-align: center;
font-size: x-large;
}
#div3 {
	padding-bottom: 10px;
	font-size: normal;
	text-align: left;
}
#div4 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div5 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div6 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div8 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div9 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div10 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
}
#div11 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
}
#div12 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mem {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
	padding-left: 5px;
	border-radius: 10px;
	width: 98%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#eximg {
width: 100%;
}
#responsivead {
	background-color: #FFFFFF;
}
.Photos {
width: 100%;
clear: both;
margin-left: 0;
}
.Adsenseside {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.IndexContent {
}
.IndexContent {
	text-align: left;
}
.IndexMembercontent {
	width: 90%;
	border-radius: 10px;
	background-color: #FFFFFF;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 5%;
	left: auto;
	right: auto;
	color: #636363;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	clear: both;
	padding-left: 5%;
	padding-right: 5%;
}
.courses {
width: 100%;
}
.thumbimage {
width: 100%;
margin-left: 0;
}
.LessonsIndex {
	width: 84%;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px
%
%;
	border-radius: 10px;
	clear: both;
	margin-left: 4%;
	color: #636363;
	font-size: medium;
	margin-right: 4%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Indextop {
	padding-bottom: 20px;
	color: #363636;
	font-size: medium;
	padding-top: 2%;
}
.brushphoto {
	width: 48.7179%;
	float: right;
}
.fluidthird {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	clear: none;
}
.fluidmore {
width: 100%;
}
.InfoBox {
	padding-left: 5%;
	padding-right: 5%;
	background-color: #eaeaea;
	width: 90%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.AboutMe {
	width: 50%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.SocialTop {
}
.connectwithmetop {
}
.Sidebartop {
	width: 35.8974%;
	margin-left: 2.5641%;
	clear: none;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.insideaboutme {
	border-radius: 10px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	width: 93%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.like_box_wrapper {
}
.facebookbox {
	width: 100%;
	padding-bottom: 10px;
}
.bottomfooter {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
.bottomfooter a:visited{
	color: #ffffff;
}
.bottomfooter a:link{
	color: #ffffff;
}
.pinterest {
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
	display: block;
}
.adsbygoogle {
 background: #ffffff;
}
.newheader {
	background-color: #443f3b;
}
.newheaderlogo {
}
.newlogo {
}
.centered {
}
.whitebackground1 {
}
.ColoredPencilChart {
}
.ArtVideoCourses {
	width: 96%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #eaeaea;
}
.Pastelandscape {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 96%;
	padding-left: 10px;
	padding-right: 10px;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #f3eddd;
}
.OilPaintingMaster {
	border-radius: 10px;
	border: medium solid #2482bd;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 96%;
	background-color: #eafbff;
}
.LiveLessons {
	border-radius: 10px;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	background-color: #f2fbff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.TheElementscourse {
	border-radius: 10px;
	border: medium solid #2482bd;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 96%;
	background-color: #fff5ef;
}
.SubjectHeader {
}
.newslettersignup {
}
.slider {
}
.videocoursedescription {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 0px 0px #42464C;
	box-shadow: inset 0px 0px 0px 0px #42464C;
}
.social {
	padding-left: 5%;
	width: 95%;
}
.indexlead {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	background-image: url(images/homepagebackground.jpg);
	color: rgba(226,226,226,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.indexleadinsert {
}
.transparentcontainer {
}
.Title {
}
.Indexcoursesections {
}
.coursesectionleft {
}
.coursesectionright {
}
.sectionleftwide {
}
.sectionrightshort {
}
.shortleft {
}
.longright {
}
.imagealign {
}
.imagealignright {
}
.Newsletterstrip {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	background-color: #4A4949;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Newsletterinfo {
	width: 50%;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.newsletterinforight {
	width: 50%;
	clear: right;
	padding-top: 2%;
}
.newstitle {
	font-size: x-large;
}
.Blogstrip {
	background-color: #4A4949;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
}
.titleblog {
}
.more {
}
.Formembers {
	width: 90%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.memberstitle {
	color: #2482bd;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-weight: bolder;
}
.memberscontent {
	width: 45%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	text-align: center;
	color: #4A4949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	clear: none;
}
.courseimage {
}
.colorbar {
}
.colorbarlast {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.LessonPlanHeader {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-image: url(images/lessonplanbackground.jpg);
}
.LessonPlanDescription {
}
.ulpimage {
}
.Ultimate {
}
.videoholder {
}
.Ulpabout {
}
.FundamentalsHeader {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 2%;
	padding-bottom: 2%;
	background-image: url(images/fundamentalsbackground.jpg);
	color: #E1E1E1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
}
.fundamentalswriteup {
}
.artfundamentalsheader {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	background-repeat: no-repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	background-image: url(images/artfundamentalsbackground.jpg);
}
.Artfundamentalsinfo {
}
.AboutMeHeader {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
	color: #DEDBDB;
	background-color: #233039;
}
.headerinfo {
}
.famphoto3 {
	width: 40%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.bottomimage {
}
.tabletmobileme {
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
	width: 100%;
}
.disclaimer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2482BD;
	font-style: italic;
}
.fixedtest {
}
.drawingofmeleft {
}
.drawingofme {
}
.videocoursetext {
}
.coursesheader {
}
.LessonPlanAdditional {
	background-color: #E7E6E6;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 94%;
	border-color: #2482bd;
	border-style: solid;
	border-radius: 10px;
}
.scrollingsidebar {
	width: 25%;
	clear: none;
	position: static;
}
.Scrollingelement {
	position: fixed;
	float: none;
}
.sidebarBox {
	width: 25%;
	float: left;
	position: relative;
	display: none;
	clear: none;
	padding-left: 2.564%;
}
.scrollingBox {
	width: 100%;
}
.TabletCourse {
	width: 25%;
	margin-left: 2.564%;
	clear: none;
	padding-bottom: 2%;
	display: none;
	margin-right: 0px;
}
.adcentered {
	color: #D1D1D1;
	font-size: x-small;
	padding-top: 10px;
	padding-bottom: 10px;
}
.materials {
	background-color: #EBEBEB;
	border-radius: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.test {
}
.headercontainer {
}
.navcontainer {
}
.drawinglessonshead {
	background-color: #339999;
}
.PaintingHeader {
}
.digitalartheader {
}
.Videocoursesheader {
}
.LessonplanHeader {
}
.ArtFundamentalsheader {
}
.detailimage {
	text-align: center;
}
.optin1 {
}
.optin1title {
	background-color: #ee8a00;
}
.optin1body {
}
.optin2 {
}
.DrawingLessonsHeader {
	background-size: cover;
	background-image: url(images/coursevideosbackgrounddrawingtablet.jpg);
}
.CheckCourses {
	padding-left: 22%;
	padding-right: 22%;
	width: 56%;
	margin-top: 24%;
	margin-bottom: 22%;
	font-size: x-large;
	line-height: 150%;
}
.courseimagesdrawing {
}
.sidebarcourses {
}
.leftimage {
	width: 50%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.secretsbackgroundnew {
}
.coursedesnew {
	width: 66%;
}
.coursehalf {
	width: 92%;
}
.secretsblock {
	width: 88%;
	clear: none;
	float: right;
}
.oilbackgroundnew {
}
.oildesnew {
}
.floater {
}
.coloredpencilnew {
}
.coloreddesnes {
}
.pastelbackgroundnew {
}
.pasteldesnew {
}
.watercolorworkshopbackground {
}
.watercolordes {
}
.elementsmini {
}
.elementsblock {
}
.becomeamembernew {
}
.topblockdes {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.coursestack {
}
.fordollar {
}
.newslettertitle {
}
.maxwidth {
	width: 90%;
	padding-left: 10%;
	padding-right: 10%;
}
.wrapper {
}
.newsletterheader {
}
.videonewsletter {
	width: 60%;
	display: block;
}
.messagenewsletter {
	width: 36%;
	padding-left: 3%;
	float: none;
	clear: none;
}
.memberscourses {
}
.newcourseborders {
}
.coursedescriptionnew {
}
.newsletterbackground {
}
.Aboutvideo {
	width: 40%;
	padding-left: 2%;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 5%;
	display: none;
}
.abouthomeright {
	width: 90%;
	float: left;
	clear: none;
	padding-left: 3%;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 3%;
	text-align: left;
}
.courseshome {
	text-align: left;
}
.coursesband {
	width: 50%;
	clear: none;
	float: left;
}
.courseimagesband {
}
.bar {
}
.videohead {
}
.videoheadvideo {
	width: 70.5%;
}
.boxesright {
	width: 29.5%;
	float: left;
	clear: none;
	display: block;
}
.imagelinksright {
	float: left;
	clear: none;
}
.related {
	display: none;
}
.loginbar {
}
.login {
}
.logincontainer {
	width: 20%;
}
.loginmenu {
}
.logintab {
}
.Satrthere {
}
.colorwheels {
}
.spacer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1040px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#Header {
	width: 23.7288%;
	padding-bottom: 5px;
	display: block;
}
#Navigation {
	display: block;
	width: 100%;
	max-width: 1040px;
	margin-right: auto;
	float: none;
	color: #636363;
	background-color: #2482bd;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#Content {
	width: 62%;
	display: block;
	padding-top: 10px;
	padding-left: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	line-height: 175%;
	padding-right: 2%;
	margin-left: 2%;
	color: #636363;
	text-align: left;
}
#headerimage {
	float: right;
	max-width: 200px;
	width: 87.1794%;
	margin-left: 0;
}
#Logo {
	width: 200px;
}
#HeaderLink {
	width: 30%;
	margin-left: 1.6949%;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	position: static;
	clear: none;
	float: right;
}
#SocialImage {
}
#Facebook {
}
#Search {
	width: 30%;
	clear: none;
	margin-left: 0%;
	padding-top: 10px;
	max-width: 300px;
	padding-left: 1.7%;
}
#Newsletter {
	width: 30%;
	clear: none;
	margin-left: 0%;
	max-width: 300px;
	font-size: x-large;
	color: #2482BD;
	line-height: 30%;
	padding-left: 1.7%;
}
#ConnectwithMe {
	width: 6.78%;
	clear: none;
	margin-left: 1.7%;
	display: block;
}
#SocialButtons {
	width: 18%;
	clear: none;
	margin-left: 1.68%;
}
#ConnectImage {
	width: 18%;
	clear: none;
	margin-left: 1.6949%;
}
#Sidebar {
	width: 32.2033%;
	clear: none;
	margin-left: 2%;
}
#FaceBook {
}
#TeacherPack {
}
#FooterBottom {
}
#Podcast {
	position: static;
}
#Footer {
	padding-left: 5%;
	padding-right: 5%;
	width: 90.1%;
	padding-bottom: 5%;
	background-color: #2482BD;
	color: #FFFFFF;
}
#Footer a:link{
    color:#FFFFFF;}

#DesktopNavigation {
	display: block;
	width: 100%;
	position: relative;
	max-width: 1020px;
}
#MembersLearnMore {
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	margin-left: 0;
}
#MobileHeader {
display: none;
}
#AdsenseTop {
	width: 54%;
	float: left;
	padding-top: 5px;
	margin-top: px;
	margin-right: 10px;
	display: block;
	color: #CCCCCC;
	font-size: xx-small;
	padding-left: 0px;
	margin-left: 0;
	clear: both;
	margin-bottom: 5px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#AdsenseMobile {
}
#Pinterest {
}
#FamPhoto {
	width: 60%;
	float: left;
	right: 10px;
	top: 10px;
	bottom: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#div7 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div2 {
	font-size: x-large;
	color: #2482BD;
	text-align: center;
	margin-left: 0;
	clear: both;
}
#div15 {
	width: 100%;
	margin-left: 0;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#BySubject {
	font-size: large;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 0%;
}
#AdsenseBottom {
	font-size: small;
	color: #CCCCCC;
	width: 100%;
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: auto;
	left: auto;
	right: auto;
	float: none;
}
#div1 {
font-size: x-large;
color: #2482BD;
text-align: center;
margin-left: 0;
clear: both;
}
#div3 {
	font-size: medium;
	text-align: left;
	padding-bottom: 10px;
}
#div4 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div5 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div6 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div8 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div9 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div10 {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	margin-left: 0;
	clear: both;
}
#div11 {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	margin-left: 0;
	clear: both;
}
#div12 {
	width: 100%;
	margin-left: 0;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mem {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	margin-left: 0;
	clear: both;
	padding-left: 5px;
	border-radius: 10px;
}
#eximg {
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 48.7179%;
}
#responsivead {
	background-color: #FFFFFF;
}
.Photos {
width: 48.7179%;
margin-left: 15.3846%;
clear: none;
}
.Adsenseside {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.IndexContent {
}
.IndexContent {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	line-height: 175%;
	width: 100%;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}
.IndexMembercontent {
	padding-left: 10%;
	padding-right: 10%;
	margin-left: 0%;
	margin-right: 0%;
	max-width: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 80%;
	padding-top: 0%;
	padding-bottom: 5%;
	left: auto;
	right: auto;
	position: static;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-style: none;
}
.IndexMembercontent a:visited{
	color: #E67D37}
.IndexMembercontent a:link{
	color: #E67D37;
}
.courses {
	width: 91.5254%;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 1.67%;
	margin-left: 1.67%;
}
.thumbimage {
	width: 100%;
	left: auto;
	right: auto;
	float: none;
	margin-left: 0;
	margin-right: auto;
	margin-top: 1%;
}
.LessonsIndex {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 40%;
	left: auto;
	right: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 0%;
	margin-right: 0%;
	clear: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #636363;
}
.Indextop {
	width: 95%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 10px;
	padding-right: 10px;
	left: auto;
	right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #363636;
	padding-top: 2%;
}
.brushphoto {
	width: 33%;
	float: right;
}
.fluidthird {
	width: 29.5%;
	margin-left: 1.6949%;
	clear: none;
	margin-right: 1.695%;
	line-height: 40%;
}
.fluidmore {
	width: 32.2033%;
	margin-right: 1%;
	margin-left: 1%;
}
.InfoBox {
	width: 90%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 175%;
	font-size: medium;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-top: 2%;
	color: #636363;
}
.AboutMe {
	padding-left: 4%;
	padding-right: 1%;
	width: 60%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	line-height: 175%;
	color: #636363;
}
.SocialTop {
	clear: none;
	width: 100%;
	float: none;
}
.connectwithmetop {
	clear: none;
	width: 7%;
}
.Sidebartop {
	width: 25%;
	clear: none;
	margin-left: 5%;
	margin-right: 5%;
	border-style: none;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.insideaboutme {
	padding-left: 10px;
	padding-right: 10px;
	width: 92%;
	border-radius: 10px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: none;
}
.like_box_wrapper {
	width: 100%;
}
.facebookbox {
	width: 83.0508%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
	padding-bottom: 10px;
}
.bottomfooter {
	margin-left: auto;
	margin-right: auto;
	clear: none;
	width: 1020px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;

}
.bottomfooter a:visited{
	color: #ffffff;
}
.bottomfooter a:link{
	color: #ffffff;
}
.pinterest {
	width: 200px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	display: block;
	min-width: 0px;
	max-width: 200px;
}
.adsbygoogle {
 background: #ffffff;
}
.newheader {
	width: 100%;
	max-width: 1040px;
	background-color: #2482bd;
	display: block;
	left: 0px;
	opacity: 1;
	position: static;
	background-repeat: repeat;
	padding-left: 0px;
	padding-right: 0px;
	overflow-x: hidden;
	/* [disabled]overflow-y: hidden; */
	visibility: inherit;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
.newheaderlogo {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
.newlogo {
}
.centered {
	width: 100%;
	max-width: 1040px;
	float: none;
	clear: none;
	margin-left: auto;
	margin-right: auto;
}
.whitebackground1 {
	background-color: #FFFFFF;
	display: block;
}
.ColoredPencilChart {
	text-align: center;
}
.ArtVideoCourses {
	border-radius: 10px;
	background-color: #eaeaea;
	border: medium solid #2482bd;
	padding-left: 10px;
	padding-right: 10px;
	width: 98%;
	margin-bottom: 5px;
}
.Pastelandscape {
	width: 98%;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #2482bd;
	border-style: solid;
	border-radius: 10px;
	background-color: #f3eddd;
	margin-top: 5px;
	margin-bottom: 5px;
}
.OilPaintingMaster {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 98%;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	background-color: #eafbff;
	border: medium solid #2482bd;
}
.LiveLessons {
	margin-bottom: 5px;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	border-radius: 10px;
	background-color: #f2fbff;
	padding-bottom: 5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.TheElementscourse {
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #fff5ef;
}
.SubjectHeader {
}
.newslettersignup {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	color: #CECECE;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	float: none;
	border-radius: 0px;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
}
.slider {
}
.videocoursedescription {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
	margin-bottom: 0%;
	-webkit-box-shadow: inset 0px 0px 0px 0px #42474D;
	box-shadow: inset 0px 0px 0px 0px #42474D;
}
.social {
	padding-left: 5%;
	width: 95%;
	padding-bottom: 0%;
	margin-bottom: 1%;
}
.indexlead {
	width: 46
.%;
	padding-right: 35%;
	padding-left: 5%;
	background-image: url(images/homepagebackground.jpg);
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	padding-top: 2%;
	padding-bottom: 5%;
	width: 60.01%;
	background-attachment: scroll;
}
.indexleadinsert {
	color: #E3E2E2;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
.transparentcontainer {
	background-color: #FFFFFF;
}
.Title {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #F59E00;
	text-align: center;
}
.Indexcoursesections {
}
.coursesectionleft {
	width: 30%;
	padding-left: 5%;
	padding-right: 5%;
	clear: left;
	padding-bottom: 5%;
}
.coursesectionright {
	width: 55%;
	padding-left: 0%;
	padding-right: 5%;
	clear: right;
	padding-bottom: 5%;
}
.sectionleftwide {
	width: 50%;
	padding-left: 5%;
	padding-right: 2%;
	clear: left;
	padding-top: 5%;
}
.sectionrightshort {
	width: 36%;
	clear: right;
	padding-right: 5%;
	padding-left: 2%;
}
.shortleft {
	width: 36%;
	padding-left: 5%;
	padding-right: 2%;
	clear: left;
}
.longright {
	width: 50%;
	padding-right: 5%;
	padding-left: 2%;
	clear: right;
	padding-top: 5%;
}
.imagealign {
	width: 40%;
	clear: left;
}
.imagealignright {
	width: 58%;
	clear: right;
	padding-top: 3%;
	padding-left: 2%;
}
.Newsletterstrip {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 1%;
	padding-bottom: 3%;
	width: 80%;
	background-color: #4A4949;
	color: #FFFFFF;
	text-align: center;
}
.Newsletterinfo {
	width: 54%;
	clear: left;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	padding-right: 2%;
	text-align: left;
	line-height: normal;
}
.newsletterinforight {
	width: 44%;
	clear: right;
}
.newstitle {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: xx-large;
}
.Blogstrip {
	width: 76.1%;
	padding-left: 12%;
	padding-right: 12%;
	padding-top: 2%;
	padding-bottom: 3%;
	color: #FFFFFF;
	background-color: #4A4949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
}
.titleblog {
	padding-bottom: 1%;
}
.more {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #383838;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
}
.Formembers {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #636363;
}
.memberstitle {
	padding-bottom: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: xx-large;
	font-weight: bolder;
	text-shadow: 0px 0px;
	color: #2482bd;
}
.memberscontent {
	width: 21%;
	clear: none;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	color: #4A4949;
}
.courseimage {
	width: 20%;
}
.colorbar {
	width: 100%;
	margin-bottom: 2%;
	display: block;
}
.colorbarlast {
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.LessonPlanHeader {
	padding-left: 6%;
	padding-right: 6.01%;
	padding-top: 2%;
	padding-bottom: 4%;
	width: 88%;
	background-image: url(images/lessonplanbackground.jpg);
	color: #E2DFDF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
}
.LessonPlanDescription {
	width: 50%;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	line-height: 150%;
	color: #2C2C2C;
}
.ulpimage {
	width: 50%;
	clear: none;
}
.Ultimate {
	width: 100%;
	padding-top: 2%;
}
.videoholder {
	width: 60%;
	clear: none;
}
.Ulpabout {
	width: 36%;
	clear: none;
	padding-left: 2%;
	padding-right: 2%;
}
.FundamentalsHeader {
	padding-left: 8%;
	padding-right: 6%;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 86.01%;
	color: #E9E9E9;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: large;
	line-height: 180%;
	background-image: url(images/fundamentalsbackground.jpg);
}
.fundamentalswriteup {
	width: 50%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.artfundamentalsheader {
	width: 86%;
	padding-left: 8%;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 6%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	background-image: url(images/artfundamentalsbackground.jpg);
}
.Artfundamentalsinfo {
	width: 50%;
	text-align: center;
}
.AboutMeHeader {
	width: 88.01%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #DFDDDD;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	line-height: 180%;
	background-image: url(images/aboutmebackground.jpg);
}
.headerinfo {
	width: 50%;
	text-align: center;
}
.famphoto3 {
	width: 50%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-size: small;
}
.bottomimage {
	font-size: small;
}
.tabletmobileme {
	display: none;
}
.disclaimer {
	color: #2482BD;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}
.fixedtest {
	position: static;
	float: right;
}
.drawingofmeleft {
	width: 45%;
	float: left;
	clear: none;
	padding-right: 5%;
}
.drawingofme {
	width: 50%;
	float: right;
	clear: none;
}
.videocoursetext {
}
.coursesheader {
	width: 100%;
	max-width: 1040px;
}
.LessonPlanAdditional {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 94%;
	background-color: #E7E6E6;
	border-color: #4282bd;
	border-radius: 10px;
	border-style: solid;
}
.scrollingsidebar {
	width: 30%;
	clear: none;
	position: static;
}
.Scrollingelement {
	position: fixed;
	float: none;
}
.sidebarBox {
	width: 30%;
	clear: none;
	float: left;
	position: relative;
	display: inline;
	margin-left: 0%;
	padding-left: 1.7%;
}
.scrollingBox {
	max-width: 300px;
}
.TabletCourse {
	display: none;
}
.adcentered {
	color: #CFCFCF;
	font-size: x-small;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.materials {
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 96%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 10px;
	background-color: #EBEBEB;
}
.test {
}
.headercontainer {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.navcontainer {
}
.drawinglessonshead {
	background-color: #339999;
	color: #FFFFFF;
}
.PaintingHeader {
}
.digitalartheader {
}
.Videocoursesheader {
}
.LessonplanHeader {
}
.ArtFundamentalsheader {
}
.detailimage {
	text-align: center;
}
.optin1 {
}
.optin1title {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 96%;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: x-large;
	text-align: center;
	background-color: #ee8a00;
	margin-top: 2%;
	font-weight: bold;
	font-variant: normal;
}
.optin1body {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 95%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
	border: medium solid #ee8a00;
}
.optin2 {
}
.DrawingLessonsHeader {
	margin-top: 0%;
	padding-top: 2%;
	background-size: cover;
	background-image: url(images/coursevideosbackgroundDrawing.jpg);
}
.CheckCourses {
	padding-left: 18%;
	padding-right: 18%;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: xx-large;
	font-style: italic;
	width: 64%;
	margin-top: 20%;
	margin-bottom: 18%;
	line-height: normal;
}
.courseimagesdrawing {
}
.sidebarcourses {
}
.leftimage {
	width: 25%;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.secretsbackgroundnew {
	display: block;
}
.coursedesnew {
	width: 66%;
}
.coursehalf {
	text-align: center;
	width: 40%;
}
.secretsblock {
	width: 40%;
	height: 100%;
}
.oilbackgroundnew {
}
.oildesnew {
	background-color: #1d6272;
	width: 40.001%;
	height: 100%;
	clear: none;
	float: right;
}
.floater {
}
.coloredpencilnew {
}
.coloreddesnes {
	width: 40.001%;
	clear: none;
	float: right;
}
.pastelbackgroundnew {
}
.pasteldesnew {
	width: 40%;
	clear: none;
	float: right;
}
.watercolorworkshopbackground {
}
.watercolordes {
	width: 40.001%;
	clear: none;
	float: right;
}
.elementsmini {
	background-image: url(images/elementsbackground.jpg);
	background-size: cover;
}
.elementsblock {
	width: 40%;
	float: right;
	clear: none;
}
.becomeamembernew {
}
.topblockdes {
	width: 88%;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 6%;
	padding-bottom: 2%;
}
.coursestack {
}
.fordollar {
}
.newslettertitle {
}
.maxwidth {
	width: 100%;
}
.wrapper {
}
.newsletterheader {
}
.videonewsletter {
	width: 60%;
	display: block;
}
.messagenewsletter {
	width: 36%;
	padding-left: 3%;
	float: none;
	clear: none;
}
.memberscourses {
}
.newcourseborders {
	border: thin solid #CCCCCC;
}
.coursedescriptionnew {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}
.newsletterbackground {
}
.Aboutvideo {
	width: 40%;
	padding-left: 5%;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 5%;
	float: left;
	clear: none;
	display: block;
}
.abouthomeright {
	width: 46%;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 5%;
	float: left;
	clear: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #636363;
	text-align: left;
	font-size: medium;
}
.courseshome {
	padding-left: 10%;
	padding-right: 10%;
	width: 80%;
	text-align: left;
}
.coursesband {
	width: 50%;
	float: left;
	clear: none;
}
.courseimagesband {
	width: 50%;
	float: left;
	clear: none;
}
.bar {
}
.videohead {
}
.videoheadvideo {
	width: 70.5%;
	float: left;
	clear: none;
}
.boxesright {
	width: 29.5%;
	float: left;
	clear: none;
}
.imagelinksright {
	width: 100%;
	display: block;
}
.related {
	display: block;
}
.loginbar {
}
.login {
	width: 100%;
	max-width: 1040px;
}
.logincontainer {
	float: right;
	width: 20%;
}
.loginmenu {
}
.logintab {
	width: 44%;
}
.Satrthere {
}
.colorwheels {
	width: 800px;
	min-width: 800px;
	min-height: 600px;
	height: 600px;
	display: block;
	clear: none;
}
.spacer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media (min-width:770px) and (max-width:1039px){
}
