/*
Theme Name: Billy and Lisa
Description: Theme built for books by David Kavanagh
Author: Gavin Flood
Author URI: gavinflud.blogspot.com
Version: 1.0
*/

/* Default Elements */
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #505050;
}

div {

}

section {

}

header {

}

footer {

}

article {

}

ul {
    margin-top: 14pt;
}

ol {
    margin-top: 14pt;
}

li {

}

p {
    line-height: 14pt;
    margin-top: 14pt;
}

h1 {
    font-size: 200%;
    font-weight: bold;
    color: #E87D25;
}

h2 {
    font-size: 180%;
    font-weight: bold;
    color: #E87D25;
}

h3 {
    font-size: 160%;
    font-weight: bold;
    color: #E87D25;
}

h4 {
    font-size: 140%;
    font-weight: bold;
}

h5 {
    font-size: 120%;
    font-weight: bold;
}

h6 {
    font-size: 110%;
    font-weight: bold;
}

hr {

}

a:link {
    color: #E87D25;
    text-decoration: none;
}

a:hover {
    color: #B86521;
    text-decoration: underline;
}

a:visited {
    color: #B86521;
    text-decoration: underline;
}

img {

}

br {

}

table {
    margin-top: 14pt;
}

thead {

}

tfoot {

}

tbody {

}

tr {

}

th {

}

td {

}

form {
    margin-top: 14pt;
}

label {

}

input[type="text"],
input[type="email"] {
    margin: 0;
    border: 1px solid #AAAAAA;
    outline: none;
}

input[type="submit"] {

}

textarea {

}

select {

}

strong {

}

em {

}

::selection,
::-moz-selection {

}


/* WordPress Requirements */
.alignleft {
    float: left;
}

img.alignleft {
    margin-right: 14pt;
}

.alignright {
    float: right;
}

img.alignright {
    margin-left: 14pt;
}

.aligncenter {
    float: none;
}

.clear {
    clear: both;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.no-margin {
    margin: 0;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}


/* Overhead */
#overhead {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #E0E0E0;
    border-bottom: 2px solid #E87D25;
}

#overhead ul {
    float: right;
    border-right: 1px solid #C0C0C0;
    margin: 0;
}

#overhead ul li {
    float: left;
}

#overhead ul li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #AAAAAA;
    text-shadow: 1px 1px 1px #FFFFFF;
    border-left: 1px solid #C0C0C0;
}

#overhead ul li a:hover {
    background-color: #D0D0D0;
    color: #777777;
}

#overhead ul li.current_page_item a {
    background: #E87D25;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #693B15;
}


/* Content */
.content-wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 180px 0 20px;
    background: #EEEEEE;
    box-shadow: 0 0 10px 1px #AAAAAA;
}

#main-area {
    width: 560px;
    margin: 40px 0 0 20px;
    float: left;
}

.post-listing {
    padding: 20px;
    background: #DDDDDD;
    border: 1px solid #CCCCCC;
    margin-top: 14pt;
}

.post-listing-meta {
    padding: 5px 20px;
    margin: 10px 0;
    background: #CCCCCC;
    border: 1px solid #BBBBBB;
    font-style: italic;
    color: #777777;
}

.character-listing {
    padding: 20px;
    background: #DDDDDD;
    border: 1px solid #CCCCCC;
    margin-top: 14pt;
}

.character-listing .character-photo {
    width: 150px;
    height: 150px;
    margin: 0 20px 10px 0;
    float: left;
    border: 1px solid #CCCCCC;
}

.character-listing .character-info {

}

.pagination-menu {
    text-align: center;
    margin-top: 28pt;
}

.pagination-menu .page-numbers {
    padding: 3px 8px;
    margin: 0 3px;
    border: 1px solid #BBBBBB;
    background: #DDDDDD;
    color: #404040;
}

.pagination-menu .current {
    background: #E87D25;
    border: 1px solid #B86521;
    color: #FFFFFF;
}

.pagination-menu .prev, .pagination-menu .next {
    border: none;
    background: none;
}


/* Header */
#header {
    width: 920px;
    height: 140px;
    padding: 20px;
    margin: 0 auto;
    background: url("img/header.jpg");
    position: absolute;
    top: 0;
    left: 0;
}

#header h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-shadow: 2px 2px 2px #000000, -2px 2px 2px #000000, -2px -2px 2px #000000, 2px -2px 2px #000000;
}

#header h1 span {
    font-size: 70%;
    margin-left: 30px;
    color: #E87D25;
}


/* Navigation */
#navigation {
    background: #DDDDDD;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

#navigation ul {
    width: 100%;
    margin: 0;
}

#navigation ul li {
    float: left;
}

#navigation ul li a {
    display: block;
    padding: 10px 20px;
    border-right: 1px solid #CCCCCC;
    text-decoration: none;
    color: #555555;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-size: 11pt;
}

#navigation ul li a:hover {
    background: #AAAAAA;
    color: #222222;
}

#navigation ul li.current_page_item a {
    background: #E87D25;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #693B15;
}

#navigation form {
    margin: 0;
}

#navigation form input {
    border: 0;
    padding: 9px 10px 8px;
    float: right;
    color: #888888;
    background: url("img/search.png") no-repeat right center #FFFFFF;
    border-left: 1px solid #CCCCCC;
    font: 10pt Roboto, Arial, Helvetica, sans-serif;
}


/* Sidebar */
#sidebar {
    width: 278px;
    padding: 20px;
    margin: 20px 20px 0 0;
    float: right;
    background: #DDDDDD;
    border: 1px solid #CCCCCC;
}


/* Footer */
#footer {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 15px 0;
    background: #DDDDDD;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #B86521;
}

#footer ul {
    margin: 0;
}

#footer ul li {
    float: left;
}

#footer ul li a {
    color: #888888;
    margin: 0 50px;
    text-decoration: none;
}

#footer ul li a:hover {
    color: #555555;
    text-decoration: underline;
}


/* Underbody */
#underbody {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 5px 0;
    background-color: #E87D25;
    border-top: 1px solid #F5B37D;
}

#underbody p {
    color: #FFFFFF;
    margin: 0;
}


/* Fonts */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}