


body {
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 50%, #800000 50%, #800000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 50%,#800000 50%,#800000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 50%,#800000 50%,#800000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#800000',GradientType=1 ); /* IE6-9 */
}
#circle {
	width: 500px;
	height:500px;
	margin:450px auto 0 auto;
	position: relative;
	transform: translateY(-50%);
}
.halfCircleLeft{
     height:500px;
     width:250px;
     border-radius: 500px 0 0 500px;
     background:#800000;
	 display:inline-block;
	 position: absolute;
	 left:0;
}
.halfCircleRight{
     height:500px;
     width:250px;
     border-radius: 0 500px 500px 0;
     background:#fff;
	 display: inline-block;
	 position:absolute;
	 left:250px;
}

.sans {
	width:50%;
	font-family: "adorn-smooth-condensed-sans", "Helvetica";
	font-size: 1.313em;
	color: #800000;
}

.script {
	width:50%;
	font-family: "adorn-smooth-pomander";
	font-size: 2.5em;
	color: #800000;

}

#left {
	width:50%;
	float left;
	font-family: "adorn-smooth-condensed-sans", "Helvetica";
	font-size: 1.125em;
	color: #800000;
}

#left h1.teachh1 {
	background-color: #800000;
	color: #fff;
	padding: 0.125em;
	margin-top:1.75em;
	width: 30%;
	font-size: 1.125em;
}

.createh1 {
	color: #800000;
	font-size: 2.5em;
	font-family: "adorn-smooth-pomander", "Helvetica", sans-serif;
	background-color: none;
	margin-bottom:-35px;
}

.createh2 {
	background-color: #800000;
	color: #fff;
	padding: 0.125em;
	margin-left:1.75em;
	margin-bottom:0;
	width: 80%;
	font-size: 1em;
	height: 1.125em;
}

#right {
	width:50%;
	float:right;
	color: #fff;
	top:75px;
	left:50%;
	position:absolute;
	font-family: "jaf-domus", "Helvetica", sans-serif;
	font-size: 1.125em;
	margin-bottom:40px;
}

.right p {
	margin-left: 20px;
}

.teachFront {
	position: relative;
	top: 40%;
	transform: translateY(-50%);
	text-align:center;
	font-size: 4em;
	color: #800000;
}
.createFront {
	position: relative;
	top: 35%;
	transform: translateY(-50%);
	text-align:center;
	font-size: 6em;
	color:#fff;
	font-family: "adorn-smooth-pomander", ";
	font-style: normal;
	font-weight: bold;
}

.teachTitle {
	font-family: "adorn-smooth-condensed-sans", "Helvetica";
	font-size: 4em;
	color: #800000;
	margin-top:45px;
}

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

a.white {
	color:#fff;
}

p.white {
	margin: 15px;
}

li.white {
	color:#fff;
	font-family: "jaf-domus", "Helvetica", sans-serif;
	width: 100%;
}

a.white {
	color:#fff;
	text-align:center;
	font-size: 0.813em;
}

.bold {
	font-weight:bold;
}

.center {
	display:block;
	margin:0 auto;
}

.createTitle {
	font-size: 5em;
	color: #800000;	
	font-family: "adorn-smooth-pomander";
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: -40px;
}

#intro {
	background-color: rgba(255,255,255,1);
	width:100%;
	font-family: "adorn-smooth-condensed-sans", "Helvetica";
	font-size: 1.125em;
	color: #800000;
	text-align:center;
	position:absolute;
	top: 0;
	left:0;
	line-height: 60%;
	border-bottom: 4px solid #800000;
}

li {
	font-family: "adorn-smooth-condensed-sans", "Helvetica";
	font-size: 1em;
	color: #800000;
	height:18px;
	text-decoration:none;
	width:100px;
	list-style-type: none;
	padding-bottom: 5px;
}
#menu {
	float: left;
	margin-top:30px;
	left: 0;
	width: 100px;
	position: relative;
	z-index: 99 !important;
	text-align:left;
	display:none;
	font-size: 0.813em;
}

.menu {
	/*display: inline;*/
	text-decoration:none;

}
.box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
  margin: 10px 0 0 20px;
  display:block;
  float:left;
  height: 25px;
}
.box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 2em;
  height: 0.15em;
  background: #800000;
  box-shadow: 
    0 0.5em 0 0 #800000,
    0 1em 0 0 #800000;
}
.box-shadow-menu a {
	height:25px;
}
.nav {
	height: 40px;
}

#nav ul {
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style-type: none;
      }
#nav ul li {
	float: left;
}
#nav ul li a {
    display: inline-block;
    padding: 10px 15px;
}
#content {
    padding: 15px;
}

.smenu a {
	text-decoration:none;
}

#foot {
	height:40px;
	background-color:#fff;
	border-top: 3px solid #800000;
	text-align: center;
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
}

.foot {
	margin: 15px;
	color: #800000;
	font-family: "jaf-domus", "Helvetica", sans-serif;
	font-size: 0.813em; 
}
.antispam {
	display:none;
}

.feed {
	margin:0 auto;
	width:90%;
}
img.thumbs {
	float:left;
	margin: 5px;
	border: 2px solid #800000;
	border-radius: 3px;
}
p.thumbs {
	padding-left: 1.75em;
	margin-bottom: 100px;
}
.port {
	display:block;
	margin: 0 auto;
	max-width:80%;
	height:auto;
}

p.faq {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    font-style: italic;
    padding: 40px;
}

p.answer {
    font-size: 1.5em;
    text-align: center;
    padding-top: 40px;
}
    