/* @override http://sardofamily.com/blog/wp-content/themes/bluebird-10/style.css */

/* @override http://sardofamily.com/blog/wp-content/themes/bluebird-10/style.css */

/* @override 
	http://sardofamily.com/blog/wp-content/themes/bluebird-10/style.css
	http://sardofamily.com/blog/wp-content/themes/bluebird-10/style.css
	http://sardofamily.com/blog/wp-content/themes/bluebird-10/style.css
*/

/*
Theme Name: Bluebird
Theme URI: http://randaclay.com/themes/
Description: Bluebird is a happy blue and brown, SEO optimized, 3-column, widget-ready theme created for Wordpress
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 0px 0px 0;
	margin: 0;
        background: #f3fbff;
        border-left: 20px solid #595441;
	font: 62.5% Verdana, "Lucida Grande", Lucida, sans-serif; /* Resets 1em to 10px */
        height: 100%; 
}

#wrap {
    padding-left: 20px;
	width: 1050px;
}


/************************************************
*	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/header1.jpg);	
        background-repeat: no-repeat;
		width: 714px;
        float: left;
	height: 343px;
}

#headleft h4{
        font-size: 3.0em;
	color: #69BFDE;
        padding: 0px 0px 0px 265px;
        margin: 10px 0px 0px 0px;
}

#headleft h4 a {
        color: #69BFDE;
}

#desc {
	font-size: 1.6em;
	color: #595441;
	font-style: normal;
        padding: 5px 0px 0px 268px;
	font-weight: normal;
}


/*- Main Menu in Header */


ul.menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
        z-index:1;
        top: 20;
	left: 770px;
	width: 210px;
        text-align: right;
        list-style: none;
        list-style-position:inside;
	font: 2.3em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul.menu li {
	display: block;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 10px 0px 0px 0px;
	}

ul.menu li a {
        color: #595441;
	margin:0px;
       	}

ul.menu li a:hover {
	color: #69BFDE!important;
	text-decoration: none;
       	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #595441!important;
	text-decoration: none;
     	}

/************************************************
*	Links and Headings									*
************************************************/


a img,:link img,:visited img {
	border-style: none;
}    



a, a:link {
	color: #4A8797;
	text-decoration: none;
}

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

h1 {
	color: #4A8797;
	font-weight: normal;
        margin: 0px;
        padding-bottom: 0px;
	font-size: 2.0em;
}

h1 a:link, h3 a:hover, h3 a:visited{
	color: #4A8797;
}

h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	color: #4A8797;
	font-weight: normal;
}


h5 {
	color: #4A8797;
        margin: 8px 0px 0px 0px;
	padding: 0px;
        font-variant: normal;
	font-weight: normal;
	border-bottom: 1px solid black;
	font-size: 1.3em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}



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


#content {
        width: 600px;
        float: left;
	background-color: transparent;
}

.item {
    margin-bottom: 1.5em;
    color: #595441;
	background: white no-repeat;
	border: 1px dashed red;
	padding: 0px 10px 20px;
}


.item p {
        line-height: 1.3em;
	font-size: 1.3em;
}

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

.item p a:hover{
	color: #4A8797;
}

.item img {
        padding: 5px;
        margin: 5px;
        background: #ffffff;
	border: 1px dotted #69BFDE;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;	
}

.item ol{
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;	
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 7px;
        margin-bottom: 18px;
	background-color: transparent;
	float: none;
	padding-right: 0;
	width: 100%;
}

.itemhead h3{
	display: inline;
}

.date{
	display: inline;
	text-align: right;
	font-size: 1.1em;
        margin-bottom: 20px;
}

input{
	font-size: 100%;
}

.metadata{
	font-size: 1.2em;
        line-height: 220%;
        margin-top: 20px;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #4A8797;
}

cite{
	font-size: 1.1em;
}

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: 420px;
	float: right;
	background-color: white;
	border-right: 1px dashed red;
	border-top: 1px dashed red;
	border-bottom: 1px dashed red;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px dashed red;
}

#l_sidebar {
	float: left;
	width: 200px;
	background-color: transparent;
	padding: 0px 5px 20px 10px;
}
	
#l_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
        font-size: 1.1em;
        color: #595441;
	}
	
#l_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;
}

#l_sidebar li {
        margin: 0px;
	padding: 0px;
        color: #595441;
}
#l_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#l_sidebar ul li a {
	color: #595441;
	text-decoration: none;
}

#l_sidebar ul li a:hover {
	color:#4A8797; 
}

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

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

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

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


#r_sidebar {
	float: right;
	width: 195px;
	padding: 0px 5px 20px 0;
	background-color: transparent;
}

#r_sidebar ul {
	margin: 0px 0px 20px 0px;
        font-size: 13px;
        color: #4A8797;
        list-style-type: disc;
        list-style-position: outside;
        color: #595441;
	border-width: 1.5px;
	border-color: red;
	border-left-style: none;
	border-bottom-style: none;
	padding: 0px 10px 20px;
}

#r_sidebar li {
        margin: 0px;
	padding: 0px;
        color: #595441;
}
#r_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
	
