/*
Theme Name: Leap Into Life theme
Description: A free WordPress theme styled for Leap Into Life.
Author: Rob Dobson
*/

body {
margin: 0;
background: #d1e8ef;
color: #0083a9;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}

h1, h2, h3 {
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #0083a9;
}

h1 {
margin-top: 5px;
font-size: 1.8em;
}

h2 {
margin-top: 5px;
margin-bottom: 5px;
font-size: 1.6em;
}

h3 {
margin-top: 20px;
margin-bottom: 10px;
font-size: 1.4em;
}

h3 a {
border-bottom: 1px dotted #0083a9;
color: #0083a9;
text-decoration: none;
}

p, ul, ol {
margin-top: 0;
line-height: 180%;
}

a {
border-bottom: 1px dotted #f57b21;
color: #f57b21;
text-decoration: none;
}

a:hover {
border: none;
}

blockquote {
font-style: italic;
}

hr {
display: none;
}

img {
border: none;
}

/* Wrapper */
#wrapper {
width: 910px;
margin: 0 auto;
padding: 10px;
}

/* Header */
#header {
width: 910px;
height: 91px;
margin: 0 auto;
margin-bottom: 15px;
}

/* Logo */
#logo {
float: left;
margin-left: 10px;
color: #0083a9;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 2.2em;
font-weight: normal;
}

#logo a {
border: none;
color: #0083a9;
text-decoration: none;
}

#logo a:hover {
text-decoration: underline;
}

/* Menu */
#menu {
width: 910px;
height: 50px;
margin: 0 auto;
padding: 0;
background: url(images/box-top.gif) no-repeat left top;
}

#menu ul {
margin: 0;
padding: 0;
padding-left: 10px;
list-style: none;
line-height: normal;
}

#menu li {
float: left;
}

#menu a {
display: block;
margin-top: 20px;
margin-right: 3px;
padding: 7px 15px 7px 15px;
background: #fff;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #0083a9;
border: none;
}

#menu a:hover {
text-decoration: underline;
}

#menu .current_page_item a {
}

#menu ul li ul {
display: none;
}

/* Banner photo */
#banner {
width: 870px;
height: 184px;
margin: 0 auto;
padding: 0;
}

#banner-image-noscript {
width: 870px;
height: 184px;
background: #fff url("images/header-images/header-09.jpg") no-repeat;
}

/* Page */
#page {
width: 910px;
margin: 0 auto;
padding-top: 20px;
background: #fff;
color: #555;
}

/* Content */
#content {
float: right;
width: 590px;
padding: 15px 30px 0 0;
}

.post {
margin-bottom: 30px;
}

.post .title {
clear: both;
}

.post .title a {
background: none;
color: #0083a9;
border-bottom: 1px dashed #0083a9;
}

.post .title a:hover {
border: none;
}

.post .entry {
padding: 0 0 20px 0;
text-align: justify;
}

.post .meta {
padding-top: 5px;
border-top: 1px dashed #d2d4c9;
text-align: left;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-style: italic;
}

.post ul, ol {
margin-top: 15px;
margin-bottom: 15px;
font-size: 11px;
}

/* Comments */
#commentform {
}

#commentform p {
font-size: 11px;
}

#comment {
width: 580px;
}

#respond {
margin: 0;
padding-top: 50px;
}

/* Sidebar */
#sidebar {
float: left;
width: 220px;
padding: 20px 0 0 30px;
}

#sidebar ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidebar li {
margin: 0;
margin-bottom: 25px;
padding: 0;
}

#sidebar li ul {
padding-top: 7px;
}

#sidebar li li {
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px dashed #d2d4c9;
}

#sidebar li li span {
display: block;
margin-top: -20px;
padding: 0;
font-size: 11px;
font-style: italic;
}

#sidebar h2 {
margin-top: 0;
margin-bottom: 0;
font-size: 1.4em;
letter-spacing: -.5px;
}

#sidebar a {
border: none;
}

