/*
Theme Name: Pinkbird Redux
Theme URI: TrampledRose.org
Description: Pinkbird Redux is a happy pink and brown, SEO optimized, 2-column, widget-ready theme created for Wordpress; based largely on "Pinkbird" by Randa Clay (http://randaclay.com/themes/)
Version: 1.0
Author: Rob Lund
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/


html>body #content
{
	height: auto;
	min-height: 580px;
}

body
{
	padding: 0px;
	margin: 0px;
	background: #f3fbff;
	border-left: 20px solid #595441;
	font-family: Georgia, "Times New Roman", Times, Serif; 
	height: 100%; 
}

#wrap
{
    width: 760px;
    padding-left: 15px;
}

/************************************************
*	Header, Headings, etc.						*
************************************************/

#head
{
	text-align: left;
	background-color: #ffffff;
	background-image: url(images/header2.jpg);
	background-repeat: repeat-x;
	height: 343px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#headleft
{
	background-image: url(images/trampled_rose_logo.png);	
	background-repeat: no-repeat;
	height: 343px;
	width: 625px;
	float: left;
}

#headleft h4
{
	display: none; /* don't display the blog title now */
	font-size: 28px;
	color: #E696BB;
	padding: 0px 0px 0px 268px;
	margin: 10px 0px 0px 0px;
}

#headleft h4 a
{
	color: #E696BB;
}

#desc
{
	display: none; /* don't display the blog description now */
	font-size: 16px;
	color: #595441;
	font-style: italic;
	padding: 4% 2% 0px 273px;
}

#street_address
{
	font-size: 16px;
	color: #595441;
	font-style: italic;
	padding: 4% 2% 0px 250px;
}

#translations
{
	float: left;
	margin: 25px;
}


/*- Main Menu in Header */

ul.menu
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index:1;
	top: 200;
	left: 580px;
	width: 210px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	list-style: none;
	list-style-position:inside;
	line-height: 22px;
}

ul.menu li
{
	display: block;
	margin: 0;
}

ul.menu,
ul.menu li a
{
	padding: 0px;
}

ul.menu li a
{
	color: #595441;
	margin:0px;
}