#r_sidebar ul li a {
	color: #595441;
	text-decoration: none;
}

#r_sidebar ul li a:hover {
	color:#4A8797; 
}

#r_sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
        font-size: 13px;
        color: #4A8797;
        list-style-type: disc;
        list-style-position: outside;
        color: #595441;
}

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

#r_sidebar ul ul ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
        font-size: 13px;
        color: #4A8797;
        list-style-type: disc;
        list-style-position: outside;
        color: #595441;
}

#r_sidebar ul ul ul li{
	margin: 0px;
}
	
#r_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 17px;
        font-size: 1.1em;
        color: #595441;
	}
	

li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}

.sidebarSearch{
	clear: both;
        margin-top: 10px;	
        margin-bottom: 10px;
	margin-left: 5px;
}

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

.feedarea  a {
       color: #595441;
}

/************************************************
*	Comment Area									*
************************************************/


#comment {
	width: 600px;
	background: white no-repeat;
	border: 1px dashed red;
	color: #595441;
	float: left;
	padding: 0px 10px 20px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #CCCCCC;
        font-size: 1.3em;
        
}
	
#comment {
	width: 560px;	
    padding: 10px 20px 20px 20px;
    border: 1px dashed red;
    margin-bottom: 3em;
    color: #515441;  
}

   
#comment  a{
	text-decoration: underline;
}

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

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
        font-weight: bold;
}
	
.commentdate {
	font-size: 1.2em;
	padding-left: 0px;
        font-weight: bold;
}
	
.commentlist p {
	clear: both;
	font-size: 1.2em;
}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
    font-weight: normal;
	width: 500px;
}

.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: 1.1em;
	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: 1.3em;
}

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

.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: #4A8797;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

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


#foot {
        width: 680px; 
        height: 40px;	
        text-align: left;
	margin-top: 20px;
	color: #595441;
        font-size: 1.1em;
}

#foot a:link, #foot a:hover, #foot a:visited{
	color: #4A8797;
        text-decoration: underline;
}


/************************************************
*	Tabber Style							*
************************************************/
 
.tabberlive .tabbertabhide {
 display:none;
}
.tabber {	
}
.tabberlive {
 margin:0 5px;
}
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 12px Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 text-decoration: none;
}
/*---- tabbertab = the tab content---------------------*/
.tabberlive .tabbertab {
 padding:5px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/*tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/*  Tabber  color start -------------------- */

ul.tabbernav li a
{
 background: #fff;
	color: #4a8797;
}

ul.tabbernav li a:link { color: #4a8797; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #595441;
 background: white;
}

ul.tabbernav li.tabberactive a
{
 background-color: #f9fdff;
 border-bottom: none;
 color: #595441;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*---- tabbertab = the tab content---------------------*/
.tabberlive .tabbertab {
 background: #f6fcfe;

}




/*************************************
	Tabber Box
**************************************/
/*Search box Rounded Corner start */
#xsnazzy {
	margin-bottom: 5%;
	margin: 5%;
}

.xtop, .xbottom {display:block; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height: 1px;}
.xb1 {margin: 0 5px;}
.xb2 {margin:0 3px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; padding:5px; height: 100%; overflow:hidden;}
/*Search box Rounded Corner End */


/*************************************
	Tabber box colors
**************************************/
/*Search box Rounded Corner start */
#xsnazzy {background: transparent;
}
.xtop, .xbottom { background:transparent; }
.xb2, .xb3, .xb4 {background: #b9bec0; border-left:1px solid #9b9b9b; border-right:1px solid #9b9b9b;
}
.xb1 {background:#9b9b9b;
}
.xb2 {border-width:0 2px;
	background-color: #b9bec0;
}
.xboxcontent {display:block; background: #b9bec0; border:0 solid #9b9b9b; border-width:0 0px;
	padding: 10px;
}
/*Search box Rounded Corner End */
#searchform .s {
	background: #fff;
	color: #333;
	border:1px solid #443b34;
}

ul.tablist { 	
	color: #595441;}
ul.tablist li  { 
	border-bottom:1px dotted #959595; 
	color: #595441;
	background:url(images/bullet-arrow.gif) no-repeat;
	background-position:3px 8px;}
ul.tablist li a         { 
	color: #595441; }
ul.tablist li a:hover 	{ 
	color: #fffc9e;}

  
.searchform .s {
	border: none;
	background: #fff;
	color: #333;
	border:1px solid #443b34;
}
#nav li {
	background: url(images/nav_black.png) top left no-repeat;
	}
#nav ul li:hover, #nav ul li.hover, #nav ul li.current_page_item {
	background: url(images/nav-active_black.png) top left no-repeat;
	}
#nav ul li:hover a, #nav ul li.hover a, #nav ul li.current_page_item a {
	color: #2f2717;	
	background: url(images/nav-active_black.png) top right no-repeat;
	}
#nav ul li a {
	color: #ffffff;
	background: url(images/nav_black.png) top right no-repeat;
	}
#nav ul li a:hover {
	color: #bb0505;
	background: url(images/nav-active_black.png) top right no-repeat;
	}


