/* CSS Document - BibDib.com */
/*
*	hdr = header
*	ftr = footer
*	lt = left panel on header and in the content div
*	rt = right panel on header and in the content div
*	btn = button
*	mnav = main navigator
*	snav = sub navigator in the footer
*/

* {margin:0; padding:0; float:none; list-style:none;}
body {
	background:#fff url(../images/veil.png) 0 120px repeat-x; color:#222;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:62.5%; font-weight:400;
	text-align:center;
}
hr {display:none;}
.lt, .rt {position:relative;}
.lt {float:left;}
.rt {float:right;}

#wrap {
	position:relative; margin:0 auto;
	text-align:left;
	width:980px;
}
#tree {position:absolute; top:15px; right:240px; }
#hdr, #container,#content, #ftr {
	clear:both;
	margin-bottom:25px;
	overflow:hidden;
}
#container,#content {margin-bottom:50px;}
#main {margin-right:10px;}

#hdr .lt, #container .lt,#content .lt, #ftr .lt {width: 760px;}
#hdr .rt, #container .rt, #content .rt, #ftr .rt {width: 220px;}
.intro {
		float:left;
		width:500px;
}
.links {
		float:right;
		width:220px;
		background:#fafafa;
		padding:10px 0;
}
.links ul {
		margin:0 10px;
		font-size:1.2em;
}
.links li {list-style:circle; color:#3289CB; margin-left:10px;}
p {
	font-size:1.5em; line-height:1.2em;
	margin-bottom:10px;
}
	#main p {margin-bottom:30px; overflow:hidden;}
p.btn {font-size:1.3em; font-weight:700;}
	#main dl p {margin-bottom:10px;}
a {
	text-decoration:none;
	cursor:pointer;
	color:#3289cb;
}
a:visited {color:#a4ce4c;}
a:hover, a:active {color:#147;}
/*#65A7D8*/

a img {border:0;}
a.blank {background:url(../images/newwindow.gif) top right no-repeat; padding-right:20px;}
.btn {cursor:pointer;}
/* logo **************************************************************************************/
#hdr .rt {}
a#logo {
	display:block; position:relative;	
	background:url(../images/logo.gif) -22px 0 no-repeat;
	padding-top:80px; height:40px;
}
a#logo img {display:none;}
a#logo strong {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif; font-size:1.5em;
}
#home h1 {
		text-indent:-9999px;
		line-height:0;
		position:absolute; top:-1000px;
}
/* main navigator ****************************************************************************/
.mnav li {float:left;}
#hdr .mnav {
	font-size:1.9em; line-height:1.2em;
	overflow:hidden;
	width:760px;
}
#hdr .mnav li a,#hdr .mnav li a:visited, #hdr .mnav li.act strong {
	color:#000; font-weight:400;
	display:block; position:relative;
	width:auto;
	padding:12px 10px;
}
#hdr .mnav li.act strong span {
		position:absolute; top:-9px; left:50%; margin-left:-7px; font-size:14px;
}
#hdr .mnav li.act strong, #hdr .mnav li a:hover {
		background:#595959 url(../images/shade.png) 0 0 repeat-x;
		color:#fff;
}
#hdr .mnav a span {color:#e3e3e3;}
#hdr .mnav a:hover span {color:#595959;}
/* footer ************************************************************************************/
#ftr {
		padding:10px 0 20px 0;
		border-top:1px solid #e3e3e3;
		position:relative;
}
#ftr p {
		position:absolute; right:0; top:10px;
		font-size:1.1em; color:#999;
}
#ftr .mnav {
		font-size:1.2em;
}
#ft .mnav li {float:left;  border-right:1px solid #e3e3e3; }
#ftr .mnav a, #ftr .mnav li.act strong {
		color: #999;
		padding:0 10px 0 0; margin:0 10px 0 0;
		}
#ftr .mnav li.act strong, #ftr .mnav a:hover {color:#3289cb;}
#ftr .mnav li.act strong span {display:none;}
/* login *************************************************************************************/
#log {
	height:85px;
	padding-top:35px; 
}
#log a {
	background:#fff;
	border:1px solid #a4ce4c;	
	display:block; margin:0; padding:10px 0 12px 0;
	color:#699630; font-size:1.9em; line-height:1.2em; text-align:center;
}

/* rss ***************************************************************************************/
#rss {
	min-height:47px;
	background:orange url(../images/shade.png) 0 0 repeat-x;
}
#rss .btn {
		background:orange url(../images/shade.png) 0 0 repeat-x;
		display:block; font-weight:400;
		margin:0;
}
#rss .btn a, #rss .btn a:visited, #rss .btn a:hover {	
	display:block; margin:0 0 0 16px; padding:12px 40px 5px 0;
	text-align:left;
	color:#000; font-size:1.8em;
	background:url(../images/sprite_buttons.png) 160px -80px no-repeat;
	width:160px;
}

