/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Jquery Scroll control
   ========================================================================== */


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fcfcfc;
	position: relative;
}

.jspDrag
{
	background: #666;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #7e3015;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
#mc_embed_signup{background:#fff; clear:left; font:12px Helvetica,Arial,sans-serif; }


@font-face {
    font-family: 'Kaushan';
    src: url('../fonts/KaushanScript-Regular.otf');
    font-weight: normal;
    font-style: normal;

}

   
   

body{
	font-family:"ARIAL",arial;
}

.mainContainer{
	width:1024px;
	margin: 0 auto;
	position:relative;	
}

/* header start */

.mainContainer .header{
	height:110px;
	width:1024px;
}

.mainContainer .header .headLogo{
	position:absolute;
	z-index:10;
	left:15px;
}

.mainContainer .header .headLogo a{
	opacity:1;
}

.mainContainer .header .headLogo a:hover{
	opacity:0.8;
}

.mainContainer .header .headAddress {
	position:absolute;
	z-index:10;
	right:55px;
	top:10px;
	text-align:center;
	color:#9a9a9a;
	letter-spacing:0.3em;
	font-size:12px;
}

.mainContainer .header .headMenu{
	position:relative;
	top:75px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	height:25px;
}

.mainContainer .header .headMenu .headRed{
	width:225px;
	height:25px;
	background-color:#b60000;
}

.mainContainer .header .headMenu nav{
	position:absolute;
	right:0px;
	top:0;
	font-size:18px;
	font-weight:bold;
}

.mainContainer .header .headMenu nav ul{
	list-style:none;
	padding:0;
	margin:0;
}

.mainContainer .header .headMenu nav li{
	display:inline;
	padding-left:20px;
	padding-right:20px;
	border-right:1px solid #000;
}

.mainContainer .header .headMenu nav li:nth-last-child(1){
	border:0;
}
	

.mainContainer .header .headMenu nav a{
	color:#000;
	text-shadow: #CCC 0.1em 0.1em 0.2em;
	text-decoration:none;
}

.mainContainer .header .headMenu nav a:hover{
	color:#cacaca;
}

/* header end */


/* Main Content Start */
.mainContainer .mainContent{
	margin-top:25px;
}

.mainContainer .mainContent p{
	font-size:13px;
}

.mainContainer .mainContent img{
	float:left;
	padding-right:25px;
	margin-top:15px;
}

.mainContainer .mainContent h1{
	font-size:24px;
	line-height:18px;;
	padding-top:5px;
	text-shadow: #CCC 0.1em 0.1em 0.2em;
}

.mainContainer .mainContent a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.mainContainer .mainContent a:hover{
	color:#9a9a9a;
}

.mainContainer .mainContent .pagePhoto {
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	height:144px;
}


.mainContainer .mainContent table{
	font-size: 14px;
	letter-spacing:0.2em;
	font-weight:200;
	width:100%;
}


.mainContainer .mainContent .pagePhoto img{
	float:none;
	padding-right:0;
	margin-top:0;
	box-shadow: 2px 2px 3px #888;
}


.mainContainer .mainContent .instructorName{
	font-family:'Kaushan';
	font-size:20px;
}


.mainContainer .mainContent .indexContent{
	margin-bottom:15px;
	margin-top:20px;
	margin-right:15px;
}

.mainContainer .mainContent .indexContent h2{
	font-size:18px;
	padding:0;
	margin-bottom:10px;
	line-height:20px;
	font-style:italic;
	text-shadow: #CCC 0.1em 0.1em 0.2em;
	letter-spacing:0.6em;
}

.mainContainer hr{
	clear: both; 
  	float: none; 
  	width: 100%; 
  	height: 1px;
  	margin: 1.4em 0;
  	border: none; 
  	background: #ddd;
 	background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(255,255,255)),
      color-stop(0.1, rgb(221,221,221)),
      color-stop(0.9, rgb(221,221,221)),
      color-stop(1, rgb(255,255,255))
  );
  	background-image: -moz-linear-gradient(
      left center,
      rgb(255,255,255) 0%,
      rgb(221,221,221) 10%,
      rgb(221,221,221) 90%,
      rgb(255,255,255) 100%
  );
}

.mainContainer .mainContent .indexContent .indexUImage{
	float:left;
	margin-left:10px;
}


.mainContainer .mainContent .indexContent .indexText{
	float:right;
	width:620px;
	margin-right:10px;	
}

.mainContainer .mainContent .indexContent .indexText p{
	font-size:13px;
	margin-top:0;
	margin-left:15px;
	margin-right:15px;
}

/* Main Content End */

/* footer Start */
.mainContainer .footer{
	margin-top:25px;
}

.mainContainer .footer .contributors{
	border-top:1px solid #9a9a9a;
	border-bottom:1px solid #9a9a9a;
	height:84px;
	text-align:center;
}

.mainContainer .footer .contributors ul{
	list-style:none;
	padding:0;
	margin:0;
}

.mainContainer .footer .contributors li{
	display:inline;
}

.mainContainer .footer .contributors a{
	opacity:1;
}

.mainContainer .footer .contributors a:hover{
	opacity:0.6;
}

.mainContainer .footer .news{
	float:left;
	width:700px;
	height:200px;
	overflow:auto;
	margin-left:20px;
}

.mainContainer .footer .news h3{
	font-size:14px;	
	padding:0;
	line-height:14px;
	text-shadow: #CCC 0.1em 0.1em 0.2em;
}

.mainContainer .footer .news ul{
	list-style:none;
	padding:0;
	margin:0;	
}

.mainContainer .footer .news li{
}

.mainContainer .footer .news li h2{
	color:#9a9a9a;
	font-size:12px;
	line-height:10px;
	margin-left:10px;
	margin-bottom:0em;
}

.mainContainer .footer .news li p{
	color:#666;
	font-size:10px;
	margin-top:0.5em;
	margin-left:2em;
	display:block;
}

.mainContainer .footer .news li a{
	color:#000;
	text-decoration:none;
}

.mainContainer .footer .news li a:hover{
	color:#cacaca;
}

.mainContainer .footer .social{
	float:right;
	margin-right:20px;
	margin-bottom:15px;
}

.mainContainer .footer .social h3{
	font-size:14px;	
	padding:0;
	line-height:14px;
	text-shadow: #CCC 0.1em 0.1em 0.2em;
}

.mainContainer .footer .social ul{
	list-style:none;
	padding:0;
	margin:0;
}

.mainContainer .footer .social li{
	display:block;	
	font-size:12px;
}

.mainContainer .footer .social li a{
	color:#9a9a9a;
	text-decoration:none;
}

.mainContainer .footer .social li a:hover{
	color:#cacaca;
}
/* footer end */


.mainContainer .footer .social form{
}

.mainContainer .footer .social form label{
	font-weight:bold;
	font-size:14px;
}






.mainContainer .footer .copyright{
	border-top:1px solid #000;
}
.mainContainer .footer .copyright p{
	font-size:10px;
	color:#9a9a9a;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}



/*

*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}





/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
