/*
Theme Name: Pink Bird
Theme URI: http://randaclay.com/themes/
Description: Pinkbird is a happy pink and brown, SEO optimized, 3-column, widget-ready theme created for Wordpress. This theme and several hundred of others are available for free download at <a href="http://www.wordpresstemplates.com/">Wordpress Templates</a>.
Version: 1.0
Author: Randa Clay
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 0px 0px 0px;
    background: #f0f0f0;
	background-repeat: repeat-y;
	background-image: url(images/bg.jpg);
    font-family: "Lucida Grande", Arial, Sans-Serif;
	font: 62.5% Arial, Verdana, Sans-Serif; /* Resets 1em to 10px */
    height: 100%;
}

#header {
	text-align: left;
    padding: 0px;
    margin: 0px;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    float: left;
}

#wrap {
    padding: 0px;
}

.content {
    font-size: 11px;
	font-family: "Lucida Grande", Arial, Sans-Serif;
    line-height: 15px;
}

#content {
    width: 600px;
    float: left;
}

/************************************************
*	Header, Headings, etc.						*
************************************************/

h1 {
    font-size: 20px;
    font-family: "Lucida Grande", Arial, Sans-Serif;
	font-weight: normal;
	margin-left: 40px;
	margin-top: 20px;
	color: #000;
    width: 450px;
    padding: 0px;
}

h1 a, h1 a:active, h1 a:link, h1 a:visited {
	font-weight: normal;
	color: #000;
}

h1 a:hover {
	font-weight: normal;
	color: #f10;
}

h2 {
    font-size: 20px;
    line-height: 23px;
    font-family: "Lucida Grande", Arial, Sans-Serif;
	font-weight: normal;
	color: #f10;
    margin: 0px 0px 0px 0px;
}

h2 a, h2 a:active, h2 a:link, h2 a:visited {
	font-weight: normal;
	color: #f10;
}

h2 a:hover {
	font-weight: normal;
	color: #f10;
}

h2 {
    font-size: 20px;
    line-height: 23px;
    font-family: "Lucida Grande", Arial, Sans-Serif;
	color: #ff1100;
    margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
}

#description {
	font-size: 14px;
    font-family: "Lucida Grande", Arial, Sans-Serif;
	color: #000;
    width: 450px;
    margin-left: 40px;
}

/************************************************
* Navigation/Menu								*
************************************************/

ul.menu {
	font-size: 20px;
	line-height: 23px;
	font-family: "Lucida Grande", Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index:1;
	top: 20px;
	left: 605px;
	width: 280px;
	list-style: none;
	list-style-position: inside;
}

ul.menu li a, ul.menu li a:active, ul.menu li a:link, ul.menu li a:visited {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

ul.menu li a:hover {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration: none;
	color: #f10;
}

/************************************************
*	Basics										*
************************************************/

img {
    border: none;
}

a, a:active, a:link, a:visited {
	color: #ff1100;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff1100;
	font-weight: bold;
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content                                *
************************************************/

.item {
    padding: 0px 0px 5px 0px;
    margin: 20px 40px 20px 40px;
	background-color: #ffffff;
    border-bottom: 1px dotted #ccc;
}


.item p {
    font-size: 11px;
    line-height: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.item p a {
	text-decoration: none;
}

.item p a:hover {
	color: #999;
}

.item img {
    padding: 0px;
    margin: 0px;
    background: #f0f0f0;
}

.item ul {
	list-style-image:url(images/bullet.gif);
	padding-left: 10px;
	margin: 0px 0px 10px 3px;
}

.item ol {
	list-style-image:url(images/bullet.gif);
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 12px;	
}

.itemheader {
	padding-top: 5px;
	padding-bottom: 7px;
    margin-bottom: 0px;
}

.date {
	font-size: 11px;
    font-weight: normal;
    color: #999;
	margin-top: 5px;
    margin-bottom: 10px;
}

.date a {
    font-weight: normal;
}

input {
	font-size: 100%;
}

.metadata {
	font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #999;
    margin: 0px;
	padding: 0px;
}

.metadata a:link, .metadata a:visited {
	color: #999;
}

.metadata a:hover {
	color: #f10;
}

cite {
	font-size: 13px;
}

blockquote {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: italic;
}

blockquote p {
	font-size: 13px!important;
	color: #666;
}

blockquote cite {
	font-size: 13px;
	display: block;
}


/************************************************
* Sidebar     	                                *
************************************************/

#sidebar {
    width: 200px;
	padding: 0px;
	margin-top:21px;
	float: left;
}

#metabar {
    font-size: 11px;
    line-height: 14px;
    color: #666;
	float: left;
	width: 200px;
	padding: 5px 5px 20px 0px;
}

#sidebar a {
    font-weight: normal;
}
	
