/*
Theme Name: GNB2007
Author: Ruud Hein
Description: Inspired by the NYT
*/

/*Copyright (c) 2006,Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version 0.12.1*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}

/* top tabs */

#menu {
    font-family: Trebuchet MS;
    font-size: 114%;
}

#topnav, #bottom-menu {
    font-size: 89%;
}

#menu, #topnav {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 21px;
}

#menu ul, #menu li, #topnav ul, #topnav li, #bottom-menu ul, #bottom-menu li {
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#menu a:link, #menu a:visited, #topnav a:link, #topnav a:visited {
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	line-height : 14px;
	padding : 2px 11px 4px 10px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active, #topnav a:link.active, #topnav a:visited.active {
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu a:hover, #topnav a:hover, #bottom-menu a:hover {
	color : blue;
    text-decoration: underline;
}

#bottom-menu {
    padding: 1em;
    text-align: center;
}

#bottom-menu a {
    text-decoration: none;
    color: #999;
}

#bottom-menu a.rss, #bottom-menu a.rss:visited {
    padding: 1px 0 5px 19px;
	background:transparent url(http://www.goodnewsblog.com/furniture/rss-16x16.gif) no-repeat top left;
}

#bottom-menu li {
    border-left: 1px solid #ccc;
    padding: 0 5px 0 9px;
}

body.home #topnav li#topnav-1 a,
body.page-2593 #topnav li#topnav-2 a,
body.page-2569 #topnav li#topnav-3 a,
body.section-8 #menu li#nav-8 a,
body.section-14 #menu li#nav-14 a,
body.section-10 #menu li#nav-10 a,
body.section-16 #menu li#nav-16 a,
body.section-41 #menu li#nav-41 a,
body.section-1 #menu li#nav-1 a,
body.section-22 #menu li#nav-22 a,
body.section-18 #menu li#nav-18 a,
body.section-27 #menu li#nav-27 a,
body.section-17 #menu li#nav-17 a,
body.section-0 #menu li#nav-0 a {
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4 {
	display : none;
	width: 90%;
}

body.section-1 #menu ul#subnav-1,
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4 {
	display : inline;
	left : 10px;
	position : absolute;
	top : 95px;
}

body.section-1 #menu ul#subnav-1 a,
body.section-2 #menu ul#subnav-2 a,
body.section-3 #menu ul#subnav-3 a,
body.section-4 #menu ul#subnav-4 a {
	background : #fff;
	border : none;
	border-left : 1px solid #ccc;
	color : #999;
	font-size : smaller;
	font-weight : bold;
	line-height : 10px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

 #menu ul a:hover {
	color : blue !important;
}

/* Site Name */

#sitename {
    font-family: Impact;
    font-size: 182%;
    padding: 10px;
    color: black;
}

#sitename a:link, #sitename a:visited {
    text-decoration: none;
    color: black;
}

/* Top search form */

#search {
    text-align:right;
    margin-top: -35px;
}

/* Top of page section */

#section {
    color: black;
    text-align: center;
    font-family: Trebuchet MS;
    font-size: 200%;
    padding-bottom: 10px;
    font-weight: bold;

}

#section a:link, #section a:visited {
    color: black;
    text-decoration: none;
}

/* Top Space */

#topspace, #topbanner, #bd {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* Top & Bottom Banner */

#topbanner, #bottombanner {
    text-align: center;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #ccc;
}

#bottombanner {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:0 0 5px;
}

#bottombanner p {
    color: #999;
}

/* Content */

#content {
    padding: 10px;
    font-family: Verdana;
    border-right: 1px solid #ccc;
}

#content h1 {
    font-size: 200%;
    font-family: Tahoma;
    padding: 10px 0px 10px 0px;
}

#content h2 {
    font-size: 150%;
    font-weight: bold;
    font-family: Tahoma;
    color: #004276;
    padding-bottom: .25em;
}

