/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Ten theme 
Author:         RealBird
Author URI:     http: //example.com/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

body{
	font-family: 'Droid Sans', 'lucida grande', tahoma, verdana, arial, sans-serif;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	
}

h1, h2, h3{
	color: #555;
}

#background{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}

#scroller{
	height: 100%;
	left: 0px;
	overflow: auto;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
}

#wrapper{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

#branding img{
}

a{
	color: #2E64A4;/*2aabcb;*/
}

a:visited{
	color: #2E64A4;
}

a:link{
	color: #2E64A4;
}

a:hover{
	color: #FF4B33;
}

#header{
	display:block;
}

#widget-title{
	color: #555;
	margin-bottom:12px;
}

#title-anchor{
	position:relative;
	/*left: 145px;
	top: 15px;*/
}

#site-title{
	/*background: transparent url(butterfly.png) no-repeat;
	line-height: 28px;
	font-size: 23px;*/
	font-family: 'Droid Sans', 'lucida grande', tahoma, verdana, arial, sans-serif;
	width:630px;
	height: 80px;
}

#site-title a{
	color: #2E64A4;
}

#content .entry-title{
	color: #555;
}

#content table{
border:0;
}

#content tr{
border:0;
}

#content td{
border:0;
}

.entry-title a:link, .entry-title a:visited
{
	color: #555;
}

.entry-title a:hover
{
	color: #FF4B33;
}

.widget-title{
	margin-bottom:10px;
}

#access{
	background-color: #E6E6E6;
	background: url(e6e6e6_40x100_textures_02_glass_75.png);
	background-position: 0px 50%;
	background-repeat: repeat-x;
	background-size: auto auto;
}

#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a{
	color: #111;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#access a{
	color: #555;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#access li:hover > a, #access ul ul :hover > a{
	color: #111;
	background-color: inherit;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration:underline;
}

/*
RealBird Plugin styles
*/

.realbird_plugin_postfooter_container{
	margin-top:20px; margin-bottom:20px;
}
.realbird_plugin_postfooter_header{
	font-weight:bold; margin-bottom:10px; 
}
.realbird_plugin_mapframe_container{
	border:2px solid #EFEFEF;
}
.realbird_plugin_mapframe_iframe{
	
}

