/**

 * Theme Name: Babyshow

 * Theme URI: http://themehybrid.com/themes/life-collage

 * Description: A collage of of one's thoughts, hobbies, and favorites.  A child theme of the 

Hybrid theme framework.

 * Version: 0.1

 * Author: Justin Tadlock

 * Author URI: http://justintadlock.com

 * Tags: brown, threaded-comments, microformats, two-columns, fixed-width

 * Template: hybrid

 *

 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.

 * http://justintadlock.com

 *

 * Life Collage is released under the GNU General Public License, version 2 (GPL).

 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

 *

 * This program is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 */

/* Get base CSS */

@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */

@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */

@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */

/* @import url('tabs.css'); */

/* Body */

body {

	font: 14px/22px sans-serif, Georgia, arial;
	color: #333;
	background: #AFE4EA repeat 0 0;
	}

/* Body container */

#body-container {

	width: 1120px;
	background: #fff url(images/corners.png) no-repeat 0 0;
	margin: 0px auto;
	}

/**

* Elements

************************************************/

/* Links */

a {

	color: #F89C1D;
  }

/*  a:hover {

	text-decoration: underline;

	} */

a: .selected a {

	color: #000000;
	}

a[href ^="mailto:"] { padding-right: 20px; background: transparent url(images/mail_icon.gif) no-repeat center right;
    }

/* Headers */

h1, h2, h3, h4, h5, h6 {

	margin-bottom: 10px;
	font-family: sans-serif, Georgia, arial;
	}

h2 {

	font-size: 17px;
	}

h3 {

	font-size: 16px;
	}

h4 {

	font-size: 15px;
	}

h5 {

	font-size: 14px;
	}

h6 {

	font-size: 13px;
	}

/* Lists */

.content ul {

	list-style: none;
	}

.content ul li {

	overflow: hidden;
	padding-left: 10px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}

/* Blockqoutes */

blockquote {

	overflow: hidden;
	margin: 0 10px;
	padding: 0 0 0 20px;
	background: url(images/blockquote.jpg) no-repeat 0 0;
	}

blockquote blockquote {
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	background: transparent;
	}

blockquote.pullquote {

	width: 200px;
	margin: 9px 0 3px 0;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #e9e5d5;
	border-bottom: 3px double #e9e5d5;
	}



.pullquote p {

	margin: 0;
	}

span.pullquote {

	float: none !important;
	margin: 0 !important;
	}

/* Code */

code {

	padding: 0 3px;
	background: url(images/dark.jpg) repeat 0 0;
	}

