/* Reset 
------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

/* Global 
------------------------------- */

body {
	line-height: 1.50;
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
}

#wrap {
	max-width: 950px;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 18px;
	margin-top: 18px;
}

h3 {
	font-size: 16px;
}

p {
	margin-bottom: 16px;
	margin-top: 16px;
}

a {
	color: #2971d2;
}

img {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	height: 0px;
	width: 0px;
	clear: both;
}

/* Header 
------------------------------- */

#header {
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #3c5d78;
	/* blue #3c5d78 */
	/* green #4f6944 */
	/* grey #494949 */
}

.inner {
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header img {
	float: left;
}

#header ul {
	margin-top: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	float: right;
	background-color: rgba(0, 0, 0, .1);
 	color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header li {
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	list-style-type: none;
}

#header li a {
	letter-spacing: 1px;
	color: #eee;
	text-decoration: none;
}

#header li a:hover {
	color: white;
}
 
#header li a.on {
	font-weight: bold;
	color: white;
}

/* Main Content Area 
------------------------------- */

#content {
	width: 65%;
	float: left;
}

.border {
	border-color: #eee;
	border-width: 6px;
	border-style: solid;
}

/* Sidebar 
------------------------------- */

#sidebar {
	padding: 20px;
	float: right;
	background-color: #eee;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Index-Sidebar 
------------------------------- */

#index-sidebar {
	padding: 20px;
	float: right;
	background-color: #eee;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Classes-Sidebar 
------------------------------- */

#classes-sidebar {
	padding: 20px;
	float: right;
	background-color: #eee;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Courses-Sidebar 
------------------------------- */

#courses-sidebar {
	padding: 20px;
	float: right;
	background-color: #eee;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* About-Sidebar 
------------------------------- */

#about-sidebar {
	padding: 20px;
	float: right;
	background-color: #eee;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Gallery-Sidebar 
------------------------------- */

#gallery-sidebar {
	padding: 20px;
	float: right;
	background-color: #eee;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Contact-Sidebar 
------------------------------- */

#contact-sidebar {
	padding: 20px;
	float: right;
	background-color: #eee;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Footer 
------------------------------- */

#footer {
	padding-bottom: 20px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-width: 1px;
	padding-top: 20px;
	background-image: url(../img/foot.jpeg1);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	clear: both;
	margin-top: 30px;
	color: #555555;
	border-top-color: #cccccc;
	border-top-style: dotted;
	margin-right: auto;
	margin-left: auto;
	max-width: 950px;
}

#footer ul {
	float: left;
}

#footer li {
	margin-right: 15px;
	list-style-type: none;
	display: inline;
}

.copyright {
	clear: left;
	padding-top: 15px;
	margin: 0px;
	float: left;
}

.soc-icons {
	padding-top: 8px;
	margin: 0px;
	float: right;
}

.soc-icons img {
	padding-left: 10px;
}

.copyright a {
	color: #666666;
}

.hello {
	padding-right: 15px;
	float: left;
}

