/*
THEME NAME: Baby B Blog Design
DESCRIPTION: A blog template for my kid...
AUTHOR: Jon P. Brousseau
VERSION: 1.0
*/

/* GLOBAL ---------------------------------------------------------------------------------- */

@import url('library/css/reset.css');

body {
    background:#fff url(library/images/bg-body.gif) repeat-x fixed bottom left;
    }

/* #HEADER ---------------------------------------------------------------------------------- */

#header {
	width:819px;
	margin:0 auto;
	padding-top:22px;
	}
	
	#header h1 {
		text-indent:-9999px;
		background:url(library/images/logo.gif) no-repeat 20px 0;
		margin: 0 auto;
		width: 819px;
		height:57px;
		}
		
		#header h1 a {
			display:block;
			width:400px;
			height:41px;
			}

/* #WRAPPER ---------------------------------------------------------------------------------- */

#wrapper {
	width:819px;
	margin:0 auto;
	padding-bottom:20px;
	}

/* #CONTENT ---------------------------------------------------------------------------------- */

.alignleft,
.alignright,
.alignnone {
	display: block;
	padding:3px;
	border:1px solid #ccc;
	background:#f1f1f1;
	margin-bottom:10px;
	}

#content p.wp-caption-text {
	font-size:1.1em;
	font-style:italic;
	margin-bottom:0;
	padding-top:3px;
	display:block;
	}

.navigation a {
	color:#329ff3;
	text-decoration:none;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	height:20px;
	width:10em;
	}

.navigation a:hover {
	color:#000;
	}

.navigation a span {
	color:#999;
	font-size:1.5em;
	}

.nav-previous {
	float:left;
	}

.nav-next {
	float:right;
	text-align:right;
	}

#owl {
	position:fixed;
	z-index:-3;
	width:122px;
	height:233px;
	display:block !important;
	display:none;
	background:transparent url(library/images/owl.gif) no-repeat 0 0;
	bottom:0;
	right:0;
	}

#content {
	background-image: url(library/images/bg-copy.png) !important; 
	background-color: transparent !important;        
	background-image: none;                          
	background-color: #ffffff;                        
	width:504px;
	float:left;
	padding:0 20px;
	margin-bottom:30px;
	border: 1px solid #f8ceef;
	}


#content p {
	font: 1.3em/1.5em "arial", verdana, helvetica, sans-serif;
	color:#666666;
	margin-bottom:15px;
	}
	
	#content a {
		text-decoration:none;
		color:#329ff3;
		}
	
		#content p a:hover {
			color:#000;
			}
	
	#content p.entry-date {
		font-size:1em;
		color:#999;
		margin-bottom:5px;
		}
	
	#content p.entry-meta {
		font-size:1em;
		color:#999;
		padding-bottom:20px;
		border-bottom:10px solid #e2dee1;
		clear:both;
		}
		
		.comments-link {
			background:transparent url(library/images/comments.gif) no-repeat 0 0;
			padding-left:20px;
			padding-bottom:5px;
			}
	
		#content p.entry-content {
			margin-top:-5px;
			}
		
		.search-results {
			padding-top:10px;
			}
			
		#content p.entry-meta a {
			border-bottom: none !important;
			border-bottom: none;
			}
		
			#content p.entry-meta a:hover {
				color:#000;
				border-bottom: none !important;
				border-bottom: none;
				}

			#content p.disclaimer {
				font-size:1em;
				}

#content h1 {
	font: 1.8em/1.5em "helvetica", verdana, arial, sans-serif;
	font-weight:bold;
	color:#db92cc;
	padding-bottom:10px;
	border-bottom:10px solid #e2dee1;
	margin-top:15px;
	}
		
#content h2{
	font: 2em/1.5em "Georgia", times, serif;
	color:#503218;
	margin-bottom:5px;
	margin-top:10px;
	}

	#content h2 a {
		color:#503218;
		text-decoration:none;
		border-bottom: dotted 1px #999 !important;
		border-bottom: solid 1px #ccc;
		}
		
		#content h2 a:hover {
			color:#000;
			text-decoration:none;
			border-bottom: dotted 1px #333 !important;
			border-bottom: solid 1px #999;
			}
		
