/*
Theme Name: The Biggs Picture (S5)
Theme URI: http://www.thebiggspicture.org/
Description: The WordPress Theme for The Biggs Picture
Version: 1.0
Author: Jeremy and Angela Biggs

Plus a little help from Peter Wood at http://prwdot.org/
*/

/* Main Body Style */
body {
    background-color: #FFFFFF; 
    font-family:arial, sans-serif;
    color:#3D59AB;
}

/* Header Styles */
#Header {
    background:url(/webgrafix/Barnright2-1.jpg) no-repeat scroll center top;
    height:150px;
    position:relative;
    top:5px;
    left:0px;
    width:820px;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:15px;
    border-bottom:0px solid #3D59AB;
}

#Header h1 {
    margin:0px;
    padding-left:15px;
    font-size:36px;
    font-weight:normal;
    font-family:poor richard;
    color:#FFFFFF;
    background-color:transparent;
    text-align:left;
}

#Header h2 {
    font-size:14px;
    font-family:book antiqua;
    text-align: right;
}

#Header h1 a:link, #Header h1 a:visited, #Header h1 a:hover, #Header h1 a:active {
  color:#000000;
  background-color:transparent;
  text-decoration: none;
}

/* Navigation Styles */
#Navigation {
    position:absolute;
    padding-top:0px;
    width:170px;
    padding-left:15px;
    font-size:12px;
    background-color: #FFFFFF;
    
    
}

#Navigation ul {
  margin: 0px 0px 10px 0px;
  padding: 2px;
  list-style-type: none;
}

#Navigation a {
  font-size: 13px;
  text-decoration: none;
  color:#0f3f7b;
  background-color: transparent;
}

#Navigation a:visited {
  color:#8aa4c4;
}          

#Navigation a:hover, #Navigation a:active {
  text-decoration: underline;
  color:#CC0000;
}

#Navigation h2 {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color:#000000;
  text-decoration: underline;
}

#Navigation h3 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color:#990000;
}

/* Content Styles */
#Content {
    position:absolute;
    padding:20px;
    font-size:12px;
    color:#0c2860;
    top:155px;
    left:175px;
    width:625px;
}

#Content p, ul, dl, ol {
    margin: 0px;
    padding: 10px;
}

#Content li {
    margin-left: 15px;
}

#Content h2 {
  font-size: 18px;
  font-weight: bold;
  color:#3D59AB;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
}

#Content h3 {
  font-size: 16px;
  font-weight: bold;
  color:#3D59AB;
  margin: 0px;
  padding: 5px;
}

/* Link Styles */
a:link,a:visited {
  color:#000d4f;
  background-color: transparent;
}

a:hover,a:active {
  color: red;
  background-color: transparent;
}

.moretext {
  padding-left: 5px;
  color:#OOAAOO;
  font-style: italic;
}

/* Other Text Styles */
.Regtext {
  color:#3D59AB;
  font-size:12px;
}

.ABClist {
  font-size: 16px;
  text-align: center;
}

/*Blog styles*/

#Content h3.Jeremy {
  background-color: transparent;
  color:#3D59AB;
  margin: 0px;
  padding: 3px;
}

#Content div.Jeremy {
  background-color: #FFFFFF;
  margin:0px;
  padding:0px;
  border-bottom: 2px black;
}

#Content h3.Angela {
  background-color: transparent;
  color:#8aa4c4;
  margin: 0px;
  padding: 3px;
}

#Content div.Angela {
  background-color: #FFFFFF;
  margin:0px;
  padding:0px;
  border-bottom: 2px black;
}

#Footer {
  text-align: left;
  position:relative;
  width:100%;
  background:url(/webgrafix/Barnright2-1.jpg) no-repeat scroll center top;
}

























