/* CSS for PawsitiveApproach site. */

html {
    color: black;
}

body {
    background: #222222;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 1em;
    color: black;
    margin: 0;
    padding: 0;
}

#Logo {
    float: center;
    position: relative;
    top: 0;
    left: 0;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-right: 2px solid orange;
    border-left: 2px solid orange;
}

#Accolades {
    position: absolute;
    top: 70px;
    right: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

#Footer {
    font-size: 0.8em;
    float: right;
    bottom: 0;
}

#Middle {
    float: center;
    position: relative;
    width: 800px;
    /* background: white url(../images/puppy1.png); */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-bottom: 1em;
    border-right: 2px solid orange;
    border-left: 2px solid orange;
    border-bottom: 2px solid orange;
}

#Content {
    padding: 1em;
    line-height: 1.5em;
}

#Menu {
    color: white;
    font-size: 1em;
    font-weight: bold;
    line-height: 10px;
    padding: 5px;
    background: #ee3424;
}

#Menu ul {
    float: middle;
    display: block;
    border: none;
}

#Menu ul li {
    display: inline;
    list-style: none;
    padding-left: 1em;
}

#Menu a {
    color: white;
}

#Menu a:hover {
    background: none;
}

#Notice {
    color: black;
    background: orange;
    border: 1px solid red;
    padding: 10px;
}

#Petfact {
    float: right;
    width: 200px;
    padding: 1em;
    border: 1px orange dotted;
    font-size: 0.8em;
    line-height: 1.2em;
}

#Petfact h1 {
    font-size: 1em;
}

#Petfact h2 {
    font-size: 0.9em;
}

#Article {

}

#Article table {
    /* width: 100%; */
}

#Article th {
}

#Article td {
    padding: 10px;
}

#Article #Title {
    font-size: 1em;
    color: navy;
}

#Article #Author {
    font-size: 1em;
    color: navy;
}

#Article #Date {
    font-size: 1em;
    color: navy;
}

#Article #Text {
    font-size: 1em;
    background: whitesmoke;
    padding: 10px;
}

a:link {
    color: navy;
    text-decoration: none
}

a:visited {
    color: navy;
    text-decoration: none
}

a:active {
    color: navy;
    text-decoration: none
}

a:hover {
    color: red;
    background: white;
    text-decoration: none
}

.bold {
    font-weight: bold;
}

h1 {
    color: navy;
    font-size: 1.2em;
}

h2 {
    color: navy;
    font-size: 1.1em;
}

h3 {
    color: navy;
    font-size: 1em;
}

h4 {
    color: navy;
    font-size: 0.9em;
}

h5 {
    color: navy;
    font-size: 0.8em;
}

h6 {
    color: navy;
    font-size: 0.7em;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}
        
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
        
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}
        
.alignleft {
    float: left
}

#Next {
    position: absolute;
    right: 0;
    display: block;
    margin: 10px;
}

#Previous {
    position: absolute;
    left: 0;
    display: block;
    margin: 10px;
}

#Up {
    position: absolute;
    left: 350px;
    display: block;
    margin: 10px;
}

.notebox {   
    border: 2px solid black;
}

.note {
    font-style: italic;
    padding: 5px;
    margin: 5px;
}

/* Currently only used for the admin section. */
table {
    font-size: 0.8em;
}

td {
    padding: 5px;
    vertical-align: top;
}

/* Stuff from scaffold. */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

