/* @override 
	http://localhost/Dev/milestonex/css/content.css
	http://localhost/milestonex/css/content.css */

@charset "UTF-8";

/* CSS Document 
------------------------------------------------------------- */
html, body {
	color:#000;
	font-size:15px;
	font-family: Dezen, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;}

p {
	margin: 0;
	padding: 0 0 14px 0;
}

a {
	color: #991326;
	text-decoration:none;}

a:hover {color: #990000;}

h1, h2, h3, h4, h5, ul, li, form {
	list-style: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ol {
	margin: 0 0 20px 0;
}

ol li {
	list-style: decimal;
	font-style: italic;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Dezen';
    src: url('/web/20160802014854im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.eot');
    src: url('/web/20160802014854im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.eot#iefix') format('eot'),
         url('/web/20160802014854im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.woff') format('woff'),
         url('/web/20160802014854im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.ttf') format('truetype'),
         url('/web/20160802014854im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.svg#webfontWNVHxMMQ') format('svg');
}

	
/*  CONTAINER TOP SECTION 
---------------------------------------- */
#about-content,
#approach-content,
#practice-content,
#stories-content,
#contact-content {
	padding: 20px;
	width: 500px;
	overflow: hidden;
}


#workshop-content {
	padding:40px;
}

#workshop-content ul {
	background-color: #FAFBF8;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #F1F2EF;
}

#workshop-content ul li {
	color: #333;
	list-style: disc;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 5px 0 0 20px;
}

.btn-register {
	background-color: #900;
	box-shadow:0 0 4px 0px rgba(0, 0, 0, 0.42);
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
	margin: 10px 0 60px 220px;
	padding: 14px 30px;
	border-radius: 3px;
}

.btn-register:hover {
	background-color: #313131;
	color: #fff;
}

.btn-register.small {
	margin-left: 150px;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
	padding: 0 0 20px 0;
	text-align: center;
}

h3 {
	color: #900;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0 10px 0;
}

p {
	color: #666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

p.em {
	color: #313131;
	font-style: italic;
	font-size: 18px;
}

p strong {
	color: #000;
}

/*Books*/
ul#books li {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 166px;
	height: 310px;
}

ul#books li img {
	box-shadow:0 0 6px 2px rgba(0, 0, 0, 0.12);
	margin-bottom: 10px;
}

ul#books li a img {
	-webkit-transition: all 0.12s;
	transition: all 0.12s;
	border: none;
}

ul#books li a:hover img {
	margin: -2px 0 12px 0;
}

ul#books li:hover {
	color: #900;
}

ul#books li em {
	color: #666;
	font-weight: normal;
	font-size: 15px;
}

/*Community*/
ul#community li {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 250px;
	height: 170px;
}

ul#community li a img {
	-webkit-transition: all 0.12s;
	transition: all 0.12s;
	border: none;
}

ul#community li a:hover img {
	margin: -2px 0 2px 0;
	border: none;
}

/*Workshops*/
ul#community li {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 250px;
	height: 170px;
}

.graphic {
	text-align: center;
	margin-bottom: 30px;
}

.quote {
	color: #333;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-bottom: 40px;
}

.quote span {
	color: #999;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Dezen, Helvetica, sans-serif;
}

/*Form*/
#contactform .btn-register {
	margin: 30px 0 0 220px;
	border: none;
	font-size: 20px;
	font-family: Dezen, Helvetica, sans-serif;
	cursor: pointer;
}

#contactform label {
	width: 150px;
	margin-right: 10px;
	display: inline-block;
	font-size: 15px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
}

#contactform p {
	padding: 30px 0 0 0;
	text-align: center;
}

#contactform h3 {
	padding-bottom: 0;
	margin-bottom: -23px;
}

#contactform .radio-group {
	position: relative;
}

#contactform .radio-group label {
	width: 400px;
	margin: 5px 0 5px 5px;
	text-align: left;
}


#contactform label.error {
	width: 180px;
	margin: 5px 0 5px 5px;
	text-align: left;
	color: #900;
	/*position: absolute;*/
	left: 0;
	top: 80px;
}

#contactform .radio-group label.error {
	width: 130px;
	margin: 5px 0 5px 5px;
	text-align: left;
	color: #900;
	position: absolute;
	left: 0;
	top: 80px;
}

#contactform .radio-group input[type=radio] {
	margin: 0 0 0px 160px;
}

#contactform .radio-group input[type=radio].error {
	border: 1px solid #900;
}

#contactform input[type=text].error {
	border: 1px solid #900;
	background-color
}

#contactform input[type=text] {
	padding: 5px 10px;
	width: 250px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.2);
}









/*
     FILE ARCHIVED ON 01:48:54 Aug 02, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:01:05 Mar 22, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 88.371
  exclusion.robots: 0.08
  exclusion.robots.policy: 0.072
  RedisCDXSource: 1.595
  esindex: 0.009
  LoadShardBlock: 68.257 (3)
  PetaboxLoader3.datanode: 67.331 (5)
  CDXLines.iter: 16.296 (3)
  load_resource: 151.711 (2)
  PetaboxLoader3.resolve: 65.754 (2)
*/