body {
	margin: 0;
	padding: 0;
	color: #e0baba;
	font-family: "Times", Helvetica, sans-serif
	font-size: 12px;
	line-height: 1.4em; 
	background-color: #ffffff; 
}

h1, h2, h3, h4, h5 {
	color:black;
	font-weight:400;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Times", Helvetica, sans-serif;
}

h6 {
	color:white;
	font-weight:400;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Times", Helvetica, sans-serif;
}


h1 { font-size:34px; margin-bottom: 25px; line-height: 38px  }
h2 { font-size:26px; margin-bottom: 25px; line-height: 28px; }
h3 { font-size:20px; line-height: 24px }
h4 { font-size:18px }
h5 { font-size:16px }
h6 { font-size:20px }

/*
The following apply to any element when you add class=****, e.g. class=left
Do not include the '.' in the HTML page
*/
.left { float:left }
.right { float:right }
.clear { clear: both }
.center { float: center }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h60 { height: 60px }

img { margin: 0; padding: 0; border: 0 }
.img_border { border: 1px solid #ae1e1e; background: #D7AD88; padding: 6px }
.img_border_s { padding: 3px }
.img_border_b { padding: 6px }
.img_nom { display: block; margin-bottom: 15px }
.img_fl { float: left; display: block; margin: 1px 8px 8px 0 }
.img_fr { float: right; margin: 1px 0 8px 20px }

p { margin: 0 0 10px 0; padding: 0; color: black; }
em { color: #fff }
hr { clear: both; margin-bottom: 40px; padding-top: 20px; border: none; background: url(images/tooplate_hr_divider.png) repeat-x bottom }

a:link, a:visited { color:orange; text-decoration: none}
a:hover { text-decoration:underline }
a:hover,a:active { outline:none }

a.more, form .more { display: block; margin-top: 10px; color: #ffffff; width: 80px; height: 30px; line-height: 30px; text-align: center; background: url(images/tooplate_button_small.png) }
form .more { border: none; cursor: pointer }

a.more_b { display: block; margin-top: 15px; color: #d51919; text-shadow: 1px 1px 1px #000; font-size: 16px; width: 160px; height: 52px; line-height: 52px; text-align: center; background: url(images/tooplate_button_large.png); border: none }
	

a.button, a.more { text-decoration: none }

ul.nobullet { margin: 0; padding: 0; list-style: none }
ul.nobullet li { margin: 0; padding: 0 }


/* The following list_bullet have not been found.
If not used when the site is ready, they should be deleted */
ul.list_bullet { margin: 10px 0 10px 15px; padding: 0; list-style: none }
ul.list_bullet li { color:#240000; margin: 0 0 7px 0; padding: 0 0 0 20px; background: url(images/tooplate_bullet.png) no-repeat scroll 0 5px  }
ul.list_bullet li a { color: #240000; font-weight: normal; text-decoration: none }
ul.list_bullet li a:hover { color: #240000 }

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: #ffffff
}
#header {
	height: 180px;
}
#site_title { padding-top: 30px; }
/* Removed to make title image work as a link
#site_title a { display: block; width: 300px; height: 50px; margin: 0 auto; text-indent: -10000px }
*/

#top_menu {
	padding: 0px;
	height: 52px;
	margin-bottom: 30px;
	background: url(images/top_menu_bar.png) no-repeat
}
#main {
	padding: 0 30px 80px;
}
/* Content is only present on the blog page -- delete if not used */
#content {
	width: 590px;
}
/* Sidebar is only present on the blog page -- delete if not used */
#sidebar {
	width: 280px;
}
/* Bottom is where the big chunk of links are */
#bottom {

	padding: 20px;
	border-top: 2px solid #D7AD88;
	background: #000000;
}

#bottom h3{ }
#bottom li {
	padding: 5px 0;
	border-bottom: 1px solid #ffffff
}


/* Footer is the narrow bar of copyright info and social media links */
#footer {
	padding: 30px 30px 10px 30px;
	background: url(images/footer.jpg) top center no-repeat 
}

/* All .col's only set widths relative to the wrapper. */
.col { float: left; margin: 0 15px 15px 0 }
/* .col_main is only on the index page (for now!), to the right of the passport image. */
.col_main { width: 700px }
.col_2 { width: 400px }
.col_3 { width: 280px }
.col_32 { width: 590px }
.col_4 { width: 202px }
.col_43 { width: 607px }
/* col 5 is on the bottom of all pages in the chunky footer but also on the about page whenever 5 columns are available. */
.col_5 { width: 200px }
.test { width: 200px; margin: 10px 10px 10px 10px;}



/* header */
#header {}

/* main */
#main {}

/* WTF does this even mean? No one knows. */
#footer {}


/* Only on portfolio / "all lessons" page */
#gallery {
}
#gallery hr { margin: 0 0 15px 0; padding: 20px 0 0 0 }
#gallery .more { display: block; float: left; margin-right: 10px }
#gallery li { display: block; float: left; width: 202px; margin: 0 30px 30px 0; }
#gallery li.no_mr { margin-right: 0 }

/* Contact us form goodies */

#contact_form { padding: 0; margin-bottom: 40px; width: 435px; }
#contact_form form { margin: 0px; padding: 0px; }
#contact_form form .input_field { width: 192px; padding: 5px; margin-bottom: 20px; color: #000000;  background: #fff; border: 1px solid #D7AD88; }
#contact_form form label { display: block; color: black; }
#contact_form form textarea { width: 425px; height: 130px; padding: 5px; margin-bottom: 10px; color: #000000; 5px; background: #fff; border: 1px solid #630000 }


/* sidebar is only on the blog page */
#sidebar {}

.sidebar_section {
	padding: 10px;
	width: 200px;
	margin-bottom: 40px;
	background: url(images/sidebar_sc.png) bottom no-repeat
}

ul.sidebar_link li {
	padding: 10px 0;
	border-bottom: 1px solid #820606
}



/*To make the images balloon on hover*/
.effectfront {
  border: none;
  margin: 0 auto;
}
.effectfront:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}