/*----------------------------------------------------------------------------------------------------
CSS Created by a mixture of Eric The Robot and 960.gs. 
----------------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------------
Reset
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, * {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	line-height: 1;
	line-height: 130%;
	background: #fff3db;
	text-shadow: #f7f7f7 0 1px 0;
	/*line-height: 1.5em;*/
	text-align: left;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin: 0em 0em 1em 0em;
	font:12px Arial, Helvetica, sans-serif;
	line-height:20px;
}
a {
	color: #866b37;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #866b37;
	text-decoration: none;
	background:#f3e3c4;
}

textarea {
	margin:0px 0px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #ddd;
	padding:5px;
}
select {
	margin:0px 0px 0px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #ddd;
	padding:5px;
}

/*----------------------------------------------------------------------------------------------------
/* Horizontal Rule
----------------------------------------------------------------------------------------------------*/

hr {
	border: none 0;
	border-top: 1px dashed #eddbb9;
	margin:7px 0px 5px 0px;
	height: 1px;
}
/*----------------------------------------------------------------------------------------------------
/* Back To Top 
----------------------------------------------------------------------------------------------------*/
#toTop {
	width:100px;
	border:1px solid #ccc;
	background:#f7f7f7;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#866b37;
	font-family:verdana;
	font-size:11px;
}

/*----------------------------------------------------------------------------------------------------
Headlines
----------------------------------------------------------------------------------------------------*/
.tagline{color:#065399; font-family:Georgia, "Times New Roman", Times, serif; text-align:center; padding:10px 0 0 0; }
.counter{color:#866b37; font-size:12px; font-weight:normal; font-family:Arial, Helvetica, sans-serif; text-transform: none; margin:-5px 0 0 0;}
/*----------------------------------------------------------------------------------------------------
Headlines
----------------------------------------------------------------------------------------------------*/
h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: normal;
}
h3 { font-size:150%;  }
h4 {
	font-size:125%;
	margin:10px 0px 15px 0px;
}
h5 { font-size:100%; }
#header { padding:0px 15px 0px 15px; }
#header h1 {
	text-align:left;
	margin:0 auto;
	padding:0;
}
/*----------------------------------------------------------------------------------------------------
 Logo
----------------------------------------------------------------------------------------------------*/
#logo {
	text-align:left;
	background:url(../images/bidi-logo.png) top left no-repeat;
	height:123px;
	width:153px;
	text-indent:-9999px;
	padding:0;
	margin:0;
	float:left;
}
#logo a {
	background:url(../images/bidi-logo.png) top left no-repeat;
	height:123px;
	width:153px;
	display:block;
	text-indent:-9999px;
	padding:0;
	margin:0;
	float: left;
}
#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}
.update-success {
	padding:7px;
	background:#ffffcc;
}
/*----------------------------------------------------------------------------------------------------
 Navigation
----------------------------------------------------------------------------------------------------*/
#navlist {
	margin: 10px 0 10px 0px;
	padding: 0 0 20px 0px;
	border-bottom:2px solid #eddbb9;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 4px 5px;
	text-decoration: none;
	color: #866b37;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #866b37;
	padding-bottom: 4px;
	background: transparent;
	color: #000;
}
#navlist a:hover { color: #000; }
#input-container { }
input {
	font: bold 100% Arial, Helvetica, Verdana, sans;
	width: 610px;
	color: #866b37;
	padding: 1.5em;
	margin:0;
}
input:focus, textarea:focus {
	background:#f7f7f7;
	color:#065399;
}
.form_text {
	border: 1px solid #ddd;
	border-top-color: #bbb;
	border-top-width: 2px;
	border-left-color: #bbb;
	border-right-color: #bbb;
	float: left;
	display: inline-block;
}
.form_btn {
	width: auto;
	margin:0em 0 .5em 8px;
	color: #866b37;
	font: bold 120% Arial, Helvetica, Verdana, sans;
	padding: 1.0em;
}
#bidi-container { list-style-type: none; }
#bidi-container ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}
#bidi-container li { display:block; }
#bidi-container li a {
	line-height:26px;
	font-size:20px;
	margin:0px;
	display:block;
	padding:5px;
	overflow:hidden;
	color:#866b37;
}
#footer {
	padding:15px 15px 15px 15px;
	margin:25px 0px 0px 0px;
	border-top:2px solid #eddbb9;
}
#footer p {
	padding:0px;
	margin:0 auto;
	font-size:12px;
	color:#866b37;
	text-align:left;
}
#pages {
	padding:15px 0px 15px 10px;
	margin:15px 0px 0px 0px;
	font-size:12px;
	text-align:center;
}
.approval { color:#866b37; }
#members { margin:10px 0px 0px 0px; }
.date {
	font-size:11px;
	color:#999;
	font-style:italic;
	margin:-15px 0px 0px 0px;
}
ul#sharebidi {
	list-style-type:none;
	width:470px;
	height:16px;
	float:right;
}
ul#sharebidi li {
	display:block;
	float:left;
	margin-right:0px;
	height:16px;
}
ul#sharebidi a {
	display:block;
	float:left;
	height:16px;
	width:16px;
}
ul#sharebidi p {
	float:left;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	height:16px;
  line-height:19px;
}
body:first-of-type ul#sharebidi li p { line-height:16px; } 

