/* 
Burnt 1.0 for OSWD
- http://smallpark.org 
- Last Revision: August 16th 
- Design and Code by Anthony Yeung
- Comments: None. 
*/

/* 
and now onto the meat and potatoes... 
*/

/* General Configs */

body {
  font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.75em;
  color: #333333;
  background-color: #ffffff;
  margin-top: 3em;
  margin-left: 4em;
  margin-bottom: 10em;
}

img {
  margin-bottom: 2em;
}

/* container - keeps all columns together */

#container {
  background: url(pics/dot-top.gif) top repeat-x; 
  width: 900px;
  margin-bottom: 5em;
}


/* the header */

#header {
  height: 7em;
  width: 900px;
}

#header img {
  margin-bottom: 0;
}

#header h1 {
  padding-top: 20px;
  font-size: 30px;
  font-weight: normal;
  color:#CC6600;
}


#content {
  width: 686px;
  padding-top: 2em;
  background: url(pics/dot.gif) right top repeat-y; 
  padding-right: 20px;
  margin-right: 20px;
}


h1,h2,h3,h4,h5,h6 {
  font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
  line-height: 1em;
  font-weight: 900;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 1.6em;
  margin-top: 2em;
}

h2 {
  font-size: 1.4em;
  margin-top: 2em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1.0em;
}

h6 {
  font-size: 0.8em;
}

.firstHeading,
.csc-firstHeader {
  margin-top:0 !important;
}

p { 
  margin-top: 0.4em;
}

.address td {
  line-height: 1.75em;
  margin: 0;
  padding: 0;
  padding-right: 3px;
}

#right {
  float: right;
  width: 160px;
  padding-top: 2em;
  background: url(pics/dot.gif) right top repeat-y; 
  padding-left: 20px;
}

#right h1 {
  font-size: 1.3em;  
}

.portlet h5,
.portlet h6,
#right h2 {
  font-size: 1.15em;  
  margin-top: 2em;
}

#middle {
  padding-top: 20px;
  float: right;
  width: 160px;
  background: url(pics/dot.gif) right top repeat-y; 
  padding-right: 20px;
}


a {
  color: #ee7f00;
}

a:hover {
  color: #999;
}

li {
  margin-bottom: 0.4em;
}

/* FIXME for Search

form {
  height: 15px;
}

*/

.gray {
  color: #999;
}

input {
  border: 1px solid #CCC;
  background-color:#FFFFFF;
  font-size: 11px;
  padding: 1.5px;
  color: #666;
}

blockquote.question { 
  border-left:   2px solid #d90000;
  padding-left:   1em;
  padding-right:  1em;
  padding-bottom: 0px;
  padding-top:    0px;
  margin-left:    2em;
  margin-top:     1em;
  margin-bottom:  1em;
}