/* box ***************************************************************************************/
.box {
	background:#e3e3e3;
	padding:5px 0;
	overflow:hidden;
}
	#main .box {
		float:left;
		width:243px;
	}
		#main .box.semantic,
		#main .box.twitter {
			margin-right:10px;
		}
	.rt .box {margin:0 0 10px;}
	
.box dt, .box dd {
	margin:0 5px;
	display:block;
	clear:both;
}

.box dt {
	background:#ededed; border:1px solid #fff;
	font-size:1.7em; line-height:1.2em;
	padding:5px 0 0 0;
	position:relative;
}
	.rt .box dt {font-size:1.7em;}
	.box dt strong {
		margin:0 10px 5px 10px;
		display:block; font-weight:400;
	}
	.box dt span, .rt .box dt span {
		position:absolute; bottom:-17px; left:50%; margin-left:-13px; 
		color:#ededed;
	}
	
.box dd {
	background:#fff;
	padding:25px 0 0 0;
	overflow:hidden;
}
	#main .box dd {
		height:auto !important;
	}
	#main .box dd.boxbtn {
		padding:10px 0;
		min-height:34px;
	}
	.rt .box dd.boxbtn {padding:0;}
	body#home .box.featured dd {
		min-height:270px;
	}
	.box dd p, .box dd ul {
		padding:0 0 10px 0; margin:0 10px;
	}
		#main .box dd p.equal {min-height:110px; margin-bottom:0;}
		#main .box dd p.btn {margin-bottom:0;}
		.rt .box dd p.btn {margin-bottom:10px;}
	.box dd ul {color:#3289cb;}
		.box dd li {
			margin-left:20px;
			list-style-type:circle;
			line-height:1.4em;
		}
		.box dd ul a {font-size:1.4em; line-height:1.4em;}	

.box p.btn {
		width:190px; padding:2px 0 0 0;	
		background: url(../images/icons.gif) no-repeat;
		font-size:1.3em;
}
.box.semantic p.btn {background-position:right 0;}
.box.twitter p.btn  {background-position:right -100px;}
.box.ideas p.btn    {background-position:right -200px;}

.box p.btn strong, .box p.btn a {display:block;}
.box p.btn strong {width:140px; padding-bottom:8px;}
.box p.btn a {text-align:center; color:#fff; background: url(../images/test.png) left top no-repeat; padding-top:8px;}

.box.semantic p.btn strong { background:#be1789 url(../images/test.png) left bottom no-repeat;}
.box.twitter p.btn strong { background:#42bfe1 url(../images/test.png) left bottom no-repeat;}
.box.ideas p.btn strong { background:#a4ce4c url(../images/test.png) left bottom no-repeat;}
/********************************************************************************/
#resources #main dl {
	font-size:1.4em;
	padding:0 0 40px 0;
}
#resources #main dt {
	font-size:1.2em;
	margin-bottom:10px;
}
#about #main p a {text-decoration:underline;}


/* data *************************************************************************/
#data #main dl {
		width:240px;
		font-size:1.4em;
}
#data .types, #sparql .types {
	clear:both;
	overflow:hidden;
}
#data #main .box p.btn {
	background:none;
}
#data .box.publisher,
#data .box.retailer {
	margin-right:10px;
}
#data #main .box p.btn strong { background:#a4ce4c url(../images/test.png) left bottom no-repeat;}
#data #main dt {font-weight:700; font-size:1.4em;}
#data #main dd p.equal {min-height:100px;}
#data #main dd p {font-size:1em;}
/* login ************************************************************************/
.bdform {position:relative; clear:both;}
.sparqlform {padding-bottom:100px; overflow:hidden;}
.searchform {margin-bottom:20px; overflow: hidden;}
.bdform input, .bdform textarea {border: 1px solid #a4ce4c;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px;}
.bdform .error input, .bdform .error textarea {border-color: #ff0000;}
.bdform label, .bdform #info_box ul li strong {font-size: 14px;}
.bdform label {display: block; margin-bottom:20px; clear:left; width:420px; overflow:hidden;}
.bdform label span {display: block; float: left; vertical-align:middle; margin-right: 10px; padding-top: 8px;}
.bdform label input,.bdform label textarea {padding: 8px; float:left; clear:none;}

.bdform  fieldset{border: 0; padding-right: 40px; overflow:hidden;}
.bdform  p {font-size: 16px;padding-top: 30px;display: block; margin-bottom: 30px;}
.bdform  legend {color:#a4ce4c; font-size: 2.6em; display: block;}
.bdform  label span { width: 80px;}
.bdform  label span strong {color:#c00;}
.bdform  label input,.bdform label textarea {width: 300px; display:inline;}
.sparqlform input.rd,
.sparqlform input.cb {width:20px;border:none;}
.sparqlform input.cb {border:1px solid #ccc; padding:0;}
.sparqlform .smallinputs {font-size:14px; clear:both; padding:10px 0; clear:both;}
.bdform  label textarea {height: 70px;}
.sparqlform textarea {height:400px;}

.bdform strong.btn { background:#a4ce4c url(../images/test.png) left bottom no-repeat; width:140px; padding:0 0 6px 0; color: #fff; position:absolute; bottom:20px; left:420px; display:block;}
.bdform.sparqlform strong.btn {left:370px;}
.bdform strong.btn input {text-align:center; color:#fff; background: url(../images/test.png) left top no-repeat; padding:6px 0 0 0;font-size:1.8em; display:block; border:none; width:140px; margin:0; float:none;}


/*.flashplayer {clear:left; display:block;color:#F33;}*/
object {clear:left; display:block; color:#F33;}

.handle {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px;}
.handle dt {color:#a4ce4c; font-size: 2.4em; font-weight:400; display: block;}
.handle dd {font-size: 16px;padding-top: 30px;display: block; margin-bottom: 30px;}


#error_box {
	border:1px solid #c00;
	margin:20px 0 0 0; padding-bottom:5px;
}
#error_box dt {background:#c00; padding:5px 0; margin-bottom:10px;}
#error_box dt strong {display:block; color:#fff; font-size:1.6em; margin:0 20px;}

#error_box dd {
	font-size:1.4em; margin:0 20px;
}
#error_box ul {padding-top:10px; overflow:hidden;}
#error_box ul li{
	margin:0 10px 10px 30px;
	list-style:circle;
}
#error_box ul li label {margin-bottom:2px; display:inline;}
#error_box ul li .errorHelp {font-size:.8em;}
#error_box ul li span {display:block;}


.bdform input.error_field, .bdform textarea.error_field {border:1px solid #c00;}


#info_box {
	border:1px solid #A4CE4C;
	margin:20px 0 0 0; padding-bottom:5px;
}
#info_box dt {background:#A4CE4C; padding:5px 0; margin-bottom:10px;}
#info_box dt strong {display:block; color:#fff; font-size:1.6em; margin:0 20px;}

#info_box dd {
	font-size:1.4em; margin:0 20px;
}
.sptable {
	border-collapse:collapse;
	font-size:1.2em;
	display:block;
}
.sptable th, .sptable td {border:1px solid #ccc;}
.sptable tbody th {text-align:right; padding:2px;}
.sptable tbody td {padding:2px 5px; }
.sptable tbody td div {white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
overflow:hidden;
/*width:100px;*/
}

.examples {font-size:1.4em; padding:10px 0;clear:both; overflow:hidden;display:block; width:auto !important;}
.examples dt {font-weight: 700; margin-bottom:10px;}
.examples dd ul li {list-style-type: square; /*padding-left: 20px;*/ margin-left: 20px;}
.yourquery {font-size: 1.4em; display: block; margin-bottom:20px; padding-top: 10px;}
.yourquery dt {margin-bottom: 10px;}
pre {margin:10px;padding:10px; border:1px solid #ccc; color:#777; display:block; width: 70%;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.searchquery { font-size:1.4em; }
.searchquery dd {border: 1px #d6d6d6 solid; margin: 10px 20px 20px 0; padding:10px; display:inline-block; width:auto;}

h2 {margin-bottom:20px;}
h2 span {color:#a4ce4c;}
.sresults {/*border:1px solid #d6d6d6;*/ border-bottom:0;margin:0 20px 10px 0; overflow: hidden; zoom:1; font-size:1.2em;}
.sresults li{border-bottom: 1px solid #d6d6d6; clear:both; overflow: hidden; zoom:1; padding:5px 0;}
.sresults li.odd {background:#f3f7f8;}
.resultnumber {display: block; float: left; width:auto; clear:none; text-align: right; font-size:1.4em; padding-left: 5px; color: #999; }
.sresults dl {margin:0 5px;display: block; float:left; width:650px; clear:none; }
.sresults dt {}
.sresults dd { padding: 5px 10px; text-align:justify; }
.sresults a { font-size: 1.4em; }
.highlight { background-color:yellow; }
p.pages {display:block; overflow:hidden; clear:both;}
p.pages a, p.pages span {color:#777; display:block; float:left; width:auto; padding:2px 5px; text-align:center; margin-right:5px;}
p.pages a {border:1px solid #d6d6d6;}
p.pages a.curr {border:1px solid #a4ce4c; color:#a4ce4c;}