#content h3 {
	font: 1.2em/1.5em "helvetica", verdana, arial, sans-serif;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	}

#content blockquote p {
	padding: 0 2em;
	margin: 1.3em 0;
	font: 1.2em/1.2em "Georgia", times, serif;
	font-style:italic;
	color:#666666;
	line-height:1.5em;
	border-left:20px solid #e2dee1;
	}

/* #COMMENTS ---------------------------------------------------------------------------------- */

#comments {
	font-size:.9em;
	line-height:1.5em;
	}

div#comments-list {
	margin:0 0 2em 0;
	padding:0 0 .8em 0;
	border-bottom:1px solid #ccc;
	}

#comments h3 {
	font-size:1.4em;
	line-height:1.5em;
	color:#20282f;
	margin-bottom:10px;
	}

	#comments h3 span {
		color:#db92cc;
		}

div.comment {
	margin-bottom:10px;
	}

#comments div.comment-entry {
	margin-top:-1px;
	padding: 12px 12px 1px 12px;
	font-size:1em;
	background: #e7f3fd;
	}

#comments div.comment-meta {
	height:28px;
	color:#888;
	margin:0;
	padding: 0 0 0 50px;
	overflow:hidden;
	background: url(library/images/marker.gif) no-repeat 15px 3px;
	}

.comment-author {
	color:#20282f;
	font-weight:bold;
	}

#comments p.unapproved {
	padding:12px;
	background:#fffbcc;
	border:1px solid #e6db55;
	}

/* COMMENT FORM ---------------------------------------------------------------------------------- */

#comments label {
	float:left;
	display:block;
	font-weight: bold;
	width:8em;
	margin-right:1em;
	clear:both;
	line-height:90%;
	color:#888;
	}

#comments textarea {
	width:400px;
	height:15em;
	}

input,
textarea,
select {
	font:1em/1.5em Arial, sans-serif;
	font-weight:normal;
	color:#000;
	background:#fdf7fc;
	border:1px solid #f6c2eb;
	text-decoration:none;
	padding:.3em;
	}

	#comments input:focus, #comments input:active,
	#comments textarea:focus, #comments textarea:active,
	#comments select:focus, #comments select:active,
	#searchform input.text:focus, #searchform input.text:active {
		background:#fff;
		border:1px solid #f6c2eb;
		}

#comments input.button {
	margin:0 0 0 7.5em;
	text-transform:uppercase;
	font-size:1.2em;
	color:#fff;
	font-weight: bold;
	background:#329ff3;
	padding:5px;
	}

#comments form div {
	clear:both;
	margin-bottom:12px;
	}

#comments form span.required {
	color:#c30;
	padding-left:.1em;
	}

/* #SIDEBAR ---------------------------------------------------------------------------------- */

#sidebar {
	float:right;
	width:241px;
	background-image: url(library/images/bg-sidebar.png) !important; 
	background-color: transparent !important;          
	background-image: none;                     
	background-color: #f3cceb;                      
	padding:10px 10px 3px 10px;
	border: 1px solid #e7b6dd;
	}

#search h2	{
	display:none;
	}

#search input.text	{
	width:150px;
	}

#search div	{
	margin-bottom:10px;
	}

#sidebar h2,
#sidebar h2 label	{
	font-size:1.1em;
	line-height:1.5em;
	text-transform:uppercase;
	margin-bottom:.1em;
	color:#db92cc;
	font-weight:bold;
	padding:7px 0;
	border-top: #db92cc 5px solid;
	}

	#sidebar h2 a {
		color:#20282f;
		text-decoration:none;
		}

#sidebar ul {
	font-size:1.1em;
	line-height:1.3em;
	}

#sidebar ul li {
	list-style: none;
	display: inline;
	}

#sidebar ul li a {
	display:block;
	width:243px;
	padding:5px 0;
	text-decoration:none;
	color:#000;
	border-top:#db92cc 1px solid;
	}
	
	#sidebar ul li a:hover,
	#sidebar ul li.current-cat a:hover,
	#sidebar ul li.current_page_item a:hover  {
		color:#d856bd;
		}
	
	#sidebar ul li.current-cat a,
	#sidebar ul li.current_page_item a {
		color:#000;
		}
	
		#sidebar ul ul  {
			margin:0;
			font-size:1em;
			}