#sidebar a:hover {
border-bottom: 1px dotted #f57b21;
}

#sidebar .textwidget {
font-size: 11px;
line-height: 150%;
}

/* Search */
li#search-2 {
float: right;
width: 230px;
font-size: 11px;
}

li#search-2 form {
margin: 0 0 0 10px;
padding: 0;
}

li#search-2 form input#s {
width: 140px;
color: #555;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
text-transform: lowercase;
}

/* CM signup form */
form.signup {
margin: 0;
}

form.signup label {
color: #0083a9;
font-size: 0.8em;
}

form.signup input.field {
width: 150px;
padding: 2px;
color: #555;
font-size: 1em;
}

form.signup input.button {
margin-top: 10px;
}

/* Calendar */
/*#calendar {
}

#calendar_wrap {
padding: 20px;
}

#calendar table {
width: 100%;
}

#calendar tbody td {
text-align: center;
}

#calendar #next {
text-align: right;
}*/

/* Footer */
#footer {
width: 910px;
height: 50px;
margin: 0 auto;
padding: 7px 0 0 0;
background: url(images/box-bottom.gif) no-repeat left top;
color: #fff;
}

#footer p {
margin: 0;
padding: 0;
font-size: 9px;
line-height: 1.5em;
text-align: center;
}

#footer a {
border-bottom: 1px dotted #fff;
color: #fff;
}

#footer a:hover {
border: none;
}

/* Classes */
.navigation {
padding: 20px 0 30px 0;
}

.aligncenter {
margin: 0 auto;
}

.alignright {
margin-top: 10px;
float: right;
}

.alignleft {
margin-top: 10px;
float: left;
}

.pagetitle {
padding-bottom: 20px;
}

p.attachment {
margin-top: 10px;
}

p.attachment a {
border: none;
}

/* Images */
p img {
padding: 0;
max-width: 100%;
}

img.alignnone {
margin: 10px 0;
display: block;
}

img.aligncenter {
margin: 10px auto;
display: block;
}

img.alignright {
padding: 4px;
margin: 7px 0 5px 20px;
display: inline;
}

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

.size-thumbnail, .size-medium, .size-large, .size-full {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding: 4px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption.alignnone {
margin: 7px 20px 5px 0;
}

.wp-caption.aligncenter {
margin: 10px auto;
}

.wp-caption.alignleft {
margin: 7px 20px 5px 0;
}

.wp-caption.alignright {
margin: 7px 0 5px 20px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
margin: 0;
padding: 2px 5px;
font-size: 0.9em;
font-style: italic;
line-height: 17px;
}

.wp-caption.alignnone p.wp-caption-text {
text-align: left;
}

.wp-caption.alignleft p.wp-caption-text {
text-align: left;
}

.wp-caption.alignright p.wp-caption-text {
text-align: right;
}

/* Subscribe to Comments plugin */
.subscription-manager {
}

.subscription-manager .updated {
margin-top: 10px;
}

.subscription-manager fieldset {
margin: 30px 0;
padding: 10px 20px;
border: 1px solid #d1e8ef;
}

.subscription-manager legend {
padding: 0 5px;
color: #0083a9;
font-style: italic;
}

/* AddThis plugin */
.addthis_container {
margin-top: 20px;
}

.addthis_container a {
border: none;
}

/* SEO Pager plugin */
div.pagerbox {
clear: both;
margin: 20px 0;
text-align: center;
}

div.pagerbox a {
border: 1px dotted #e0dede;
background-color: #f8f8f8;
font-size: 0.9em;
display: -moz-inline-box;
display: inline-block;
color: #0083a9;
padding: 2px 4px;
margin: 2px 0 2px 2px;
}

div.pagerbox a:hover {
border: 1px dotted #aaa;
text-decoration: none;
}

div.pagerbox a.current {
border: 1px dotted #aaa;
color: #444;
text-decoration: none;
}

/* WordPress.com Stats plugin (hides the smiley face!) */
img#wpstats {
display: none;
}
