﻿/*
   Courthouse Imports
   Author: John Keller
   Date:   2/10/2014

   Filename:         courthousestyles.css
   Supporting Files: none

*/

/* Section Styles */

body {
margin: 0px auto;
padding: 0px;
line-height: 1.5em;
width: 98%;
max-width: 980px;
min-width: 250px;
background-color: #4B8A08;
font-family: Verdana, Geneva, sans-serif
}

header {
width: 100%;
text-align: center;
}

ul
 {
 list-style-type:none;
 margin:0;
 padding:0;
 } 
 
li
 {
 display:inline;
}

section {
width: 66%;
float: left;
}

aside {
width: 34%;
margin-top: 2em;
float: left;
border: none;
background-color: #819FF7;
-moz-border-radius: 35px;
 border-radius: 35px;
}

footer {
clear: left;
width: 100%;
text-align: center;
margin-top: 5px;
}

footer address {
width: 100%;
clear: left;
font-size: 0.8em;
font-style: normal;
font-variant: small-caps;
border-top: 1px solid black;
background-color: #819FF7;
}

/* Block Styles */
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
}
 
header h1 {
margin: 1em 0em;
font-size: 2em;
}

h2 {
margin: 1em 0em;
font-size: 1.5em;
}

header h1 {
margin: 0px;
}

header h2 {
font-size: 1.2em;
font-family: "quattrocento roman";
margin: 0em;
padding-bottom: 0.5em;
border-bottom:1px black solid;
}

article p {
margin: 0.2em 0.9em 0.7em 0em;
}

article ul {
margin: 0.1em 0.8em 0.5em;
}

article ul li {
margin-right: 0.5em;
}

aside h2 {
text-align: center;
}

aside p {
font-size: 0.8em;
margin: 0px 0.7em;
}

aside blockquote {
margin: 1.2em 2em 0em 2em;
}

aside blockquote p {
margin: 0em 0em 2em;
font-size: 0.7em;
}
