/* Basic elements */

* {
    margin: 0;
    padding: 0;
}

html {
    background: #dad2ba url('../img/bg-html.jpg') repeat;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
    font-size: 62.5%;
    color: #363321;
}

p {
    padding: 0.6em 0;
}

h1 {
    height: 235px;
    background: transparent url('../img/logo.png') no-repeat center 68px;
    text-indent: -9000px;
}

h2 {
    margin: 0 400px 0.2em 0;
    font-family: Georgia, serif;
    font-size: 2em;
    font-weight: lighter;
    color: #645e42;
    min-width: 500px;
    max-width: 800px;
}

h3 {
    margin: 0.8em 400px 1em 0;
    font-family: Georgia, serif;
    font-size: 1.4em;
    font-weight: lighter;
    color: #847d5b;
    min-width: 500px;
    max-width: 800px;
}

h3.tagline {
    margin-top: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 20px 0;
}

th {
    text-align: left;
    background: #b9b296;
}

th, td {
    padding: 4px 5px;
    border: 1px solid #dad2ba;
}

td {
    background: #EFEBE0;
}

a, .toplink {
    text-decoration: underline;
    color: #111;
    cursor: pointer;
}

/* Layout & general design */

#wrapper {
    width: 100%;
    position: relative;
    background: transparent url('../img/bg-body.jpg') repeat-x top left;
}

#container {
    min-width: 960px;
    max-width: 1160px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    background: transparent url('../img/bg-container.jpg') no-repeat 0 0;
    font-size: 1.6em;
    line-height: 1.4em;
}

#header {
    width: 100%;
    height: 235px;
    background: transparent url('../img/bg-header.jpg') no-repeat 84px 0;
}

#navigation {
    width: 100%;
    height: 65px;
    background: #2d1812 url('../img/bg-nav.jpg') repeat-x 0 0;
}

#navigation ul, #bar ul {
    list-style: none;
}

#navigation ul li, #bar ul li {
    float: left;
}

#navigation ul li a {
    display: block;
    height: 65px;
    text-indent: -9000px;
}

#navigation ul li.home a {
    width: 84px;
    background: transparent url('../img/buttons-nav.jpg') no-repeat 0 -65px;
}

#navigation ul li.home a:hover {
    background: transparent url('../img/buttons-nav.jpg') no-repeat 0 0;
}

#navigation ul li.tuition a {
    width: 104px;
    background: transparent url('../img/buttons-nav.jpg') no-repeat -85px -65px;
}

#navigation ul li.tuition a:hover {
    background: transparent url('../img/buttons-nav.jpg') no-repeat -85px 0;
}

#navigation ul li.performance a {
    width: 178px;
    background: transparent url('../img/buttons-nav.jpg') no-repeat -189px -65px;
}

#navigation ul li.performance a:hover {
    background: transparent url('../img/buttons-nav.jpg') no-repeat -189px 0;
}

#navigation ul li.contact a {
    width: 122px;
    background: transparent url('../img/buttons-nav.jpg') no-repeat -367px -65px;
}

#navigation ul li.contact a:hover {
    background: transparent url('../img/buttons-nav.jpg') no-repeat -367px 0;
}

#navigation ul li.about a {
    width: 91px;
    background: transparent url('../img/buttons-nav.jpg') no-repeat -489px -65px;
}

#navigation ul li.about a:hover {
    background: transparent url('../img/buttons-nav.jpg') no-repeat -489px 0;
}

#photo {
    width: 383px;
    height: 361px;
    position: absolute;
    right: 20px;
    top: 146px;
    background: transparent url('../img/bg-photo.gif') no-repeat center 0;
}

#photo img {
    position: relative;
    top: 26px;
    left: 42px;
}

#bar {
    height: 45px;
	padding-left: 10px;
    background: #beb898 url('../img/bg-bar.jpg') repeat-x 0 0;
}

#bar ul {
	padding-top: 10px;
}

#bar ul li a {
    display: block;
	color: #645e42;
	text-decoration: none;
	margin-right: 13px;
	background: rgb(179, 174, 144);
	background-color: rgba(145, 137, 112, 0.3);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 2px 5px;
	border: 1px solid #8F8B72;
	text-shadow: 1px 1px #CCC59E;
	outline: none;
}

#bar ul li a:hover {
	background: rgb(189, 183, 152);
	background-color: rgba(161, 152, 124, 0.3);
	-moz-box-shadow: none 1px 5px #C9C39D inset;
	-webkit-box-shadow: none 1px 5px #c9c39d inset;
	box-shadow: none 1px 5px #c9c39d inset; 
}

