﻿/* CSS for Concord School of Taekwon-Do site */

h1, h2, h3, h4, h5 {
  font-family: Thomas Paine, Verdana, Helvetica, Ariel, sans-serif;
    color: black;
}

h1 {
  font-size: XX-large;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: 3em;
  margin: 0;
  background: white url(images/North-bridge.jpg) repeat left;
}

h3, h4 h5 {
  font-size: X-large;
  color: Maroon;
}

#tagline p {
   font-style: italic;
   font-family: Thomas Paine,George, Times, serif;
   font-size: large;
   color: maroon;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   padding-top: 1em;
   padding-bottom: .2em;
   padding-left: 4em;
   margin: 0;
   background: #DBF5AD url(images/ustflogo.jpg) no-repeat left;
}

/* THIS SECTION DEALS WITH SITE NAVIGATION */

a {
  font-weight: bold;
}

a:link {
  color: Maroon;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
  color: gold;
  background-color: green;
}

a:active {
  color: gold;
  background-color: navy;
}



li {
   font-size: small;
   list-style-type: circle;
}


li {
   font-size: small;
}


/* THIS SECTION DEALS WITH THE BODY TEXT */

body {
  font-family: Thomas Pain, Verdana, Helvetica, Ariel, sans-serif;
  background-color: #EDF5CA;
  line-height: 150%;
  padding: 0;
  margin: 0;
}

em {
  font-size: normal;
  text-transform: uppercase;
}


/* THIS SECTION DEALS WITH TABLE FORMATS*/

table {
	border-collapse: collapse;
}

th {
  text-align: center;
  background: gray url(images/North-bridge.jpg) repeat-X top;
  color: maroon;
  padding: 0.2em;
}

td {
  padding: 0.2em;
}

/* FEATURES */

.feature {
  float: right;
  margin: 10px;
}

.staffphoto {
  float: left;
  margin: 10px;
}

.bodyphoto {
  Float: center;
  margin: 0;
}

.contentconstrained {
  padding-right: 310px;
}

.galleryphoto P {
  font-size: 65%
  font-weight: bold;
  margin-top: 0;
  width: 430px
  line-height: 1.4em;
}

/* This section deals with the position of iteams on the screen.  Its uses absolute positioning  - fixed x and y coordinates measured from the top-left corner of the browser's content display. */

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 140px;
}

#bodycontent {
  left: 200px;
}

#bodycontentclasses {
	left: 200px;
	width: 900px;
}

#header {
   width: 100%;