#sidebar p {
	padding: 3px 0px 0px 0px;
	margin: 0px;
    line-height: 15px;
}
	
#sidebar ul {
    /*ES:Left Sidebar Text & Dots*/
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 3px;
    list-style-image:url(images/bullet.gif);
    list-style-position: outside;
}

#sidebar li {
    /*ES:Left Sidebar Text & Dots*/
    margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#sidebar ul li a {
    /*ES:Sidebar-Items*/
    color: #666;
	text-decoration: none;
}

#sidebar ul li a:hover {
    /*ES:Sidebar-Items*/
	color:#ff1100;
}

#sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
    list-style-image:url(images/bullet.gif);
    list-style-position: outside;
}

#sidebar ul ul li {
	margin: 0px;
}

#sidebar ul ul ul {
	margin: 0px; 
	padding: 0px 0px 0px 14px;
    list-style-image:url(images/bullet.gif);
    list-style-position: outside;
}

#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;
}

/************************************************
* RSS											*
************************************************/

.feedarea {
	height: 30px;
	background-image:url(images/rss.png);
    background-repeat: no-repeat;
	padding-left:35px;
}

.feedarea a {
    color: #627a8b;
}

.feedarea a:hover {
    color: #ff1100;
}

/************************************************
* Comments										*
************************************************/

#comment {
	width: 470px;
	float: left;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	/*border: 1px dotted #ccc;*/
}

#comment p {
	margin-top: 5px;
	/*border: 1px dotted #ccc;*/
}

#comment a {
	text-decoration: none;
	color: #999;
}

#comment a:hover {
	color: #ff1100;
}

.comment {
	font-family: "Lucida Grande", Arial, Sans-Serif;
    font-size: 11px;
    line-height: 15px;
}

/*.commenttext {
	clear: both;
	width: 450px;
}

.commenttext-admin {
	clear: both;
	width: 450px;
}*/

#commentsform {
	text-align: left;
}

.commentsformfield {
	border:1px solid;
	border-color: #737373 #999999 #999999 #999999;
	padding: 3px;
	margin-right: 10px;
}

#commentsform form textarea {
	width: 99%;
	margin: 2px;
	padding: 3px;
}

/************************************************
* Page-Navigation								*
************************************************/

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.navigation {
    font-size: 11px;
    line-height: 15px;
    font-family: "Lucida Grande", Arial, Sans-Serif;
	margin: 10px 40px 60px 40px;
	color: #000;
}

.navigation a:link, .navigation a:hover, .navigation a:visited {
	color: #ff1100;
}

/************************************************
* Calendar										*
************************************************/

#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #today {
	background: ;
	color: #999;
}

#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 th {
	font-style: normal;
	text-transform: capitalize;
}

/************************************************
* Footer										*
************************************************/

#footer {
    font-size: 11px;
    width: 520px; 
    height: 90px;	
	margin-left: 40px;
	color: #999;
}

#footer a:active, #footer a:link, #footer a:visited {
	color: #666;
    text-decoration: none;
}

#footer a:hover {
	color: #ff1100;
    text-decoration: none;
}

#fucker a:active, #fucker a:hover, #fucker a:link, #fucker a:visited {
	color: #fff;
    text-decoration: none;
}