#bar ul li a:active {
	-moz-box-shadow: none -1px 5px #C9C39D inset;
	-webkit-box-shadow: none -1px 5px #C9C39D inset;
	box-shadow: none -1px 5px #C9C39D inset;
}

#bar ul li.active a {
	margin-right: 14px;
	padding: 3px 5px;
	text-shadow: 1px 1px #D6D0B5;
	border: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content-wrapper, #content-wrapper-fullwidth {
    overflow: hidden;
}

#content, #content-wrapper-fullwidth #content p.narrow {
    min-width: 500px;
    max-width: 800px;
    min-height: 200px;
    margin: 30px 400px 0 0;
    padding: 10px;
}

#content-wrapper-fullwidth #content {
	min-width: 900px;
	max-width: 1200px;
	margin-right: 0;
}

#content-wrapper-fullwidth #content p.narrow {
    margin-top: 0;
    padding: 0;
    min-height: 0;
}

#column {
    width: 370px;
    min-height: 200px;
    padding: 160px 0 0 0;
    float: right;
}

#content-wrapper-fullwidth #column {
	display: none;
}

#footer {
    width: 100%;
    height: 46px;
    margin: 30px 0 0 0;
    padding: 10px 0 0 0;
    background: #b9b296;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.4em;
}

#footer span.credits, #footer span.credits a {
    color: #6F6A53;
}

#footer ul {
    list-style: none;
    text-align: center;
}

#footer ul li {
    display: inline;
}

#footer ul li a {

}

/* Utility classes*/

.hidden {
    display: none;
}

.clear {
    clear: both;
}

/* Forms */

#form-wrapper {
    background: #E6E3D8;
    border: 1px solid #7F7B6F;
    margin: 10px auto 20px auto;
    padding: 10px;
    padding-top: 4px;
    width: 496px;
    text-align: right;
}

#form-wrapper div {
    padding: 6px;
}

.form-row {
    margin: 6px 0;
    background: #EBE8DC;
    border: 1px solid #D7D4CA;
    padding: 6px;
}

.form-row input {
    width: 274px;
}

.form-row select {
    width: 278px;
}

#form-wrapper input[type=submit], #form-wrapper .button {
    width: auto;
    margin: 8px 0;
    padding: 6px;
}

.form-row input.fullwidth {
    width: 476px;
}

.form-row label {
    float: left;
    text-align: left;
    width: 180px;
    font-weight: bold;
    font-size: 90%;
}

.security label {
    width: 100%;
}

.form-row textarea {
    width: 476px;
    height: 10em;
}

#spam-trap {
    position: absolute;
    left: -9000px;
}

.form-tip {
    display: block;
    font-size: 80%;
    line-height: 1.2em;
    text-align: left;
    font-style: italic;
    padding: 4px 0;
}

.form-error {
    display: block;
    color: red;
    font-size: 80%;
    text-align: left;
    font-weight: bold;
}

#spam-error {
    background: #af352b;
    border: 1px solid #4F130F;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 6px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

#email-success {
    background: #dad2ba;
    border: 1px solid #7F7B6F;
    margin: 10px auto;
    padding: 4px 10px;
    width: 496px;
}

/* Misc elements */

.positive {
    background-image: url('../img/icons/accepted_48.png');
    background-repeat: no-repeat;
    background-position: 6px 50%;
    padding-left: 60px;
}

.positive div.heading {
    font-weight: bold;
}

img.intro-photo {
    background: #fff;
    padding: 10px;
    border: 1px solid #a3a08b;
    margin: 0 20px 10px 0;
    float: left;
}

div.photos {
	margin-top: 40px;
}

div.photos div {
	width: 850px;
	margin: 0 auto 25px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px #8f8b79;
	-moz-box-shadow: 0px 0px 8px #8f8b79;
	box-shadow: 0px 0px 8px #8f8b79; 
	border: 1px solid #A3A08B;
}

div.photos div.video {
	padding-top: 20px;
}

div.photos div img {
	margin: 20px;
	margin-bottom: 0;
	width: 810px;
	border: 1px solid #aaa;
}

div.photos div.video object {
	margin: 0 20px 20px;
}

div.photos div p {
	margin: 10px 20px 15px;
	color: #7D7962;
	font-family: Georgia,serif;
	font-style: italic;
}
