/****************************************************************
 *
 *    bjj.css - written by Zach Payne < zachwpayne@gmail.com >
 *    
 *    Developed for Seaside Brazilian Jiu-Jitsu Academy 2/6/08  
 *
 ****************************************************************/   

body {
  background-color: #e5e5e5;
}

div.container {
  width: 760px;
  margin: 20px auto 0px auto;
}

div.layout {
  float: left;
  background-repeat: no-repeat;  
}


/* LAYOUT */

div.leftContent {
  float: left;
  background-color: #fff;
  background-image: url(../images/leftRepeat.jpg);
  background-position: left;
  background-repeat: repeat-y;
  min-height: 1000px;
  width: 487px;
}

div.rightContent {
  float: left;
  background-color: #fff;
  background-image: url(../images/rightRepeat.jpg);
  background-position: right;
  background-repeat: repeat-y;
  min-height: 1000px;
  width: 273px;
}

div.rightContentFiller {
  float: left;
  background-color: #fff;
  background-image: url(../images/rightRepeat.jpg);
  background-position: right;
  background-repeat: repeat-y;
  width: 760px;
}

div.headerCorner1 {
  background-image: url(../images/headerCorner1.jpg);
  width: 255px;
  height: 140px;
}

div.headerTop {
  background-image: url(../images/headerTop.jpg);
  width: 252px; 
  height: 140px;
}

div.headerCorner2 {
  background-image: url(../images/headerCorner2.jpg);
  width: 253px; 
  height: 140px;
}

div.headerSide1 {
  background-image: url(../images/headerSide1.jpg);
  width: 255px; 
  height: 113px;
}

div.headerMiddle {
  background-image: url(../images/headerMiddle.jpg);
  width: 252px; 
  height: 113px;
}

div.headerSide2 {
  background-image: url(../images/headerSide2.jpg);
  width: 253px; 
  height: 113px;
}

div.headerRightBottom {
  background-image: url(../images/headerRightBottom.jpg);
  width: 273px; 
  height: 136px;
}

div.footer {
  float: left;
  clear: left;
  width: 100%;
}

div.headerCorner3 {
  background-image: url(../images/headerCorner3.jpg);
  width: 26px; 
  height: 26px;  
}

div.headerBottom {
  background-image: url(../images/bottomRepeat.jpg);
  background-repeat: repeat-x;
  width: 708px; 
  height: 26px;  
}

div.headerCorner4 {
  background-image: url(../images/headerCorner4.jpg);
  width: 26px; 
  height: 26px;  
}

/* MNEU AND BUTTONS */

div.menu {
  width: 487px;
  height: 38px;
  background-color: #fff;
  background-image: url(../images/leftRepeat.jpg);
  background-position: left;
  background-repeat: repeat-y;  
}

a.button {
  display: block;
  float: left;
  background-repeat: no-repeat;  
}

div.menu div.spacer1 {
  background-image: url(../images/menuSpacer1.jpg);
  float: left;
  width: 19px;
  height: 33px;
}

div.menu div.spacer2 {
  background-image: url(../images/menuSpacer2.jpg);
  float: left;
  width: 26px;
  height: 26px;
}

div.menu div.spacer3 {
  background-image: url(../images/menuSpacer3.jpg);
  float: left;
  width: 20px;
  height: 29px;
}

a.homeButton {
  background-image: url(../images/home_off.jpg);
  width: 84px; 
  height: 33px;  
}
a.homeButton:hover {
  background-image: url(../images/home_on.jpg);
}

a.aboutButton {
  background-image: url(../images/about_off.jpg);
  width: 88px; 
  height: 33px;  
}
a.aboutButton:hover {
  background-image: url(../images/about_on.jpg);
}

a.schedButton {
  background-image: url(../images/sched_off.jpg);
  width: 130px; 
  height: 29px;  
}
a.schedButton:hover {
  background-image: url(../images/sched_on.jpg);
}

a.contactButton {
  background-image: url(../images/contact_off.jpg);
  width: 120px; 
  height: 38px;  
}
a.contactButton:hover {
  background-image: url(../images/contact_on.jpg);
}

img.flag {
  float: right;
  margin-right: 20px;
  margin-top: 10px;
  padding: 2px;
  text-align: right;
  border: 1px solid black;
}

img.content {
  border: 1px solid black;
  padding: 2px;
}

/* CONTENT */

div.contentText {
  float: left;
  clear: left;
  padding: 20px 10px 10px 20px;
  font-size: .9em;
}

div.navText {
  padding-left: 50px;
}

div.navText p {
  float: right;
  margin: 20px 20px 20px 0px;
  width: 200px;
  text-align: right;
}

div p {
  line-height: 2em;
  padding-bottom: 20px;
}

span.bigText {
  font-size: 1.2em;
}

span.italic {
  font-style: italic;
}

span.bold {
  font-weight: bold;
}

td {
	padding: 10px;
}

table {
	display: block;
	width: 400px;
	margin: 30px auto 0px 35px;;	
border: 1px solid black;
}

p.linklist {
  margin-bottom: 0px;
  line-height: 1em;
}

a.academy {
  padding-top: 30px;

}

span.city {
  
  display: block;
  font-size: 60%;

}

img.lvtlogo {
  float: right;
  margin-right: 19px;
}

div.mp3player {
  margin-left: 94px;
  margin-top: 15px;
}

div.rightContent form {
  margin-right: 20px;
}

label, input {
  float: right;
  clear: right;
  font-size: .7em;
}

span.errormsg {
  color: red;
  font-size: .7em;
  display: block;
  float: right;
  clear: right;
}

div.loginmenu {
  float: right;
  clear: right;
  display: block;
  font-size: .7em;
  text-align: right;
  margin-right: 20px;
}

textarea.postnews {
  margin-bottom: 10px;
}

input.postnews, input.postnewstitle, label.postnews {
  float: left;
  clear: left;
}

div.news {
  float: left;
  clear: left;
  margin-bottom: 20px;  
}

div.news div.newscontent {
  line-height: 1.5em;
  font-size: .9em;
}

div.news div.newscontent img {
  padding: 10px;
}

div.news div.bigTitle {
  font-weight: bold;
  font-size: 1.2em;
}

div.news div.title {
  font-weight: bold;
  font-size: 1em;
}

div.news div.date {
  font-weight: bold;
  font-size: .6em;
  color: #818181;
}

div.news div.newsbuttons {
  font-size: .6em;
  margin-bottom: 20px;
}

strong, b {
  font-weight: bold;
}
