/* CSS Document */
/*
main body text is 11px, so we do --
 
11/16 = x/100 and x = 68.75.
 
therefore, we set the body font-size: 68.75%
 
"From now on it’s easy to think in pixels but still set sizes in terms of ems: 1em is 10px, 0.8em is 8px, 1.6em is 16px, etc."
child pixels / parent pixels = child ems
so in our case:
 
for a 10px footer:  10/11 = 0.91em
for a 14px header: 14/11 = 1.27em
*/
/* Import other stylesheets
-----------------------------------------------------------------------------*/

@import url("reset.css"); 

body {
    background: url("http://burburandfriends.com/Images/bg_landscape1.jpg") repeat-x scroll center top #1480AF;
}

h2
{
	color:#4C8CC7;
	font-family:Arial,sans-serif;
	font-size:22px;
	line-height:26px;
	padding-bottom:18px;	
}

.post h2
{
	font-size:18px;
	line-height:22px;
	padding:0 0 5px 0;
}
.post small
{
	color:#4C8CC7;
	padding:0 0 18px 0;
	display:block;
}
p.postmetadata
{
	font-size:10px;
}
.post
{
	border-bottom:solid 1px #CCC;
	margin-bottom:20px;
}

/* ----- CLASSES-----*/
#content_home h2.IntroHeader
{
	color:#4c8cc7;	
	font-family: Arial, sans-serif;
	font-size:22px;
	line-height:26px;
}	
#rightcontent h2.IntroHeader
{
	color:#4c8cc7;	
	font-family: Arial, sans-serif;
	font-size:22px;
	line-height:26px;
	padding-bottom:18px;
}
#rightcontent h3
{
	font-weight:bold;
	font-size:12px;
	padding-bottom:5px;
}
a:link, a:visited
{
	color:#f5541b;
	text-decoration:none;
}
a:hover, a:active
{
	color:#8e9a1c;
	text-decoration:none;
}	
a.arrow:link, a.arrow:visited, a.arrow:hover
{
	background-image:url(/wp-content/themes/burbur/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0 11px;
}
.rssitem
{
	padding:0 0 10px 0;
}
	
a.hiddenpromolink
{
	width:210px;
	height:32px;
	display:block;
}	
a.hiddenpromolink span
{
	position: absolute;
	left: -999em;
	top: 0px;
}	
table.privacy
{
    border-left:solid 1px #CDCD9F;
    border-bottom:solid 1px #CDCD9F;
}
table.privacy td
{
    border-top:solid 1px #CDCD9F;
    border-right:solid 1px #CDCD9F;
}
.green
{
    color:#8e9a1c;
} 
sup.title
{
	line-height:20px;
	vertical-align:bottom;
	font-size:12px;
}
img.thumb 
{
    padding-right:23px;
    padding-bottom:23px;
}
/* GM 10-27-08 */
img.thumb2 
{
    padding-right:12px;
    padding-bottom:23px;
}

/* ----- MAIN FRAME -----*/
html
{
	/*background-color:#	;*/
	padding:0;
	margin:0;
}
body
{
	width:100%;
	margin:0;
	padding:0;
	font-family:Verdana;
	color:#666666;
	font-size:11px;
	line-height:18px;	
}	
em
{
	font-style:italic;
}
body.bg-0
{
	background: #1480af url(/wp-content/themes/burbur/images/bg_landscape1.jpg) repeat-x top center;
}	
body.bg-1
{
	background: #789928 url(/wp-content/themes/burbur/images/bg_landscape2.gif) repeat-x top center;
}
body.bg-2
{
	background: #6e903a url(/wp-content/themes/burbur/images/bg_landscape3.jpg) repeat-x top center;
}
#rightcontent ul
{
	margin:0;
	list-style:disc;
	padding:0 0 8px 25px;
}
#rightcontent li
{	
	padding:0 0 10px 0;
}	
* html #container
{
	padding-left:7px;
}		
#container
{
	width:980px;
	margin:0 auto;
	padding:0;
}
p
{	
	margin:0;
	padding:0 0 18px 0;
}

a.awards-home, a.awards-home:link, a.awards-home:visited
{
	background:transparent url(/wp-content/themes/burbur/images/btn-view-awards-home.jpg) no-repeat 0 0;
	width:240px;
	height:32px;
	text-indent:-9999em;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}
a.awards-home:hover, a.awards-home:active
{
	background-position:0 -32px;
}

a.awards-internal, a.awards-internal:link, a.awards-internal:visited
{
	background:transparent url(/wp-content/themes/burbur/images/btn-view-awards-internal.jpg) no-repeat 0 0;
	width:138px;
	height:51px;
	text-indent:-9999em;
	display:block;
	overflow:hidden;
}
a.awards-internal:hover, a.awards-internal:active
{
	background-position:0 -51px;
}

a.fb-home, a.fb-home:link, a.fb-home:visited
{
	background:transparent url(/wp-content/themes/burbur/images/btn-fb-home.jpg) no-repeat 0 0;
	width:220px;
	height:26px;
	text-indent:-9999em;
	display:block;
	overflow:hidden;
}
a.fb-home:hover, a.fb-home:active
{
	background-position:0 -26px;
}
a.fb-internal, a.fb-internal:link, a.fb-internal:visited
{
	background:transparent url(/wp-content/themes/burbur/images/btn-fb-internal.jpg) no-repeat 0 0;
	width:138px;
	height:51px;
	text-indent:-9999em;
	display:block;
	overflow:hidden;
}
a.fb-internal:hover, a.fb-internal:active
{
	background-position:0 -51px;
}
a.rss-internal, a.rss-internal:link, a.rss-internal:visited
{
	background:transparent url(/wp-content/themes/burbur/images/btn-rss-internal.jpg) no-repeat 0 0;
	width:138px;
	height:51px;
	text-indent:-9999em;
	display:block;
	overflow:hidden;
}
a.rss-internal:hover, a.rss-internal:active
{
	background-position:0 -51px;
}

select.archive-dropdown
{
	margin:15px 0 0 15px;
	font-size:11px;	
}

/* ----- HEADER ITEMS-----*/
* html #header
{
	width:980px;
	height:165px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/burbur/images/bg-header.png',sizingMethod='scale');
}
#header
{
	width:980px;
	height:165px;
	background-image:url(/wp-content/themes/burbur/images/bg-header.png);
	background-repeat:no-repeat;
	padding:0;
	border:0;	
}	
#logo
{
	float:left;
	width:213px;
	height:165px;	
	padding:0;
	margin:0;	
}	
* html #logo a
{
	height:165px;
	width:213px;
	display:block;
	position:relative;
}
#logo a
{
	height:165px;
	width:187px;
	display:block;
}
#logo a span
{
	position: absolute;
	left: -999em;
	top: 0px;
}
#navigation
{
	float:left;
	width:767px;
	height:165px;
	padding:0;
	margin:0;
}
#authors
{
	margin-left:579px;
	background-image:url(/wp-content/themes/burbur/images/NavAbout.gif);
	background-position:0 -44px;
	background-repeat:no-repeat;
	width:125px;
	height:44px;	
}
#authors a:link, #authors a:visited
{
	background-image:url(/wp-content/themes/burbur/images/NavAbout.gif);
	background-repeat:no-repeat;
	background-position:0 0;	
	width:125px;
	height:44px;
	display:block;
}	
* html #authors a:link{position:relative;}
* html #authors a:visited{position:relative;}
#authors a:hover, #authors a:active
{
	background-image:none;	
}
#authors a span
{
	position: absolute;
	left: -999em;
	top: 0px;
}	
#buynow
{
	background-image:url(/wp-content/themes/burbur/images/BuyNow.gif);
	background-repeat:no-repeat;
	background-position:0 -33px;	
	width:73px;
	height:33px;
	margin:13px 0 17px 458px;	
}
#buynow a:link, #buynow a:visited
{
	background-image:url(/wp-content/themes/burbur/images/BuyNow.gif);
	background-repeat:no-repeat;
	background-position:0 0;	
	width:73px;
	height:33px;
	display:block;
}	
#buynow a:hover, #buynow a:active
{
	background-image:none;
	width:73px;
	height:33px;
}
#buynow a span
{
	position: absolute;
	left: -999em;
	top: 0px;
}
/* ----- GLOBAL MENU ITEMS-----*/
#menu
{
	margin:0;
	padding:0;
}
#sub-menu
{
	margin:0;
	padding:62px 0 49px 294px;
	height:17px;
}
#menu ul, #sub-menu ul
{
	list-style:none;
	padding:0;
	margin:0;
}
#menu ul li, #sub-menu ul li
{
	float:left;
	padding:0;
	position:relative;
}		
/* second tier navigation */
* html #sub-menu li.parents-educators a, * html #sub-menu li.parents-educators a:link,
* html #sub-menu li.parents-educators a:visited
{
	cursor:pointer;
	width:131px;
	height:17px;	   
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/burbur/images/nav-parents-educators-ie.png',sizingMethod='scale');
}
#sub-menu li.parents-educators a, #sub-menu li.parents-educators a:link, #sub-menu li.parents-educators a:visited
{
	background:transparent url(/wp-content/themes/burbur/images/nav-parents-educators.png) no-repeat 0 0;
	width:131px;
}
* html #sub-menu li.about a, * html #sub-menu li.about a:link,
* html #sub-menu li.about a:visited
{
	cursor:pointer;
	width:37px;
	height:17px;	   
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/burbur/images/nav-about-ie.png',sizingMethod='scale');
}
#sub-menu li.about a, #sub-menu li.about a:link, #sub-menu li.about a:visited
{
	background:transparent url(/wp-content/themes/burbur/images/nav-about.png) no-repeat 0 0;
	width:37px;
}
#sub-menu li.buy-now 
{
	position:relative;
}
#sub-menu li.buy-now a, #sub-menu li.buy-now a:link, #sub-menu li.buy-now a:visited
{
	background:transparent url(/wp-content/themes/burbur/images/nav-buy-now.jpg) no-repeat 0 0;
	width:68px;	
	margin-left:83px;
	display:block;
	cursor:pointer;
}

#sub-menu li.parents-educators a, #sub-menu li.parents-educators a:link, #sub-menu li.parents-educators a:visited,
#sub-menu li.about a, #sub-menu li.about a:link, #sub-menu li.about a:visited,
#sub-menu li.buy-now a, #sub-menu li.buy-now a:link, #sub-menu li.buy-now a:visited
{	
	height:17px;
	overflow:hidden;
	text-indent:-9999em;
	text-decoration:none;
	display:block;
}
#sub-menu li.parents-educators a:hover, #sub-menu li.parents-educators a:active,
#sub-menu li.about a:hover, #sub-menu li.about a:active,
#sub-menu li.buy-now a:hover, #sub-menu li.buy-now a:active,

#sub-menu li.parents-educators a.selected, #sub-menu li.parents-educators a.selected:link, #sub-menu li.parents-educators a.selected:visited,
#sub-menu li.about a.selected, #sub-menu li.about a.selected:link, #sub-menu li.about a.selected:visited,
#sub-menu li.buy-now a.selected, #sub-menu li.buy-now a.selected:link, #sub-menu li.buy-now a.selected:visited,
#sub-menu li.parents-educators a.selected:hover, #sub-menu li.parents-educators a.selected:active,
#sub-menu li.about a.selected:hover, #sub-menu li.about a.selected:active,
#sub-menu li.buy-now a.selected:hover, #sub-menu li.buy-now a.selected:active
{
	background-position:0 -17px;
}

* html #sub-menu li.parents-educators a:hover,* html #sub-menu li.parents-educators a:active,
* html #sub-menu li.parents-educators a.selected, * html #sub-menu li.parents-educators a.selected:link,
* html #sub-menu li.parents-educators a.selected:visited,
* html #sub-menu li.parents-educators a.selected:hover,* html #sub-menu li.parents-educators a.selected:active
{
	width:131px;
	height:17px;	   
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/burbur/images/nav-parents-educators-ie-o.png',sizingMethod='scale');
}
* html #sub-menu li.about a:hover,* html #sub-menu li.about a:active,
* html #sub-menu li.about a.selected, * html #sub-menu li.about a.selected:link,
* html #sub-menu li.about a.selected:visited,
* html #sub-menu li.about a.selected:hover,* html #sub-menu li.about a.selected:active
{
	width:37px;
	height:17px;	   
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/burbur/images/nav-about-ie-o.png',sizingMethod='scale');
}


* html #sub-menu li.sub-menu-divider
{
	width:52px;
	height:17px;	   
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/burbur/images/nav-sub-menu-divider.png',sizingMethod='scale');
}
#sub-menu li.sub-menu-divider
{
	background:transparent url(/wp-content/themes/burbur/images/nav-sub-menu-divider.png) no-repeat 0 0;
	width:52px;
	height:17px;
}	

/* main tier navigation */

#menu li.meet a, #menu li.meet a:link, #menu li.meet a:visited
{
	background:transparent url(/wp-content/themes/burbur/images/nav-meet.jpg) no-repeat 0 0;	
	width:200px;
}
#menu li.games a, #menu li.games a:link, #menu li.games a:visited
{
	background:transparent url(/wp-content/themes/burbur/images/nav-games.jpg) no-repeat 0 0;	
	width:167px;
}
#menu li.blog a, #menu li.blog a:link, #menu li.blog a:visited
{
	background:transparent url(/wp-content/themes/burbur/images/nav-blog.jpg) no-repeat 0 0;	
	width:38px;
}
#menu li.products a, #menu li.products a:link, #menu li.products a:visited
{
	background:transparent url(/wp-content/themes/burbur/images/nav-products.jpg) no-repeat 0 0;	
	width:79px;
}

#menu li.meet a, #menu li.meet a:link, #menu li.meet a:visited,
#menu li.games a, #menu li.games a:link, #menu li.games a:visited,
#menu li.blog a, #menu li.blog a:link, #menu li.blog a:visited,
#menu li.products a, #menu li.products a:link, #menu li.products a:visited
{
	height:19px;
	overflow:hidden;
	text-indent:-9999em;
	text-decoration:none;
	display:block;	
}
#menu li.meet a:hover, #menu li.meet a:active,
#menu li.games a:hover, #menu li.games a:active,
#menu li.blog a:hover, #menu li.blog a:active,
#menu li.products a:hover, #menu li.products a:active,

#menu li.meet a.selected, #menu li.meet a.selected:link, #menu li.meet a.selected:visited,
#menu li.games a.selected, #menu li.games a.selected:link, #menu li.games a.selected:visited,
#menu li.blog a.selected, #menu li.blog a.selected:link, #menu li.blog a.selected:visited,
#menu li.products a.selected, #menu li.products a.selected:link, #menu li.products a.selected:visited,
#menu li.meet a.selected:hover, #menu li.meet a.selected:active,
#menu li.games a.selected:hover, #menu li.games a.selected:active,
#menu li.blog a.selected:hover, #menu li.blog a.selected:active,
#menu li.products a.selected:hover, #menu li.products a.selected:active
{
	background-position:0 -19px;	
}		

#menu li.divider
{
	background:transparent url(/wp-content/themes/burbur/images/nav-divider.jpg) no-repeat 0 0;
	width:69px;
	height:19px;
}
/* ----- HOME FEATURE-----*/
.feature
{
	width:876px;
	height:285px;		
	padding-bottom:24px;
	position:relative;
}
.feature-1
{
	background:transparent url(/wp-content/themes/burbur/images/feature-1.jpg) no-repeat 0 0;
	
}
.feature-1 .theme-content
{
	width:258px;
	padding:48px 0 0 40px;
}	
#feature-1-link
{
	position:absolute;
	left:342px;
	top:0;

}	
#feature-1-link a, #feature-1-link a:link, #feature-1-link a:visited
{
	display:block;	
	height:285px;
	width:521px;	
	text-indent:-9999em;
}	
.feature-2
{
	background:transparent url(/wp-content/themes/burbur/images/feature-2.jpg) no-repeat 0 0;
}
.feature-2 .theme-content
{
	width:244px;
	padding:30px 0 0 40px;
}	
#feature-2-link
{
	position:absolute;
	left:342px;
	top:0;
}	
#feature-2-link a, #feature-2-link a:link, #feature-2-link a:visited
{
	display:block;	
	height:285px;
	width:521px;	
	text-indent:-9999em;
}

.feature-3
{
	background:transparent url(/wp-content/themes/burbur/images/feature-3.jpg) no-repeat 0 0;
}
.feature-3 .theme-content
{
	width:255px;
	padding:60px 0 0 580px;
}	
#feature-3-link
{
	position:absolute;
	left:0;
	top:0;

}	
#feature-3-link a, #feature-3-link a:link, #feature-3-link a:visited
{
	display:block;	
	height:285px;
	width:521px;	
	text-indent:-9999em;	
}
p.theme
{
	padding:0;
}	
p.button
{
	padding:18px 0 0 0;
}	
a.theme-learn-more, a.theme-learn-more:link, a.theme-learn-more:visited
{
	background:transparent url(/wp-content/themes/burbur/images/btn-feature-learn-more.png) no-repeat 0 0;
	width:80px;
	height:17px;
	overflow:hidden;
	display:block;
	text-indent:-9999em;
	text-decoration:none;
}	
a.theme-learn-more:hover, a.theme-learn-more:active
{
	background-position:0 -17px;
}	
/* ----- LEFT NAV-----*/
#left-column
{
	float:left;
	width:208px;
}
#leftnav 
{
	padding:0;
	margin:0;
	background:transparent url(/wp-content/themes/burbur/images/bg-leftnav.jpg) no-repeat 0 0;	
}	
#leftnav h4.blog
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-blog.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.meet
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-meet.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.games
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-games.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.products
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-products.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.parents-educators
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-parents-educators.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.about
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-about.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.about
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-about.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.page-not-found
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-page-not-found.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.server-error
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-server-error.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.privacy
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-privacy-policy.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4.site-map
{
	background:transparent url(/wp-content/themes/burbur/images/leftnav-hdr-site-map.jpg) no-repeat 6px 0;
	width:191px;
	height:57px;
}
#leftnav h4 a, #leftnav h4 a:link, #leftnav h4 a:visited, 
#leftnav h4 a:hover, #leftnav h4 a:active
{
	width:191px;
	height:57px;
	display:block;
	text-indent:-9999em;	
}

#leftnav ul
{
	width:200px;	
	padding-left:5px;
	margin:0;
	background:transparent url(images/bg-leftnav-ul.jpg) 0 0 repeat-y;
}
#leftnav li
{
	width:170px;	
	background:transparent url(/wp-content/themes/burbur/images/bg-leftnav-li.jpg) no-repeat left bottom;		
}
#leftnav li ul li
{
	background:none;
}
#leftnav ul li ul
{
	padding:0;
	margin:7px 0 0 0;	
	width:170px;	
	background:transparent url(/wp-content/themes/burbur/images/bg-leftnav-li.jpg) no-repeat left top;		
}
#leftnav li.category
{
	width:170px;	
	padding:0;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	display:block;
	background:none;
	padding:6px 16px 9px;	
	color:#333;	
}
.leftnav-other-text
{
	background:transparent url(/wp-content/themes/burbur/images/bg-leftnav-other-content.jpg) repeat-y 0 0;	
	padding:20px 17px 20px 26px;
}
#leftnav-bottom
{
	background:transparent url(/wp-content/themes/burbur/images/bg-leftnav-bottom.jpg) no-repeat 0 0;	
	height:112px;
	width:200px;
}	

#leftnav li a, #leftnav li a:link, #leftnav li a:visited
{
	padding:0;
	color:#f5541b;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	display:block;
	background:none;
	padding:6px 16px;
}
#leftnav li a:hover, #leftnav li a:active,
#leftnav li a.selected, #leftnav li a.selected:link, #leftnav li a.selected:visited,
#leftnav li a.selected:hover, #leftnav li a.selected:active
{
	color:#687819;
	background:transparent url(/wp-content/themes/burbur/images/leftnav-big-dot.jpg) no-repeat 2px 11px;	
}	
.dot
{
	display:block;
	background:transparent url(/wp-content/themes/burbur/images/leftnav-big-dot.jpg) no-repeat 0 4px;	
	padding:0 0 0 16px;
}
#searchform
{
	padding:20px 0 0 0;
}
input#s
{
	width:100px;
}



#SubNavColoring
{	
	background-image:url(/wp-content/themes/burbur/images/SubNavColoring.gif);
	background-position:0 -31px;
	background-repeat:no-repeat;
	width:185px;
	height:31px;
}	
a.SubNavColoring:link, a.SubNavColoring:visited
{
	background-image:url(/wp-content/themes/burbur/images/SubNavColoring.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding: 10px 0 0 43px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, sans-serif;
	color:#333;
	font-size:16px;
	line-height:16px;
	display:block;
	width:142px;
	height:20px;
}
a.SubNavColoring:hover, a.SubNavColoring:active
{
	background-image:none;
	padding: 10px 0 0 43px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, sans-serif;
	color:#333;
	font-size:16px;
	line-height:16px;
	display:block;
}
a.SubNavColoringSelected:link, a.SubNavColoringSelected:visited,a.SubNavColoringSelected:hover, a.SubNavColoringSelected:active
{
    background-image:none;
	padding: 10px 0 0 43px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, sans-serif;
	color:#333;
	font-size:16px;
	line-height:16px;
	display:block;
	width:142px;
	height:20px;
}
#SubNavHideSeek
{	
	background-image:url(/wp-content/themes/burbur/images/SubNavHideSeek.gif);
	background-position:0 -27px;
	background-repeat:no-repeat;

	width:185px;
	height:27px;
}	
a.SubNavHideSeek:link, a.SubNavHideSeek:visited
{
	background-image:url(/wp-content/themes/burbur/images/SubNavHideSeek.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding: 5px 0 0 43px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, sans-serif;
	color:#333;
	font-size:16px;
	line-height:16px;
	display:block;
	width:142px;
	height:22px;		
}
a.SubNavHideSeek:hover, a.SubNavHideSeek:active
{
	background-image:none;
	padding: 5px 0 0 43px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, sans-serif;
	color:#333;
	font-size:16px;
	line-height:16px;
	display:block;
}
a.SubNavHideSeekSelected:link, a.SubNavHideSeekSelected:visited, a.SubNavHideSeekSelected:hover, a.SubNavHideSeekSelected:active
{
    background-image:none;
	padding: 5px 0 0 43px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, sans-serif;
	color:#333;
	font-size:16px;
	line-height:16px;
	display:block;
	width:142px;
	height:22px;
}
#SubNavMusic
{	
	background-image:url(/wp-content/themes/burbur/images/SubNavMusic.gif);
	background-position:0 -26px;
	background-repeat:no-repeat;
	width:185px;
	height:26px;
}	
a.SubNavMusic:link, a.SubNavMusic:visited
{
    background-image:url(/wp-content/themes/burbur/images/SubNavMusic.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding: 5px 0 0 43px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, sans-serif;
	color:#333;
	font-size:16px;
	line-height:16px;
	display:block;
	width:142px;
	height:21px;
}
a.SubNavMusic:hover, a.SubNavMusic:active
{
    background-image:none;
	padding: 5px 0 0 43px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#333;
	font-size:16px;
	line-height:16px;
	display:block;
}
a.SubNavMusicSelected:link, a.SubNavMusicSelected:visited,a.SubNavMusicSelected:hover, a.SubNavMusicSelected:active
{
    background-image:none;
	padding: 5px 0 0 43px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, sans-serif;
	color:#333;
	font-size:16px;
	line-height:16px;
	display:block;
	width:142px;
	height:21px;
}

#LeftHolderFunGames
{
	background-image:url(/wp-content/themes/burbur/images/LeftHolderFunGames.gif);
	background-repeat:no-repeat;
	width:185px;
	height:117px;
}
#LeftHolderParentsEduc
{
	background-image:url(/wp-content/themes/burbur/images/LeftHolderParentsEduc.gif);
	background-repeat:no-repeat;
	width:185px;
	height:198px;
}
#LeftHolderProducts
{
	background-image:url(/wp-content/themes/burbur/images/LeftHolderProducts.gif);
	background-repeat:no-repeat;
	width:185px;
	height:198px;
}
#LeftHolderBuy
{
	background-image:url(/wp-content/themes/burbur/images/LeftHolderWhereBuy.gif);
	background-repeat:no-repeat;
	width:185px;
	height:198px;
}
#LeftHolderPrivacy
{
	background-image:url(/wp-content/themes/burbur/images/LeftHolderPrivacy.gif);
	background-repeat:no-repeat;
	width:185px;
	height:198px;
}
#LeftHolderSitemap
{
	background-image:url(/wp-content/themes/burbur/images/LeftHolderSitemap.gif);
	background-repeat:no-repeat;
	width:185px;
	height:198px;
}	
/* ----- MAIN CONTENT -----*/
* html #contentframe
{
	background-image:url(/wp-content/themes/burbur/images/bg-body.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}
#contentframe
{
	background-image:url(/wp-content/themes/burbur/images/bg-body.png);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}
* html #content_home
{
	background: transparent url(/wp-content/themes/burbur/images/bg_body_top.gif) 1px 0 no-repeat;
	padding:0;
	margin:0;	
}
#content_home
{	
/*	background: transparent url(/wp-content/themes/burbur/images/bg_body_top.png) no-repeat;*/
	padding:0;
	margin:0;
}	
* html #content
{
	background: transparent url(/wp-content/themes/burbur/images/bg_body_top.gif) 1px 0 no-repeat;
	padding:0;
	margin:0;	
	width:980px;	
}
#content
{	
	background: transparent url(/wp-content/themes/burbur/images/bg_body_top.png) no-repeat;
	padding:0;
	margin:0;
	width:980px;
}	
#home
{
	padding:4px 59px 24px 45px;
}
#main
{
	padding:0 28px 24px 16px;
	background-color: transparent !important;
}
#content_meet
{
	padding:40px 40px 0 40px;
}	
#rightcontent
{
	float:right;
	width:728px;	
}	
.frame-red
{
	background:transparent url(/wp-content/themes/burbur/images/right-bg-red.jpg) 0 0 no-repeat;
	padding:39px 48px 0 48px;
	width:591px;
}	
.frame-orange
{
	background:transparent url(/wp-content/themes/burbur/images/right-bg-orange.jpg) 0 0 no-repeat;
	padding:39px 48px 0 48px;
	width:591px;
}
.character
{
	padding:39px 5px 0 5px;
	width:677px;
}
.meet-all
{
	padding:0 5px;
	width:677px;
}	
.character p.group-info, .meet-all h2.IntroHeader
{	
	padding:0 48px;
}

	
.frame-gold
{
	background:transparent url(/wp-content/themes/burbur/images/right-bg-gold.jpg) 0 0 no-repeat;
	padding:39px 48px 0 48px;
	width:591px;
}	
.frame-green
{
	background:transparent url(/wp-content/themes/burbur/images/right-bg-green.jpg) 0 0 no-repeat;
	padding:39px 48px 0 48px;
	width:591px;
}	
.frame-blue
{
	background:transparent url(/wp-content/themes/burbur/images/right-bg-blue.jpg) 0 0 no-repeat;
	padding:39px 48px 0 48px;
	width:591px;
}	

/* ----- HOME CONTENT -----*/
#home_flash
{
	padding:0 59px 0 45px;
}
#home_intro
{
	float:left;
	padding:0 35px 0 20px;
	line-height:18px;
	width:331px;	
}
#title_welcome
{
	padding:0 0 11px 0;
}
#home_promo1
{
	float:left;
	background-image:url(/wp-content/themes/burbur/images/hdr_parentsedu.jpg);
	background-repeat:no-repeat;
	width:221px;
	padding:0;
}	
.home_promotext
{
	padding:19px 20px 10px 19px;
}
#home_promo2
{
	float:left;
	background-image:url(/wp-content/themes/burbur/images/hdr_features.jpg);
	background-repeat:no-repeat;
	width:221px;
	padding:0;
	margin-left:26px;
}
#promoimage
{
	float:left;
	width:65px;	
	height:100px;	
}
#promotext
{
	float:right;
	width:175px;
}	
a.buynow, a.buynow:link, a.buynow:visited
{
	background:transparent url(/wp-content/themes/burbur/images/btn-buynow.jpg) 0 0 no-repeat;
	width:53px;
	height:14px;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
}	
#rightcontent a.buynow, #rightcontent a.buynow:link, #rightcontent a.buynow:visited
{
	background:transparent url(/wp-content/themes/burbur/images/btn-buynow-internal.jpg) 0 0 no-repeat;
	width:53px;
	height:14px;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
}	

a.buynow:hover, a.buynow:active,
#rightcontent a.buynow:hover, #rightcontent a.buynow:active
{
	background-position:0 -14px;
}
#BtnBuyNow a span
{
	position: absolute;
	left: -999em;
	top: 0px;
}	

/* ----- MEET CONTENT ----*/
#bgBurBur
{
	background-image:url(/wp-content/themes/burbur/images/bg-burbur.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#bgMateo
{
	background-image:url(/wp-content/themes/burbur/images/bg-mateo.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#bgLily
{
	background-image:url(/wp-content/themes/burbur/images/bg-lily.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#bgAnna
{
	background-image:url(/wp-content/themes/burbur/images/bg-anna.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#bgConnor
{
	background-image:url(/wp-content/themes/burbur/images/bg-connor.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#bgKenya
{
	background-image:url(/wp-content/themes/burbur/images/bg-kenya.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#bgJoey
{
	background-image:url(/wp-content/themes/burbur/images/bg-joey.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#bgRaj
{
	background-image:url(/wp-content/themes/burbur/images/bg-raj.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#bgJamelia
{
	background-image:url(/wp-content/themes/burbur/images/bg-jamelia.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#bgNina
{
	background-image:url(/wp-content/themes/burbur/images/bg-nina.jpg);
	background-repeat:no-repeat;
	width:677px;
}	
#threeitems
{
	padding:218px 0 0 170px;
	height:72px;
}
.item
{
	float:left;
	width:135px;
	padding-right:33px;
	text-align:center;
	font-size:1.27em;
}
#bio
{
	clear:left;
	padding:0 45px 0 173px;
}
/* ----- PRODUCTS CONTENT ----*/
.productitem
{
	float:left;
	width:178px;
	padding:0 25px 0 0;
}
.productlast
{
	padding-right:0;
}	
a.product-title, a.product-title:link, a.product-title:visited
{
	font-size:12px;
	font-weight:bold;
	padding:5px 0;
	display:block;
}	
h3.books
{
	background:transparent url(/wp-content/themes/burbur/images/divider-books.jpg) no-repeat 0 0;
	width:589px;
	height:44px;
	text-indent:-9999em;
	display:block;
	padding:0 0 10px 0;
}
h3.clothing
{
	background:transparent url(/wp-content/themes/burbur/images/divider-clothing.jpg) no-repeat 0 0;
	width:589px;
	height:44px;
	text-indent:-9999em;
	display:block;
	padding:0 0 10px 0;	
}
h3.toys
{
	background:transparent url(/wp-content/themes/burbur/images/divider-toys.jpg) no-repeat 0 0;
	width:589px;
	height:44px;
	text-indent:-9999em;
	display:block;
	padding:0 0 10px 0;
}
a.shadow-book, a.shadow-book:link, a.shadow-book:visited, a.shadow-book:hover, a.shadow-book:active 
{
	background:transparent url(/wp-content/themes/burbur/images/shadow-book.jpg) no-repeat 0 0;
	width:168px;
	height:213px;
	padding:7px 7px 9px 3px;
	display:block;
}	
a.shadow-giftset, a.shadow-giftset:link, a.shadow-giftset:visited, a.shadow-giftset:hover, a.shadow-giftset:active 
{
	background:transparent url(/wp-content/themes/burbur/images/shadow-giftset.jpg) no-repeat 0 0;
	width:168px;
	height:178px;
	padding:8px 7px 9px 3px;
	display:block;
}
a.shadow-book-2ndrow-on, a.shadow-book-2ndrow-on:link, a.shadow-book-2ndrow-on:visited, a.shadow-book-2ndrow-on:hover, a.shadow-book-2ndrow-on:active 
{
	background:transparent url(/wp-content/themes/burbur/images/shadow-book-2ndrow-on.jpg) no-repeat 0 0;
	width:168px;
	height:213px;
	padding:7px 7px 9px 3px;
	display:block;
}	

a.shadow-clothing, a.shadow-clothing:link, a.shadow-clothing:visited, a.shadow-clothing:hover, a.shadow-clothing:active 
{
	background:transparent url(/wp-content/themes/burbur/images/shadow-clothing.jpg) no-repeat 0 0;
	width:170px;
	height:143px;
	padding:3px 5px 7px 3px;
	display:block;
}
a.shadow-doll, a.shadow-doll:link, a.shadow-doll:visited, a.shadow-doll:hover, a.shadow-doll:active 
{
	background:transparent url(/wp-content/themes/burbur/images/shadow-doll.jpg) no-repeat 0 0;
	width:165px;
	height:229px;
	padding:4px 7px 7px 4px;
	display:block;
}

a.product-award, a.product-award:link, a.product-award:visited
{
	background:transparent url(/wp-content/themes/burbur/images/btn-award-icon.jpg) 0 0 no-repeat;
	width:20px;
	height:20px;
	text-indent:-9999em;
	display:block;
	overflow:hidden;
	float:left;
	padding-right:10px;
}
a.product-award:link, a.product-award:visited
{
	background-position:0 -20px;
}

/* ----- GAME CONTENT ----*/
.gameitem
{
	float:left;
	width:128px;
	height:169px;
	display:inline;
	padding-top:27px;
}
/* ----- SITE MAP ----*/
.sitemap ul
{
    padding:0;
    margin:0;
    list-style:none;
}
.sitemap li
{
    padding:4px 0;
    margin:0;
}
.sitemap li ul
{
    padding:0;
    margin:0 0 0 30px;
}    
/* ----- FOOTER ----*/
#footer-bottom
{
	background:transparent url(/wp-content/themes/burbur/images/bg-footer-bottom.png) 0 0 no-repeat;
	display:block;
	width:980px;
	height:20px;
}	
#footer
{
	text-align:center;
	padding:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFE79C;
	/* background-color:#A2C553; */
}	
#footer a:link, #footer a:visited
{
	color:#fff;
	text-decoration:none;
}
#footer a:hover, #footer a:active
{
	color:#fff;
	text-decoration:underline;
}


sup {
bottom: 1ex;
font-size: .8em;
height: 0;
line-height: 1;
padding :0;
position: relative;
vertical-align:baseline;
}


.awards-item
{
	float:left;
	width:125px;
	padding:0 0 18px 0;
}

#meet-friends
{
	position:relative;
}
#meet-anna a
{	
	display:block;
	height:284px;
	left:20px;
	position:absolute;
	text-indent:-9999em;
	top:52px;
	width:80px;
	z-index:2;
}	
#meet-jamelia a
{	
	display:block;
	height:279px;
	left:101px;
	position:absolute;
	text-indent:-9999em;
	top:49px;
	width:81px;
	z-index:3;
}	
#meet-nina a
{
	display:block;
	height:236px;
	left:155px;
	position:absolute;
	text-indent:-9999em;
	top:112px;
	width:63px;
	z-index:4;		
}	
#meet-mateo a
{		
	display:block;
	height:305px;
	left:213px;
	position:absolute;
	text-indent:-9999em;
	top:28px;
	width:78px;
	z-index:5;
}	
#meet-burbur a
{		
	display:block;
	height:279px;
	left:277px;
	position:absolute;
	text-indent:-9999em;
	top:51px;
	width:68px;
	z-index:6;
}
#meet-joey a
{		
	display:block;
	height:164px;
	left:319px;
	position:absolute;
	text-indent:-9999em;
	top:186px;
	width:61px;
	z-index:8;
}
#meet-lily a
{			
	display:block;
	height:269px;
	left:354px;
	position:absolute;
	text-indent:-9999em;
	top:59px;
	width:64px;
	z-index:7;
}
#meet-kenya a
{		
	display:block;
	height:287px;
	left:406px;
	position:absolute;
	text-indent:-9999em;
	top:42px;
	width:67px;
	z-index:9;
}
#meet-connor a
{		
	display:block;
	height:303px;
	left:472px;
	position:absolute;
	text-indent:-9999em;
	top:26px;
	width:73px;
	z-index:10;
}
#meet-raj a
{		
	display:block;
	height:295px;
	left:545px;
	position:absolute;
	text-indent:-9999em;
	top:33px;
	width:108px;
	z-index:11;
}

#song-player
{
	padding-left:190px;
}

table.contact td.leftcol
{
	vertical-align:top;
	text-align:right;
	width:150px;
	padding:0 10px 10px 0;
}
table.contact td.rightcol
{
	vertical-align:top;
	padding:0 0 10px 10px;
}
textarea.textInputMulti
{
	width:305px;
	height:100px;
}
.publicError
{
	padding:0 0 18px 0;
}

.press-item
{
	float:left;	
	width:130px;
	padding:0 100px 30px 0;
}
.press-item-last
{
	padding-right:0;
}
.press-image
{
	padding:0;
}


.piclenselink
{
	display:none;
}
.entry .ngg-album
{
	border:none;
}
