/*
Theme Name: MarkOConnell
Theme URI: http://www.onlywebsites.com/
Author: Only Websites Team
Description: A custom theme built for Dr. Mark O'Connell, PhD
Version: 1.0
*/

/* ----------------------------------------------------------------
    Document Reset
-----------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,ruby,section,summary,time,mark,audio,video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,
menu,nav,section {
    display: block
}
body {
    line-height: 1
}
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
:focus {
    outline: 0
}
[hidden] {
    display: none
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
img {
    max-width: 100%;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
input[type=submit],
input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=reset],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #CCC;
}
input[type=radio] {
    -webkit-appearance: radio;
}
select {
    border: 1px solid #CCC; 
}

blockquote {
    padding: 0.5em 10px;
    color: #063666;
}
blockquote p {
    
}

/* ----------------------------------------------------------------
    General
-----------------------------------------------------------------*/
#wrapper {
    max-width: 813px;
    width: 100%;
    margin: 30px auto;
    position: relative;
    border: 1px solid #C2BEB2;
    background-color: #D7DFE2;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 1.2em;
    background-color: #F1EFE0;
}
h1, h2, h3, h4 {
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 20px;
    font-weight: normal;
}
h1 {
    font-size: 24px;
    line-height: 28px;
    color: #666;
}
h2 {
    font-size: 18px;
    line-height: 22px;
    color: #CC6600;
}
p {
    margin-bottom: 15px;
    line-height: 18px;
} 
a {
    color: #013565;
    text-decoration: none;
}
a:hover {
    color: #CC6600;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/
.mobile-nav {
    display: none;
}
#header {
    border-bottom: 6px solid #063666;
    background-color: #FFF;
}
#logo {
    width: 100%;
    background: url('images/logo.jpg') no-repeat right;
    border-bottom: 2px solid #cbd6dc;
    padding: 23px 15px;
}
#logo a {
    font-family: "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
    color: #063666;
}
#logo a span {
    color: #dd770b;
}

.navigation {
    margin: 0;
    padding: 15px 10px;
}
.navigation ul {
    list-style: none;
}
.navigation ul li {
    display: inline;
    margin-right: 12px;
}
.navigation ul li:last-child { 
    margin-right: 0;
}
.navigation ul li a {
    color: #013565;
    text-decoration: none;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
}
.navigation ul li a:hover {
    color: #DD770B;
}
.nav-front {
    padding: 10px 30px;
}
.nav-front ul li {
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Times New Roman", Times, serif;
}
/* ----------------------------------------------------------------
    Content and Sidebar
-----------------------------------------------------------------*/
#content {
    float: right;
    overflow: hidden;
    width: 68%;
    background-color: #D7DFE2;
}

#sidebar {
    width: 32%;
    height: auto;
    display: block;
    float: left;
    background-color: #dcdfd6;
    border-right: 1px solid #C2BEB2;
    padding: 10px;
}
.content {
    margin: 10px;
    background-color: #FFF;
    border: 1px solid #C2BEB2;
    padding: 10px;
}
.content-home {
    margin: 10px 30px;
    background-color: #C1CED6;
    border: 1px solid #C2BEB2;
    padding: 10px;
}
.content ul {
    margin-left: 15px;
    margin-bottom: 20px;
}
.content p {
    margin-bottom: 10px;
}
.content ul li {
    list-style: disc;
    margin-left: 20px;
}
.home-left {
    float: left;
    width: 55%;
    text-align: left;   
}
.home-right {
    float: right;
    width: 45%;
    text-align: right;
}
h1.entry-title {
    border-bottom: 1px dashed #666;
    padding-bottom: 10px;
}
.entry-talks {
    font-weight: bold;
}
.book-image {
    float: left;
    margin-right: 15px;
}

.sidebar-pic {
    padding: 3px 2px;
    border: 1px solid #ACA69B;
    text-align: center;
}
.sidebar-pic > img {
    display: block;
    margin: 0 auto;
}
.sidebar-book {
    text-align: center;
    display: block;
    padding: 30px 0;
}
/* ----------------------------------------------------------------
    Footer
-----------------------------------------------------------------*/
#footer {
    clear: both;
    width: 100%;
    background-color: #C4C9B5;
    border-top: 1px solid #C2BEB2;
    color: #666;
    padding: 10px;
    text-align: center;
}
#footer p {
    margin: 15px auto;
}
#footer ul li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #666;
}
#footer ul li:last-child {
    border-right: none;
}
#footer ul li a {
    color: #666;
}

/* ----------------------------------------------------------------
    Books
-----------------------------------------------------------------*/
.books {
    width: 100%;
    height: auto;
    clear: both;
    margin-bottom: 40px;
}
.books h2 {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.buynow > img {
    width: 200px;
    height: auto;
}
/* ----------------------------------------------------------------
    Blog
-----------------------------------------------------------------*/
.post-meta {
    margin-bottom: 25px;
}
.blog-left {
    width: 75%;
    float: left;
}
.blog-side {
    width: 25%;
    float: right;
}
.widget h3 {
    text-transform: uppercase;
}
.widget ul {
    margin-left: 0;
}
/* ----------------------------------------------------------------
    Talks
-----------------------------------------------------------------*/
.talks {
    margin-bottom: 30px;
}