pre {
	overflow: hidden;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Alignment */

.alignleft, .left {

	float: left;
	margin-right: 10px !important;
	}

.alignright, .right {

	float: right;
	margin-left: 10px !important;
	}

.aligncenter, .center {

	display: block;
	margin: 0 auto 20px auto;
	}

.block {

	display: block;
	margin: 0 0 20px 0;
	}

.clear {

	clear: both;
	}

/* Tables */

table {

	width: 100%;
	margin-bottom: 20px;
	border-spacing: 1px;
	}

th {

	color: #8d5608;
	background: url(images/menu-bg.jpg) repeat-x 0 0;
	}

td {

	background: #fff repeat 0 0;
	}

th, td {

	padding: 5px;
	}

/* Drop caps */

.drop-cap {

	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: sans-serif, Georgia, arial;
	color: #b4a681;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Warnings, notes, errors, and downloads */

.note, .download, .warning, .alert, .error {

	padding: 10px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

/**

* Images

************************************************/

.post img {

	max-width: 470px;
	padding: 5px 5px 10px 5px !important;
	background: #00ABBD url(images/photo-bg.gif) repeat-x 0 bottom;
	}

.post img.dash {

    max-width: 676px;
	border: 0;
	padding: 0px 0px 5px 0px !important;
	}

.post img.lb {

    float: left;
	background: #00ABBD url(images/photo-bg.gif) repeat-x 0 bottom;
    margin-right: 10px !important;
	}

.post img.lr {

    float: left;
	background: #EB008B url(images/photo-bg.gif) repeat-x 0 bottom;
	margin-right: 10px !important;
	}

.post img.lo {

    float: left;
	background: #F89C1D url(images/photo-bg.gif) repeat-x 0 bottom;
	margin-right: 10px !important;
	}

.post img.rb {

    float: right;
	background: #00ABBD url(images/photo-bg.gif) repeat-x 0 bottom;
	margin-left: 10px !important;
	}

.post img.rr {

    float: right;
	background: #EB008B url(images/photo-bg.gif) repeat-x 0 bottom;
	margin-left: 10px !important;
	}

.post img.ro {

    float: right;
	background: #F89C1D url(images/photo-bg.gif) repeat-x 0 bottom;
	margin-left: 10px !important;
    }

.post img.cb {

	background: #00ABBD url(images/photo-bg.gif) repeat-x 0 bottom;
    margin-right: 10px !important;
	}

.post img.cr {

	background: #EB008B url(images/photo-bg.gif) repeat-x 0 bottom;
	margin-right: 10px !important;
	}

.post img.co {

	background: #F89C1D url(images/photo-bg.gif) repeat-x 0 bottom;
	margin-right: 10px !important;
	}	

/* Captions [caption] */

.wp-caption {

	max-width: 480px;
	padding: 5px 0 10px 0;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	text-align: center;
	}

.wp-caption p.wp-caption-text {

	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #8d5608;
	}

.wp-caption img, .wp-caption a img {

	max-width: 468px;
	margin: 0 auto;
	padding: 0 !important;
	background: transparent;
	border: 1px solid #d0ccbc;
	}

/* Thumbnails */

.thumbnail {

	float: left;
	width: 55px;
	height: 55px;
	margin: 10px 0 0 20px;

	}

/* Gallery [gallery] */

.gallery {

	margin-bottom: 20px !important;
	}

.gallery img {

	border: none !important;
	}

/**

* Header

************************************************/

#header {

	width: 1120px;
	height: 5px;
	margin: 0 auto;
	padding: 0 0px;
	background: #AFE4EA;
/*	background: url(images/body-bg.jpg) repeat 0 bottom; */
	}

#site-title {

	float: left;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

#site-title a {

	color: #9c8165;
	}

#site-description {

	margin: 10px 0 0 10px;
	float: left;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	}

/**

* Navigation

************************************************/

#navigation {

    float: left;
    width: 1120px;
	height: 19px;
	margin-bottom: 20px;
	padding: 20px 0px 0 0px;
	background: #fff url(images/corners.jpg) no-repeat;
	}

/* Page navigation */

#page-nav {

	float: left;
	width: 740px;
	}

#page-nav ul {

   float: left;
   list-style: none;
    margin: 10px  0 0 60px;
	}

#page-nav ul.menu {

	width: 1060px;
	}

#page-nav li a {

	display: block;
	padding: 8px 10px 12px 10px;
	font: 16px sans-serif, Georgia, arial;
	font-weight: bold;
	color: #EB008B;
	background: transparent no-repeat right 0;
	}

#page-nav li.current_page_item {

	color: #F89C1D;
	background: url(images/current-page.jpg) repeat-x 0 0;
	}

#page-nav li.current_page_item a{

	color: #F89C1D;
	background: url(images/current-page.jpg) repeat-x 0 0;
	}

/* Drop-down styles */

#page-nav ul ul {

	margin: 0px  0 0 60px;
	}

#page-nav li li {

	padding-top: 10px;
	margin-left: -50px;
	background: transparent;
	}

#page-nav li li a {

	color: #00AABC;
	background: transparent;
	}

#page-nav  li.current_page_item li a {

	color: #00AABC;
	background: transparent;
	}

#page-nav  li li.current_page_item a {

	color: #F89C1D;
	background: transparent;
	}


/* Search */

#navigation .search {

	float: right;
	width: 190px;
	height: 29px;
	background: url(images/search.jpg) no-repeat 0 0;
	}

#navigation input {

	font: 12px sans-serif, Georgia, arial;
	padding: 7px 0 0 0;
	background: transparent;
	border: none;
	}

