﻿/*
   

   SOFEM Style Sheet
   Author: Honorine Chimi
   Date:   3/10/2012

   Filename:  sofstyles.css
   Supporting Files: none

*/

/* Section Styles */

body {
margin: 0px auto;
padding: 0px;
line-height: 1.5em;
width: 98%;
max-width: 1400px;
min-width: 1000px;
font-family: Verdana, Geneva, sans-serif;
}

/* Styles for the Page Header */
header {
width: 100%;
text-align: center;  
}

/* General Navigation List Style */
nav a {
  text-decoration: none;
}

/* Horizontal Navigation List */
nav.horizontalNAV {
   margin-left: 0%;
   width: 100%;
}
nav.horizontalNAV li {
   background-color: rgb(128,0,0);
   font-size: 87.5%;
   float: left;
   list-style-type: none;
   padding: 7px 0px;
   text-align: center;
   width: 20%;
}
nav.horizontalNAV li a {
   color: white;
}
nav.horizontalNAV li a:hover {
   color: yellow;
}


section {
width: 66%;
float: left;
}



aside {
width: 32%;
margin-top: 2em;
float: left;
margin-bottom: 10em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
 border-radius: 10px;
}

aside img {
float: left;
margin: 2px;
width: 100%;
}


footer {
clear: left;
width: 100%;
text-align: center;
margin-top: 5px;
}

footer address {
color: white;
width: 100%;
clear: left;
font-size: 0.8em;
font-style: normal;
font-variant: small-caps;
background-color: rgb(128,0,0);
}

/* Block Styles */
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
}

header h1 {
margin: 1em 0em;
font-size: 3em;
}

h2 {
margin: 1em 0em;
font-size: 1.5em;
}

header h1 {
margin: 0px;
}

header h2 img {
  height: 70px;
  width: 100%;
  margin-left: 0%;
  
}

header h1 img {
   width: 100%;
   margin-left: 0%;
}



header h2 {
font-size: 1.2em;
font-style: italic;
margin: 0em;
padding-bottom: 0.5em;
border-bottom:1px black solid;
}

article p {
margin: 0.2em 0.9em 0.7em 2em;
}

#visitor p {
  margin: 0.2em 0.9em 0.7em 2em;
}


article h2 {
background-color: rgb(0, 128, 0);
color: white;
margin: 1em 0.9em 0.7em 2em;
text-align: center;
}

article ul {
margin: 0.1em 0.8em 0.8em;
}

article ul {
  list-style-image: url(arrow.png);
}


article ul li {
margin-right: 0.5em;
margin-bottom: 0.5em;
}

/*Figure box styles*/

figure {
    background-color: rgb(149, 91, 42);
	clear: left;
	float: left;
	margin-left: 5%;
	width: 90%;
}

figure div  {
     overflow: auto;
	 white-space: nowrap;
}

figure div img {
    margin: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

figure figcaption {
    background-color: white;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

/* Styles for the schedule table */

table.schedule {
  border: 9px outset rgb(153, 0, 153);
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  width: 95%;
}

table.schedule th, table.schedule td {
  border: 1px solid gray;
}

/* Table header Styles */

table.schedule  thead  {
  background-color: rgb(203, 50, 203);
  color: white;
  
}

table.schedule  thead  tr {
   height: 60px;
}

/* Table body styles */

table.schedule  tbody  tr {
   height: 50px;
}

table.schedule  tbody  td {
  background-color: rgb(255, 255, 192);
  font-weight: bold;
  padding: 6px;
  text-align: left;
}

/* Styles for the first column */

table.schedule  col.firstCol {
  background-color: rgb(255, 255, 192);
  width: 7%;
}

/* Styles for the table caption */

table.schedule caption  {
  caption-side: top;
  font-weight: bold;
  text-align: center;
}

/* Field set styles */

fieldset {
  background-color: rgb(255, 246, 205);
  border: 1px solid rgb(233, 69, 0);
  float: left;
  margin: 10px 0px 10px 2.5%;
  width: 100%;
}

legend {
  background-color: rgb(128,0,0);
  color: white;
  padding: 3px 0px;
  text-indent: 5px;
  width: 100%;
}

/* Label styles */

label {
  clear: left;
  display: block;
  float: left;
  font-size: 0.9em;
  margin: 7px 4% 7px 5px;
  width: 40%;
}

/* Input control styles */

input {
  display: block;
  float: left;
  font-size: 0.9em;
  margin: 7px 0px;
  width: 50%;
}

input#state {
  width: 50px;
}

/* Option button styles */

fieldset.optionGroup {
  border-width: 0px;
  width: 700px;
}

fieldset.optionGroup label {
  display: inline;
  float: none;
  margin: 0px 3px 0px 0px;
  width: 30px;
}

fieldset.optionGroup input {
  display: inline;
  float: none;
  margin: 0px 20px 0px 0px;
  width: 20px;
}

select {
  float: left;
}



/* Check box styles*/

#newsletter {
   color: rgb(233, 69, 0);
   float: none;
   margin: 10px auto;
   text-align: center;
   width: 90%;
}

#newsletter input {
   display: inline;
   float: none;
   width: 20px;
}

/* Button styles */

form p {
  text-align: center;
}

input[type="submit"], input[type="reset"] {
  display: inline;
  float: none;
  height: 40px;
  width: 200px;
}

/* Multimedia control styles */

iframe {
   background-color: white;
   display: block;
   margin: 5px auto;
   text-align: center;
   width: 95%;
}




