/*
Theme Name: sonria.org bridge
Theme URI: http://sonria.org
Description: Customized theme for sonria.org
Version: 7.0 Greene Street Bridge
Author: Catherine Collingwood
Author URI: http://sonria.org
Tags: custom, copyrighted
*/

/* Copyright 2010 sonria.org. I'll gladly share; just please ask first. */

/* The header photo is the historic Greene Street Bridge in Greenville, NC, after it was relocated to the Greenville Town Common and converted to a pedestrian bridge.  It's my own, taken May 25, 2008.  This version is fully copyrighted with all rights reserved, but a CC-licensed picture of this bridge is available at http://www.flickr.com/photos/airnos/2529151119/.  */

body {
   background-color: #ccc;
   width: 904px;
   margin: 0 auto;
   font: .8em 'Trebuchet MS', sans-serif;
}

a {
   color: #0000ff;
}

a:hover, a:active {
   font-weight: bold;
}

h2 {
   margin-bottom: 0;
   border-bottom: 1px solid #ccc;
}

h2 a {
   color: #333;
   text-decoration: none;
}

h2 a:hover, h2 a:active {
   letter-spacing: .025em;
}

#left img {
   float: left;
   border: 1px solid;
   margin: 0 8px 8px 0;
}

small, .photo-credit, blockquote {font-size: 90%;}

.post {
   margin-bottom: 40px;
}

.post-meta, .ffbreadcrumb {
   font-size: 85%;
   margin: 0;
}

#header {
	border: 0 none;
}

#header a, #header a:active, #header a:hover {
   border: 0 none;
}

#header img a {border: 0 none;}

#header img {
   border: 2px solid #000;
}

.skiplink {display: none;}

#topnav {
	background-color: #333;
	color: #fff;
	padding: 5px 20px;
   border-left: 2px solid #000;
   border-right: 2px solid #000;
}

#topnav p {
	margin: 0;
}

#main {
	border-top: 2px solid #000;
        border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-color: #fff;
   float: left;
   width: 900px;
}

#right {
	float: right;
	font-size: 90%;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 20px;
	width: 220px;
}

#right ul {
   margin: 0;
   padding: 0;
}

#right ul li {
   list-style-type: none;
   padding-top: 15px;
   padding-bottom: 10px;
   font-weight: bold;
}

#right ul li ul, .textwidget {
   padding-top: 5px;
   display: block;
}

#right ul li ul li {
   list-style-type: disc;
   font-weight: normal;
   padding-top: 0;
   padding-bottom: 0;
   margin-left: 15px;
}

.textwidget {
   font-weight: normal;
}

#left {
	line-height: 150%;
	margin: 0 275px 0 0;
	padding: 10px 20px;
}

textarea {
   width: 500px;
}

.navigation {
   display: block;
   text-align: center;
   padding: 0 0 30px 0;
   font-size: 90%;
}

.align-left {float:left;}
.align-right {float:right;}

.pagetitle {margin-bottom:25px;}

dd {
   padding: 5px 0 15px 0;
}

ol {
   font-size: 90%;
   margin-left: 0;
   padding-left: 20px;
}

hr {
   color: #2f0000;
   background-color: #2f0000;
   height: 1px;
   border: 0 none;
}

.divider {
   width: 75%;
}

#footer {
        clear: both;
	background-color: #333;
	border: 2px solid #000;
	color: #fff;
	font-size: 85%;
	padding: 7.5px 0;
	text-align: center;
}

#footer a, #topnav a {
	color: #fff;
}

#footer a:hover, #footer a:active, #topnav a:hover, #topnav a:active {
	font-weight: bold;
}

#footer p {
	margin: 0;
	line-height: 165%;
}

.tantan p {
	font: .8em 'Trebuchet MS', sans-serif;
}