/*
Theme Name: Fabrique
Theme URI:
Description:
Version: 1.0
Author: Martijn Gorree, Petr Skala
Author URI: http://www.fabrique.nl
Tags: 
*/

a {
  color: #000000;
}

.tags a,
.post-info a,
.date {
  font-weight: bolder;
  color: #595959;
  text-decoration: none;
}


#content-framework {
  left: 0;
  width: 885px;
  padding: 15px 15px 0;
  border-top: 1px solid #999;
}

#content-framework h1 {
  margin: 10px 0;
  font-style: italic;
} 
 
#content-framework h1 a {
  color: #000;
  text-decoration: none;
}

#content-framework ul li {
  background: none;
}

#sidebar {
  float: right;
  width: 312px;
  text-align: right;
  color: #555;
}

#sidebar a {
  color: #999;
  text-decoration: none;
}

#sidebar h2 {
  font-weight: bolder;
  color: #666;
}

#sidebar .cloud {
  line-height: 2em;
}

.articles {
  width: 572px;
  float: left;
}

.article .post-info {
  font-size: 100%;  
}

.article .tags {
  float: left;
  width: 460px;
}

.article-meta {
  width: 150px; 
  float: right; 
}

.article-meta h2 {
  font-size: 100%; 
  margin: 0;
  font-style: italic;  
  font-weight: bolder;
  color: #888;
}

.article-meta a {
  color: #999;
  text-decoration: none;
}

.article-content {
  width: 474px;
  /**float: left; **/
}

.doublehr {
  background: url('images/doublehr.gif') repeat-x;
  height: 4px;
  margin: 10px 0;
}

.singlehr {
	height: 1px;
	margin: 10px 0 40px;
	border-top: 1px solid #CECFCE;
}

#sidebar .singlehr {
  margin: 10px 0;
}

.dottedhr {
  background: url('images/dottedhr.gif') repeat-x;
  height: 1px;
  margin: 3px 0;
}

.navigation {
  height: 1em;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}

img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* twitter friends timeline */
.twitter {
  margin-top: 15px;
}

.twitter #item_BiB {
  display: block;
  margin-bottom: 6px;
  line-height: 136%;
}

.twitter #item_BiB #user_BiB {
  display: block;
  font-size: 13px;
}

.twitter #item_BiB #content_BiB {
  height: 85px;
  border-bottom: 1px solid #ccc;
}

.twitter #item_BiB #content2_BiB {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.twitter #item_BiB #img_BiB {
  float: right;
  margin-left: 10px;
  height: inherit;
}

.twitter #item_BiB #text_BiB {
  height: inherit;
  overflow: hidden;
}

.twitter #item_BiB #date_BiB {
  font-size: 10px;
  text-align: right;
}

.twitter #bibtBiBOverFlow {
  overflow-y: auto;
  overflow-x: hidden;
  height: 600px;
  padding: 0px;
}

#searchform {
  position: absolute;
  right: 13px;
  top: 89px;
}

#searchform input[name=s]{
  border: 1px solid #CCCCCC;
  height: 17px;
  line-height: 1;
  padding: 2px 20px 2px 2px;
  width: 111px;
}

#searchform input[type=submit] {
  background: url(/_images/next.gif) no-repeat 0 6px;
  margin-left: -20px;
  border: none;
  overflow:hidden;
  text-indent:-999em;
  color: transparent;
  text-transform: capitalize;
}

#searchform input[type=submit]:hover {
  cursor: pointer;
}