#content h3 {
    font-size: 125%;
    font-family: Tahoma;
    color: #004276;
    padding-bottom: .25em;
}

#content h5 {
    font-size: 75%;
    color: #999;
    padding-bottom: 20px;
}

#content p, #content ul {
    line-height: 150%;
    font-size: 112%;
    padding-bottom: 1.25em;
}

#content ul {
	display : block;
    list-style-type: disc;
	margin: 0px 0px 1.25em 15px;
	padding: 0;
}

#content li {
    line-height: 150%;
}

#content iframe {
    padding: 10px;
}

#content-nav {
    clear: both;
    text-align: right;
}

/* attribution */

#attribution a:link, #attribution a:visited {
    color: #999;
    text-decoration: none;
}

/* single page modifications */

.single #content h1 {
    font-size: 200%;
    font-family: Tahoma;
    padding: 10px 0px 10px 0px;
}

.single #content h2 {
    font-size: 110%;
    font-weight: bold;
    font-family: Tahoma;
    color: black;
    padding: .5em 0px 1.25em 0px;
    letter-spacing: .1em;
    word-spacing: 0.1em;
}

.single #content h3 {
    font-size: 125%;
    font-family: Tahoma;
    color: #004276;
    padding: .5em 0px 1em 0px;
}

/* columns */

#content .yui-g p {
    font-size: 100%;
    line-height: 100%;
}

#content .yui-g a:link, #content .yui-g a:visited {
    color: #004276;
    text-decoration: none;
}

#content .yui-g a:hover {
    color: blue;
    text-decoration: underline;
}

#content .yui-g h3 {
    font-size: 115%;
    padding-bottom: .25em;
}

/* Sidebar */

#sidebar {
    margin-top: 10px;
    padding: 10px;
    padding-top: 30px;
}

#sidenav {
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

#sidenav a:link, #sidenav a:visited {
    text-decoration: none;
}

#sidenav a:hover {
    text-decoration: underline;
}

#sidead-1, #sidead-2, #sidead-3, #popular, #sponsors {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #ccc;
}

#sidead-2 img {
    float: left;
}

#sidead-2 a {
    font-weight: bold;
    text-decoration: none;
    font-size: 117%;
}

#sidead-2 a:hover {
    text-decoration: underline;
}

#sidead-3 {
 text-align: center;
}

#sponsors {
    padding: 10px 0px 10px 0px;
    font-family: verdana; font-size: 7pt;
    clear: left;
}

#adlinks {
    float:left;
}

#popular h2, #related h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 85%;
    padding-bottom: .5em;
}

#popular ol {
    list-style-type: decimal;
    list-style-position: inside;
}

#related b {
    color:#A4B4D8;
font-size:75%;
}

#related ul {
    list-style-type: none;
    list-style-position: inside;
margin:0;
font-size:75%;
}

#popular a:link, #popular a:active, #popular a:visited, #popular a:hover,
#related a:link, #related a:active, #related a:visited, #related a:hover {
    text-decoration: none;
}

#popular a:hover, #related a:hover {
    text-decoration: underline;
}

/* footer */

#ft {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#goto {
    display:none;
}

/* elements */

em {
    font-style: italic;
}

.art {
    text-align: center;
}

.art a:link {
    text-decoration: none;
}

.art img {
    border: 0;
}

.art span {
    display: block;
    font-size: 80%;
}

/* Begin Contact Form CSS */
#spam {
    text-decoration: none;
}

#share input {
    width: 400px;
    color: #999;
}

blockquote {
    color: #009900;
    margin-left: 5%;
    padding-left: 10px;
    margin-right: 10%;
    text-align: justify;
}

cite {
    font-size: 85%;
    color: #646464;
    font-style:italic;
}

#cubeDiv {
    float:left;
    padding: 5px;
}

.left {
    float:left;
}

.fleft { float:left; padding:5px; }

b, strong {
font-weight:bold;
}

u {
   background-color:#FFFFBF;
   text-decoration:none;
}

