/*
    Theme Name: Mary Ann Baynton & Associates Consulting
    Theme URI:
    Description:
    Version: 1.0
    Author: Spencer Baynton
    Author URI:
    Tags:
*/

a:link, a:visited {
    color: #9C8A6A;
    text-decoration: none;
}

a:hover, a:active {
    color: #3E372B;
    text-decoration: underline;
}

blockquote {
    border-left: 3px solid #ccc;
    color: #7D7D7D;
    font-size: 1.4em;
    font-style: italic;
    line-height: 1.5em;
    margin: 0 20px 20px;
    padding-left: 10px;
}

body {
    color: #444;
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    font-size: 62.5%;
    margin: 0;
    padding: 0;
}

h1 { margin: 0; padding: 0; }

h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: bold;
    margin: 0 0 5px;
    font-style: normal;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4, h5, h6 {
    font-size: 1.4em;
}

hr {
    display: none;
}

html {
    margin: 0;
    overflow-y: scroll;
    padding: 0;
}

img {
    border: 0;
}

li {
    font-size: 1.4em;
	line-height: 1.65;
}

p {
    font-size: 1.4em;
	line-height: 1.65;
    margin: 0 0 1.4em 0;
    padding: 0;
}

ol {
}

ul {
    list-style: square;
}

/* Header */

#header {
    padding: 20px 0;
}

/* Logo */

#logo {
    background: url(images/logo.jpg) no-repeat center;
    display: block;
    height: 100px;
    text-indent: -9999px;
}

/* Nav */

#nav {
    margin: 0 auto;
    width: 760px;
}

#nav ul { margin: 0; overflow: hidden; padding: 0; }

#nav li {
    float: left;
    font-size: 1.5em;
    list-style: none;
    text-transform: uppercase;
}

#nav a {
    display: block;
    line-height: 40px;
    padding: 0 10px;
}

#nav a:link, #nav a:visited {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#nav a:hover, #nav a:active {
    
}

#nav .current_page_item a {
    border-bottom: 2px solid #333;
    color: #770000;
}

/* Content */

#content {
    margin: 0 auto;
    overflow: hidden;
    width: 760px;
}

.entry-title {
    color: #000000;
    font-size: 2.4em;
    font-weight: normal;
    margin-bottom: 40px;
    margin-top: 30px;
    text-transform: uppercase;
}

#content ol, #content ul {
    margin: 0 0 20px 15px;
}

#content .alignleft {
    float: left;
    margin: 4px 10px 10px 0;
}

#content .alignright {
    float: right;
    margin: 4px 0 10px 10px;
}

/* Footer */

#footer {
    margin: 0 auto;
    padding: 20px 0 35px;
    text-align: center;
}

#footer p {
    line-height: 1.4em;
}