/*
Theme Name: Sojourner
Description: Camp Sojourner theme
Author: Reese
Author URI: http://whatcould.com/
Version: 1.0
This theme is licenced under GPL:
http://www.opensource.org/licenses/gpl-license.php


*/


body {
font-size: .8em;
color: #333;
text-align: center;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 0;
background: url('/wp-content/themes/camp/images/background.gif') repeat-y top center;
}

div, ul, li, p,
h1,h2,h3,h4,
ol, ul, td  {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
padding: 0;
margin: 0;
text-align: left;
}

.access {
display: none;
}

.clr {
clear: both;
}

li {
list-style-type: none;
}

pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}

a img {
border: 1px solid #666;
}

/* Page layout 
=============== */

#wrapper {
width: 775px;
margin: 0 auto;
position: relative;
}

/* Header 
=============== */

#header {
position: relative;
background-color: #fff;
padding-top: .3em;
margin: 0 2px;
}

#homelink {
margin: 5px 0;
text-decoration: none;
border-bottom: none!important;
}

#header img {
border: none;
padding: 5px 0;
}

#header ul {
right: 0;
bottom: 5px;
position: absolute;
font-size: 1.1em;
width: 530px;
text-align: right;
}

#header li {
display: inline;
padding: 0 .4em;
border-right: 1px solid #333;
}

#header li:last-child {
border-right: none;
}


#header ul a {
text-decoration: none;
color: #444;
padding: 2px 4px;
}

#header a:hover {
color: #000;
border-bottom: 1px solid #444;
}

#header .current_page_item a, .current_page_ancestor a {
background-color: #C8BBD7;
}

#image_header {
clear: both;
height: 144px;
background: #aaa url('/wp-content/themes/camp/images/swimming.jpg') no-repeat top center;
border: 2px solid #333;
}

#content a, #sidebar a {
color: #0C2F15;
font-weight:bold;
text-decoration:none;
}
#content a:hover, #sidebar a:hover {
color: #0C2F15;
font-weight:bold;
text-decoration:underline;
}
/* Content 
=============== */

#content {
float: left;
width: 540px;
padding: .5em 1em;
position: relative;
}

#content h1 {
margin: .5em 0;
color: #0C2F15;
font-size: 1.6em;
}

#content p {
margin: .5em 0 1em 0;
font-size: 1.05em;
line-height: 1.4em;
}
#content img {
margin: 5px;
}
#content ul {
margin-left: 2em;
}

#content .post a {
text-decoration: underline;
font-weight: normal;
color: #090;
}

#content .post a:hover {
color: #040;
}
#content h2 {
margin-top: 1.5em;
font-size: 1.3em;
}

#content li {
margin-bottom: .4em;
list-style-type: square;
font-size: 1.04em;
}

#content .wp-caption {
background-color: #eee;
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #ddd;
margin-bottom: 1em;
}
#content .wp-caption p {
text-align: center;
padding: 0;
margin: 0 0 .5em;
}

/* Sidebar 
=============== */

#sidebar {
float: right;
width: 190px;
margin: 1em .6em .5em .3em;
position: relative;
}

#sidebar ul {
margin-left: 1.5em;
margin-top:.5em;
}
#sidebar li {
margin-bottom: .4em;
list-style-type: disc;
}
#sidebar li.current_page_item,
#sidebar li.current_page_item a {
color: #27691b;
}
#sidebar li ul {
margin-left:.2em;
}
#sidebar li ul li {
margin-left:0em;
list-style-type:none;
}
#sidebar li a {
display: block;
}
#sidebar p {
margin-bottom: .7em;
}

#quote {
margin: 0 0 2em 0;
font-size: 1em;
}
#quote p {
margin-bottom: 1em;
}

#news h2 {
color: #302D26;
margin: 0 0 .5em 0;
text-transform: uppercase;
font-size: 1.3em;
font-weight: normal;
}

#news .post {
margin: 0 0 1em 0;
}

/* Footer 
=============== */

#footer {
clear: both;
height: 2em;
}