#navigation .search-text {

	float: left;
	width: 136px;
	padding: 7px 10px 0 10px;
	color: #7e7558;
	}

#navigation .search-submit {

	float: left;
	width: 34px;
	font-weight: bold;
	color: #80713d;
	}

#navigation .search-submit:hover {

	cursor: pointer;
	}

/**
,
* Container (content and widget areas)

************************************************/

#container {

	overflow: hidden;
	width: 1120px;
	background: url(images/menu-bg.jpg) repeat 0 0;
	}

/* Splash */

#splash {

	overflow: hidden;
   	height: 391px;
	background: url(images/splash.jpg) repeat-x 0 0;
	}

#splash2 {
    float:right;
    overflow: hidden;
	margin: -95px 25px 0px 0px;
	padding: 0px 0 0 0px;
	}

#splash2 img {

    float: left;
	margin-right: 10px;
	}

#splash .widget {

	float: left;
	overflow: hidden;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	color: #365426;
	background: transparent;
	border: none;
	}

#splash .widget-title {

	color: #365426;
	}

/**

* Content

************************************************/

.content {

	overflow: hidden;
	float: left;
	/*padding: 40px 30px;*/
	padding: 0px 30px;
	width: 740px;
	}

.page-template-no-widgets .content, .no-widgets .content {

	width: 1020px;
	margin: 0px  0 0 50px;
	}

/* Posts */

.post {

	overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
	color: #042479;
/*	height: 560px; */
	font: 14px sans-serif, Georgia, arial;
	background: url(images/light.gif) repeat 0 0;
	border-top: 0px dashed #c5c7c9;
	}	


/* Entry title */

.entry-title {

	overflow: hidden;
	margin-left: 35px;
	padding: 10px;
    font-weight: bold;
	font: 20px sans-serif, Georgia, arial;
	background: url(images/border.jpg) repeat-x 0 bottom;
	}

.entry-title a {

	color: #000000;
	}

.categories {

	overflow: hidden;
	margin-left: 15px;
	}

.byline {

	overflow: hidden;
	margin-top: -20px;
	margin-left: 55px;
	}

/* Post Entry */

.entry-content, .entry-summary {

	overflow: hidden;
    margin-top: 15px;
    margin-left: 35px;
    margin-right: 15px;
	font: 14px/22px sans-serif, Georgia, arial;
	}

.more-link {

	background: url(images/more-link.jpg) no-repeat right 3px;
	}

/* Post Meta */

.entry-meta {

	overflow: hidden;
	padding: 20px 20px 5px 20px;
	font: 12px/22px sans-serif, Georgia, arial;
	background: url(images/border.jpg) repeat-x 0 0;
	}

.entry-meta a {

	color: #708266;
	}

/* Multi-paged posts */

p.pages a {

	overflow: hidden;
	margin: 0 3px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

.navigation-attachment {

	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 20px;
	}

/* Series */

.series {

	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 20px 0 20px;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}

.series-title {

	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 14px sans-serif, Georgia, arial;
	font-weight: bold;
	color: #708266;
	border-bottom: 1px solid #e9e5d5;
	}

.series ul {

	margin-left: 0;
	}

/* Archives and other page types */

.category-info, .author-info, .date-info, .tag-info, .archive-info, .search-info {

	overflow: hidden;
	margin-left: 35px;
	color: #333;
	}

.page-template-biography .author-info {

	margin: 0;
	border: none;
	}

.page-title, .category-title, .author-title, .date-title, .tag-title, .archive-title, .search-

title, .error-404-title {

    margin-top: 35px;
	margin-left: 0px;
	font: 18px sans-serif, Georgia, arial;
	background: url(images/border.jpg) repeat-x 0 bottom;
	}

.category-description, .author-description, .date-description, .tag-description, .archive-

description, .search-description {

	margin: 0 20px;
	}

.author-profile .avatar, .author-info .avatar {

	float: left;
	width: 55px;
	height: 55px;
	margin: 0 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}

.author-profile .author-name {

	margin-bottom: 0;
	}

/* Navigation links */

.navigation-links {

	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	background: url(images/light.gif) repeat 0 0;
	}

.previous {

	float: left;
	width: 40%;
	padding-left: 23px;
	background: url(images/previous.jpg) no-repeat 0 5px;
	}

.next {

	float: right;
	width: 40%;
	text-align: right;
	padding-right: 23px;
	background: url(images/next.jpg) no-repeat right 5px;
	}

/* WP PageNavi */

.wp-pagenavi {

	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px;
	background: url(images/light.gif) repeat 0 0;
	}

.wp-pagenavi .pages {

	margin-right: 6px;
	padding: 3px 6px;
	}



.wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

/**

* Widget Areas

************************************************/

#primary {

	overflow: hidden;
	float: left;
	width: 220px;
	padding-top:10px;
    margin-top: 20px;
	line-height: 19px;
	}