/* social bookmarks */


.sharesb{
	clear:both;
	position:relative;
	border:1px solid #ddd;
	padding:10px;
	margin:15px 0 10px 0;
	font-size:12px;
	-webkit-text-size-adjust:none;
}
.sharesb p {
	padding:0;
	margin:0;
}
.sharesb p a{
	position:absolute;
	top:0px;
	right:0px;
	padding:10px;
	font-size:12px;
}
.sharesb h3{
	padding:0 3px 0 0;
	margin:0;
	margin:0 5px 0 3px;
	font-weight:normal;
}
.sharesb ul{
	text-align:left;
	list-style:none;
	margin:15px 0 0px 15px;
	padding:0;
}
.sharesb ul li{
	text-align:center;
	display:inline;
	padding:0 4px 6px 0 ;
}
.sharesb ul li a{
	padding:0 0 0 18px;
	margin:0 3px 0 0px;
text-decoration:none;
}
.sharesb ul li a:hover{ text-decoration:underline; }
.sharesb ul li.delicious{background:url("http://www.goodnewsblog.com/furniture/social/delicious.gif") no-repeat 0 0;}
.sharesb ul li.digg{background:url("http://www.goodnewsblog.com/furniture/social/digg.gif") no-repeat 0 0;}
.sharesb ul li.twitter{background:url("http://www.goodnewsblog.com/furniture/social/twitter.jpg") no-repeat 0 0;}
.sharesb ul li.email{padding:0 0 0 2px;background:url("http://www.goodnewsblog.com/furniture/social/email.gif") no-repeat 0 0;}
.sharesb ul li.reddit{
	padding:0 0 0 2px;
	background:url("http://www.goodnewsblog.com/furniture/social/reddit.gif") no-repeat 0 0;
}
.sharesb ul li.facebook{background:url("http://www.goodnewsblog.com/furniture/social/facebook.gif") no-repeat 0 0;}
.sharesb ul li.stumbleupon{background:url("http://www.goodnewsblog.com/furniture/social/stumbleupon.gif") no-repeat 0 0;}

/* Carousel */

    .yui-carousel-element li {
        height: 158px;
        text-align: left;
    }

    #container {
        font-size: 13px;
        margin: 0 auto;
    }

    #container a {
        text-decoration: none;
    }

    #container .intro {
        display: inline;
        margin: 0px 14px 0px 4px;
        width: 202px;
    }

    #container .item {
        display: inline;
        margin: 0 22px 0 12px;
        overflow: hidden;
        padding-right: 80px;
        width: 106px;
    }

    #container .item .authimg {
        bottom: 2px;
        margin-left: 61px;
        position: absolute;
        z-index: 1;
    }

    #container .item h3 {
        line-height: 85%;
        margin-top: 4px;
    }

    #container .item h3 a {
        font: 77% Arial, sans-serif;
        position: relative;
        text-transform: uppercase;
        z-index: 2;
    }

    #container .item h3 a:link {
        color:#35a235;
    }

    #container .item h4 {
        margin-top:5px;
    }

    #container .item h4 a {
        font: 100% Georgia, Times, serif;
        position: relative;
        z-index:2;
    }

    #container .item h4 a:link {
        color:#00639b;
    }

    #container .item cite {
        color: #888;
        display: block;
        font-size: 77%;
        line-height: normal;
        margin-bottom: 30px;
    }

    #container .item p.all {
        bottom: 25px;
        position: absolute;
        z-index: 2;
    }

    #container .item p.all a {
        font-weight: bold;
        font-size: 85%;
    }

#inside {
font-family: georgia;
font-size: 13px;
color: #000000;
font-weight:bold;
text-transform: uppercase;
text-align:center;
background-color: #f0f0f0;
height: 20px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #e5e5e5;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e5e5e5;
margin-bottom: 10px;
padding-top: 5px;
}

.normal { font-weight: normal; font-style: normal; }