ul.menu li a:hover
{
	color: #E696BB!important;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover
{
	color: #595441!important;
	text-decoration: underline;
}

/************************************************
*	Links and Headings							*
************************************************/


a img,:link img,:visited img
{
	border:none
}

a, a:link
{
	color: #8F506F;
	text-decoration: none;
}

a:hover
{
	color: #595441;
	text-decoration: none;
}

h1
{
	font-size: 22px;
	color: #8F506F;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 0px;
}

h1 a:link, h3 a:hover, h3 a:visited
{
	color: #8F506F;
}

h2
{
	font-size: 22px;
	line-height: 12px;
	color: #8F506F;
	font-weight: normal;
}

h5
{
	color: #8F506F;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
}

strong, b
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

code
{
	font: 11px 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content									*
************************************************/


#content
{
	width: 560px;
	float: left;
}

#page_content
{
	width: 660px;
	float: left;
}

.item
{
    padding: 0px 10px 10px 15px;
    margin-bottom: 15px;
    color: #595441;  
    border-bottom: 1px dotted #8F506F;
}

.item p
{
	font-size: 16px;
	line-height: 18px;	
}

.item p a
{
	text-decoration: underline;
}

.item p a:hover
{
	color: #4A8797;
}

.item img
{
	border: 1px dotted #8F506F;
	padding: 5px;
	margin: 5px;
	background: #ffffff;
}

.item ul
{
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 14px;	
}

.item ol
{
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 14px;	
}

.itemhead
{
	padding-top: 5px;
	padding-bottom: 7px;
	margin-bottom: 18px;
}

.itemhead h3
{
	display: inline;
	font-weight: bold;
}

.date
{
	display: inline;
	text-align: right;
	font-size: 11px;
	margin-bottom: 20px;
}

input
{
	font-size: 100%;
}

.metadata
{
	font-size: 12px;
	line-height: 220%;
	margin-top: 20px;
}

.metadata a:link, .metadata a:hover, .metadata a:visited
{
	color: #8F506F;
}

cite
{
	font-size: 11px;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}


/************************************************
*	Sidebar										*
************************************************/

#secondary
{
	width: 170px;
	padding: 0px;
	float: right;
}

#sidebar
{
	float: left;
	width: 170px;
	padding: 0px 5px 0px 0px;
}
	
#sidebar p
{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
	font-size: 12px;
	color: #595441;
}
	
#sidebar ul
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 3px;
	font-size: 13px;
	list-style-type: disc;
	list-style-position: outside;
	color: #595441;
}

#sidebar li
{
	margin: 0px;
	padding: 0px;
	color: #595441;
}

#sidebar ul li
{
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#sidebar ul li a
{
	color: #595441;
	text-decoration: none;
}

#sidebar ul li a:hover
{
	color:#8F506F; 
}

#sidebar ul ul
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
	font-size: 13px;
	color: #595441;
	list-style-type: disc;
	list-style-position: outside;
	color: #595441;
}

#sidebar ul ul li
{
	margin: 0px;
}

#sidebar ul ul ul
{
	margin-top:0; 
	margin-bottom:0;
	padding: 0px 0px 0px 14px;
	font-size: 13px;
	color: #595441;
	list-style-type: disc;
	list-style-position: outside;
	color: #595441;
}

#sidebar ul ul ul li
{
	margin: 0px;
}

li .categories, li .linkcat, li .pagenav
{
	margin: 0px;
	padding: 0px;
}

.sidebarSearch
{
	clear: both;
	margin-top: 10px;	
	margin-bottom: 10px;
	margin-left: 5px;
}


/************************************************
*	Comment Area									*
************************************************/


#comment
{
	width: 470px;
	background: #FFFFFF;
	color: #333333;
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
}
	
#comment
{
    padding: 10px 20px 20px 20px;
    border: 1px solid #cccccc;
    margin-bottom: 3em;
    color: #515441;  
}

   
#comment a
{
	text-decoration: underline;
}

#comment a:hover
{
	color: #8F506F;
}

ol#commentlist
{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	font-weight: bold;
}
	
.commentdate
{
	font-size: 12px;
	padding-left: 0px;
	font-weight: bold;
}
	
.commentlist p
{
	clear: both;
	font-size: 12px;
}

#commentlist li p
{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
	font-weight: normal;
	}

.commentname
{
	color: #333333;
	margin: 0px;
	padding: 5px 5px 0px 0px;
	}

.commentinfo
{
	clear: both;
}

.commenttext
{
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 10px;
	width: 450px;
	}

.commenttext-admin
{
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 450px;
}

#commentsformheader
{
	padding-left: 0px;
}

#commentsform
{
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#commentsform form
{
	text-align: left;
	margin: 0px;
}

#commentsform p
{
	margin: 0px;
}

#commentsform form textarea
{
	width: 99%;
}
	
p.comments_link  img
{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata
{
	font-size: 11px;
	float: right;
}

.commentlist li
{
	padding: 2px;
	border-top: 1px solid #cccccc;
}

.navigation
{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #515441;
	font-size: 13px;
}

.navigation a:link, .navigation a:hover, .navigation a:visited
{
	color: #8F506F;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}

/************************************************
*	Calendar									*
************************************************/


#wp-calendar
{
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a
{
	display: block;
	text-decoration: none;
}

#wp-calendar td
{
	color: #515441;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today
{
	background: ;
	color: #8F506F;
}

#wp-calendar th
{
	font-style: normal;
	text-transform: capitalize;
}

/************************************************
*	Footer										*
************************************************/

#foot
{
	width: 660px;
	height: 75px;
	border-top: 2px dotted #595441;
	font-family: Arial;
	text-align: left;
	margin-top: 20px;
	padding-top: 10px;
	color: #595441;
	font-size: 12px;
}

#foot a:link, #foot a:hover, #foot a:visited
{
	color: #8F506F;
	text-decoration: underline;
	font-weight: bold;
}

.feedarea 
{
	height: 100px;
	background-image:url(images/feed_pink_50.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

.feedarea  a
{
	color: #595441;
}

.feedarea  a:hover
{
	color: #8F506F;
}