#secondary {

	overflow: hidden;
	float: right;
	background: #C6C7C9 url(images/photo-bg.gif) repeat;
	width: 220px;
	/*margin-top: 52px;*/
	margin-right: 40px;
	line-height: 19px;
 	}


/* Widgets */

#primary .widget {

	overflow: hidden;
	margin: 0 0px 0px 0px;
	padding: 14px 20px 0 20px;
	height: 765px;
	background: url(images/blue-cow-bg.jpg);
	border-top: 1px dashed #C6C7C9;
	border-left: 1px solid #C6C7C9;
	border-right: 1px solid #C6C7C9;
	border-bottom: 1px dashed #C6C7C9;
	}

#secondary .widget {

	overflow: hidden;
	margin-left:  20px;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
	background: #fff;
    border-bottom: 2.5px dashed #AFE4EA;
	}

/* Widget title */

#primary .widget-title {

	padding: 5px 0 5px 0;
	font: 14px sans-serif, Georgia, arial;
	font-weight: bold;
	color: #042479;
	}

#secondary .widget-title {

    padding: 5px 5px 5px 0px;
	background: #fff;
	font: 14px sans-serif, Georgia, arial;
	font-weight: bold;
	color: #EB008B;
	}

/* Widget lists */

.widget ul {

	list-style: none;
	margin-left: 0;
	}

.widget ul ul {

	margin: 0;
	}



.widget ul li {

	margin: 0 0 6px 0;
	padding: 0 0 0px 0;
	font: 14px sans-serif, Georgia, arial;
	border-bottom: 0px dashed #c5c7c9;
	}

.content .widget ul li {

	overflow: hidden;
	font: 14px sans-serif, Georgia, arial;
	padding: 0 0 6px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}

.widget ul li a {

	color: #042479;
	}

.widget li.current_page_item a{

	font-weight: bold;
	color: #000000;
	}

.widget li.current_page_item li a{

	font-weight: normal;
	color: #042479;
	}

.widget ul li li, .content .widget ul li li {

	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 7px;
	font: 14px sans-serif, Georgia, arial;
	background: url(images/bullet.png) no-repeat 0 9px;
	border: none;
	}

.testimonials_manager_widget {

    font-weight: normal;
	color: #3A0080;
	}

/**

* Comments Template

************************************************/

#comments, #respond {

	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}

#comments #respond {

	padding: 15px 0 0 0;
	border: none;
	}

/* Comments header */

.comments-header, #reply {

	margin: 2px 0 20px 0;
	padding: 0 20px 18px 20px;
	font: normal normal 18px/19px sans-serif, Georgia, arial;
	background: url(images/border.jpg) repeat-x 0 bottom;
	}

#comments #reply {

	margin-bottom: 0;
	padding: 0 0 20px 0;
	background: transparent;
	}

#comments .comments-header {

	margin-bottom: 0;
	}

/* Comments list */

#comments ol {

	list-style: none;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin: 0 20px;
	}

#comments ol ol {

	margin: 0 0 0 10px;
	}

#comments li {

	overflow: hidden;
	padding: 19px 0 0 0;
	}

#comments li li {

	margin: 0;
	padding-left: 20px;
	background: url(images/comment-thread.jpg) no-repeat 0 25px;
	}

/* Avatar */

#comments .avatar {

	overflow: hidden;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}


/* Comment meta data */

