/* @override 
	http://www.khalsamontessorischool.com/clients/khalsa/styles/screen.css
*/

body {
  background: url(../images/body-bg.jpg) repeat-x;
}

strong {
  font-weight: bold;
}

#container {
  margin: 0 auto;
  width: 1024px;
  position: relative;
}

/* begin header */

#header {
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
}

h1 {
  margin: 0em;
}

h1 a {
  display: block;
  text-indent: -9999em;
  font-size: 1.4em;
  width: 576px;
  height: 154px;
  padding: 0 0 0 20px;
  float: left;
  background: url(../images/h1.png) no-repeat top left;
}

a#login {
  color: #f4e7bd;
  text-decoration: none;
  text-align: center;
  padding-top: 24px;
  padding-right: 10px;
  width: 180px;
  float: right;
  font-weight: bold;
  text-shadow: #333 1px 1px 1px;
}

a#login:hover {
  text-decoration: underline;
}

#header ul {
  position: relative;
  text-align: right;
  clear: both;
  margin-bottom: 0em;
  margin-left: 215px;
  list-style: none;
  width: 730px;
  height: 10px;
  top: -52px;
  margin-top: -1px;
}

#header li {
  position: relative;
  display: inline;
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  float: left;
  padding-left: 39px;
  text-shadow: #333 1px 1px 1px;
}

#header li a {
  color: #fec69a;
  text-decoration: none;
}

#header li a:hover {
  color: #fcdabf;
}

#header li.current a {
  color: #fef3fe;
}

/* end header */

/* begin panel */

#panel {
  width: 854px;
  margin: 0 auto;
  height: 174px;
  position: relative;
  top: -26px;
  background: url(../images/panel.jpg) no-repeat;
  padding: 30px 0 26px 34px;
}

#panel blockquote {
  margin: 0 22px 0 0;
  float: left;
  width: 224px;
  height: 174px;
  border: 0px solid #999;
  background: url(../images/blockquote.png) no-repeat;
}

#panel blockquote p {
  text-indent: -1000em;
}

/* end panel */

/* begin content */

#content {
  border-top: 1px solid white;
  clear: left;
  width: 889px;
  margin: 0 auto;
}

h2, h3, h4 {
  font-weight: normal;
}

#content h4 {
  color: #b57a1d;
  font-size: 100%;
  line-height: 1em;
  margin-bottom: .6em;
}

#content h3 {
  color: #3d2705;
  font-size: 140%;
  line-height: 1em;
  margin-bottom: .6em;
}

#content h2 {
  color: #397dbc;
  font-size: 170%;
  line-height: 1em;
  margin: 1.1em 0 .6em;
}

#news, #main, #photo-gallery, #quick-links {
  float: left;
  width: 212px;
  margin-right: 20px;
  margin-bottom: 16px;
}

#main {
  width: 426px;
  margin-right: 20px;
}

#photo-gallery {
  width: 210px;
  margin-right: 0;
}

#news dl {
  clear: left;
  margin-bottom: 3em;
}

#news dt {
  clear: left;
  color: #a9782c;
  font: bold 1em/1.3em Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em;
}

#news dd {
  font: .7em/1.3em Arial, Helvetica, sans-serif;
  color: #464646;
}

#news dd a {
  clear: left;
  float: left;
  display: block;
  width: 76px;
  margin: 0.8em 0 20px 0;
  color: #3e2706;
  text-decoration: none;
}

#news dd a:hover {
	text-decoration: underline;
}

div#news dd.date {
  margin-top: 2px;
  padding: 1px 0 0 8px;
  text-align: center;
  line-height: 1em;
  font-size: .9em;
  text-transform: capitalize;
  color: #fff;
  float: right;
  width: 65px;
  height: 33px;
  background: url(../images/news.png) no-repeat;
}

#news dd.date span {
  margin: 0;
  padding: 0 0 0 1px;
  font-size: 1.3em;
}

#main p, #main ul, #main ol, #main dl, #main td {
  color: #442e08;
}

#photo-gallery a {
  text-indent: -1000em;
  float: right;
  display: block;
  width: 69px;
  height: 17px;
  background: url(../images/gallery-btn.png) no-repeat;
  text-align: center;
  padding-top: 4px;
}

/* end content */

/* begin footer */

#footer-wrap {
  background: url(../images/footer.jpg) repeat-x;
}

div#footer {
  bottom: 0;
  clear: left;
  height: 101px;
  width: 889px;
  margin: 16px auto 0;
}

div#footer a#contact-btn {
  margin-top: 27px;
  margin-right: 94px;
  float: left;
  display: block;
  width: 146px;
  height: 36px;
  text-indent: -1000em;
  background: url(../images/footer-contact.png) no-repeat;
}

div#footer p, div#footer address {
  font-size: .8em;
  line-height: 1.2em;
  font-family: Georgia, serif;
  color: #fff;
  margin-top: 27px;
  float: left;
  width: 189px;
}

div#footer p#mail {
  width: 245px;
}

div#footer p span {
  color: #bfa170;
}

div#footer p a {
  color: #fff;
  text-decoration: none;
}
/* end footer */

/* begin subpage */

.sub div#main {
  float: right;
  width: 612px;
  margin-right: 46px;
}

div#quick-links {
  width: 209px;
  text-align: left;
  margin-right: 0;
}

#quick-links ul {
  margin: 0em;
  list-style: none;
  font-size: .95em;
}

#quick-links ul li {
  line-height: 24px;
}

#quick-links ul li a {
  color: #a9782c;
  text-decoration: none;
}

#quick-links ul li a:hover {
  text-decoration: underline;
}

#quick-links ul li.sub-current {
  background-color: #feeadb;
  border: 1px solid #f6c7c7;
}

						  /************FORM admission page */

#admissions_form .rowElem input[type=text]{
  width: 450px;
}

#admissions_form label {
  width: 450px;
  padding: 0px 0px 11px;
  
}
#admissions_form textarea {
  width: 450px;
  margin: 0px;
  float: l;
}
#admissions_form small {
  font-size: 12px;
  font-style: italic;
  display: block;
  margin: 4px 0px 6px;
}
#admissions_form h4 {
  margin-bottom: 20px;
}

.rowElem {
 margin: 15px 0px;
 padding: 1px 0px;
}

/* end subpage */


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

/*#footer-wrap #footer p.credit {
	margin: -15px 0 0 0;
	padding: 0;
}*/

/* Tables
-------------------------------------------------------------- */

table {
  margin-bottom: 1.4em;


/*wi

dth:100%;*/
}

th {
  font-weight: bold;
  background: #C3D9FF;
}

th,td {
  padding: 4px 10px 4px 5px;
}

tr.even td {
  background: #E5ECF9;
}

tfoot {
  font-style: italic;
}

caption {
  background: #eee;
}

input {
	width: 300px;
	padding:4px;
	margin: 10px 0;
}
textarea {
	width: 300px;
	height: 125px;
	padding:4px;
	margin: 10px 0;
}
input#submit {
	width: 75px;
	margin: 10px 0;
}
