/*
Theme Name: WhereIsBarry.org
Theme URI: http://www.whereisbarry.org/
Description: American Cancer Society Fundraiser
Version: 1.0
Author: Aaron M. Hall, Turning Technologies
Author URI: http://www.turningtechnologies.com/
*/

/* General Tags */

body {
margin: 0;
padding: 0;
background: #fff url(images/back-body.jpg) repeat-x top left;
color: #333;
font-family: 'Century gothic', Arial, Helvetica, sans-serif;
font-size: 15px;
text-align: center;
}

hr {
display: none;
}

code {
margin: 10px;
padding: 5px;
display: block;
background-color: #fafa9a;
color: #333;
font-family: "Courier New", monospace;
border-left: 6px solid #dedede;
}

blockquote {
margin-left: 15px;
margin-right: 15px;
padding-left: 22px;
padding-right: 0;
color: #555;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

h1 {
display: none;
}

/* Images */

img {
background: #f5f5f5;
color: #333;
border: 0 !important;
}

img.imgleft {
margin-right: 5px;
float: left;
}

img.imgright {
margin-left: 5px;
float: right;
}

.imageframe {
margin-bottom: 10px;
padding: 5px;
background: #f5f5f5;
color: #333;
border: 1px solid #aaa;
}

.imageframe:hover {
background: #ddf;
}

.imgalignleft {
margin-right: 10px;
float: left;
}

.imgalignright {
margin-left: 10px;
float: right;
}

.imgaligncenter {
margin-left: auto;
margin-right: auto;
}

.imagecaption {
padding: 2px;
background: #f5f5f5;
color: #357;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
}

.imageframe:hover .imagecaption {
background: #ddf;
}

.imageframe:hover img {
background: #ddf;
}

img.wp-smiley {
margin: 0 !important;
padding: 0 !important;
display: inline !important;
background: transparent !important;
float: none !important;
vertical-align: middle !important;
border: 0 !important;
}

/* Links */

a {
color: #769BDA;
text-decoration: none;
}

a:active {
outline: none;
}

a:focus {
outline: none;
}

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

/* Page Wrapper */

#wrapper {
margin: 0 auto 0 auto;
padding: 0;
width: 755px;
text-align: left;
}

/* Header */

#header {
margin-bottom: 0px;
padding-left: 200px;
padding-top: 20px;
display: block;
width: 190px;
height: 155px;
position: relative;
background: transparent url(images/whereisbarrylogo.gif) no-repeat top left;
}

#header h2 {
color: #FFFFFF;
font-family: 'Lucida bright', Georgia, serif;
font-size: 25px;
font-weight: bold;
text-transform: uppercase;
}

#header h2 a {
color: #FFFFFF;
}

#header div.description {
display: none;
}

/* Content Area */
#content {
margin-right: 250px;
margin-bottom: 25px;
width: 500px;
}

#content div.post h2,
#content h2 {
margin-top: 0px;
margin-bottom: 10px;
color: #769BDA;
font-size: 28px;
font-weight: normal;
line-height: 0.8em;
letter-spacing: -2px;
border-bottom: 8px solid #FEF818;
}

#content div.post h3,
#content div.post h4,
#content div.post h5,
#content div.post h6 {
margin: 0;
padding: 0;
color: #6d6d6d;
font-weight: normal;
font-variant: small-caps;
}

#content div.post h3 {
font-size: 24px;
}

#content div.post h4 {
font-size: 21px;
}

#content div.post h5 {
font-size: 18px;
}

#content div.post h6 {
font-size: 15px;
}

#content div.post h2 a {
color: #047;
text-decoration: none;
}

#content div.post h2 a:hover {
color: #630;
}

#content div.post p {
line-height: 120%;
}

#content div.post p.date,
#content div.post p.date a {
margin-bottom: 43px;
color: #bebebe;
text-align: right;
text-transform: uppercase;
}

#content div.post p.details_small {
padding-left: 20px;
background: transparent url(images/back-details.jpg) no-repeat left center;
color: #aaa;
font-size: 13px;
}

#content div.post ul li {
line-height: 120%;
}

#content div.post ol li {
line-height: 120%;
}

p big {
color: #124;
font-size: 1.36em;
font-weight: normal;
}

/* Sidebar */
#sidebar {
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
width: 200px;
float: right;
background: #769BDA;
color: #fff;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
text-transform: uppercase;
}

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

#sidebar ul li {
margin-top: 5px;
line-height: 120%;
}

#sidebar ul li h2 {
margin-top: 15px;
color: #fff;
font-family: 'Lucida Bright', Georgia, serif;
font-size: 16px;
font-weight: normal;
text-transform: uppercase;
}

#sidebar a {
color: #FEF818;
font-weight: bold;
}

/* Footer */
#footer {
clear: both;
padding-bottom: 30px;
background: #F7F7F7 url(images/back-foot.jpg) repeat-x top left;
border-top: 3px solid #dfdfdf;
}

/* American Cancer Society Logo */

#acslogo {
margin-left: 150px;
display: block;
width: 155px;
height: 100px;
position: absolute;
top: 0px;
left: 50%;
background: transparent url(images/acslogo.gif) no-repeat top left;
}

#acslogo span {
display: none;
}

/* Clear Layouts */

br.clear,
li.clear,
hr.clear {
width: 10px !important;
visibility: hidden !important;
clear: left;
}