.comment-meta-data {

	padding: 0 0 4px 0;
	font: 12px/22px sans-serif, Georgia, arial;
	}

.comment-meta-data a {

	color: #708266;
	}

/* Comment author */

.comment-author cite {

	font: normal bold 14px/22px sans-serif, Georgia, arial;
	}

.comment-author a {

	color: #8d5608;
	}

/* Comment text */

.comment-text {

	border-bottom: 1px solid #e5e0d0;
	}

/* Comments form */

#respond {

	padding: 15px 0 20px 0;
	}

#respond form {

	padding: 0 20px;
	}

#comments #respond form {

	padding: 0;
	}

#respond .form-author, #respond .form-email, #repsond .form-url {

	margin: 0 0 10px 0;
	}

#respond .form-author label, #respond .form-email label, #respond .form-url label {

	float: left;
	width: 70px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 10px;
	font: normal normal 12px/19px sans-serif, Georgia, arial;
	background: url(images/comment-submit.jpg) repeat 0 0;
	}

.text-input {

	display: block;
	padding: 5px 5px 6px 5px;
	border: 1px solid #e9e5d5;
	}

#respond .text-input {

	width: 275px;
	}

#respond .form-textarea label {

	display: none;
	}

textarea {

	width: 98%;
	border: 1px solid #e9e5d5;
	}

#respond .form-submit {

	overflow: hidden;
	}

#respond .button {

	float: left;
	padding: 5px 30px;
	margin: 0 10px 10px 0;
	font: normal bold 12px/19px sans-serif, Georgia, arial;
	color: #80713d;
	background: url(images/comment-submit.jpg) repeat 0 0;
	border: none;
	}

.button:hover {

	cursor: pointer;
	}

.comment-action {

	clear: both;
	}

/**

* Footer

************************************************/
 Subsidiary */

#subsidiary {

	float: left;
	overflow: hidden;
	width: 760px;
	padding: 20px 0 0 20px;
	margin: 0 0 20px 0;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}

#subsidiary .widget {

	float: left;
	overflow: hidden;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */

#footer {

	clear: both; 
	overflow: hidden;
	width: 1120px;
	height: 180px;
	padding: 0px;
	font: 12px/19px sans-serif, Georgia, arial;
	color: #fff;
	background: url(images/ft-bg.jpg) repeat-x 0 0;

	}

#footer a {

	color: #fff;
	}

#footer .copyright {

	float: left;
	margin-left: 5px;
    margin-top: 150px;
	width: 40%;
	}

#footer .credit {

	float: right;
    margin-right: 5px;
	margin-top: 130px;
	text-align: right;
	width: 50%;
	}

/* Some IE6-specific rules b/c it can't seem to handle background images correctly */

.ie6 blockquote, .ie6 .series, .ie6 .post, .ie6 .entry-title, .ie6 #primary, .ie6 #secondary, .ie6 

#subsidiary, .ie6 .widget,

.ie6 .category-info, .ie6 .author-info, .ie6 .date-info, .ie6 .tag-info, .ie6 .archive-info, .ie6 

.search-info,

#comments li {

	height: 100%;
	}

#post-607 {

	background: url(images/lcoh.png);
	float: left;
	height: 983px;
	width: 695px;
	margin: 20px 5px 0 40px;
    }

#post-607 img {
	max-width: 470px;
	background: transparent;
	}
	
#post-882 {

	background: url(images/charity.png);
	float: left;
	color: #007889;
	height: 1900px;
	margin: 20px 15px 0 30px;
	}
	
#post-882 img {
	max-width: 470px;
	background: transparent;
	}
	
#charity {
    font-family:"Times New Roman";
	font-size:14px;
	}
	
#charity1 {
    font-family:"Calibri";
	font-size:13px;
	}

#charity2 {
    color: #fff;
	}	

	
#post-1052 {

	background: url(images/comp.jpg);
	float: left;
	width: 696px;
	height: 1450px;
	margin: 10px 5px 0 30px;
	}
	
#post-1052 img {
	max-width: 470px;
	background: transparent;
	}
	
#post-1078 img {
	max-width: 470px;
	background: transparent;
	}
